nntp.el: Stop the `letf' madness.
[gnus] / lisp / ChangeLog
1 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * nntp.el: Stop the `letf' madness.
4         (nntp--report-1): New var.
5         (nntp-report): Merge nntp-report-1 into it.
6         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
7         the nntp-report function.
8
9         * auth-source.el: Fix comment-style to follow the convention.
10
11 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
12
13         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
14         (mm-dissect-singlepart): Don't guess the MIME type of
15         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
16         set.
17         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
18         toplevel MIME type is multipart/encrypted.
19
20 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
23         a string so that Gcc works (bug#11514).
24
25 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26
27         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
28         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
29
30 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31
32         * gnus-win.el (gnus-configure-frame): Don't signal an error when
33         jumping to *Server* from a dedicated *Group* window.
34         (gnus-configure-frame): CSE.
35
36         * gnus-registry.el: Minor style cleanup.
37         (gnus-registry--set/remove-mark): New function, extracted from
38         gnus-registry-install-shortcuts.
39         (gnus-registry-install-shortcuts): Use it.
40
41 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * nnspool.el (news-path): Use eval-and-compile.
44
45 2012-05-24  Glenn Morris  <rgm@gnu.org>
46
47         * nnspool.el (news-directory, news-path, news-inews-program):
48         Move here from paths.el.  Don't see a need for these to be autoloaded.
49
50         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
51         Merge in doc from paths.el version.  Don't see any need for this to be
52         autoloaded, or for the warning about users not setting it.
53
54 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
55
56         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
57         format.  In particular, add an optional argument and a docstring.
58
59         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
60
61         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
62         current before calling `gnus-groups-to-gnus-format'.
63         Note that this was already the case for `gnus-active-to-gnus-format'.
64
65 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
66
67         Fix minor Y10k bug.
68         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
69
70 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
71
72         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
73         message once it's actually open.
74
75 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
76
77         * gnus.el: Ma Gnus v0.5 is released.
78
79 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * auth-source.el (auth-source--aput-1, auth-source--aput)
82         (auth-source--aget): New functions and macros.
83         Use them instead of aput/aget.
84
85 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
86
87         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
88
89 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
90
91         * plstore.el (plstore-called-interactively-p): New compat macro copied
92         from message.el.
93         (plstore-mode): Use it.
94
95 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
96
97         * plstore.el: Revive the editing feature.
98         (plstore-mode): New mode to edit plstore file.
99         (plstore-mode-toggle-display, plstore-mode-original)
100         (plstore-mode-decoded): New command.
101         (plstore--encode, plstore--decode, plstore--write-contents-functions)
102         (plstore--insert-buffer, plstore--make): New function.
103         (plstore-open, plstore-save): Simplify by using them.
104
105 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
108
109 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
110
111         * tls.el (open-tls-stream): Remove unused binding.
112
113 2012-04-16  Glenn Morris  <rgm@gnu.org>
114
115         * nndraft.el (nndraft-request-list): Fix declaration.
116
117 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * mm-decode.el (mm-dissect-buffer): Doc fix.
120
121         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
122         don't have a current group.
123
124         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
125         buffer if it doesn't exist.
126
127         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
128         given, mark the group as ephemeral with the current window conf.
129
130         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
131         buffer exists, which it doesn't if we haven't started Gnus.
132         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
133
134 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * mml.el (mml-generate-mime): Allow specifying what the top-level part
137         type is.
138
139         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
140         `unexists' entries.
141         (gnus-clean-old-newsrc): Fix last checkin.
142
143         * nnimap.el (nnimap-update-info): None of the articles below the active
144         low-water mark exist.
145
146         * dgnushack.el: Get rid of XEmacs compilation warning.
147
148         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
149         would have gotten if we posted to the group, and use that to compare
150         against the message we want to cancel (bug#10808).
151
152         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
153         on XEmacs.
154
155 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
156
157         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
158         `scroll-margin'.
159
160 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
161
162         * gnus-cite.el (gnus-dissect-cited-text): A single line without
163         citation prefix within a block of cited text should be considered part
164         of that block *only* if it is a blank line.
165
166 2012-04-09  Chong Yidong  <cyd@gnu.org>
167
168         * binhex.el, hashcash.el, uudecode.el:
169         Remove * characters from the front of variable docstrings.
170
171 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
174         before kinsoku-bol characters nor within kinsoku-eol characters.
175
176 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
179         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
180         (gnus-sync-read): Use mapc instead of mapcar.
181
182         * mm-archive.el: Require mm-decode for some macros.
183         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
184         the byte compiler.
185         (mm-archive-decoders): New function that returns the value of
186         the mm-archive-decoders variable.
187
188         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
189         instead.
190         (mm-dissect-singlepart): Use the function mm-archive-decoders.
191
192         * nnimap.el (gnus-refer-thread-use-nnir):
193         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
194
195 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
198
199 2012-03-12  Peter Münster  <pmrb@free.fr>
200
201         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
202         (gnus-demon-cancel): Ditto.
203         (gnus-demon-run-callback): When function cannot be called due to low
204         idleness, call it when idleness reaches the expected value, instead of
205         waiting another timer period.
206         (gnus-demon-init): Add `time' to arguments of call-back.
207
208 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
211
212         * gnus.el: Register gnus-registry functions.
213
214         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
215         indent.
216
217         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
218         enabled before warping.
219
220 2012-03-22  Dave Abrahams  <dave@boostpro.com>
221
222         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
223         registry about each article retrieved.
224
225         * gnus-int.el (gnus-select-group-with-message-id): New function.
226         (gnus-try-warping-via-registry): Ditto.
227         (gnus-warp-to-article): Fall back on the registry.
228
229 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
230
231         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
232         inboxes.
233
234 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
237
238 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
241         gnus-gcc-self-resent-messages may be a group parameter.
242         (gnus-summary-resend-message): Don't encode encoded words in header
243         when Gcc'ing resent message.
244
245 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * shr.el (shr-insert): Treat non-breaking space just like normal
248         space.  This seems to produce more pleasing results.
249         (shr-insert): Only insert a blank line if we're starting from an image.
250         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
251         (shr-ensure-paragraph): Consider lines with white space to be blank.
252
253 2012-03-15  Elias Pipping  <pipping@lavabit.com>
254
255         * Makefile.in: Respect DESTDIR.
256
257 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
258
259         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
260         and gnus-gcc-post-body-encode-hook.
261
262 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
265         messages that don't exist.
266
267         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
268
269 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
274         don't have a current group.
275
276 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
279         Remove.
280
281         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
282
283         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
284
285 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
288         have a group name.
289
290         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
291         a multibyte buffer (bug#7410).
292         (article-wash-html): Parse the original article buffer to get the
293         unencoded data (bug#7410).
294
295         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
296         .newsrc.el files.
297
298 2012-04-05  Bastien Guerry  <bzg@altern.org>
299
300         * color.el (color-lighten-name): Fix typo.
301
302 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
305         "#" to avoid having them interpreted as comments.
306
307 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * shr.el (shr-insert): Update the text state properly to avoid
310         inserting spurious paragraph starts.
311
312 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * shr.el (shr-table-widths): Divide the extra width more fairly over
315         the TDs (bug#10973).
316         (shr-render-td): Don't delete too much padding.
317         (shr-natural-width): Compute the natural width more correctly.
318         (shr-insert): Allow the natural width to be computed for tables again.
319         (shr-tag-table-1): Rework how the natural widths are computed by
320         rendering the table a third time.
321         (shr-natural-width): Removed.
322         (shr-buffer-width): New function.
323         (shr-expand-newlines): Use it.
324
325         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
326         using a `gnus-use-full-window' setup (bug#11013).
327
328 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
331         24.1 release.
332
333 2012-03-10  David Edmondson  <dme@dme.org>
334
335         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
336         'Forwarded Message' header and the start of the message.
337
338 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
339
340         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
341         isn't running (bug#10897).
342
343 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
346         This is inconsistent with all the other stream functions, which leave
347         the setting up to the higher levels (if so wanted) (bug#10931).
348
349 2012-02-28  Glenn Morris  <rgm@gnu.org>
350
351         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
352         mm-decode.el: Standardize possessive apostrophe usage.
353
354 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
357
358 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
359
360         * parse-time.el (parse-time-string): Allow extractor to return nil.
361
362 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
365
366 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
369
370 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
371
372         * mm-decode.el (mm-shr): Remove "soft hyphens".
373
374         * nnimap.el (nnimap-request-list): Return the group names encoded as
375         utf8.  Otherwise non-European group names don't work.
376         (nnimap-request-newgroups): Ditto.
377
378         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
379         the default in `read-string' (bug#10757).
380
381         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
382         topics (bug#10843).
383
384         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
385         buffer.  Suggested by Herbert Valerio Riedel.
386         (nnimap-request-move-article): Delete the message from the correct IMAP
387         server.
388
389 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
390
391         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
392         Reported by Peter Münster.
393
394 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
395
396         * shr.el (shr-image-fetched): Make sure we really kill the right
397         buffer.
398
399 2012-02-16  Leo Liu  <sdl.web@gmail.com>
400
401         * gnus-start.el (gnus-1): Avoid duplicate entries.
402
403 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * imap.el: Remove.
406
407         * nntp.el (nntp-coding-system-for-read): Remove.
408         (nntp-coding-system-for-write): Ditto.
409         (nntp-open-connection): Just use `binary' directly.
410
411         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
412         Gnus 0.3.
413
414 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
415
416         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
417         application/octet-stream parts really is.
418
419         * gnus-sum.el (gnus-propagate-marks): Remove.
420
421 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
422
423         * shr.el (shr-rescale-image): Undo previous change; see
424         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
425
426 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
427
428         * gnus.el: Ma Gnus v0.3 is released.
429
430 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-sum.el (gnus-summary-local-variables): Make
433         `gnus-newsgroup-unexist' into a local variable.
434
435 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * registry.el (registry-usage-test, registry-persistence-test): Move to
438         tests/gnustest-registry.el.
439         (registry-make-testable-db, registry-match-test)
440         (registry-instantiation-test): Move to tests/gnustest-registry.el.
441
442         * gnus-registry.el (gnus-registry-misc-test)
443         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
444
445         * tests/gnustest-registry.el: New file with the registry and
446         gnus-registry ERT tests.
447
448 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-msg.el (gnus-summary-resend-message): Make
451         gnus-summary-resend-message-insert-gcc be last item in
452         message-header-setup-hook.
453
454 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
455
456         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
457         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
458         Remove.
459         (nnfolder-open-server): Don't use marks.
460         (nnfolder-request-delete-group): Ditto.
461         (nnfolder-request-rename-group): Ditto.
462         (nnfolder-request-set-mark, nnfolder-request-marks)
463         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
464         (nnfolder-save-marks, nnfolder-open-marks): Remove.
465
466         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
467         (nnml-marks-modtime): Remove.
468         (nnml-request-delete-group): Don't use marks.
469         (nnml-request-rename-group): Ditto.
470         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
471         (nnml-save-marks, nnml-open-marks): Remove.
472
473         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
474         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
475         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
476         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
477         (nntp-server-to-method-cache): Remove.
478
479         * shr.el (shr-rescale-image): Fix wrong merge.
480
481 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
482
483         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
484         too-wide lines.
485
486 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
487
488         * nnimap.el (nnimap-record-commands): New variable.
489         (nnimap-log-command): Use it.
490         (nnimap-make-process-buffer): Add a space to the process buffer.
491         (nnimap-transform-headers): Don't bug out on header lines containing
492         stuff that look like IMAP length encodings.
493
494         * shr.el (shr-rescale-image): Allow viewing large images.
495
496 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
497
498         * nnml.el (nnml-request-compact-group): Delete the marks file after
499         compaction (bug#10800).
500
501         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
502         group exit.
503
504         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
505         QRESYNC/FETCH output.
506
507 2012-02-11  Glenn Morris  <rgm@gnu.org>
508
509         * sieve-manage.el (sieve-manage-default-stream):
510         * shr.el (shr):
511         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
512         (nnir-retrieve-headers-override-function)
513         (nnir-imap-default-search-key, nnir-notmuch-program)
514         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
515         (nnir-method-default-engines):
516         * message.el (message-cite-reply-position):
517         * gssapi.el (gssapi-program):
518         * gravatar.el (gravatar):
519         * gnus-sum.el (gnus-refer-thread-use-nnir):
520         * gnus-registry.el (gnus-registry-unfollowed-addresses)
521         (gnus-registry-max-pruned-entries):
522         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
523         * gnus-int.el (gnus-after-set-mark-hook)
524         (gnus-before-update-mark-hook):
525         * gnus-async.el (gnus-async-post-fetch-function):
526         * auth-source.el (auth-source-cache-expiry):
527         Add missing :version tags to new defcustoms and defgroups.
528
529 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-sum.el (gnus-adjust-marked-articles): Add to
532         `gnus-newsgroup-unexist'.
533
534         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
535         marks.
536         (gnus-article-special-mark-lists): Put the `unexist' in the special
537         marks list instead.
538
539         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
540         articles in the list of articles to be selected.
541
542         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
543         articles.
544         (nnimap-update-info): Keep track of unexisting articles.
545         (nnimap-update-qresync-info): Ditto.
546
547 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * message.el (message-default-send-mail-function): Made into own
550         function for reuse by emacsbug.el.
551
552 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
553
554         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
555         `gnus-sloppily-equal-method-parameters' to avoid a warning.
556
557 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
558
559         * mm-archive.el (mm-archive-dissect-and-inline): New function.
560         (mm-archive-dissect-and-inline): Fix up the undisplayer.
561
562         * gnus-compat.el: Define `timer-set-function'.
563
564         * mm-decode.el (mm-display-external): Output the text from the command
565         in the buffer after the command finished.  This makes text-based
566         commands behave better.
567
568 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-compat.el: Add a compat for the old `url-retrieve'.
571
572 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
575         23.1.
576
577 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
580
581 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * message.el (smtpmail-smtp-user): Silence compiler warning.
584
585 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
586
587         * message.el (message-multi-smtp-send-mail): Also allow specifying the
588         SMTP user name.
589
590 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-sum.el (gnus-summary-show-thread):
593         next-single-char-property-change may return nil in XEmacs.
594         (gnus-summary-article-map): Fix typo.
595
596 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
599         running.
600
601         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
602
603         * gnus.el (gnus-server-extend-method): Don't add an -address component
604         if the method already has one (bug#9676).
605
606 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
609         of an initial-input for consistency (bug#10757).
610
611         * dgnushack.el: Fix XEmacs compilation warning.
612
613         * shr.el: Inhibit getting and sending cookies when fetching pictures.
614
615         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
616
617 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
618
619         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
620         lines that are narrower than the window width.  Otherwise background
621         "blocks" will look less readable.
622
623 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * nnimap.el (nnimap-transform-headers): Remove unused variable.
626         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
627         have newlines within the strings, and where the UID comes after the
628         BODYSTRUCTURE element (bug#10537).
629
630         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
631         (bug#10732).
632
633         * shr.el (shr-insert-document): Add doc string.
634         (shr-visit-file): Ditto.
635         (shr-remove-trailing-whitespace): New function.
636         (shr-insert-document): Use it to clean up trailing whitespace as the
637         final step (bug#10714).
638
639 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
640
641         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
642         buffer if `gnus-kill-summary-on-exit' is nil.
643
644 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
647         when just reading a single group from "without" Gnus.
648
649 2012-02-06  Chong Yidong  <cyd@gnu.org>
650
651         * gnus-sum.el (gnus-summary-show-thread):
652         next-single-char-property-change never returns nil (Bug#8657).
653
654 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
655
656         * message.el (message-multi-smtp-send-mail): New function.
657         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
658         header to implement multi-SMTP functionality.
659
660         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
661         (gnus-agentize): Don't set it.
662         (gnus-agent-send-mail): Don't use it.
663
664         * gnus-sum.el (gnus-summary-widget-backward): New function and
665         keystroke.
666
667         * gnus-compat.el: More the compat functions more compatible.
668
669         * shr.el (shr-put-image): Remove underlines from sliced images.
670         (shr-zoom-image): Compute the region to be replaced more correctly.
671
672 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
675         (gnus-summary-resend-message-insert-gcc): New function.
676         (gnus-summary-resend-message): Modify message-header-setup-hook and
677         message-sent-hook to make it work for Gcc.
678         (gnus-inews-do-gcc): Update the number of unread articles of groups
679         that messages are Gcc'd to.
680
681         * message.el (message-resend): Run message-sent-hook to do Gcc.
682
683 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
684
685         * lpath.el: Fix an XEmacs compilation warning.
686
687         * gnus-compat.el: Require `help-fns' to fix compilation error.
688
689         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
690         a higher level to silence compilation.
691
692         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
693         parameter to allow controlling the scaling.
694
695         * shr.el (shr-zoom-image): New command and keystroke.
696         (shr-put-image): Take a `size' flag to say how to scale the image.
697
698         * gnus-compat.el: Redefine `delete-directory' to provide recursive
699         deletion unless already defined.
700
701         * gnus.el (gnus-compat): Require it.
702
703         * gnus-compat.el: New file.
704
705         * gnus-start.el (gnus-clean-old-newsrc): New function.
706         (gnus-read-newsrc-file): Use it.
707
708         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
709         Use recursive deletion.
710         (mm-dissect-archive): Add support for zip files.
711
712         * gnus-util.el (gnus-recursive-directory-files): New function.
713
714         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
715         (mm-archive-decoders): Add tgz support.
716
717         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
718         Otherwise inserting text into the Gnus buffer can look odd.
719
720         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
721
722         * mm-archive.el (mm-archive-decoders): Add support for tar.
723
724         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
725
726         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
727
728 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
731
732         * mm-archive.el: New file.
733
734         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
735
736         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
737
738         * message.el (message-goto-*): Make all the `message-goto-*' commands
739         push the mark before moving point.  This makes it easier to go back to
740         where you came from after editing whatever you jumped to.
741
742 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
743
744         * gnus.el: Ma Gnus v0.1 is released.
745
746 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
749         without reconnecting.
750         (nnimap-possibly-change-group): Ditto.
751         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
752         connection has died before being called.
753
754 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
757         an initial sync unless we're really doing one.
758
759         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
760         address parameter if one already exists (bug#9676).
761
762         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
763         not the prefix, as documented (bug#10689).
764
765 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
768         the "server".
769
770         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
771         the real error message with the useless "previously known to be down".
772         Which isn't even correct.
773
774         * nntp.el (nntp-open-connection): Report the error message if the nntp
775         server can't be reached.
776
777         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
778         groups we do a total scan for.
779         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
780         doing that.
781
782 2012-01-31  Jim Meyering  <jim@meyering.net>
783
784         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
785         Correct a comment (insert "not") and hide nominally-doubled "to".
786
787 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus.el (gnus-version): Change name to "Ma Gnus".
790
791 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
792
793         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
794         section in the manual.
795
796 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
799         words.
800         (rfc2047-encode-string): Ditto.
801         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
802         understand folded filename="..." parameters, for instance.
803
804         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
805         the message for greater debuggability.
806
807 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
810         instead of setting it locally, since the latter doesn't seem to have
811         any effect (most of the time).
812
813 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
814
815         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
816         function call.
817
818 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
819
820         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
821         seconds, and make the repeat clause with HH:MM specs work as
822         documented.
823
824 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * proto-stream.el (proto-stream-capability-open): Fall back on
827         :end-of-command if :end-of-capability doesn't exist.
828
829 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
832         bound globally in old Emacsen and XEmacsen.
833
834 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
837         so that previous errors don't prohibit getting new news.
838
839         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
840
841         * nntp.el (nntp-retrieve-group-data-early): Ditto.
842
843 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
844
845         * gnus.el (gnus-group-find-parameter): Check for liveness of the
846         buffer, not of the string which is its name.
847
848 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
849
850         * proto-stream.el (proto-stream-capability-open): Wait for
851         :end-of-capability, not :end-of-command.
852
853         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
854         non-server-marks groups.
855         (gnus-group-make-articles-read): Ditto.
856
857         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
858         methods (bug#9676).
859
860         * gnus.el (gnus-method-ephemeral-p): New function.
861
862 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
865         left-to-right.
866
867 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
870         warning.
871
872 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
875         macroexpand the nnir things, since they haven't been defined yet, and
876         nnir requires gnus-sum.
877
878 2012-01-24  Julien Danjou  <julien@danjou.info>
879
880         * color.el (color-rgb-to-hsl): Fix value computing.
881         (color-hue-to-rgb): New function.
882         (color-hsl-to-rgb): New function.
883         (color-clamp, color-saturate-hsl, color-saturate-name)
884         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
885         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
886
887 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * mm-decode.el (mm-interactively-view-part): Fix prompt.
890
891 2012-01-19  Julien Danjou  <julien@danjou.info>
892
893         * color.el (color-name-to-rgb): Use the white color to find the max
894         color component value and return correctly computed values.
895         (color-name-to-rgb): Add missing float conversion for max value.
896
897 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
900         logical server name in addition to the actual machine address.
901
902         * auth-source.el (auth-source-user-and-password): Add convenience
903         wrapper to search by just host and optionally user.
904
905 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * shr.el (shr-visit-file): Move point to the beginning of the buffer
908         after rendering.
909
910 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
911
912         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
913         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
914         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
915
916 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-sum.el (gnus-summary-read-group): Document more parameters
919         (bug#9693).
920         (gnus-summary-setup-buffer): Document return value (bug#9697).
921
922         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
923         since ido doesn't work on symbols (bug#9632).
924
925         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
926         when getting a single value as when getting all the values.  This means
927         that atoms like `gcc-self' work cumulatively, like variable settings,
928         instead of getting the value from the last matching clause.
929         (gnus-group-find-parameter): Protect against the group buffer not
930         existing (bug#9585).
931
932 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-start.el (gnus-activate-group): Document more parameters
935         (bug#9694).
936
937         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
938         (bug#9692).
939
940         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
941         article was fetched, so that it can be expired later (bug#9958).
942         (gnus-agent-summary-fetch-series): Add doc string.
943         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
944         (bug#9517).
945
946         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
947         retrieval is happening.
948
949         * gnus.el (gnus-parameters): Doc fix.
950
951 2012-01-06  Dave Abrahams  <dave@boostpro.com>
952
953         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
954         show the thread after expansion.
955
956 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-art.el (article-narrow-to-head): If the head is completely
959         empty, narrow to the empty region (bug#9764).
960
961         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
962         read, and then mark them as unread only when the unread mark is used.
963         This makes `C-- T k' actually work, even though it's confusing.
964
965         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
966         alive before we try to find its window.
967
968 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
969
970         * mm-decode.el (mm-display-external): Use a longer timeout for the
971         deletion to allow slow programs to display the file.
972
973 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
976         prompt to be less confusing.
977
978         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
979         argument to `message-reply'.  This broke `special-display-*' frame
980         pop-uping (bug#10238).
981
982 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
985         systems, since these allegedly don't work there.
986
987 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
988
989         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
990         live buffer.
991
992 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * nnir.el (nnir-retrieve-headers): Protect against the article not
995         existing on the server (bug#10335).
996
997 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
998
999         * gnus-agent.el (gnus-agent-load-local): Recompute
1000         gnus-agent-article-local on changing method.
1001
1002 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * gnus.el (gnus-parameters): Note precedence.
1005
1006 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1007
1008         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1009         in the group buffer.
1010
1011 2012-01-04  Julien Danjou  <julien@danjou.info>
1012
1013         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1014         change.
1015
1016 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1019         too.
1020
1021         * nntp.el (nntp-retrieve-group-data-early): Use it.
1022
1023 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * nntp.el (nntp-retrieval-in-progress): New variable.
1026         (nntp-make-process-buffer): Make it buffer-local.
1027
1028         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1029         2010.
1030         (gnus-demon-init): Use it to compute the time if time is on the form
1031         "04:23".
1032
1033         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1034
1035         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1036         status in the correct buffer.
1037
1038 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1039
1040         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1041         when opening topics (bug#10407).
1042
1043 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1044
1045         * gnus-cus.el (gnus-score-customize):
1046         * gnus-sum.el (gnus-sort-gathered-threads):
1047         * message.el (message-shorten-references):
1048         * nnmairix.el (nnmairix-request-group):
1049         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1050
1051 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1052
1053         * gnus-agent.el (gnus-agent-regenerate-group):
1054         * gnus-int.el (gnus-retrieve-group-data-early):
1055         * mm-util.el (mm-codepage-ibm-list):
1056         * nndiary.el (Commentary, nndiary-get-new-mail):
1057         * nnir.el (nnir):
1058         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1059
1060 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * mm-view.el (mm-display-inline-fontify): Add comment.
1063
1064 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1065
1066         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1067         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1068
1069 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1070
1071         * gnus-art.el (gnus-split-methods):
1072         * gnus-msg.el (gnus-configure-posting-styles):
1073         * gnus-spec.el (gnus-parse-simple-format):
1074         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1075         * message.el (message-do-actions): Spelling fix.
1076
1077 2011-12-15  Juri Linkov  <juri@jurta.org>
1078
1079         * mm-decode.el (mm-inline-media-tests): Add missing
1080         `mm-handle-media-subtype'.
1081
1082 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1083
1084         * gnus-group.el (gnus-group-tool-bar):
1085         * gnus-sum.el (gnus-summary-tool-bar):
1086         * message.el (message-tool-bar):
1087         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1088
1089 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1090
1091         * plstore.el (plstore--insert-buffer): Spelling fix.
1092
1093 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1094
1095         * message.el (message-valid-fqdn-regexp): Update with newly approved
1096         top-level domain names ".tel" and ".asia".
1097
1098 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1101         unconditionally.
1102
1103 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1106         pop-to-buffer-same-window for old Emacsen.
1107
1108 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1109
1110         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1111
1112 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         * netrc.el (netrc-credentials): Spelling fix.
1115
1116 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1117
1118         * gnus-fun.el (gnus-fun-ppm-change-string):
1119         * gnus-msg.el (gnus-inews-do-gcc):
1120         * gnus-sum.el (gnus-summary-find-for-reselect):
1121         * gnus.el (gnus-summary-cancelled):
1122         * message.el (message-cancel-hook, message-send-news):
1123         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1124         * nnir.el (nnir-run-hyrex):
1125         * nntp.el (nntp-with-open-group-function):
1126         * pgg.el (pgg-pending-timers): Spelling fix.
1127
1128 2011-12-04  Chong Yidong  <cyd@gnu.org>
1129
1130         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1131         change (Bug#10200).
1132
1133 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * compface.el (uncompface):
1136         * gnus-art.el (gnus-article-x-face-command): Update the header format
1137         of icon data for the most recent icontopbm program.
1138
1139 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-msg.el (gnus-inews-do-gcc):
1142         * message.el (message-send-mail):
1143         * mml.el (mml-generate-mime): Share the value of the buffer-local
1144         `message-options' variable between a draft buffer and temprary working
1145         buffers.
1146
1147 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1148
1149         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1150
1151 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1154         for Cygwin.
1155
1156 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1157
1158         * gnus-group.el (gnus-group-prepare-flat):
1159         * mm-bodies.el (mm-encode-body):
1160         * mml.el (mml-preview):
1161         * nnml.el (nnml-request-compact-group):
1162         * pop3.el (pop3-stream-type): Spelling fix.
1163
1164 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1165
1166         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1167
1168 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1169
1170         * color.el (color-rgb-to-hsl):
1171         * gmm-utils.el (gmm-tool-bar-style):
1172         * gnus-group.el (gnus-group-prepare-flat):
1173         * gnus-topic.el (gnus-topic-prepare-topic):
1174         * mm-decode.el (mm-discouraged-alternatives):
1175         * rfc2047.el (rfc2047-encode-1):
1176         * starttls.el: Spelling fix.
1177
1178 2011-11-24  Glenn Morris  <rgm@gnu.org>
1179
1180         * binhex.el (binhex-begin-line): Give it basic doc-string.
1181
1182         * starttls.el, tls.el: Fix case of "GnuTLS".
1183
1184 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1185
1186         * gnus-group.el (gnus-group-highlight): Fix typo.
1187
1188 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1189
1190         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1191         value of `delete-file', that returns nil for a local file but returns t
1192         for a remote file using ssh.
1193
1194 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1195
1196         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1197
1198 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1201         avoid later breakage.
1202
1203 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1206         article buffers' name.
1207
1208 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1211         by Paul Eggert's spellfixes two days ago.
1212
1213 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1216         doesn't have it.
1217
1218         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1219         buffer-local instead of binding them to avoid warnings.  Also demote
1220         errors (bug#10063).
1221         (font-lock-mode-hook): Shut up byte compiler.
1222
1223 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1224
1225         * mm-util.el (mm-charset-after):
1226         * nnir.el (nnir-run-hyrex):
1227         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1228         (ntlm-get-password-hashes, ntlm-md4hash):
1229         * smime.el: Fix typo.
1230
1231 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1232
1233         * gnus-agent.el (gnus-agent-expire-group-1):
1234         * nndiary.el (nndiary-last-occurence):
1235         * nnimap.el (nnimap-request-set-mark):
1236         * nnmairix.el (nnmairix-only-use-registry):
1237         * gnus-group.el (gnus-group-prepare-flat):
1238         * gnus-sum.el (gnus-decode-encoded-word-methods):
1239         * message.el (message-wash-subject):
1240         * nntp.el (nntp-retrieve-headers-with-xover):
1241         * smime.el (smime-certificate-directory): Spelling fix.
1242
1243 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1244
1245         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1246
1247         * color.el:
1248         * gnus-agent.el (gnus-agent-possibly-alter-active):
1249         * gnus-dired.el (gnus-dired-print):
1250         * mail-parse.el:
1251         * nnmairix.el (nnmairix-request-group):
1252         * shr.el (shr-image-displayer):
1253         * sieve-manage.el:
1254         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1255
1256 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1257
1258         * gnus-sum.el (gnus-auto-select-subject):
1259         * spam-report.el (spam-report-resend): Spelling fix.
1260
1261 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1262
1263         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1264         * gnus-art.el (gnus-default-article-saver):
1265         * gnus-srvr.el (gnus-server-copy-server):
1266         * gnus.el (gnus-sloppily-equal-method-parameters):
1267         * html2text.el (html2text-format-tag-list):
1268         * message.el (message-narrow-to-head):
1269         * nndiary.el:
1270         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1271         * sieve.el: Spelling fix.
1272
1273 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1274
1275         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1276         * gnus-sum.el (gnus-summary-make-menu-bar):
1277         * gnus-uu.el (gnus-uu-decode-postscript)
1278         (gnus-uu-decode-postscript-and-save):
1279         * mailcap.el (mailcap-print-command):
1280         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1281         Fix typos.
1282
1283 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1284
1285         * gnus-art.el (gnus-article-part-wrapper):
1286         * html2text.el (html2text-fix-paragraphs):
1287         * mm-decode.el (mm-image-fit-p):
1288         * rfc2047.el (rfc2047-encode-message-header):
1289         * shr-color.el (shr-color-visible-distance-min)
1290         (shr-color-relative-to-absolute, set-minimum-interval)
1291         (shr-color-visible): Fix typos.
1292
1293 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1294
1295         * gmm-utils.el (gmm-tool-bar-item):
1296         * gnus-art.el (gnus-treat-body-boundary):
1297         * gnus-diary.el (gnus-user-format-function-d):
1298         * gnus-start.el (gnus-get-unread-articles):
1299         * pgg-gpg.el (pgg-gpg-update-agent):
1300         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1301
1302 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1303
1304         * gnus-topic.el (gnus-group-prepare-topics):
1305         * gnus-uu.el (gnus-extract-view):
1306         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1307
1308 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1309
1310         * spam.el: Move BBDB autoloads.
1311         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1312         BBDB 2 and 3.
1313         (spam-check-BBDB): Use it.
1314         (spam-enter-ham-BBDB): Use it.
1315
1316 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1317
1318         * smime.el (smime-draw-buffer): Spelling fix.
1319
1320 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1321
1322         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1323         for scanning exactly one level.
1324         * gnus-start.el (gnus-get-unread-articles): Ditto.
1325
1326 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1329         slightly clearer.
1330
1331 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * gnus-sync.el: More commentary about setup.
1334
1335 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * message.el (message-send-and-exit): Document `arg'.
1338
1339 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1340
1341         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1342
1343 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1346
1347         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1348         we don't use `bound-and-true-p'.
1349
1350 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * gnus-util.el (gnus-bound-and-true-p): Remove.
1353         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1354         * nnir.el: Use it.
1355         * nnmairix.el: Use it.
1356
1357 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1358
1359         * gnus-sync.el: Improve docs about CouchDB admins.
1360
1361         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1362         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1363         for reasons unknown.
1364         * nnir.el: Use it.
1365         * nnmairix.el: Use it.
1366
1367         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1368         * nnir.el: Ditto.
1369         * nnmairix.el: Ditto.
1370
1371         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1372
1373 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1374
1375         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1376         not needed.  Provide xmlplistread list function to produce XML plist
1377         output for non-Gnus LeSync clients.
1378
1379 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1382
1383         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1384         and save against it.  Group subscriptions, read marks, other marks,
1385         subscription levels, topic names, and topic offsets (the group's
1386         position within the topic) are saved.  This is an experimental backend
1387         and may change significantly.  Load json.el from the gnus-fallback-lib
1388         if it's not available otherwise.
1389         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1390
1391 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1392
1393         * message.el (message-completion-function): Make sure
1394         message-tab-body-function is not attempted if one of
1395         message-completion-alist fails to find a completion (bug#9158).
1396
1397 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1398
1399         * mml.el (mml-quote-region): Quote <#secure> tag.
1400         (mml-generate-mime-1): Unquote <#secure> tag.
1401
1402 2011-10-20  Chong Yidong  <cyd@gnu.org>
1403
1404         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1405         calling a minor mode from Lisp with nil arg enables it, so we have to
1406         make the wording a bit ambiguous here).
1407
1408 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1409
1410         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1411         * nnir.el (nnir-mode): Use it.
1412         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1413         Use it.
1414
1415         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1416         * nnmairix.el (gnus-registry-enabled): Ditto.
1417
1418 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1419
1420         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1421         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1422         only while we need to find out if it should be t or nil.
1423         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1424         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1425         the registry is installed.  Set it to nil when it's unloaded.
1426         (gnus-registry-install-p): Provide user guidance for the initial value
1427         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1428         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1429         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1430         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1431         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1432         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1433         `gnus-registry-install'.
1434
1435 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1436
1437         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1438         previous change.
1439         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1440         primary key is marked as disabled.
1441
1442 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1443
1444         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1445         primary key is marked as disabled.
1446
1447 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1448
1449         * html2text.el (html2text-clean-anchor): Check for quotes around
1450         `href' value.
1451
1452 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1453
1454         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1455         searching.  Drop `bbdb-cache'.
1456
1457 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * message.el (message-signed-or-encrypted-p): Exclude header when
1460         checking if there is signed or encrypted body in text/plain message.
1461
1462 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1463
1464         * html2text.el (html2text-get-attr): Correctly handle attribute values
1465         containing "=".
1466
1467 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1468
1469         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1470         handle bindings.
1471
1472 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * gnus-win.el (gnus-configure-windows): Protect against reading
1475         ephemeral groups outside of Gnus.
1476
1477 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * shr.el (shr-tag-img): Don't get images displayed in tables.
1480
1481 2011-10-03  Glenn Morris  <rgm@gnu.org>
1482
1483         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1484         the "maintainer" version of debbugs.gnu.org reports.
1485
1486 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1489         make asynchronous adjacent image insertion work better.
1490
1491 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1492
1493         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1494         documentation.
1495
1496 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1499         `gnus-asynchronous' isn't shadowed.
1500
1501 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1504
1505         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1506         (nnimap-insert-partial-structure): The charset parameter isn't
1507         case-sensitive.
1508
1509         * nnheader.el (nnheader-message-maybe): New function.
1510
1511         * shr.el (shr-tag-table): Render totally broken tables better.
1512
1513         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1514         computing the boundary.
1515
1516 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * pop3.el (pop3-number-of-responses): Remove.
1519         (pop3-wait-for-messages): Rewrite to take linear time instead of
1520         exponential time.
1521
1522 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1525         re-fetch images.
1526
1527         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1528         re-fetch images when hitting `g' in Gnus.
1529
1530 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1533         (mml-compute-boundary): Don't check collision if it is non-nil.
1534         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1535         before checking collision.
1536
1537 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * message.el (message-indent-citation): Really make sure there's a
1540         newline at the end.
1541
1542         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1543         Fix suggested by John Wiegley.
1544
1545         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1546
1547         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1548
1549         * message.el (message-default-send-rename-function): Break out into its
1550         own function.
1551
1552         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1553         doesn't work under XEmacs.
1554
1555         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1556         of "imaps" to word around Windows problems.
1557         (nnimap-open-connection-1): Use it.
1558
1559         * message.el (message-indent-citation): Revert last change which made
1560         `F' not work.
1561
1562 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1563
1564         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1565         terminal as well.
1566
1567 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1570         because it displays images using overlays that aren't easy to copy to
1571         the article buffer.
1572
1573 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1574
1575         * message.el (message-indent-citation): Fix empty line removal at the
1576         end of the citation.
1577
1578 2011-09-20  Julien Danjou  <julien@danjou.info>
1579
1580         * auth-source.el (auth-source-netrc-create): Use default value for
1581         password if specified.  Evaluate default.
1582         (auth-source-plstore-create): Ditto.
1583         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1584         value evaluation.
1585         (auth-source-netrc-create): Typo fix.
1586         (auth-source-plstore-create): Ditto.
1587
1588         * password-cache.el (password-cache-remove): Remove entries even if the
1589         value is nil, so that password with a nil value (negative caching) is
1590         possible to invalidate.
1591
1592         * auth-source.el (auth-source-format-cache-entry): New function.
1593
1594 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1597
1598 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1601
1602 2011-09-19  Julien Danjou  <julien@danjou.info>
1603
1604         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1605         which work with things that are not ASCII.
1606
1607 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1610
1611 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1614         message level.
1615
1616 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1619
1620 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1623
1624 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1625
1626         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1627         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1628
1629 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1630
1631         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1632         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1633         articles.
1634
1635 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1636
1637         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1638         (message-mail-other-window, message-mail-other-frame)
1639         (message-news-other-window, message-news-other-frame):
1640         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1641         instead of setting buffer display varibles.
1642
1643 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1646
1647         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1648
1649 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1652         duplicates" to a higher level.
1653
1654         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1655         most egregious messages.
1656
1657 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1660
1661 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1662
1663         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1664         up the file (bug#9351).
1665
1666 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1669         it does with all other backends, but decode the names immediately after
1670         getting them.
1671
1672         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1673         decoding nnimap groups.
1674
1675         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1676         newsrc file.  It doesn't seem like an important optimization any more.
1677
1678 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1679
1680         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1681         overflows.
1682
1683 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1686         (gnus-interactive-exit): Extend to `quiet'.
1687
1688         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1689
1690         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1691         string.
1692
1693         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1694         renaming function arguments from `this'.
1695
1696         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1697
1698         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1699         has been renamed.
1700         (gnus-lrm-string-p): Include RLM and PDF, too.
1701
1702         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1703         (bug#9225).
1704
1705 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1706
1707         Add autoload cookies for functions used by sendmail.el.
1708         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1709
1710         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1711
1712 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-art.el (article-date-ut): Work properly even when there are
1715         things like Date header in the body; work for forwarded parts.
1716
1717 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1718
1719         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1720         original-article-buffer.
1721
1722 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1723
1724         * nnir.el (nnir-compose-result): Fix matching of server type.
1725         (nnir-run-swish++): Ditto.
1726         (nnir-run-namazu): Ditto.
1727         (nnir-run-notmuch): Ditto.
1728
1729 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1732         (bug#9405).
1733
1734         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1735         (bug#9421).
1736
1737         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1738         (bug#9425).
1739
1740         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1741         thing (bug#9426).
1742
1743 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1746         the error message.
1747
1748 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1749
1750         * message.el (message-setup-1): Return t (Bug#9392).
1751
1752 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1753
1754         * gnus-sum.el: When adding article headers to a summary buffer also
1755         update gnus-newsgroup-articles (bug#9386).
1756
1757 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * auth-source.el: Autoload help-mode.
1760
1761 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1764         names.
1765
1766 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1767
1768         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1769         mm-replace-in-string for compatibility issues.
1770         * mml2015.el (mml2015-epg-verify): Ditto.
1771
1772 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1775
1776         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1777
1778 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1781         continue on and do the clean-up phase (bug#9188).
1782
1783         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1784         just ignore groups that can't be opened instead of erroring out
1785         (bug#9225).
1786
1787         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1788         nil since some many people are fuddy-duddies.
1789
1790         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1791         images.
1792
1793         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1794         instead.
1795
1796         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1797
1798         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1799
1800         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1801         processing.
1802
1803         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1804         buffer to avoid warnings.
1805
1806 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1807
1808         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1809         specified to reduce precision.
1810
1811 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1814         bodystructures (bug#9314).
1815
1816 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1819         Make button keymap non-sticky after buttons.
1820
1821 2011-08-18  David Engster  <dengste@eml.cc>
1822
1823         * nnmairix.el (nnmairix-request-set-mark)
1824         (nnmairix-goto-original-article): Remove adding of article to registry,
1825         since `gnus-registry-add-group' isn't available anymore.
1826         (nnmairix-determine-original-group-from-registry):
1827         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1828         available anymore.
1829
1830 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1831
1832         * starttls.el (starttls-any-program-available): Define as obsolete
1833         function.
1834
1835 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1838         versions which Gnus use when appropriate.
1839
1840         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1841         a pretty destructive command.
1842
1843         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1844
1845 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * message.el (message-fix-before-sending): Make a different warning
1848         about NUL characters (bug#9270).
1849
1850         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1851         from custom (bug#9260).
1852
1853         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1854         things work in Emacs 22 and XEmacs, too.
1855
1856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1857         default From.
1858
1859         * gnus-spec.el (gnus-lrm-string-p): New macro.
1860         (gnus-lrm-string): New constant.
1861         (gnus-summary-line-format-spec): LRM-ify the from.
1862         (gnus-tilde-max-form): LRM-ify string chopping.
1863
1864         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1865
1866         * message.el (message-is-yours-p): Allow disabling canlock checking
1867         (bug#9295).
1868         (message-shoot-gnksa-feet): Add `canlock-verify'.
1869         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1870         message directory isn't writable (bug#9304).
1871
1872         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1873         non-world-readable.
1874
1875 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1878         articles.
1879
1880 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1881
1882         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1883         copy-list.
1884
1885 2011-08-12  Sam Steingold  <sds@gnu.org>
1886
1887         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1888         in the reverse order to avoid modifying the cache with `nreverse'.
1889         (gnus-all-score-files): Do not modify the value returned by
1890         `gnus-score-find-alist' because it lives in a cache variable.
1891         (gnus-current-home-score-file): No need to `nreverse' the return value
1892         of `gnus-score-find-alist', it is already in the correct order.
1893
1894 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1895
1896         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1897         type MESSAGE and subtype RFC822 is slightly different from those of
1898         type TEXT.
1899
1900 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1901
1902         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1903         This allows article-referral to work from an nnir group.
1904
1905 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1906
1907         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1908
1909 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1910
1911         * mml1991.el (mml1991-epg-find-usable-key)
1912         (mml1991-epg-find-usable-secret-key): New function.
1913         (mml1991-epg-sign): Check if signing key is usable.
1914         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1915
1916 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1917
1918         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1919         server-variables only.  This should fix a bug introduced with commit
1920         e1889675b7f4adf057833c5513c9374134c4e053.
1921         (nnir-run-query): 'nnir-search-engine should not be set from the global
1922         environment.
1923
1924 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1925
1926         * nnir.el (nnir-search-thread): Position point on referring article
1927         line.
1928         (nnir-warp-to-article): Clean up summary buffers.
1929
1930         * nnimap.el (nnimap-request-thread): Whitespace fix.
1931
1932 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1933
1934         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1935
1936 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * starttls.el (starttls-available-p): Rename from
1939         `starttls-any-program-available' and changed return convention.
1940
1941 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1944         `unix-sync' unless it's defined.
1945
1946 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1947
1948         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1949         `aref' for XEmacs compatibiltiy.
1950
1951 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1954
1955 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1956
1957         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1958         closures, quote the form properly (bug#9194).
1959
1960 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1963         (gnus-summary-insert-new-articles): Protect against servers that are
1964         down.
1965
1966 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1967
1968         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1969         in mm handle if none is specified.
1970
1971 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1974
1975 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1976
1977         * nnir.el (nnir-search-thread): New function to make an nnir group
1978         based on a thread query.
1979
1980         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1981         of nnir in thread referral.
1982         (gnus-summary-refer-thread): Use it.
1983
1984         * nnimap.el (nnimap-request-thread): Use it.
1985
1986 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987
1988         * shr.el (shr-tag-comment): Ignore HTML comments.
1989
1990 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1991
1992         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1993         argument.
1994         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1995         Use `nnir-address' to handle server info rather than passing an arg.
1996
1997         * nnimap.el (nnimap-make-thread-query): New utility function to format
1998         an imap thread search query.
1999         (nnimap-request-thread): Use it.
2000
2001         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2002         right select-method if we are not going back to the group buffer.
2003
2004 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2007         enter invalid buffer configurations into the quit form (bug#9107).
2008         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2009         unplugged/plugged.
2010
2011         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2012         keep track of which ones are unread (bug#9061).
2013
2014         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2015         (bug#9055).
2016
2017         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2018         (bug#9041).
2019
2020         * gnus-html.el (mm-util): Require (bug#9073).
2021
2022         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2023         (gnus-summary-refer-thread): Use it to remove duplicates in the
2024         un-threaded view (bug#9053).
2025         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2026
2027 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2028
2029         * nnir.el (nnir-read-server-parm): Use default value from global
2030         variable.  Without this the default search engine parameters aren't
2031         used at all.
2032
2033 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * message.el (message-unique-id): Don't use the undocumented return
2036         value from (random t) (bug#9118).
2037
2038 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * message.el (message-auto-save-directory): If the ~/Mail directory
2041         doesn't exist, use ~ as the auto-save directory (bug#4432).
2042
2043         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2044         hasn't already been started.
2045
2046 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2049
2050         * message.el (message-reply): Work around mysterious bug where
2051         `message-mode' seems to overwrite the locally bound `subject' variable.
2052
2053 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2054
2055         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2056         correct group.
2057
2058         * gnus-int.el (gnus-request-thread): Add group argument.
2059
2060         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2061
2062 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2065
2066         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2067         renamed to `debbugs-gnu-*'.
2068
2069 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2070
2071         * plstore.el: Revert the editing feature since it is not urgent.
2072         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2073         (plstore-mode-decoded): Remove.
2074
2075 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2078         isn't very interesting any more, and it leaks potentially secret data.
2079         (gnus-debug): Remove.
2080
2081         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2082         use of :custom-show.
2083
2084 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2085
2086         * plstore.el: Add documentation.
2087         (plstore-mode): New mode to edit plstore file.
2088         (plstore-mode-toggle-display, plstore-mode-original)
2089         (plstore-mode-decoded): New command.
2090         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2091         (plstore--insert-buffer, plstore--make): New function.
2092         (plstore-open, plstore-save): Simplify by using them.
2093
2094 2011-07-06  Glenn Morris  <rgm@gnu.org>
2095
2096         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2097
2098 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2101         no longer is much used.
2102         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2103         Articles".
2104
2105 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2106
2107         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2108         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2109         `notmuch' backend.
2110
2111 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * mm-decode.el (mm-text-html-renderer): Doc fix.
2114
2115         * gnus-msg.el (gnus-bug): Fix the MML tag.
2116
2117         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2118
2119 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2120
2121         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2122         secondary methods if started with `gnus-no-server'.
2123
2124 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2125
2126         * message.el (message-return-action): Fix typo in docstring.
2127
2128 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2131         bug reports at once.
2132
2133         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2134
2135 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * nndraft.el: Require gnus-group.
2138         (nndraft-request-list): Declare.
2139
2140         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2141         no unread article unless it matches gnus-permanently-visible-groups.
2142
2143         * nndraft.el (nndraft-update-unread-articles): New function.
2144         (nndraft-request-associate-buffer): Use it to update the number of
2145         unread articles for the nndraft groups in the group buffer when saving
2146         or killing a draft message.
2147
2148 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2151         systems to binary before writing and reading the mbox files.
2152
2153         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2154         instead of trying to list them all (bug#8978).
2155
2156 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2157
2158         * pop3.el (pop3-open-server): Use :end-of-capability.
2159
2160 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161
2162         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2163         the id is always a number.
2164
2165         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2166
2167         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2168         debbugs mode, if possible.
2169
2170 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2171
2172         * auth-source.el (auth-source-token-passphrase-callback-function):
2173         Reindent.
2174         (epg-context-operation): Remove unnecessary autoload.
2175
2176 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * gnus.el (gnus-list-debbugs): New command.
2179
2180         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2181         mboxstat instead of the maintbox, since the stat seems to be fuller.
2182
2183         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2184         summary buffers.
2185
2186         * message.el (message-get-reply-headers): Delete all duplicates,
2187         instead of the first.
2188         (message-get-reply-headers): Ensure that we have progress while
2189         deleting duplicates.
2190
2191         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2192         gnus-posting-style value from the summary buffer to make it easier to
2193         make that a per-buffer conf.
2194
2195 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2196
2197         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2198         found by setting `shortcut' in 'query.
2199         (nnir-request-article): Use `shortcut' setting when requesting article
2200         by Message-ID.
2201
2202 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2203
2204         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2205         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2206         Bring the pseudo-headers back too.
2207
2208 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2209
2210         * auth-source.el (auth-source-token-passphrase-callback-function):
2211         Simplify and remove EPA dependency.
2212
2213 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2214
2215         * nnir.el (nnir-request-article): Fix error message text.
2216
2217 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2218
2219         * auth-source.el (plstore-delete): Autoload.
2220         (auth-source-plstore-search): Support delete operation.
2221         * plstore.el (plstore-delete): New function.
2222
2223 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2226         mark actually existing articles as unread rather than the ones that
2227         active asserts.
2228
2229 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2230
2231         * nntp.el (nntp-record-command):
2232         * gnus-util.el (gnus-message-with-timestamp-1):
2233         Use format-time-string rather than decoding time stamps by hand.
2234         This is simpler and insulates the code from potential changes to
2235         current-time format.
2236
2237 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2240
2241 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2242
2243         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2244         (plstore-save): Support public key encryption.
2245         (plstore--init-from-buffer): New function.
2246         (plstore-open): Use it; fix error when opening a non-existent file.
2247         (plstore-revert): Use plstore--init-from-buffer.
2248
2249 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2250
2251         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2252
2253 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2256         for old Emacsen.
2257
2258 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2259
2260         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2261         is not fully working.
2262
2263 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * dgnushack.el: Autoload sha1 on XEmacs.
2266
2267         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2268         quit window configuration.
2269
2270         * auth-source.el (epg-context-set-passphrase-callback):
2271         Remove duplicate autoload.
2272
2273 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2274
2275         * nnir.el (nnir-request-article): Allow requesting articles by
2276         Message-ID with nnimap.
2277
2278         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2279         current server.
2280
2281 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2282
2283         * auth-source.el: Autoload EPA/EPG functions.
2284         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2285         changed when EPA/EPG is not available.
2286         (auth-source-backend): Rename "arg" member to "data".
2287         (auth-source-backend-parse, auth-source-plstore-search)
2288         (auth-source-plstore-create): Use it.
2289
2290 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2291
2292         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2293         `gnus-refer-article-methods'.
2294
2295 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2296
2297         * auth-source.el: Require EPA and EPG.
2298         (auth-source-passphrase-alist): New variable.
2299         (auth-source-passphrase-callback-function)
2300         (auth-source-token-passphrase-callback-function): Callbacks for the
2301         netrc field encryption (GPG tokens).
2302         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2303         Symmetric encryption and decryption of the netrc GPG tokens.
2304         (auth-source-netrc-normalize): Use them, simplifying the closure.
2305
2306 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2309         is available.
2310
2311 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2314         non-nil, and `nnimap-split-methods' is nil, use the former.
2315
2316 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2317
2318         * plstore.el (plstore-revert): New function.
2319         (plstore-open): Use it; hide the buffer from user.
2320
2321 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2322
2323         * auth-source.el (auth-source-backend): New member "arg".
2324         (auth-source-backend-parse): Handle new backend 'plstore.
2325         * plstore.el: New file.
2326
2327 2011-06-30  Glenn Morris  <rgm@gnu.org>
2328
2329         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2330
2331 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2334         expiring articles to.
2335
2336         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2337         variations as ASCII (bug#5458).
2338
2339 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2342
2343 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * message.el (message-point-in-header-p): Tweak the function to default
2346         to saying that we're not in the headers if there is no separator at
2347         all.  This makes it possible to use the Message version of `M-q' in
2348         buffers with no headers (bug#7987).
2349         (message-point-in-header-p): Fix last checkin to work with an empty
2350         mail-header-separator, too.
2351
2352         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2353         again, save the choice via customize.
2354
2355 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2358
2359         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2360         ended the connection, bail out before waiting infinitely on a new
2361         connection.
2362
2363 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2366         reports.
2367
2368         * gnus.el (gnus-bug-package): Use "gnus."
2369         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2370
2371 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * dgnushack.el: Make the timer warning go away on XEmacs.
2374
2375         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2376         animations going on at article exit time.
2377
2378         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2379         since removing it breaks people upgrading.
2380
2381         * shr.el (shr-put-image): Use the new interface for animating images.
2382         (shr-put-image): Animate for 60 seconds.
2383
2384         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2385         avoid compiler warnings.
2386
2387         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2388         error with `find-file-hooks' on Emacs 22.
2389         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2390         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2391         on all architectures.
2392
2393         * spam.el (spam-stat): Require in a normal fashion without binding
2394         `spam-stat-install-hooks' to avoid compilation warnings.
2395
2396         * spam-stat.el (spam-stat-install-hooks): Remove.
2397         (spam-stat-install-hooks): Don't run automatically.
2398
2399 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2400
2401         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2402         and keystroke.
2403
2404 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * auth-source.el (auth-source-netrc-cache): Move forward.
2407
2408 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * proto-stream.el (proto-stream-open-starttls): Use
2411         `gnutls-available-p' to see whether we have built-in support.
2412
2413         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2414         we already know.
2415         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2416         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2417
2418 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2421         %S format, since that looks odd.
2422         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2423         file, especially when saving.
2424
2425 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2426
2427         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2428         article found.
2429
2430 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2433         `auth-source-save-secrets' with a more sensitive alist that can be
2434         configured per file.  Experimental, so defaults to 'never.
2435         (auth-source-netrc-create): Use it.  Still experimental code.
2436         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2437         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2438
2439 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2440
2441         * auth-source.el (auth-source-save-secrets): New variable to control if
2442         secret tokens should be saved encrypted.
2443         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2444         to `auth-source-netrc-normalize'.
2445         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2446         on the EPA variables being defined.
2447         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2448         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2449         the lexical-let closure.
2450         (auth-source-netrc-create): Create "gpg:" tokens according to
2451         `auth-source-save-secrets'.
2452
2453 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-group.el (gnus-group-update-group): Add new argument
2456         `info-unchanged' that stops updating dribble buffer.
2457
2458         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2459         deletes lines matching to it in dribble buffer.
2460
2461         * gnus-agent.el (gnus-agent-fetch-group-1):
2462         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2463         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2464         * gnus-start.el (gnus-group-change-level):
2465         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2466
2467         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2468         if newsgroup info is not changed.
2469
2470         * gnus-group.el (gnus-group-get-new-news-this-group):
2471         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2472         Don't update dribble buffer.
2473
2474 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2475
2476         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2477         remove entries with groups we ignore.
2478
2479 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2482         the underline comes at the bottom.
2483
2484 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2485
2486         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2487         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2488         (gnus-registry-article-marks-to-names): Rename from
2489         `gnus-registry-user-format-function-M2'.
2490
2491 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2494         ephemeral group.
2495
2496 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * shr.el (shr-browse-image): Copy the URL if called interactively.
2499
2500 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2503         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2504         done, then unselected articles may be marked as read.
2505
2506         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2507         since not doing this seems to lead to a race condition in pop3-logon.
2508
2509         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2510         so that the call chain it correct when we call "upwards".
2511
2512         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2513         in read-only groups.
2514
2515         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2516
2517         * message.el (message-cite-reply-position): Doc string fix.
2518
2519         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2520         avoid regexp overflow.
2521         (nnimap-transform-split-mail): Ditto.
2522
2523         * pop3.el (pop3-retr): Error out if the server closes the connection.
2524
2525 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2526
2527         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2528         mm-with-unibyte-current-buffer.  The buffer should not contain any
2529         multibyte chars anyway at this stage.
2530
2531 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2534         at the end of lines.
2535
2536 2011-05-29  Julien Danjou  <julien@danjou.info>
2537
2538         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2539
2540 2011-05-27  Glenn Morris  <rgm@gnu.org>
2541
2542         * gnus-group.el (gnus-bug-group-download-format-alist):
2543         Use the "maintainer" version of debian reports as well.
2544
2545 2011-05-26  Glenn Morris  <rgm@gnu.org>
2546
2547         * gnus-group.el (gnus-bug-group-download-format-alist):
2548         Use the "maintainer" version of debbugs.gnu.org reports.
2549
2550 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2553
2554 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         * gnus-cus.el (gnus-agent-customize-category):
2557         * gnus-delay.el (gnus-delay-send-queue):
2558         * gnus.el (gnus-other-frame):
2559         Don't quote lambda expressions with `quote'.
2560
2561 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2562
2563         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2564         the thread moves us backwards and so we loop forever.
2565
2566 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2569         whitespace in base64 data lines.
2570
2571 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2572
2573         * gnus-registry.el (gnus-registry-user-format-function-M):
2574         Use `mapconcat'.
2575         (gnus-registry-user-format-function-M2): Use to see the full text of
2576         the marks.  Make "," the mark text separator.
2577
2578         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2579         authentication with auth-source.
2580
2581 2011-05-17  Glenn Morris  <rgm@gnu.org>
2582
2583         * gnus-group.el (gnus-import-other-newsrc-file):
2584         Use insert-file-contents.
2585
2586 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2589         1000 iterations.
2590
2591 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * nntp.el (nntp-open-connection): Check if process-type is available.
2594
2595 2011-05-16  Julien Danjou  <julien@danjou.info>
2596
2597         * shr.el (shr-tag-del): Add support for del tag.
2598
2599 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * gnus-html.el (gnus-html-put-image): Register a displayer.
2602
2603         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2604
2605 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * registry.el (prune-factor): New initialization parameter defaulting
2608         to 0.1.
2609         (registry-prune-hard): Use it.
2610
2611         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2612         0.1 expicitly.
2613
2614 2011-05-13  Glenn Morris  <rgm@gnu.org>
2615
2616         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2617         is bound, since this function requires sendmail.
2618
2619 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * registry.el (registry-usage-test): Disable pruning test.
2622
2623 2011-05-11  David Engster  <dengste@eml.cc>
2624
2625         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2626         Bind set-network-process-option for XEmacs.
2627
2628 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * registry.el (registry-prune-hard-candidates)
2631         (registry-prune-soft-candidates): Helper methods for registry pruning.
2632         (registry-prune): Use them.  Make the sort function optional.
2633
2634 2011-05-10  Jim Meyering  <meyering@redhat.com>
2635
2636         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2637
2638 2011-05-10  Julien Danjou  <julien@danjou.info>
2639
2640         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2641         symbol and not a list.
2642
2643 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-art.el (gnus-article-mode): Move binding of
2646         shr-put-image-function here from gnus-article-prepare-display.
2647
2648         * shr.el (shr-put-image-function): New variable.
2649         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2650         (shr-put-image): Return scaled image.
2651
2652         * gnus-art.el (gnus-shr-put-image): New function.
2653         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2654
2655         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2656         original ones, as deletable.
2657
2658 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2661
2662 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * registry.el (registry-full): Add convenience method.  Fix logic.
2665         (registry-insert): Use it.  Fix logic here too.
2666
2667         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2668         `registry-prune' if `registry-full' returns t.
2669         (gnus-registry-handle-action)
2670         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2671         (gnus-registry-usage-test): Use it.
2672
2673 2011-05-07  Julien Danjou  <julien@danjou.info>
2674
2675         * shr.el (shr-link): Make shr-link inherit from link by default.
2676
2677 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2680
2681 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2682
2683         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2684         error out because the face is not a list.
2685
2686 2011-05-05  Glenn Morris  <rgm@gnu.org>
2687
2688         * proto-stream.el (gnutls-negotiate): Fix declarations.
2689
2690         * gnus-start.el (gnus-propagate-marks): Declare.
2691
2692 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * registry.el (registry-reindex): Fix percentage message.
2695
2696         * proto-stream.el (network-stream-open-starttls): Adjust to call
2697         `gnutls-negotiate' with :process and :hostname arguments.
2698
2699 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * shr.el: Add shr-link face for links.
2702         (shr-urlify): Use it.
2703
2704         * registry.el (registry-insert): Make error message more helpful.
2705
2706 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-html.el (gnus-html-schedule-image-fetching):
2709         Use url-queue-retrieve, if it exists.
2710
2711         * shr.el (shr-tag-img): Ditto.
2712
2713         * gnus.el: Autoload more gnus-agent functions.
2714
2715         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2716         agent if we haven't already (bug#8502).
2717
2718         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2719         into the Agent, too.
2720
2721         * gnus-agent.el (gnus-agent-store-article): New function.
2722
2723         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2724         and moved from that file for reuse.
2725
2726         * pop3.el (pop3-open-server): Error messages are "-ERR".
2727
2728 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2731         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2732
2733 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2734
2735         * gnus.el: No Gnus v0.17 is released.
2736
2737 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2738
2739         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2740         buffer has moved to a different frame.
2741
2742 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2745         to get the conversion from unibyte to multibyte buffers to work on
2746         Emacs 22.
2747
2748         * nntp.el (nntp-request-article): Slight clean-up.
2749
2750 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * shr.el (shr-strike-through): New face.
2753         (shr-tag-s): Use it to provide <s> support.
2754         (shr-tag-s): Remove duplicate definition.
2755
2756 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2759         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2760
2761 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2764         `gnutls-negotiate'.
2765         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2766
2767 2011-04-23  Glenn Morris  <rgm@gnu.org>
2768
2769         * gnus-sum.el (gnus-extra-headers): Bump :version.
2770
2771 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * shr.el (shr-tag-sup): New function.
2774         (shr-tag-sub): Ditto.
2775
2776 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2777
2778         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2779         for the case where `gnus-registry-ignored-groups' is a list of lists,
2780         and don't call `gnus-parameter-registry-ignore' otherwise.
2781
2782 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         * nnimap.el (nnimap-user): New backend variable.
2785         (nnimap-open-connection-1): Use it.
2786         (nnimap-credentials): Accept user parameter so it's explicit what user
2787         name is desired.
2788
2789         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2790         default.
2791
2792         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2793         not gnus-registry.el.
2794
2795         * gnus-registry.el: Mention in comments how to modify
2796         `gnus-extra-headers' for proper recipient tracking and that it may
2797         already have To and Cc recently, which it does as of this commit.
2798         (gnus-registry-ignored-groups): Remove defcustom.
2799         Explain why in comments.
2800         (gnus-registry-action): Fix data-header reference to use the extra
2801         headers.  Explain in package commentary how to add To and Cc headers to
2802         the gnus-extra-headers.
2803         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2804         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2805         parameter list or a string list in `gnus-registry-ignored-groups'.
2806         Fix logic error.
2807
2808 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * shr.el (shr-expand-url): Protect against null urls.
2811
2812 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * shr.el (shr-base): New binding.
2815         (shr-tag-base): Keep track of <base>.
2816         (shr-expand-url): New function used throughout.
2817
2818 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2819
2820         * gnus-registry.el
2821         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2822         (gnus-registry-ignored-groups): New variable.
2823         (gnus-registry-ignore-group-p): Use it.
2824         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2825         set the destination group to nil (same as delete) if it's ignored.
2826
2827 2011-04-20  David Engster  <dengste@eml.cc>
2828
2829         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2830
2831         * Makefile.in (test-nntp): New rule.
2832         (check): Add it.
2833         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2834
2835 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-registry.el (gnus-registry-action)
2838         (gnus-registry-fetch-header-fast):
2839         Don't use mail-header that looks an internal function of mailheader.el.
2840
2841 2011-04-19  Glenn Morris  <rgm@gnu.org>
2842
2843         * time-date.el (time-to-days): Remove unused local variables.
2844
2845 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-registry.el: Eliminate cl functions.
2848         (gnus-registry-sort-addresses): New function that replaces mapcan.
2849         (gnus-registry-action, gnus-registry-spool-action)
2850         (gnus-registry-split-fancy-with-parent)
2851         (gnus-registry-fetch-recipients-fast): Use it.
2852         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2853
2854         * registry.el (initialize-instance, registry-lookup)
2855         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2856         (registry-lookup-secondary-value, registry-search, registry-delete)
2857         (registry-insert, registry-reindex, registry-size, registry-prune):
2858         Use eval-and-compile.
2859
2860 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2861
2862         * registry.el (registry-reindex): New method to recreate the secondary
2863         registry indices.
2864
2865         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2866         tracked field changes.
2867         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2868         (gnus-registry-action, gnus-registry-spool-action)
2869         (gnus-registry-handle-action)
2870         (gnus-registry--split-fancy-with-parent-internal)
2871         (gnus-registry-split-fancy-with-parent)
2872         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2873         move, and delete actions, and for fancy splitting with parent.
2874         (gnus-registry-extract-addresses)
2875         (gnus-registry-fetch-recipients-fast)
2876         (gnus-registry-fetch-header-fast): Convenience functions.
2877         (gnus-registry-misc-test): ERT test of
2878         `gnus-registry-extract-addresses'.
2879
2880 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2883         Track by subject first, then sender.
2884
2885 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2888
2889         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2890         Lisp.
2891
2892         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2893         (gnus-draft-send): Use it to avoid popping
2894         up frames from gnus-group-send-queue.
2895
2896 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2897
2898         * gnus-registry.el: Updated gnus-registry docs.
2899
2900 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2903         Fix logic bug.
2904         (gnus-registry-post-process-groups): Fix logging of no results and
2905         quote sender and subject.
2906
2907 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908
2909         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2910         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2911         gnutls-cli are too slow to be done opportunistically.
2912
2913         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2914         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2915         we had no early-data returned.
2916         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2917         two async commands to the same server at the same time.
2918
2919 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2920
2921         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2922
2923 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2926         "warning" level.
2927
2928         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2929         (mm-url-insert-file-contents): Don't set the package names.
2930
2931 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2932
2933         * gnus-registry.el (gnus-registry-action): Remove properties and
2934         simplify subject in `gnus-registry-handle-action'.
2935         (gnus-registry-spool-action): Get subject and sender from message if
2936         they are not passed in.
2937         (gnus-registry-handle-action): Remove properties and simplify subject
2938         consistently.
2939
2940 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2941
2942         * registry.el: Require CL before using defmacro*.
2943
2944 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * gnus-art.el (article-treat-date): Assume that
2947         gnus-article-date-headers may be a group parameter.
2948
2949 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2950
2951         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2952
2953         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2954         interactively so the newsrc file can contain foreign groups too.
2955         Useful for debugging but not much for users.
2956
2957 2011-04-07  David Engster  <dengste@eml.cc>
2958
2959         * registry.el (registry-usage-test): Only do
2960         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2961         lexical binding.
2962
2963 2011-04-07  David Engster  <dengste@eml.cc>
2964
2965         * Makefile.in (check, test-registry): New rules for test-suite.
2966
2967 2011-04-06  David Engster  <dengste@eml.cc>
2968
2969         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2970         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2971
2972 2011-04-06  David Engster  <dengste@eml.cc>
2973
2974         * registry.el (initialize-instance): Change :after to :AFTER to be
2975         compatible with old EIEIO version in XEmacs.
2976
2977 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * gnus-registry.el (gnus-registry-post-process-groups)
2980         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2981         and provide better messaging.
2982
2983 2011-04-06  David Engster  <dengste@eml.cc>
2984
2985         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2986         errors.
2987
2988         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2989         dgnushack-compile with error-on-warn enabled, and to signal an error if
2990         clean compilation failed.
2991         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2992         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2993
2994 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2997         unconditionally anyway, discarding errors.
2998         (gnus-registry-delete-entries): New convenience function.
2999         (gnus-registry-import-eld): Import from old .eld registry.
3000
3001         * registry.el: Don't use ERT if it's not available.  Load it
3002         unconditionally anyway, discarding errors.
3003
3004         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3005         version from the Claudio Bley GnuTLS patch (extra optional parameters
3006         and host name).
3007
3008 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3011         fixup the parameters that can be customized by the user between
3012         save/read cycles.
3013         (gnus-registry-read): Use it.
3014         (gnus-registry-make-db): Use it.
3015         (gnus-registry-spool-action, gnus-registry-handle-action):
3016         Fix messaging.
3017         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3018         Map references to actual group names with sender and subject tracking.
3019         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3020         (gnus-registry-usage-test): Add subject lookup test.
3021
3022         * registry.el (registry-db, initialize-instance): Set up constructor
3023         instead of :initform arguments for the sake of older Emacsen.
3024         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3025         pre-lexbind merge bug.
3026         (registry-usage-test): Use it.
3027         (initialize-instance, registry-db): Move the non-function initforms
3028         back to the class definition.
3029
3030 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * registry.el: New library to manage gnus-registry-style data.
3033
3034         * gnus-registry.el: Use it (major rewrite).
3035
3036         * nnregistry.el: Use it.
3037
3038         * spam.el: Use it.
3039
3040 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3043         marks on non-selected articles.
3044
3045 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3046
3047         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3048         parameter to open-protocol-stream.
3049
3050 2011-04-01  Julien Danjou  <julien@danjou.info>
3051
3052         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3053         fundamental-mode.
3054
3055 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3058         servers.
3059
3060 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3063         made marks not propagate, again.
3064
3065 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3066
3067         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3068         Make this the default type.
3069         (proto-stream-open-plain): Rename from proto-stream-open-default.
3070         (open-protocol-stream, proto-stream-open-starttls)
3071         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3072         with `plain'.
3073
3074         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3075         value.
3076
3077         * nntp.el (nntp-open-connection-function): Document the fact that some
3078         values are not functions but are instead handled specially.
3079         Recognize nntp-open-plain-stream value.
3080         (nntp-open-connection): Recognize that value.
3081
3082 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3085         where it seems to be needed.
3086
3087 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3090         stuff.
3091
3092         * gnus-score.el (gnus-score-string): Fix calling convention of
3093         `gnus-simplify-buffer-fuzzy' after last patches.
3094
3095         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3096         server for articles we didn't get any headers for.  This is a sanity
3097         check.
3098
3099 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3100
3101         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3102         new CAPABILITY, use it.
3103
3104 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3107         downloading anything.
3108
3109         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3110
3111 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3112
3113         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3114         colors.
3115         (gnus-splash-svg-color-symbols): New function.
3116
3117 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3120         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3121         (gnus-simplify-subject-fuzzy): Use the local
3122         gnus-simplify-subject-fuzzy-regex instead of the global one.
3123         This makes using this variable in group parameters work.
3124
3125 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * gnus-registry.el (gnus-registry-unfollowed-groups):
3128         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3129         archive:sent-YYYY-MM-DD groups).
3130         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3131         tracking if there are more than `gnus-registry-max-track-groups'
3132         matches.
3133
3134 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3135
3136         * message.el (message--yank-original-internal): New function to do the
3137         insertion cleanly inside eval in `message-yank-original'.
3138         (message-yank-original): Use it.
3139
3140 2011-03-29  Julien Danjou  <julien@danjou.info>
3141
3142         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3143         local variables disabled rather than `normal-mode'.
3144
3145 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3146
3147         * imap.el (imap-shell-open, imap-process-connection-type):
3148         Use imap-process-connection-type for 'shell' streams as well as
3149         Kerberos, SSL, other subprocesses.
3150
3151 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3152
3153         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3154         with open-network-stream.
3155         (proto-stream-always-use-starttls): Option removed.
3156         (open-protocol-stream): Return a process object by default.  Provide a
3157         new parameter :return-list specifying a list-type return value, which
3158         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3159         :type `network' to `try-starttls', and `network-only' to `default'.
3160         Make `default' the default, for compatibility with open-network-stream.
3161         Handle the no-parameter case exactly as open-network-stream, with no
3162         additional stream processing.  Search plists using plist-get.
3163         Explicitly add :end-of-commend parameter if it is missing.
3164         (proto-stream-open-default): Rename from
3165         proto-stream-open-network-only.  Return 'default as the type.
3166         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3167         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3168         failed.  Always return a list with a (possibly dead) process as the
3169         first element, for compatibility with open-network-stream.
3170         (proto-stream-open-tls): Use plist-get.  Always return a list.
3171         (proto-stream-open-shell): Return `default' as connection type.
3172         (proto-stream-capability-open): Use plist-get.
3173         (proto-stream-eoc): Function deleted.
3174
3175         * nnimap.el (nnimap-stream, nnimap-open-connection)
3176         (nnimap-open-connection-1): Handle renaming of :type parameter for
3177         open-protocol-stream.
3178         (nnimap-open-connection-1): Pass a :return-list parameter
3179         open-protocol-stream to obtain a list return value.  Parse this list
3180         using plist-get.
3181
3182         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3183         for open-protocol-stream.  Accept open-protocol-stream return value
3184         that is a subprocess object instead of a list.  Handle the case of a
3185         dead returned process.
3186
3187 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3190
3191         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3192
3193 2011-03-21  Julien Danjou  <julien@danjou.info>
3194
3195         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3196         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3197         query.
3198         (mm-inline-text): Render normal text with fontification whenever
3199         possible.
3200
3201         * gnus-sum.el (gnus-summary-save-parts-1):
3202         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3203         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3204         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3205         Use `mm-handle-filename'.
3206
3207         * mm-util.el (mm-handle-filename): New function, return the filename of
3208         an handle.
3209
3210 2011-03-18  Julien Danjou  <julien@danjou.info>
3211
3212         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3213         (gnus-buffer-live-p): Check that buffer is not nil.
3214
3215 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3216
3217         * gnus.el: No Gnus v0.15 is released.
3218
3219 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3222         avoid warning on XEmacs.
3223
3224         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3225         on XEmacs.
3226
3227         * gnus-art.el: Require mouse, which the build bot seems to say is
3228         needed.
3229
3230         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3231
3232         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3233         XEmacs, since it doesn't have url-retrieve-synchronously.
3234
3235         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3236         since assoc-string doesn't exist in XEmacs.
3237
3238 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3239
3240         * gnus-group.el (gnus-group-list-ticked): New function.
3241         (gnus-group-make-menu-bar): Provide a menu entry for it.
3242         (gnus-group-list-map): Provide a binding for it.
3243
3244 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * shr.el (shr-visit-file): New command.
3247
3248         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3249
3250 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3251
3252         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3253         servers.
3254
3255 2011-03-16  Julien Danjou  <julien@danjou.info>
3256
3257         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3258         inline.
3259
3260         * gnus-art.el (article-hide-list-identifiers):
3261         Use gnus-group-get-list-identifiers.
3262
3263         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3264         (gnus-summary-remove-list-identifiers):
3265         Use gnus-group-get-list-identifiers to get regexp.
3266         (gnus-select-newsgroup, gnus-summary-insert-subject)
3267         (gnus-summary-insert-articles):
3268         Call gnus-summary-remove-list-identifiers unconditionally.
3269
3270 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3273         we're selecting a group with unread articles.
3274
3275         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3276
3277         * gssapi.el: New file separated out from imap.el to provide a general
3278         Kerberos 5 connection facility for Emacs.
3279
3280         * message.el (message-elide-ellipsis): Document the format spec
3281         ellipsis.
3282
3283 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3284
3285         * message.el (message-elide-region): Allow the ellipsis to say how many
3286         lines were removed.
3287
3288 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3291         window configurations containing buffers that are now dead.
3292
3293         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3294         parsing to avoid integer overflows.
3295         (nnimap-parse-flags): Simplify the last change.
3296         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3297         too large for 32-bit Emacsen.
3298
3299 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * auth-source.el (auth-source-netrc-create):
3302         * message.el (message-yank-original): Fix use of `case'.
3303
3304 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3305
3306         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3307         XEmacs, which was one character too wide.
3308
3309 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3310
3311         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3312         default number of articles to display.
3313         (gnus-articles-to-read): Use pretty names for prompt.
3314
3315 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-int.el (gnus-open-server): Ditto.
3318
3319         * gnus-start.el (gnus-activate-group): Give a backtrace if
3320         debug-on-quit is set and the user hits `C-g'.
3321         (gnus-read-active-file): Ditto.
3322
3323         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3324
3325 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3326
3327         * message.el (message-yank-original): Use cond instead of CL case.
3328
3329 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * auth-source.el (auth-source-netrc-create): Use usual format for the
3332         default in prompts.
3333
3334 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * lpath.el: Fbind read-char-choice for XEmacs.
3337
3338 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3339
3340         * auth-source.el (auth-source-netrc-create): Show the default in the
3341         prompt when prompting for token creation.
3342
3343 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * auth-source.el (auth-source-format-prompt): Always convert the value
3346         to a string to avoid evaluating non-string arguments.
3347         (auth-source-netrc-create): Offer default properly, not as initial
3348         content in `read-string'.
3349         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3350         of line to determine if we've been run before.  If so, don't run again,
3351         but print a trivial message to indicate the cache was hit instead.
3352
3353 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3356         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3357         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3358         Gnus.
3359
3360 2011-03-11  Julien Danjou  <julien@danjou.info>
3361
3362         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3363         modified file".
3364
3365 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * auth-source.el (auth-source-read-char-choice): New function to read a
3368         character choice using `dropdown-list', `read-char-choice', or
3369         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3370         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3371         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3372         (auth-source-netrc-saver): Use it.
3373         (auth-source-pick-first-password): New convenience function.
3374
3375 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3378         parameter in the credentials.
3379         (nnimap-open-connection-1): Use it after a successful login.
3380         (nnimap-credentials): Add IMAP-specific user and password prompt.
3381
3382         * auth-source.el (auth-source-search): Add :require parameter, taking a
3383         list.  Document it and the :save-function return token.  Pass :require
3384         down.  Change the CREATED message from a warning to a debug statement.
3385         (auth-source-search-backends): Pass :require down.
3386         (auth-source-netrc-search): Pass :require down.
3387         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3388         Change save prompt to indicate all modifications saved here are
3389         deletions.
3390         (auth-source-netrc-create): Take user login name as default in user
3391         prompt.  Move all the save functionality to a lexically bound function
3392         under the :save-function token in the returned list.  Set up clearer
3393         default prompts for user, host, port, and secret.
3394         (auth-source-netrc-saver): New function, intended to be wrapped for
3395         :save-function.
3396
3397 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3400         lines to be spaces instead.
3401
3402 2011-03-07  Julien Danjou  <julien@danjou.info>
3403
3404         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3405         (sieve-sasl-auth): Check that auth-source-search did return something,
3406         or just return an empty string.
3407
3408 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3409
3410         * gnus.el (gnus-interactive): Use read-directory-name.
3411
3412         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3413         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3414         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3415         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3416         Likewise.
3417
3418         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3419
3420 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3423         onto the list of killed groups, too.  This makes killed nnimap groups,
3424         for instance, more reliably not reappear.
3425
3426         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3427         the parent.
3428
3429         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3430
3431         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3432         really have server-side marks.
3433
3434         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3435         since most backends do not usefully have server-side marks.
3436         (gnus-update-read-articles): Propagate marks to all backends that
3437         really have server-side marks.
3438
3439 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3440
3441         * message.el (message-cite-reply-position, message-cite-style):
3442         New variables.
3443         (message-yank-original): Use the new citation styles.
3444
3445 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3446
3447         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3448         buffer-local issue); don't mark it buffer-local when running under
3449         XEmacs.
3450
3451 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3452
3453         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3454         numbers too big to be `read'.
3455
3456 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3457
3458         * password-cache.el (password-in-cache-p): Add autoload.
3459
3460         * message.el (message-options): Make buffer-local two ways to attempt
3461         to fix a XEmacs bug.
3462
3463 2011-03-02  Julien Danjou  <julien@danjou.info>
3464
3465         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3466
3467 2011-03-01  Julien Danjou  <julien@danjou.info>
3468
3469         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3470         group.
3471         (article-hide-list-identifiers): Use list-identifier group parameter.
3472
3473 2011-02-28  Julien Danjou  <julien@danjou.info>
3474
3475         * sieve.el (sieve-buffer-script-name): New local variable to store
3476         sieve script name.
3477         (sieve-edit-script): Store sieve script name.
3478         (sieve-upload): Use sieve script name when uploading.
3479         (sieve-upload): Use substitute-command-keys.
3480         (sieve-edit-script): Use substitute-command-keys.
3481         (sieve-refresh-scriptlist): Use substitute-command-keys.
3482         (sieve-manage-mode-map): Define keymap properly.
3483         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3484         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3485         Remove commented code about cvs.
3486         (sieve-manage-quit): New function.
3487         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3488
3489 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3492
3493 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * auth-source.el (auth-source-search): Cache empty result sets.
3496
3497         * password-cache.el (password-in-cache-p): Convenience function to
3498         check if a key is in the cache, even if the value is nil.
3499
3500         * auth-source.el (auth-source-save-behavior): New variable to replace
3501         `auth-source-never-create'.
3502         (auth-source-netrc-create): Use it.
3503         (auth-source-never-save): Remove.
3504
3505 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnimap.el (nnimap-stream): Doc fix.
3508         (nnimap-open-connection-1): Reverse the order of the ports to that the
3509         prompted-for port is first.
3510
3511         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3512         retrieval by the no-group selection.
3513
3514         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3515         numerical parameters.
3516
3517 2011-02-25  Julien Danjou  <julien@danjou.info>
3518
3519         * gnus-gravatar.el: Use gnus-with-article-buffer.
3520
3521         * gnus-art.el (gnus-with-article-buffer): Check that the
3522         gnus-article-buffer is alive.
3523
3524 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * auth-source.el (auth-source-creation-prompts): New variable to manage
3527         creation-time prompts.
3528         (auth-source-search): Document it.
3529         (auth-source-format-prompt): Add utility function.
3530         (auth-source-netrc-create): Don't default the user name to
3531         user-login-name.  Use `auth-source-creation-prompts' and some default
3532         prompts for user, host, port, and password (the default generic prompt
3533         remains ugly).
3534         (auth-source-never-save): Add customizable option to never save info.
3535         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3536         mode excursion.
3537
3538 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3541         argument that XEmacs doesn't support.
3542
3543         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3544         compiled for Emacsen having no `libxml-parse-html-region' support.
3545
3546         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3547
3548         * lpath.el: Bind buffer-save-without-query for XEmacs.
3549
3550 2011-02-23  Julien Danjou  <julien@danjou.info>
3551
3552         * gnus-art.el (article-make-date-line): Ignore errors if time is
3553         invalid and not convertible.
3554         (article-make-date-line): Only add lapsed time if time is not nil.
3555
3556 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3559         `read-char-choice' for backwards compatibility.
3560         (auth-source-netrc-element-or-first): New function to DTRT for
3561         parameter extraction.
3562         (auth-source-netrc-create): Use it and fix multiple parameter print
3563         bug.  Use the default passed from above (given-default) or the
3564         built-in (user-login-name for :user).
3565
3566 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3567
3568         * gnus-start.el (gnus-dribble-read-file):
3569         Set buffer-save-without-query, since we always want to save the dribble
3570         file, probably.
3571
3572         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3573         nnimap.
3574
3575         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3576         -summary- since it's a user-visible variable.
3577
3578         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3579         first time you use the new Gnus.
3580
3581 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3582
3583         * auth-source.el: Don't load netrc.el.
3584         (auth-sources): Search ~/.netrc as well by default.
3585         (auth-source-debug): Add 'trivia option for extra output.
3586         (auth-source-do-trivia): Use it.
3587         (auth-source-search): Simplify logic to use
3588         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3589         appropriate.  Don't keep a running count at this level.  Layer :create
3590         and :delete options appropriately on the first and second passes.
3591         Don't track the backend with the search results.
3592         (auth-source-search-backends): New function to search a list of
3593         backends for a processed spec.
3594         (auth-source-netrc-parse): Cache all netrc files, making
3595         auth-source-netrc-cache an alist keyed by the file name and using the
3596         file mtime as the caching criterion.  Keep the obfuscated data secret
3597         with a lexical bind.
3598         (auth-source-netrc-search): Don't calculate the length of the results
3599         unnecessarily.
3600         (auth-source-search-backends): Fix bug.
3601         (auth-source-netrc-create): Rework prompts.
3602
3603 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3604
3605         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3606         Lower case names of search constraints.
3607         (nnir-run-query): Cache and reuse search constraints for all imap
3608         servers.
3609
3610 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3611
3612         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3613         after exit.
3614         (gnus-setup-message): Define missing variable from last checkin.
3615
3616         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3617         value, show the raw article.
3618
3619 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3620
3621         * gnus.el: No Gnus v0.13 is released.
3622
3623 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3626         auth-source now accepts numbers.
3627
3628         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3629         spec, too.
3630         (auth-source-ensure-strings): New function.
3631
3632         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3633         (gnus-article-setup-buffer): Always restart the date timer so that user
3634         changes to the frequency is respected.
3635
3636         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3637         port numbers, so make sure it gets that if nnimap-server-port is
3638         explicit.
3639
3640 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3641
3642         * nnimap.el (nnimap-inbox): Doc fix.
3643
3644 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3645
3646         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3647         Autoload.  Add optional arg FRAME, and pass it to color-values.
3648         (color-complement): Caller changed.  Doc fix.
3649         (color-gradient): Rewrite for better clarity and efficiency.
3650
3651 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3652
3653         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3654         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3655         color-lab-to-srgb.
3656
3657 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3658
3659         * color.el: First part of merge from hexrgb.el.
3660         (color-rgb-to-hex): Rename from color-rgb->hex.
3661         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3662         saturation to zero if the value is too small.
3663         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3664         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3665         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3666         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3667         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3668         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3669         (color-cie-de2000): Doc fix.
3670
3671 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3672
3673         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3674         given method as in the group name if we're using an extended method.
3675         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3676         command, if we're using that, instead of waiting for the beginning.
3677
3678         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3679         we're sure to get unique server names, and we don't output two async
3680         commands in the same buffer.  This fixes an NNTP hang for some users.
3681
3682 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3683
3684         * gnus.el: No Gnus v0.11 is released.
3685
3686 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3689         summary buffer before reading going to the next buffer.  This avoids
3690         putting the point in the group buffer if you `C-g' the command.
3691
3692         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3693         cache (for now) to make ~/.authinfo.gpg files usable.
3694
3695         * nnfolder.el (copyright-update): Define for the compiler.
3696
3697         * auth-source.el (auth-source-search): Fix unbound variable.
3698
3699 2011-02-19  Glenn Morris  <rgm@gnu.org>
3700
3701         * gnus.el (gnus-meta): Doc fix.
3702
3703 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3704
3705         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3706         in case it's not yet loaded.
3707
3708 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3709
3710         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3711         line we're waiting for.
3712
3713 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3714
3715         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3716         face with line-width greater than zero will cause RET in gnus summary
3717         buffer to scroll down article page-wise because auto vscroll happens,
3718         it should be temporally disabled when doing a scroll-up.
3719
3720 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3721
3722         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3723         outputs from the server.
3724
3725 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3726
3727         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3728         later so that bbdb can hook in easier.
3729
3730 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3731
3732         * auth-source.el (auth-source-search): Don't try to create credentials
3733         if the caller doesn't want that.
3734         (auth-source-search): If we don't find a match, don't bug out on
3735         non-bound variables.
3736         (auth-source-search): Only ask a single backend to create the
3737         credentials.
3738
3739         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3740         logging.
3741         (nnimap-credentials): Protect against auth-source-search returning nil.
3742         (nnimap-request-list): Protect against not being able to open the
3743         server.
3744
3745 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3746
3747         * auth-source.el (auth-source-search): Do a two-phase search, one with
3748         no :create to get the responses from all backends.
3749
3750         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3751         when getting credentials.
3752
3753         * gnus-util.el (gnus-delete-duplicates): New function.
3754
3755 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3758         a creation default, pass the whole port list down.  It will be
3759         completed.
3760
3761         * auth-source.el (auth-source-search): Updated docs to talk about
3762         multiple creation choices.
3763         (auth-source-netrc-create): Accept a list as a value (from the search
3764         parameters) and do completion on that list.  Keep a separate netrc line
3765         with the password obscured for showing the user.
3766
3767         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3768         first choice to `auth-source-search' so it will be used for entry
3769         creation instead of the server's Gnus-specific name.
3770         (nnimap-credentials): Rely on the auth-source library to select which
3771         port is actually wanted in the new netrc entry, so don't override
3772         `auth-source-creation-defaults'.
3773
3774         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3775         :protocol and accept a missing user, host, or port as a wildcard match.
3776         (auth-source-debug): Default to off.
3777
3778         (auth-source-netrc-search, auth-source-netrc-create)
3779         (auth-source-secrets-search, auth-source-secrets-create)
3780         (auth-source-user-or-password, auth-source-backend, auth-sources)
3781         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3782         instead of :protocol.
3783
3784         * nnimap.el (nnimap-credentials): Pass a port default to
3785         `auth-source-search' in case an entry needs to be created.
3786         (nnimap-open-connection-1): Use :port instead of :protocol.
3787
3788 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * auth-source.el: Bind load-path when loading EIEIO from
3791         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3792         21.4 doesn't support, to `require'.
3793         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3794         delete-dups that is not available in XEmacs 21.4.
3795
3796 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3797
3798         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3799         as EIEIO must also be loaded when auth-source.el is being
3800         byte-compiled.
3801
3802 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3805
3806         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3807
3808         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3809
3810         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3811
3812         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3813
3814         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3815
3816         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3817
3818         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3819         necessary.
3820
3821 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3822
3823         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3824         nil means that nnimap doesn't get updated.
3825
3826 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3829         result when the user doesn't want to write to the file.
3830         (auth-source-netrc-search): Expect a synthetic result and proceed
3831         accordingly.
3832         (auth-source-cache-expiry): New variable to override
3833         `password-cache-expiry'.
3834         (auth-source-remember): Use it.
3835
3836         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3837         parameter.  Create entry if necessary by using :create t.
3838         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3839
3840 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * auth-source.el (auth-source-debug): Enable by default and don't
3843         mention the obsolete `auth-source-hide-passwords'.
3844         (auth-source-do-warn): New function to debug unconditionally.
3845         (auth-source-do-debug): Use it.
3846         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3847         and for Secrets API entries when the secrets.el library is not
3848         available.
3849
3850 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3853         (gnus-summary-exit): Kill the correct article buffer on exit from a
3854         `C-d' group.
3855
3856         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3857         gnus-propagate-marks.
3858
3859         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3860         before killing the buffers so that a non-full window conf gets handled
3861         correctly.
3862         (gnus-summary-exit): Ditto.
3863         (gnus-summary-read-group-1): Ditto.
3864
3865         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3866         async code again so that we can debug it properly.
3867
3868         * message.el (message-reply): Take an optional switch-buffer parameter
3869         so that Gnus window confs are respected better.
3870
3871 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3874         `plist-get' to accept non-list parameters (XEmacs issue).
3875         Fix docstring.
3876         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3877         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3878         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3879         Login collection is "Login" and not "login".
3880
3881 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3884         multiple headers.
3885
3886         * nnimap.el (nnimap-inhibit-logging): New variable.
3887         (nnimap-log-command): Don't log login commands.
3888
3889         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3890         to have more parameters.
3891
3892         * nnimap.el (nnimap-send-command): Mark the command time for each
3893         command, so that we don't get NOOPs stepping on our toes.
3894
3895         * gnus-art.el (article-date-ut): Get the date from the Date header on
3896         `t'.
3897
3898 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * auth-source.el (auth-source-search): Use copy-sequence instead of
3901         the cl.el copy-list.
3902
3903 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * imap.el: Bring it back (revert
3906         84d800cd31de3064f0ed39617d725709a2f8f42f).
3907
3908 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3909
3910         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3911         Improve prompt.
3912
3913 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3916         washing status from the default format.  It isn't very informative.
3917
3918 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3919
3920         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3921         Fix Gcc processing on imap.
3922
3923 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3924
3925         * imap.el: Remove file.  All the functionality is in nnimap.el.
3926
3927 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         * message.el (message-bury): Don't pop up a new window when selected
3930         window is dedicated.
3931
3932 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3933
3934         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3935
3936 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * sieve-manage.el: Autoload `auth-source-search'.
3939         (sieve-sasl-auth): Use it.
3940
3941 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * nnimap.el: Autoload `auth-source-forget+'.
3944         (nnimap-open-connection-1): Use it if the connection fails.
3945
3946         * auth-source.el: Require `password-cache'.
3947         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3948         obsolete.
3949         (auth-source-magic): Marker for `password-cache' keys.
3950         (auth-source-do-cache): Update docstring.
3951         (auth-source-search): Use and check cache.
3952         (auth-source-forget-all-cached, auth-source-remember)
3953         (auth-source-recall, auth-source-forget, auth-source-forget+)
3954         (auth-source-specmatchp): Caching support functions.
3955         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3956         Remove and obsolete.
3957         (auth-source-user-or-password): Remove caching to further discourage
3958         using it.  Always hide passwords.
3959
3960         * password-cache.el (password-cache-remove): Accept secrets that are
3961         not strings.
3962
3963 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3964
3965         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3966         code for now, since it doesn't work for all users.
3967
3968 2011-02-09  Julien Danjou  <julien@danjou.info>
3969
3970         * message.el (message-options): Make message-options really buffer
3971         local.
3972
3973 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * mail-source.el: Autoload `auth-source-search'.
3976         (mail-source-keyword-map): Note order matters.
3977         (mail-source-set-1): Get all the mail-source source values and
3978         defaults and search auth-source on those if needed.  This can all
3979         probably be simplified.
3980
3981         * nnimap.el: Autoload `auth-source-search'.
3982         (nnimap-credentials): Use it.
3983         (nnimap-open-connection-1): Ask for the virtual server and physical
3984         address in one shot.
3985
3986         * nntp.el: Autoload `auth-source-search'.
3987         (nntp-send-authinfo): Use it.  Note TODO.
3988
3989 2011-02-08  Julien Danjou  <julien@danjou.info>
3990
3991         * shr.el (shr-tag-body): Add support for text attribute in body
3992         markups.
3993
3994         * message.el (message-options): Make message-options a local variable.
3995
3996 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * auth-source.el (auth-source-secrets-search)
3999         (auth-source-user-or-password): Use `append' instead of `nconc'.
4000         (auth-source-user-or-password): Build return list better and protect
4001         against nil :secret.
4002
4003 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4004
4005         * nnimap.el (nnimap-update-info): Refactor slightly.
4006         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4007         (nnimap-update-info): Clean up slightly.
4008         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4009         characters.
4010         (nnimap-process-quirk): Rename function to avoid collision.
4011         (nnimap-update-info): Fix macrology bug-out.
4012         (nnimap-update-info): Simplify split history test.
4013
4014 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4015
4016         * auth-source.el (top): Require 'eieio unconditionally.
4017         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4018         (auth-source-secrets-search): Limit search when `max' is greater than
4019         number of results.
4020
4021 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4022
4023         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4024         part not returning any data.
4025
4026         * proto-stream.el (open-protocol-stream): Document the return value.
4027
4028 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4029
4030         * auth-source.el (auth-source-secrets-search): Add examples.
4031
4032 2011-02-06  Julien Danjou  <julien@danjou.info>
4033
4034         * message.el (message-setup-1): Handle message-generate-headers-first
4035         set to t.
4036
4037 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4040         API with a string "secrets:collection-name" and with 'default.
4041         (auth-source-backend-parse): Parse "secrets:collection-name" and
4042         'default.  Recurse on parses instead of repeating code.  Use the
4043         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4044         message when ignoring a source.
4045         (auth-source-search): List ignored search keys at the top level.
4046         (auth-source-netrc-create): Use `case' instead of `cond'.
4047         (auth-source-secrets-search): Created with TODOs.
4048         (auth-source-secrets-create): Created with TODOs.
4049         (auth-source-retrieve, auth-source-create, auth-source-delete)
4050         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4051         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4052         (auth-source-user-or-password-sftp)
4053         (auth-source-user-or-password-smtp): Remove.
4054         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4055         around `auth-source-search'.  Not tested thoroughly.
4056
4057 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4058
4059         * auth-source.el: Bring in assoc and eioeio libraries.
4060         (secrets-enabled): New variable to track the status of the Secrets API.
4061         (auth-source-backend): New EIOEIO class to represent a backend.
4062         (auth-source-creation-defaults): New variable to set prompt defaults
4063         during token creation (see the `auth-source-search' docstring for
4064         details).
4065         (auth-sources): Simplify to allow a simple string as a netrc backend
4066         spec.
4067         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4068         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4069         (auth-source-search): Main auth-source API entry point.
4070         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4071         (auth-source-search-collection): Helper function for searching.
4072         (auth-source-netrc-parse, auth-source-netrc-normalize)
4073         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4074         Supports search, create, and delete.
4075         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4076         backend stubs.
4077         (auth-source-user-or-password): Call `auth-source-search' but it's not
4078         ready yet.
4079
4080 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4081
4082         * message.el (message-setup-1): Remove the read-only stuff, since it
4083         doesn't work under XEmacs, for some reason.
4084
4085         * gnus-sum.el (gnus-user-date): Rename back from
4086         gnus-summary-user-date since user code refers to it.
4087
4088         * shr.el (shr-render-td): Store the actual background color used.
4089
4090         * message.el (message-setup-1): Don't bind the constant
4091         -forbidden-properties.
4092         (message-setup-1): Revert previous change, since it needs to bind the
4093         props to insert them.
4094         (message-resend): Allow removing the read-only separator line.
4095
4096 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4097
4098         * nnimap.el (nnimap-request-accept-article): Give an error message if
4099         the APPEND wasn't successful.
4100
4101 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4102
4103         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4104         that have no groups.
4105
4106 2011-02-03  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-draft.el: Remove progn around gnus-draft-setup.
4109
4110 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4111
4112         * gnus-start.el (gnus-read-active-for-groups): This function is never
4113         called with a nil `infos', so clean that up.
4114         (gnus-get-unread-articles): Request active files from primary/secondary
4115         methods that have no groups (yet).
4116
4117 2011-02-03  Julien Danjou  <julien@danjou.info>
4118
4119         * message.el (message-setup-1): Always generate References first.
4120         (message-mail): Return the return value of message-setup, not always t.
4121         (message-setup-1): Insert mail-header-separator with read-only and
4122         intangible properties set.
4123
4124         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4125         user-date in docstring.
4126
4127         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4128
4129         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4130         docstring.
4131
4132         * gnus.el (gnus-user-date-format-alist): Change default value.
4133         Use defcustom, with type and group. Move from gnus-util.el.
4134         Rename to gnus-summary-user-date-format-alist.
4135
4136 2011-02-03  Glenn Morris  <rgm@gnu.org>
4137
4138         * nnimap.el (gnus-fetch-headers): Declare.
4139
4140         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4141
4142 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4143
4144         * message.el (message-forward-make-body-digest-plain)
4145         (message-followup, message-reply): Clean up things noted by Stefan.
4146
4147         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4148         gnus-article-update-date-headers is nil.
4149         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4150         it didn't really work with defcustom.
4151         (article-update-date-lapsed): Make sure the window start doesn't move,
4152         either.
4153
4154 2011-02-01  Julien Danjou  <julien@danjou.info>
4155
4156         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4157         format.
4158
4159         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4160         standard in Emacs nowadays.
4161
4162         * color.el (color-gradient): Add a color-gradient function.
4163
4164 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4165
4166         * message.el (message-expand-name): Don't trust the return value of
4167         bbdb-complete-name.
4168         (message-check-news-header-syntax): Remove unused var `start'.
4169         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4170         (message-inhibit-body-encoding): Move to before first use.
4171         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4172         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4173         (Organization, Message-ID, Date, mh-previous-window-config):
4174         Defvar the vars using dynamic scoping.
4175
4176 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4177
4178         * shr.el (shr-render-td): Only do colors at the final rendering.
4179         Should be slightly faster.
4180         (shr-insert-table): Fix up TD background colors when doing the
4181         vertical padding.
4182
4183         * gnus-art.el (article-date-ut): Protect against articles with no Date
4184         header.
4185         (article-update-date-lapsed): Don't use current-column to find the
4186         horizontal position.  It's fragile in the presence of \003 characters.
4187
4188         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4189
4190 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-art.el (article-transform-date): Rewrite to still work when
4193         there are several rfc2822 parts.
4194         (article-transform-date): Fix infinite recursion.
4195         (article-date-ut): Replace infinitely many Date headers with a single
4196         one when called interactively.
4197
4198         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4199         secure manner.
4200
4201         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4202         move around by not using save-window-excursion.  It seems to work...
4203
4204 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-art.el (article-make-date-line): Work for user-defined format.
4207
4208 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4209
4210         * nntp.el (nntp-retrieve-group-data-early)
4211         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4212         fetching functions.
4213
4214         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4215         thoroughly for all backends that have no known groups.  This should
4216         allow new nnml methods to retrieve mail.
4217
4218         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4219         that Gnus doesn't know exists again.
4220
4221         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4222         (gnus-treat-date-ut): Ditto.
4223         (gnus-article-update-date-header): Rename.
4224         (gnus-treat-date-local): Remove.
4225         (gnus-treat-date-english): Remove.
4226         (gnus-treat-date-lapsed): Remove.
4227         (gnus-treat-date-combined-lapsed): Remove.
4228         (gnus-treat-date-original): Remove.
4229         (gnus-treat-date-iso8601): Remove.
4230         (gnus-treat-date-user-defined): Remove.
4231         (gnus-article-date-headers): New variable to control all the date
4232         header options.
4233         (article-date-ut): Rewrite to allow using the new way to format date
4234         headers(s).
4235
4236 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4237
4238         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4239         method.
4240         (nnmail-article-group): A better test for fanciness.
4241
4242         * nnimap.el (nnimap-request-head): Protect against not finding the
4243         article by Message-ID.
4244
4245 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4246
4247         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4248         keep point at the "same place".
4249
4250 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4253         data if the group is inactive.
4254
4255 2011-01-28  Julien Danjou  <julien@danjou.info>
4256
4257         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4258         (gnus-all-windows-visible-p): Remove old compatibility code.
4259         (gnus-window-top-edge): Add docstring.
4260
4261         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4262
4263 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4264
4265         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4266         older request-update-info.
4267
4268         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4269
4270 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4271
4272         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4273         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4274
4275 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4278         groups.  This makes the nndraft:queue group pop up if it's not already
4279         there.
4280
4281         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4282         messages" logic, which was reversed.
4283
4284         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4285         the "same place" even if point is on the line being replaced.
4286         (article-update-date-lapsed): Allow updating both the combined lapsed
4287         and the lapsed headers.
4288         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4289         (article-make-date-line): Limit the number of segments dynamically to
4290         avoid too-long lines.
4291
4292 2011-01-27  Julien Danjou  <julien@danjou.info>
4293
4294         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4295         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4296
4297 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4300         Use plist-get instead of the cl function getf.
4301
4302 2011-01-27  Glenn Morris  <rgm@gnu.org>
4303
4304         * gnus-util.el (float-time): Get rid of compiler warning, again.
4305
4306 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4307
4308         * shr.el (shr-put-color): Special-case background colors: Do put them
4309         at the blank parts at the front of the lines.
4310
4311         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4312         exit hook to nix out all data on readedness on group exit.
4313
4314         * gnus-util.el (float-time): If float-time is bound, always use it on
4315         all Emacsen.  It's unclear why the subrp check was there.
4316         (time-date): Require to make some autoload issues on XEmacs go away.
4317
4318         * shr.el (shr-put-color): Don't do the box padding in tables, since
4319         they're already padded.
4320
4321 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-art.el (gnus-article-next-page): When the last line of the
4324         article is displayed, scroll down once more instead of going to the
4325         next article at once.
4326         (article-lapsed-string): Refactor out and allow specifying how many
4327         segments you want.
4328         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4329         (gnus-article-update-lapsed-header): New variable.
4330
4331         * shr.el: Revert change that made headings use different-sized faces.
4332         The Emacs display engine isn't advanced enough that, for instance,
4333         tables can comfortably use differently-sized faces.
4334
4335 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4336
4337         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4338         used.
4339         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4340         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4341         we're using an encrypted connection.
4342
4343         * proto-stream.el: Alter the interface functions to also return the
4344         actual stream type used: network or tls.
4345
4346 2011-01-25  Julien Danjou  <julien@danjou.info>
4347
4348         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4349         (mm-display-javascript-inline): New function.
4350
4351         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4352         viewing function.
4353
4354 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * shr.el (shr-expand-newlines): Fix variable name.
4357
4358 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4359
4360         * shr.el (shr-expand-newlines): Make nested boxes work.
4361
4362 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4363
4364         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4365         backgrounds.
4366         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4367         in a more sensible manner.
4368
4369 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4372         if EPG is loaded.
4373
4374 2011-01-24  Julien Danjou  <julien@danjou.info>
4375
4376         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4377         tags.
4378
4379 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4380
4381         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4382         commands.
4383
4384         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4385         in the article buffer.
4386         (gnus-gravatar-insert): Use blank space from the current buffer to
4387         avoid breaking text properties.  This makes X-Sent updating work again.
4388
4389         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4390
4391 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4394         fix the bug in url-http.el instead.
4395
4396         * shr.el (shr-image-fetched): Ditto.
4397
4398         * shr.el (shr-image-fetched): Avoid having point move in the article
4399         buffer.
4400
4401         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4402         buffer after being called.  It's apparently being killed by url.el, and
4403         killing it made point move to end-of-buffer in a random buffer.
4404
4405         * shr.el (shr-image-fetched): Ditto.
4406
4407 2011-01-23  Julien Danjou  <julien@danjou.info>
4408
4409         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4410
4411         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4412         text/x-org.
4413
4414 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4417         (i.e., nnimap) returning nil as the article number.
4418
4419 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4420
4421         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4422         "DelSp" parameter in RFC3676.
4423
4424 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4425
4426         * message.el (message-check-recipients): Display the encoded version of
4427         the bogus address if they differ.
4428
4429         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4430         after sending.
4431
4432         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4433
4434         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4435
4436         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4437         group buffer after sending the queue.
4438
4439         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4440
4441 2011-01-22  Julien Danjou  <julien@danjou.info>
4442
4443         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4444
4445 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4446
4447         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4448         nested related parts.
4449
4450         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4451         unexpired articles.  This fixes the regression that led expiry marks to
4452         disappear from nnfolder groups.
4453
4454 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4455
4456         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4457         Don't confuse the "ret" of "retrograde" with RET.
4458
4459 2011-01-21  Julien Danjou  <julien@danjou.info>
4460
4461         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4462         than mm-insert-inline.
4463
4464 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4467         Widen article buffer.
4468
4469 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4470
4471         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4472         the temp buffer.
4473         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4474
4475 2011-01-20  Julien Danjou  <julien@danjou.info>
4476
4477         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4478
4479         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4480         than mm-insert-inline to insert inline part: this respect
4481         mm-inline-media-tests displayers.
4482
4483         * mm-view.el (mm-display-shell-script-inline): New function.
4484
4485         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4486
4487         * mm-uu.el (mm-uu-type-alist): Add org block.
4488         (mm-uu-org-src-code-block-extract): New function.
4489
4490         * mm-view.el (mm-display-org-inline): New function.
4491
4492         * mm-decode.el (mm-automatic-display): Add text/org.
4493
4494         * mailcap.el (mailcap-mime-extensions): Add .org.
4495
4496 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4499         gnus-article-add-buttons.
4500
4501 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4502
4503         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4504         From header with a date and "nobody" as the sender.
4505
4506 2011-01-19  Julien Danjou  <julien@danjou.info>
4507
4508         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4509         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4510         if you have the same regexp several times.
4511         (gnus-button-push): Fix matching when regexp is symbol.
4512
4513 2011-01-15  Glenn Morris  <rgm@gnu.org>
4514
4515         * message.el (message-mail): A compose-mail function should
4516         accept headers as strings.
4517
4518 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4519
4520         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4521         Add :vert-only tags.
4522         (message-mail): New arg RETURN-ACTION.
4523         (message-return-action): New var.
4524         (message-bury): Use it.
4525         (message-mode): Make it buffer-local.
4526         (message-send-and-exit): Always call message-bury.
4527
4528         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4529         message-mail.
4530
4531 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * nnimap.el (nnimap-convert-partial-article): Protect against
4534         zero-length body parts.
4535
4536         * mm-decode.el (mm-preferred-alternative-precedence):
4537         Discourage showing empty parts.
4538
4539         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4540         and stuff if the backend didn't return the article number.  This fixes
4541         an Exchange-related nnimap bug.
4542
4543         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4544         group window, because it does the wrong thing when a separate frame
4545         displays the group buffer.
4546
4547         * proto-stream.el (open-protocol-stream): Protect against the low-level
4548         transport functions returning nil.
4549
4550 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4551
4552         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4553         (mml2015-epg-find-usable-secret-key): New function.
4554         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4555         mml2015-epg-find-usable-key (Bug#7797).
4556         (mml2015-epg-encrypt): Ditto.
4557
4558 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * dgnushack.el (rot13-string): Fix the way to get the argument.
4561
4562 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4565
4566 2011-01-03  Glenn Morris  <rgm@gnu.org>
4567
4568         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4569
4570         * sieve.el (sieve-open-server): Give a more explicit error if
4571         sieve-manage-open returns nil.  (Bug#7720)
4572
4573 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4574
4575         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4576
4577 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4580         This avoids sending passwords in plain text over non-encrypted
4581         channels.
4582
4583         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4584
4585         * nnimap.el (nnimap-login): Refactored out into own function, and
4586         implement CRAM-MD5.
4587         (nnimap-wait-for-line): Refactored out.
4588
4589         * mm-view.el (mml-smime): Require.
4590
4591 2010-12-20  David Engster  <deng@eml.cc>
4592
4593         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4594         use EPG to decrypt S/MIME messages instead of openssl.
4595
4596 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4599
4600         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4601         status is the group clearly is unreachable.
4602
4603         * auth-source.el (auth-source-create): Add the optional second
4604         parameter to `local-variable-p' to be compatible with XEmacs.
4605
4606 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4607
4608         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4609         work when using a compressed nnml folder.
4610
4611 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4614         backends after sanitising on entry, because this never makes sense:
4615         If the articles have gone missing, then the data no longer exists on
4616         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4617         overwrite anything anyway.
4618
4619         * shr.el (shr-insert-document): Bind shr-width dynamically to
4620         window-width if it's nil.
4621
4622 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4623
4624         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4625         with the meaning of using the full emacs window width for rendering.
4626
4627 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4628
4629         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4630         case when sender is not given.
4631
4632 2010-12-23  Julien Danjou  <julien@danjou.info>
4633
4634         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4635         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4636         the addresses, otherwise we might misplaced the gravatar.
4637
4638 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4639
4640         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4641         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4642         obsolete in Emacs.
4643
4644 2010-12-20  Julien Danjou  <julien@danjou.info>
4645
4646         * gnus-util.el (gnus-rescale-image): Revert last change.
4647
4648 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4649
4650         * binhex.el: Improve commentary (Bug#7482).
4651
4652 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-group.el (gnus-group-delete-articles): New command.
4655
4656 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4657
4658         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4659
4660 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4663         here, since it's up to the backends to do CRLF removal if their
4664         protocol has it.
4665
4666         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4667
4668 2010-12-17  Julien Danjou  <julien@danjou.info>
4669
4670         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4671         they are from file.  Can also scale up.
4672
4673 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4674
4675         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4676         Restore gnus-use-agent.
4677         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4678
4679         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4680
4681 2010-12-17  Julien Danjou  <julien@danjou.info>
4682
4683         * gravatar.el (gravatar-retrieve-synchronously): New function.
4684         (gravatar-get-data): Make more robust.
4685
4686 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4689
4690 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4693         to really consider the last line.
4694
4695 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4696
4697         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4698         list of recipient keys, or use symmetric encryption if not a list.
4699         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4700         EPA override, replacing the call to `netrc-store-data'.
4701
4702 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4703
4704         * gnus-srvr.el: Avoid passing nil regexp argument to
4705         delete-matching-lines.
4706
4707 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4710         fetching stops when Gnus exits.
4711
4712         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4713         function.
4714         (nnfolder-request-expire-articles): Save all the buffers after doing
4715         expiry.
4716
4717         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4718         the last article", since that led to serious performance regressions
4719         when expiring nnml groups.
4720
4721 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4722
4723         * nnir.el: Improve customizations.
4724
4725 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4728
4729         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4730         group has been killed.
4731         (gnus-group-yank-group): Ditto.
4732
4733         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4734
4735         * nnimap.el (nnimap-request-update-group-status): New function.
4736
4737         * gnus-int.el (gnus-request-update-group-status): New interface
4738         function.
4739
4740         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4741         copying read-ness to the backends.
4742
4743         * nnimap.el (nnimap-quirk): New function.
4744         (nnimap-retrieve-group-data-early): Use it.
4745         (nnimap-quirks): New alist.
4746
4747 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4750         don't delete it within indentation.
4751
4752 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4755         previous line.
4756
4757 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4760         QRESYNC command by deleting a superfluous space which broke Cyrus
4761         servers.  This change will break other servers that are buggy the other
4762         way around.
4763
4764 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * spam.el: Reindent and fix long lines.
4767         (spam-copy-or-move-routine): Exclude invalid move destinations.
4768
4769 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4770
4771         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4772         installed the registry.
4773
4774 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4777
4778 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4779
4780         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4781         groupname doesn't contain "gmane".
4782
4783 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4786         and netrc-bound-and-true-p bindings.
4787         (netrc-parse): Cache the netrc contents.
4788
4789         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4790         (gnus-1): Don't create the nndrafts group twice.
4791         (gnus-setup-news): There's no need to read the active file here, since
4792         that's done again later on a per-backend basis.
4793         (gnus-start-draft-setup): Make sure that the new group is started out
4794         empty.
4795
4796         * gnus-agent.el (gnus-agentize): Don't create the queue group
4797         automatically on startup.  It'll be created later, if needed.
4798
4799         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4800         of automatically subscribed groups.
4801         (gnus-auto-subscribed-categories): New variable.
4802         (gnus-matches-options-n): Use it.
4803         (gnus-default-subscribed-newsgroups): Remove unused variable.
4804         (gnus-start-draft-setup): Message a bit less.
4805
4806 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4807
4808         * nnir.el (nnir-run-imap): Return article list in order of increasing
4809         UID.
4810
4811 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-sum.el (gnus-summary-enter-digest-group):
4814         Mention gnus-auto-select-on-ephemeral-exit.
4815
4816         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4817         convention of the network-only option.
4818
4819 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * proto-stream.el (proto-stream-open-network-only): New function to
4822         have a way to specify non-STARTTLS upgrade connections.
4823
4824 2010-12-10  Julien Danjou  <julien@danjou.info>
4825
4826         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4827         email address is nil.
4828
4829         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4830
4831 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4832
4833         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4834         deletion.
4835         (nnir-run-imap): Only need to parse list once.
4836
4837 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * shr.el (shr-tag-script): Ignore <script>.
4840         (shr-tag-label): Add <label> support.
4841
4842 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4845
4846         * shr.el (shr-image-displayer): Work for images lined side by side.
4847
4848 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4849
4850         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4851         parameter, since XEmacs doesn't accept t as a parameter.
4852
4853 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4854
4855         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4856         ids.
4857         (nnir-run-gmane): Simplify groupspec formatting.
4858         (nnir-request-expire-articles): New function.
4859
4860 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4863         overflow, possibly.
4864
4865         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4866         (shr-render-td): Handle td style="" better.
4867         (shr-tag-table): Use the color from the style sheet.
4868         (shr-render-td): Make sure we copy over all the overlays, too.
4869
4870 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4871
4872         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4873         (nnir-request-article): Improve article retrieval.
4874
4875 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mm-util.el (mm-extra-numeric-entities): New variable.
4878
4879         * mm-url.el (mm-url-decode-entities):
4880         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4881
4882         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4883
4884 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * message.el: Use completion-at-point.
4887         (message-completion-function): New fun, extracted from message-tab.
4888         (message-mode): Use it for completion-at-point-functions.
4889         (message-tab): Use it and completion-at-point.
4890
4891 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4894         character if a non-breakable character follows.
4895
4896 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4899         any stream.
4900
4901         * shr.el (shr-tag-font): Colorize the region.
4902         (shr-tag-body): Ditto.
4903         (shr-tag-font): Actually let the styles be inherited instead of
4904         overwriting them.
4905         (shr-tag-font): Get the background color right.
4906         (shr-tag-style): Ignore all <style> tags for the moment.
4907
4908         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4909         a Message-ID to avoid having nnimap depend on gnus-sum.
4910
4911         * shr.el (shr-descend): Only colorize something if we have a node that
4912         sets colors.
4913
4914 2010-12-06  Julien Danjou  <julien@danjou.info>
4915
4916         * shr.el (shr-render-td): Render td content with shr-descend, so style
4917         will be applied to <td> too.
4918         (shr-colorize-region): Colorize region even if we only have a background.
4919         (shr-tag-body): Fix color and background color inheritance.
4920         Do not recolorize after shr-generic.
4921         (shr-tag-font): Let shr-generic colorize via inheritance.
4922
4923 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4926
4927 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4928
4929         * nnir.el (nnir-request-move-article): Remove obsolete code.
4930
4931 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4934
4935 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * gnus-sum.el (gnus-summary-respool-article): The completion function
4938         expects a list instead of an alist.
4939
4940         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4941         string as the parameter.
4942
4943         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4944
4945         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4946         styles.
4947         (shr-colorize-region): New function.
4948         (shr-insert-background-overlay): Remove.
4949         (shr-render-td): Background setting should be taken care of on a higher
4950         level.
4951         (shr-tag-body): Use post-hoc colorizations.
4952         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4953         (shr-put-color-1): Don't overwrite old colors.
4954         (shr-colorize-region): When the background color isn't explicit, use
4955         a fixed background.
4956
4957         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4958         nnmail variables.
4959
4960 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4961
4962         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4963         unless necessary.
4964
4965 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4966
4967         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4968         server.
4969
4970 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4973         so that TAB works.
4974
4975         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4976         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4977
4978         * shr.el (shr-urlify): Show the URL before the title to avoid
4979         misleading URLs.
4980
4981 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4982
4983         * shr.el (shr-urlify): Display the title in <a> tags.
4984
4985 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4986
4987         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4988
4989 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4990
4991         * nnir.el: Rearrange code to allow macros to be autoloaded by
4992         gnus-sum.el.
4993         (nnir-retrieve-headers-override-function): Make this variable
4994         customizable.
4995         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4996
4997         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4998         from nnir.el.
4999
5000 2010-12-03  Julien Danjou  <julien@danjou.info>
5001
5002         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5003
5004 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5007         allow optional argument `environment'.
5008
5009 2010-12-03  Glenn Morris  <rgm@gnu.org>
5010
5011         * mm-extern.el (message-goto-body): Update declaration.
5012
5013 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-util.el (gnus-macroexpand-all): New function.
5016
5017         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5018         instead of macroexpand-all that is unavailable in XEmacs.
5019
5020 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5021
5022         * nnir.el (nnir-summary-line-format): New variable.
5023         (nnir-mode): Use it.
5024         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5025         (nnir-article-ids): Reimplement as defsubst.
5026         (nnir-retrieve-headers): Don't mangle the subject header.
5027         (nnir-run-imap): Use 100 as RSV score.
5028         (nnir-run-find-grep): Fix for full server searching.
5029         (nnir-run-gmane): Better restriction to gmane groups.
5030
5031         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5032         summary buffers.
5033
5034 2010-12-02  Julien Danjou  <julien@danjou.info>
5035
5036         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5037
5038         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5039
5040         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5041         support.
5042
5043 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5044
5045         * nnir.el: Update to handle the registry better.
5046         (autoload): Silence byte-compiler.
5047         (nnir-open-server): Add a hook for nnir groups.
5048         (nnir-request-move-article): Don't mangle the header.  Better to use
5049         formatting variables (which will be added in the future).
5050         (nnir-registry-action): Update the registry using the original article
5051         group name.
5052         (nnir-mode): Install nnir-specific hooks for updating the registry.
5053
5054         * gnus-sum.el
5055         (gnus-article-original-subject,gnus-newsgroup-original-name):
5056         Remove obsolete variables.
5057         (gnus-summary-move-article): Remove use of obsolete variables.
5058         (gnus-summary-local-variables): Make move and delete hooks local to
5059         summary buffers.
5060
5061 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * rtree.el: New file.
5064
5065 2010-12-01  Julien Danjou  <julien@danjou.info>
5066
5067         * message.el (message-user-organization): Do not use
5068         gnus-local-organization.
5069
5070         * gnus.el: Remove gnus-local-organization.
5071
5072         * gnus-msg.el: Remove nastygram thing.
5073
5074 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5077         funcall.
5078
5079 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5082         names.
5083
5084         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5085         characters.
5086
5087         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5088         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5089         Suggested by Štěpán Němec <stepnem@gmail.com>.
5090         (gnus-gravatar-transform-address): Use mail-extract-address-components
5091         that supports non-ASCII names rather than mail-header-parse-addresses.
5092
5093 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * proto-stream.el (open-protocol-stream): All starttls connections are
5096         handled by the network handler.
5097
5098 2010-11-30  Julien Danjou  <julien@danjou.info>
5099
5100         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5101         (nnimap-open-connection-1): Fix PREAUTH.
5102
5103         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5104
5105 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5108         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5109         (shr-insert): Use them.
5110         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5111
5112 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5113
5114         * nnir.el (nnir-request-move-article): Bail out if original group
5115         doesn't support article moves.
5116         (nnir-get-active): Improve active list retrieval.
5117
5118 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119
5120         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5121
5122 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5123
5124         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5125         seem to accept strings-with-numbers as port numbers,
5126
5127 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5128
5129         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5130         change the registry.
5131
5132 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5135         delete-dups that is not available in XEmacs 21.4.
5136
5137         * mm-util.el (mm-delete-duplicates): Add comment.
5138
5139 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5140
5141         * nnir.el (nnir-ignored-newsgroups): New variable.
5142         (nnir-get-active): Use it.
5143
5144 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145
5146         * proto-stream.el (proto-stream-open-network): Add some comments.
5147
5148         * nntp.el (nntp-open-connection): Provide a :success condition.
5149
5150         * nnimap.el (nnimap-open-connection-1): Ditto.
5151
5152         * proto-stream.el (proto-stream-open-network): See what the response to
5153         the STARTTLS command is.
5154
5155         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5156         backwards compatibility).
5157         (nnimap-open-connection-1): Really respect nnimap-server-port.
5158
5159         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5160         TLS upgrades we don't really care about the identity of the peer.
5161         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5162         that what we've checked for.
5163         (proto-stream-always-use-starttls): Only default to t if
5164         open-gnutls-stream exists.
5165         (proto-stream-open-network): If STARTTLS failed, then just open a
5166         normal connection.
5167         (proto-stream-open-network): Wait until the greeting before doing
5168         STARTTLS.
5169
5170         * nntp.el (nntp-open-connection): Report what the connection error is.
5171
5172         * proto-stream.el (open-protocol-stream): Rename from
5173         open-proto-stream.
5174
5175 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * nnimap.el (nnimap-stream): Change default to `undecided'.
5178         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5179         first, and then network.
5180         (nnimap-open-connection-1): Respect nnimap-server-port.
5181         (nnimap-open-connection): Be more backwards-compatible.
5182
5183         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5184         (proto-stream-open-starttls): De-duplicate the starttls code.
5185         (proto-stream-open-starttls): Folded back into the main function.
5186         (proto-stream-open-network): Fix typo in the gnutls path.
5187         (proto-stream-command): Refactor out.
5188
5189         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5190
5191         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5192         starttls.el STARTTLS.
5193
5194         * color.el (color-lab->srgb): Fix function call name.
5195
5196         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5197         if we're using tls.el.
5198         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5199         built in, then don't try to establish a STARTTLS connection.
5200
5201         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5202         servers.
5203
5204         * proto-stream.el (open-proto-stream): Use network, not stream.
5205         (open-proto-stream): Add a way to specify what the end of a command is.
5206
5207         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5208         connections types.
5209         (nntp-open-network-stream): Remove.
5210         (nntp-open-ssl-stream): Remove.
5211         (nntp-open-tls-stream): Remove.
5212         (nntp-ssl-program): Remove.
5213
5214         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5215
5216 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5217
5218         * nnir.el: Fix typos.
5219         (nnir-retrieve-headers-override-function): Rename variable to reflect
5220         new semantics.
5221         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5222         macros.
5223         (nnir-request-article, nnir-request-move-article): Use them.
5224         (nnir-categorize): New function.
5225         (nnir-run-query): Use it.
5226         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5227         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5228         sorted.
5229         (nnir-group-full-name): Use gnus-group-full-name instead.
5230         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5231         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5232
5233 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5234
5235         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5236
5237         * proto-stream.el: New library to provide protocol-specific
5238         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5239         protocols.
5240         (open-proto-stream): Complete the documentation.
5241         (proto-stream-open-network): Fix some typos.
5242
5243         * nnimap.el (nnimap-open-connection): Use it.
5244
5245 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5246
5247         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5248         negotiation.
5249
5250 2010-11-26  Julien Danjou  <julien@danjou.info>
5251
5252         * color.el: Rename various rgb functions to srgb.
5253
5254 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5257         names.
5258
5259 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * shr.el (shr-insert): Revert last change.
5262         (shr-find-fill-point): Never leave point being at bol;
5263         relax the kinsoku limitation when rendering tables.
5264
5265 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5268         results from -accept-article.
5269
5270         * shr-color.el: Require cl when compiling.
5271
5272         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5273         checkin.
5274
5275         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5276
5277         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5278
5279         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5280         'add and 'delete to set backend marks.
5281
5282         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5283
5284         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5285
5286         * nntp.el (nntp-request-set-mark): Use it.
5287
5288         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5289
5290         * nnml.el (nnml-request-set-mark): Ditto.
5291
5292         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5293         introduces regressions in article selection.
5294         (nnimap-find-uid-response): New function.
5295         (nnimap-request-accept-article): Use the UID returned, if any.
5296         (nnimap-request-move-article): Use the UID returned, if any.
5297         (nnimap-get-groups): Reimplement to work with folded lines.
5298         (nnimap-find-uid-response): The UID is the last element in the list.
5299         (nnimap-request-set-mark): Extend syntax with 'set.
5300
5301         * nnml.el (nnml-request-set-mark): Ditto.
5302
5303         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5304
5305         * nntp.el (nntp-request-set-mark): Ditto.
5306
5307 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * message.el (message-called-interactively-p): A temporary macro.
5310         (message-goto-body): Use it temporarily.
5311
5312 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5315         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5316         (nnimap-last-response-string): Fix last unfolding fix.
5317
5318 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * shr.el (shr-insert): Fix the way to fold lines.
5321
5322 2010-11-25  Julien Danjou  <julien@danjou.info>
5323
5324         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5325
5326         * color.el: Rename from color-lab.el
5327         (color-rgb->hex): Add.
5328         (color-complement): Add.
5329         (color-complement-hex): Add.
5330
5331         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5332
5333 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * shr-color.el (shr-color-visible): Don't bug out if the color names
5336         don't exist.
5337
5338 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5341         assuming that article displaying or another mml-preview may be
5342         interrupted for an error or for the like.
5343
5344         * shr.el (shr-get-background): Fix argument name.
5345
5346 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5349
5350         * gnus-sum.el (gnus-summary-include-articles): New function.
5351
5352         * message.el (message-goto-body): called-interactively-p needs a
5353         parameter, so use `any'.
5354
5355         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5356         clear marks before moving, since they're synced from the Gnus side
5357         first.
5358
5359         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5360         (gnus-summary-move-article): Copy over all marks before moving, so that
5361         IMAP doesn't think a new article has arrived.
5362
5363 2010-11-24  Julien Danjou  <julien@danjou.info>
5364
5365         * shr.el (shr-insert-background-overlay): Fix typo.
5366         (shr-render-td): Copy the background before rendering.
5367
5368         * shr-color.el (shr-color-visible): Fix docstring.
5369
5370         * shr.el (shr-tag-table): Add bgcolor support.
5371         (shr-render-td): Add bgcolor support.
5372         (shr-get-background): Add.
5373         (shr-insert-foreground-overlay): Use shr-get-background.
5374
5375         * message.el (message-goto-body): Use called-interactively-p.
5376         (message-in-body-p): message-goto-body returns point.
5377
5378 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5381         Fixes something or other in Emacs 23, and is backwards compatible.
5382
5383         * message.el (message-goto-body): Remove the <#secure special-casing,
5384         which is too special.
5385
5386         * shr.el (shr-parse-style): Drop !important from styles.
5387
5388 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5389
5390         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5391         this function to return incorrect results when calling it with an
5392         explicit article argument different from
5393         (gnus-summary-article-number).
5394
5395 2010-11-24  Julien Danjou  <julien@danjou.info>
5396
5397         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5398         (shr-tag-body): Add background support.
5399         (shr-descend): Add background support.
5400         (shr-tag-title): Add.
5401
5402         * shr-color.el (shr-color-visible): Really return original background
5403         if fixed.
5404
5405 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * shr.el (shr-color-check): Protect against non-existent color names.
5408
5409 2010-11-24  Julien Danjou  <julien@danjou.info>
5410
5411         * color-lab.el: Require 'cl when compiling.
5412
5413         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5414
5415         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5416         matched part.
5417
5418         * color-lab.el: Fix all expt calls to use float type.
5419
5420 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5423         expression to shr-color-check as is.
5424
5425         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5426
5427         * color-lab.el: Add coding cookie.
5428         (float-pi): Use eval-and-compile.
5429
5430         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5431         compiled for Emacsen having no `libxml-parse-html-region' support.
5432
5433 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * shr.el (shr-insert-color-overlay): Split stuff like
5436         "#444444 !important" to find the real color.
5437         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5438         parse <font color="red"> entries.
5439
5440 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5441
5442         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5443         point when parsing headers.
5444
5445         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5446         is positioned properly when parsing headers.
5447
5448 2010-11-23  Julien Danjou  <julien@danjou.info>
5449
5450         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5451
5452         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5453
5454         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5455
5456         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5457         Use shr-color-hue-to-rgb.
5458         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5459
5460 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * shr.el (shr-color->hexadecimal): Autoload.
5463         (shr-descend): Add color to all tags.
5464
5465 2010-11-22  Julien Danjou  <julien@danjou.info>
5466
5467         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5468         shr-color->hexadecimal.
5469
5470         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5471         RGB() or HSL() color representation.
5472
5473         * shr.el (shr-tag-font): Add.
5474         (shr-tag-color-check): New function to get better colors.
5475         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5476         tag-span.
5477
5478         * shr-color.el: New file.
5479
5480         * color-lab.el: New file.
5481
5482         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5483
5484 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5485
5486         * nnir.el: Fix typo in comments.
5487         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5488         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5489
5490 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5493
5494         * nnimap.el (nnimap-get-capabilities): Refactor out.
5495         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5496
5497 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5498
5499         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5500         appearing when `mm-uu-hide-markers' is nil.
5501
5502 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * nnimap.el (nnimap-unselect-group): Make into its own function.
5505         (nnimap-request-rename-group): Unselect group before renaming.
5506         This had gotten lost somewhere.
5507         (nnimap-request-accept-article): Keep track of examined groups, and
5508         unselect the group before APPENDing to read-only groups.
5509         (nnimap-request-move-article): Clear flags before moving so that they
5510         can be re-set later.
5511
5512 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5515         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5516
5517 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-art.el (gnus-mime-display-single):
5520         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5521         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5522         parameter.
5523
5524 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5527         (shr-table-vertical-line): New variable.
5528         (shr-insert-table): Use it.
5529
5530 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-html.el (gnus-html-wash-images): Don't display images if
5533         gnus-inhibit-images is non-nil; register displayer for cid images.
5534         (gnus-html-display-image): Work for cid image.
5535         (gnus-html-insert-image): Allow arguments.
5536         (gnus-html-put-image): Inhibit read-only.
5537         (gnus-html-prefetch-images): Don't prefetch images if
5538         gnus-inhibit-images is non-nil.
5539
5540 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * shr.el (shr-put-image): Break lines when inserting big pictures.
5543
5544 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5545
5546         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5547         sender, thanks Katsumi Yamaoka.
5548
5549 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5550
5551         * nnir.el (nnir-run-imap): Reverse the article list for each group
5552         rather than the whole list.
5553
5554 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * shr.el (shr-image-displayer): Protect function against non-existent
5557         image source.
5558
5559         * gnus-art.el (gnus-inhibit-images): New user option.
5560         (gnus-mime-display-single): Don't display image if it is non-nil.
5561
5562         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5563         gnus-inhibit-images.
5564
5565         * shr.el (shr-image-displayer): New function.
5566         (shr-tag-img): Use it.
5567
5568 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5569
5570         * mml2015.el (mml2015-epg-sign): Use From header.
5571
5572 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5575
5576         * gnus-util.el (gnus-find-text-property-region): Return markers.
5577
5578         * shr.el (shr-tag-img): Put a displayer in the text property.
5579
5580         * gnus-util.el (gnus-find-text-property-region): New utility function.
5581
5582         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5583         (gnus-html-show-images): Remove.
5584
5585         * gnus-art.el (gnus-article-show-images): New, more general function.
5586
5587         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5588         image url text properties.
5589
5590         * shr.el: Ditto.
5591
5592         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5593         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5594
5595 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5598         work for two or more articles.
5599
5600 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5603         divide an image that's in an html article to two or more when washing
5604         non-ASCII characters in alt text of it.
5605
5606 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5609         smime-decrypt-region using function argument.
5610         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5611
5612         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5613
5614         * smime.el (smime-decrypt-region): Catch it.
5615
5616 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * smime.el (smime-mode-map): Move initialization into declaration.
5619         (gnus-run-mode-hooks): Don't autoload.
5620         (smime-mode): Use define-derived-mode.
5621
5622 2010-11-11  Glenn Morris  <rgm@gnu.org>
5623
5624         * smime.el (from): Restrict declaration to XEmacs.
5625
5626         * nnir.el (gnus-group-topic-name): Autoload.
5627
5628 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * shr.el (shr-insert): Don't break long line if it is because of
5631         kinsoku-bol characters in the line end.
5632
5633 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5634
5635         * nnir.el (nnir-request-move-article): Fix to provide original group
5636         and subject.
5637         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5638         been retrieved.
5639
5640         * gnus-sum.el (gnus-summary-move-article): Use original group and
5641         subject for virtual articles such as those in an nnir summary buffer.
5642
5643 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5646         least 21.5).
5647
5648         * smime.el (from): Declare it again for XEmacs.
5649
5650 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * message.el (message-resend): Don't disable encoding unless it's
5653         already encoded.
5654
5655         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5656         low-numbered articles.
5657
5658 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * rfc2047.el (rfc2047-syntax-table): Simplify.
5661
5662         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5663
5664         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5665         set-char-table-range for XEmacs.
5666
5667 2010-11-10  Glenn Morris  <rgm@gnu.org>
5668
5669         * time-date.el (time-to-seconds): Always an alias on Emacs,
5670         never a real function.
5671         (with-no-warnings): Remove compat stub, now unused.
5672         (time-less-p): Doc fix.
5673         (time-to-number-of-days): Simplify.
5674
5675         * smime.el (from): Remove unused declaration.
5676
5677         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5678         (gnus-float-time): On Emacs, always an alias.
5679
5680         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5681         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5682
5683 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * dgnushack.el: Don't use ignore-errors in the top level form since it
5686         is unavailable in XEmacs even if cl is loaded.
5687
5688         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5689
5690 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * shr.el (browse-url-mailto): Autoload.
5693
5694         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5695
5696         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5697         regexp doesn't need quoting.
5698
5699 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5700
5701         * message.el (message-subject-trailing-was-ask-regexp)
5702         (message-subject-trailing-was-regexp): Match was: in addition to was.
5703
5704 2010-11-09  Glenn Morris  <rgm@gnu.org>
5705
5706         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5707         (nnbabyl-check-mbox): Use point-at-bol.
5708
5709 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5712
5713         * message.el (message-mailto): New function.
5714         (message-mailto): Should accept other parameters.
5715         (message-mailto): Remove since it duplicates browse-url-mailto
5716         functionality.
5717
5718 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5721         methods.
5722         (gnus-read-active-file): Ditto.
5723
5724         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5725         ": " from the prompt.
5726         (gnus-group-make-group): Ditto.
5727
5728 2010-11-07  Glenn Morris  <rgm@gnu.org>
5729
5730         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5731         (gnus-bookmark-kill-line): Use point-at-eol.
5732
5733 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5736         asterisks in From header.
5737
5738 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5741         string to avoid making the From headers syntactically invalid.
5742
5743         * message.el (message-send-mail): Don't insert courtesy messages if the
5744         message already has List-Post and List-ID messages.
5745
5746 2010-11-06  Glenn Morris  <rgm@gnu.org>
5747
5748         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5749         `condition', `type', `length' a prefix.
5750         (gnus-treat-predicate): Update for above name changes.
5751
5752 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5753
5754         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5755         binding.  Handled by `gnus-summary-refer-thread' instead.
5756         (nnir-warp-to-article): New backend function.
5757
5758         * nnimap.el (nnimap-request-thread): Force dependency updating.
5759
5760         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5761         (gnus-summary-refer-thread): Rework to improve thread-referral.
5762
5763         * gnus-int.el (gnus-warp-to-article): New function.
5764
5765         * gnus-sum.el (gnus-summary-article-map): Bind it.
5766
5767 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5768
5769         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5770         gnus-summary-refer-thread.
5771
5772         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5773         headers.
5774         (gnus-summary-limit-include-thread): Prevent articles in thread from
5775         being cut in gnus-cut-threads.
5776         (gnus-summary-refer-thread): Limit retrieved headers to those in
5777         thread.
5778
5779 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * message.el (message-send-mail): Use the value of
5782         message-courtesy-message from the message buffer.
5783
5784         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5785
5786         * shr.el (shr-browse-url): Implement mailto: URLs.
5787
5788         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5789         "raw".
5790
5791         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5792         if it's already selected.
5793
5794         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5795
5796 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5799         to measure the length and truncate alt text.
5800
5801 2010-11-03  Glenn Morris  <rgm@gnu.org>
5802
5803         * nndiary.el (nndiary-generate-nov-databases-1)
5804         (nndiary-generate-active-info): Rename dynamic variable `files' to
5805         something less generic.
5806
5807 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5808
5809         * nnir.el (nnir-request-move-article): Call the underlying backend to
5810         move articles from nnir.
5811
5812 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5815
5816 2010-11-02  Julien Danjou  <julien@danjou.info>
5817
5818         * nnir.el: Remove wais support.
5819
5820 2010-11-02  Glenn Morris  <rgm@gnu.org>
5821
5822         * gnus-html.el: Reorder requirements to quieten compiler.
5823
5824 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5827         properly for XEmacs as well.
5828         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5829         (gnus-article-natural-long-line-p): Use window-width rather than
5830         frame-width.
5831
5832 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5833
5834         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5835         (nnir-read-parms): Don't modify query.
5836         (nnir-run-query): Add ability to search topic on current line.
5837         (nnir-get-active): Clean up.
5838
5839 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5842         degenerate articles.
5843
5844         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5845         (gnus-print-buffer): Just print the buffer as is, without any copying
5846         to a buffer and then re-highlighting.
5847
5848         * nnimap.el (nnimap-request-group): Store the new updated info.
5849         (nnimap-request-group): Select the group when we don't know whether it
5850         exists or not.
5851
5852         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5853         groups.
5854
5855         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5856         groups.
5857
5858         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5859         groups.
5860
5861         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5862         long-lines case by only filling the long lines.
5863
5864         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5865         (bug #7311).
5866
5867 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * shr.el: No need to declare `declare-function' since shr.el is for
5870         only Emacsen that provide `libxml-parse-html-region'.
5871
5872         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5873         effective only in a file it is referred to.
5874
5875 2010-11-01  Glenn Morris  <rgm@gnu.org>
5876
5877         * mm-util.el (gnus-completing-read): Autoload.
5878         (mm-read-coding-system): Simplify Emacs definition.
5879
5880         * nnmail.el (gnus-activate-group):
5881         * nnimap.el (gnutls-negotiate):
5882         * nntp.el (netrc-parse): Fix declarations.
5883
5884 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5887         string-match-p in Emacs >=23.
5888
5889         * gnus-msg.el (gnus-configure-posting-styles):
5890         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5891
5892 2010-11-01  Glenn Morris  <rgm@gnu.org>
5893
5894         * nnir.el (declare-function): Add compat stub.
5895         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5896         (nnir-run-gmane): Require 'mm-url.
5897
5898         * mm-util.el (mm-string-to-multibyte): Simplify.
5899
5900         * shr.el (declare-function): Add compat stub.
5901         (url-cache-create-filename): Declare.
5902         (mm-disable-multibyte, widget-convert-button): Autoload.
5903
5904         * smime.el (ldap-search): Declare.
5905         (smime-cert-by-ldap-1): Require ldap on Emacs.
5906
5907         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5908         (nnimap-keepalive): Use gnus-float-time.
5909
5910         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5911         (mail-source-delete-crash-box): Use gnus-float-time.
5912
5913         * gnus-dired.el (gnus-completing-read): Autoload.
5914
5915         * mm-view.el (gnus-rescale-image): Autoload.
5916
5917         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5918
5919         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5920
5921         * sieve-manage.el: Require 'cl when compiling.
5922
5923         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5924         (gnus-iswitchb-completing-read): Require iswitchb.
5925         (gnus-select-frame-set-input-focus): Silence compiler.
5926
5927 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5928
5929         * message.el (message-subject-trailing-was-query): Change default to t,
5930         since I think that's what most people want.
5931
5932         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5933         appending for easier debugging.
5934         (nnimap-wait-for-connection): Take a regexp.
5935         (nnimap-request-accept-article): Wait for the continuation line before
5936         sending anything unless we're streaming.
5937
5938         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5939         leave the header washing to take place.
5940
5941 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5942
5943         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5944         regular expression match and replace in posting styles.
5945
5946 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5949         an entire server.
5950         (nnir-get-active): New function.
5951         (nnir-run-imap): Use it.
5952         (nnir-run-gmane): Who knew, gmane search returns an article score!
5953
5954         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5955         server on the current line with nnir.
5956
5957 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5960         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5961         left edge.
5962         (gnus-article-foldable-buffer): Skip past the prefix when determining
5963         raggedness.
5964
5965         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5966         the raw article, and change `C-u g' to show the article without doing
5967         treatments.
5968
5969         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5970         on to `gnus-treat-article'.
5971         (gnus-inhibit-article-treatments): New variable.
5972
5973         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5974
5975         * gnus-art.el (gnus-treatment-function-alist): Have
5976         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5977         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5978         sections.
5979
5980         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5981         parameter.
5982         (gnus-article-fill-cited-long-lines): New function.
5983         (gnus-article-fill-cited-article): Allow filling only long sections.
5984
5985         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5986         and non-punctuation (like after the apostrophe in "'We").
5987
5988         * gnus-sum.el (gnus-summary-select-article): Make sure
5989         gnus-original-article-buffer is alive.
5990
5991         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5992         reflect the order they're in in the digest.
5993
5994         * gnus.el (gnus-group-startup-message): Move point to the start of the
5995         buffer.
5996
5997         * nnimap.el (nnimap-capability): New function.
5998         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5999         is set.
6000
6001 2010-10-31  David Engster  <dengste@eml.cc>
6002
6003         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6004         conform with changes to gnus-completing-read.
6005
6006 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6009
6010 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6011
6012         * nnir.el: Move defvar, defcustom around to keep file organized
6013         and keep byte-compiler quiet.
6014         (nnir-read-parms): Accept search-engine as arg.
6015         (nnir-run-query): Pass search-engine as arg.
6016         (nnir-search-engine): Remove.
6017
6018 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * shr.el (shr-generic): The text nodes should be text, not :text.
6021
6022         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6023         later in the file.
6024
6025 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6026
6027         * nnir.el: General clean up.  Allow searching with multiple engines.
6028         Allow separate extra-parameters for each engine.
6029         Batch queries when possible.
6030         (nnir-imap-default-search-key,nnir-method-default-engines):
6031         Add customize interface.
6032         (nnir-run-gmane): New engine.
6033         (nnir-engines): Use it.  Qualify all prompts with engine name.
6034         (nnir-search-engine): Remove global variable.
6035         (nnir-run-hyrex): Restore for now.
6036         (nnir-extra-parms,nnir-search-history): New variables.
6037         (gnus-group-make-nnir-group): Use them.
6038         (nnir-group-server): Remove in favor of gnus-group-server.
6039         (nnir-request-group): Avoid searching twice.
6040         (nnir-sort-groups-by-server): New function.
6041
6042 2010-10-30  Julien Danjou  <julien@danjou.info>
6043
6044         * gnus-group.el: Remove gnus-group-fetch-control.
6045
6046         * gnus-start.el (gnus-find-new-newsgroups):
6047         Remove gnus-check-first-time-used.
6048
6049         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6050
6051 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6052
6053         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6054         set on groups that don't have \* permanentflags.
6055
6056 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6059         control the background color.
6060         (shr-tag-img): Ignore very small web bug type images.
6061         (shr-put-image): Add help-echo alt texts to the images.
6062         (shr-tag-video): Show the video poster image.
6063
6064 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * shr.el (shr-table-depth): New variable.
6067         (shr-tag-table-1): Only insert the images after the top-level table.
6068
6069         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6070
6071         * gnus-util.el (gnus-list-memq-of-list): New function.
6072
6073         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6074         selected.
6075         (nnimap-unsplittable-articles): New slot.
6076         (nnimap-new-articles): Use it.
6077
6078 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6079
6080         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6081         move to the previous line on `M-g'.
6082
6083 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6086         *-request-group, which seems unnecessary.
6087
6088         * nnimap.el (nnimap-quote-specials): Function copied over from
6089         imap.el.
6090         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6091         they support that.  Suggested by Tom Regner.
6092
6093 2010-10-29  Julien Danjou  <julien@danjou.info>
6094
6095         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6096         defalias.
6097         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6098
6099         * gnus.el: Remove `gnus-nntp-service' variable.
6100         (gnus-secondary-servers): Make obsolete.
6101         (gnus-nntp-server): Make obsolete.
6102
6103         * gnus-start.el (gnus-1): Remove x-splash calls.
6104
6105         * gnus-ems.el (gnus-x-splash): Remove.
6106
6107         * gnus.el (gnus-group-startup-message): Simplify/update code.
6108
6109         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6110         definition.
6111
6112         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6113         capability before doing anything.
6114         (gnus-group-insert-group-line): Remove useless
6115         gnus-group-remove-excess-properties.
6116
6117 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6120
6121 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122
6123         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6124         config after reselecting.
6125
6126 2010-10-28  Julien Danjou  <julien@danjou.info>
6127
6128         * shr.el (shr-put-image): Use point even if only inserting text.
6129         (shr-put-image): Save excursion when inserting alt text on non-graphic
6130         display, so the behavior is the same when we are on a graphic display.
6131
6132         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6133
6134 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6137         (gnus-mime-copy-part): Check coding system, not charset.
6138         (gnus-mime-view-part-externally): Never remove part.
6139         (gnus-mime-view-part-internally): Don't remove part here.
6140         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6141         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6142         multipart/alternative.
6143
6144         * mm-decode.el (mm-display-part): Take optional arg `force'.
6145
6146 2010-10-26  Julien Danjou  <julien@danjou.info>
6147
6148         * gnus-group.el (gnus-group-default-list-level): Add this function to
6149         compute the default list level.
6150         (gnus-group-default-list-level): Add possibility to use a function.
6151
6152 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6155
6156         * gnus-group.el (gnus-group-completing-read)
6157         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6158         gnus-replace-in-string.
6159
6160 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * shr.el (shr-tag-div): Add.
6163
6164         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6165
6166 2010-10-25  Julien Danjou  <julien@danjou.info>
6167
6168         * gnus-util.el: Remove `gnus-with-local-quit'.
6169
6170         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6171
6172 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6175         the original article buffer.
6176
6177 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * nnimap.el (nnimap-request-head): New function.
6180         (nnimap-request-move-article): Try to be slightly faster by not
6181         requesting the entire message when moving.
6182         (nnimap-transform-headers): Don't bug out on bodiless articles.
6183         (nnimap-send-command): Have no outstanding messages if the IMAP server
6184         doesn't support streaming.
6185         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6186
6187 2010-10-24  Julien Danjou  <julien@danjou.info>
6188
6189         * message.el (message-default-headers): Fix type.
6190
6191 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6194         prefetching images.
6195
6196         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6197         backend for unknown groups.  This is mainly useful for nnimap groups.
6198
6199         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6200         group isn't covered by the agent.
6201
6202 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6203
6204         * nnir.el (nnir-method-default-engines): New variable.
6205         (nnir-run-query): Use it.
6206         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6207         (gnus-summary-nnir-goto-thread): Change group if needed.
6208
6209         * gnus-group.el (gnus-group-group-map): Add key binding for
6210         gnus-group-make-nnir-group.
6211
6212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6213
6214         * shr.el (shr-tag-object): Add.
6215
6216         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6217         original article buffer live.
6218         (gnus-summary-select-article-buffer):
6219         Mention gnus-widen-article-buffer.
6220
6221 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * shr.el (shr-tag-strong): Add.
6224
6225 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6228         group names.  They mess up the group buffer badly.
6229
6230         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6231
6232         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6233         instead of the summary one.
6234
6235 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * mml.el (mml-preview): Work properly when editing article.
6238
6239         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6240         gnus-have-read-active-file if it's already been in.
6241
6242 2010-10-22  Tom Tromey  <tromey@redhat.com>
6243
6244         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6245         gnus-group-completing-read.
6246
6247 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * message.el (message-mode-map): Don't bind M-; to comment region, to
6250         allow the global comment-dwim to work.
6251
6252 2010-10-21  Julien Danjou  <julien@danjou.info>
6253
6254         * message.el (message-setup-1): Allow message-default-headers to be a
6255         function.
6256
6257 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * shr.el (shr-tag-table): Simplify.
6260
6261 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6264         to avoid trying to snarf invalid stuff.
6265
6266         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6267
6268         * gnus.el (gnus-message-archive-group): Quote value.
6269         (gnus-message-archive-group): Mark as changed.
6270
6271         * shr.el (shr-add-font): Don't put the font properties on the newline
6272         or the indentation.
6273
6274         * message.el (message-fix-before-sending): Change options when sending
6275         non-printable characters.
6276
6277         * gnus.el (gnus-message-archive-method): Change the default to
6278         monthly outgoing groups.
6279
6280         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6281         that have gotten new numbers.
6282
6283         * nnimap.el (nnimap-request-replace-article): New function.
6284
6285 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6288         (nnrss-request-article): Don't use special html washing code.
6289
6290 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * shr.el (shr-tag-table): Remove useless nconc.
6293
6294 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * gnus-art.el (article-wash-html): Simplify and remove the charset
6297         stuff.  Use the normal html rendering code instead of the special html
6298         washing code.
6299
6300         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6301         `gnus-w3m' symbols.
6302         (mm-text-html-washer-alist): Remove.
6303
6304         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6305         (mm-inline-media-tests): Remove use.
6306         (mm-text-html-renderer): Change default to the `shr' symbol.
6307
6308         * mm-view.el (mm-inline-text-html): Remove use.
6309
6310         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6311         `gnus-blocked-images' to be a function.
6312         (gnus-article-wash-function): Remove.
6313
6314 2010-10-20  Julien Danjou  <julien@danjou.info>
6315
6316         * spam.el (spam-list-of-processors): Mark as obsolete.
6317
6318         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6319         (nnimap-insert-partial-structure): Fix boundary detection.
6320
6321 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6322
6323         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6324         run file-truename on remote files.  This can be expensive and even
6325         prevent one from editing drafts if some unrelated buffer has a stale
6326         connection.
6327
6328 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6331         kinsoku-eol regardless of shr-kinsoku-shorten.
6332         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6333         (shr-tag-table): Support caption, thead, and tfoot.
6334
6335 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6338         lines.
6339         (shr-save-contents): New command and keystroke.
6340
6341         * nndoc.el (nndoc-type-alist): Add git support.
6342         (nndoc-git-type-p): New function.
6343         (nndoc-transform-git-article): Ditto.
6344         (nndoc-transform-git-headers): Ditto.
6345         (nndoc-transform-git-headers): Generate Subject headers.
6346
6347         * shr.el (shr-parse-style): New function.
6348         (shr-tag-span): Ditto.
6349
6350         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6351         to `G G' to avoid collisions.
6352
6353 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * shr.el: Load kinsoku if necessary.
6356         (shr-kinsoku-shorten): New internal variable.
6357         (shr-find-fill-point): Make kinsoku shorten text line if
6358         shr-kinsoku-shorten is bound to non-nil.
6359         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6360         shr-indentation too when testing if table is wider than frame width.
6361         (shr-insert-table): Use `string-width' instead of `length' to measure
6362         text width.
6363         (shr-insert-table-ruler): Make sure indentation is done at bol.
6364
6365 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6368         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6369         undecoded network data.
6370
6371 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6374         name in the mode line spec so that the mode line menu works
6375         (bug #2431).
6376
6377         * message.el (message-get-reply-headers): If we're fed `to-address',
6378         then always use that.
6379
6380         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6381         aren't so wide as to need to switch off the edit menu.
6382
6383         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6384         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6385
6386         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6387         `M-g'.
6388         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6389         the permanent marks.
6390
6391 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6392
6393         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6394         Splitting according to references/in-reply-to obeys the ignore-groups
6395         variable, while splitting by sender and subject do not.
6396
6397 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6400         alist, so that we can look for non-Unicode chars.
6401         (article-translate-strings): Allow both character and string maps.
6402
6403 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * shr.el (shr-insert): Don't insert space behind a wide character
6406         categorized as kinsoku-bol, or between characters both categorized as
6407         nospace.
6408
6409 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6410
6411         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6412         headers to gnus-newsgroup-headers.
6413
6414 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415
6416         * shr.el (shr-tag-img): Don't align images -- since we're not
6417         rescaling, this often leads to ugly displays.
6418
6419 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6420
6421         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6422         duplicates.
6423
6424 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6425
6426         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6427         call.
6428
6429 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * gnus.el: Autoload gnus-html-show-images.
6432
6433         * nnimap.el: Use nnheader-message throughout.
6434
6435         * shr.el (shr-tag-img): Ignore images with no data.
6436
6437 2010-10-15  Julien Danjou  <julien@danjou.info>
6438
6439         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6440         a possibility to disable format=flow encoding when using hard newlines.
6441
6442 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * shr.el (shr-insert): Remove space inserted before or after a
6445         breakable character or at the beginning or the end of a line.
6446         (shr-find-fill-point): Do kinsoku; find the second best point or give
6447         it up if there's no breakable point.
6448
6449 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * nnimap.el (nnimap-open-connection): Message when opening connection
6452         for debugging purposes.
6453
6454         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6455         on every setup buffer call to allow this to change from article to
6456         article.
6457
6458         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6459         buffers where we have a wide table.
6460
6461 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6462
6463         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6464         uses *-request-thread.
6465
6466 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6469         incantation, which is no longer valid.
6470
6471 2010-10-14  Julien Danjou  <julien@danjou.info>
6472
6473         * shr.el: Fix defcustom type (char -> character).
6474
6475 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6478         programs.
6479
6480 2010-10-14  Julien Danjou  <julien@danjou.info>
6481
6482         * shr.el (shr-tag-a): Use url-link as widget type.
6483
6484         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6485         `gnus-group-get-icon'.
6486
6487 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6488
6489         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6490         This should make server editing work better.
6491
6492         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6493
6494         * tls.el (tls-program): Remove spurious %s from openssl.
6495
6496         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6497         (nnimap-parse-flags): Fix regexp.
6498
6499         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6500         probably work for CJVK text, too.
6501
6502         * nnimap.el (nnimap-extend-tls-programs): Remove.
6503         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6504
6505         * tls.el (tls-starttls-switches): Remove starttls hack.
6506         (open-tls-stream): Ditto.
6507         (tls-find-starttls-argument): Ditto.
6508
6509 2010-10-13  Julien Danjou  <julien@danjou.info>
6510
6511         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6512         responses.
6513
6514 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6517
6518         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6519         anything in Emacs.
6520
6521         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6522
6523 2010-10-13  Julien Danjou  <julien@danjou.info>
6524
6525         * shr.el (shr-width): Make shr-width a defcustom with default to
6526         fill-column.
6527         (shr-tag-img): Use shr-width rather than fill-column.
6528
6529 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * dgnushack.el (byte-optimize-apply):
6532         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6533
6534         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6535         position when (X-)Faces exist.
6536         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6537         avatars when called interactively.
6538
6539 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6542         gnus-article-x-face-too-ugly is bound.
6543
6544 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6547
6548         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6549         mailbox that doesn't exist.
6550
6551 2010-10-12  Julien Danjou  <julien@danjou.info>
6552
6553         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6554         (shr-get-image-data): Encode URL properly when fetching from cache.
6555         (shr-tag-img): Use aligned-to spaces to align correctly images.
6556
6557         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6558         before inserting the Gravatar.
6559
6560         * shr.el (shr-tag-img): Add align attribute support for <img>.
6561
6562 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * gnus-gravatar.el (gnus-art): Require.
6565
6566         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6567         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6568         Remove long obsoleted functions.
6569
6570 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6573
6574         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6575
6576         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6577         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6578         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6579         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6580         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6581         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6582         * sieve-manage.el, smime.el, spam.el:
6583         Fix comment for declare-function.
6584
6585 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586
6587         * nnimap.el (nnimap-request-rename-group): Select group read-only
6588         before renaming it.
6589
6590         * shr.el (shr-insert): Fix up the white space only regexp.
6591
6592         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6593         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6594
6595         * shr.el (shr-current-column): New function.
6596         (shr-find-fill-point): New function.
6597
6598 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6599
6600         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6601         numbers.
6602
6603 2010-10-11  Julien Danjou  <julien@danjou.info>
6604
6605         * shr.el (shr-hr-line): Add.
6606         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6607         display hr lines.
6608         (shr-max-columns): Do not change state to nil if we just inserting
6609         spaces.
6610
6611 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6614         select the last group.
6615
6616 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6617
6618         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6619
6620 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6621
6622         * dig.el (dig-mode-map): Declare and define in one step.
6623
6624 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6625
6626         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6627         for Gnus.
6628         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6629         (nnimap-update-qresync-info): Mark \Seen articles as read.
6630
6631         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6632         non-variable, too.
6633
6634         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6635         available.
6636         (nnimap-update-info): Rely more on the current active than the param
6637         active to avoid marking articles as read too much.
6638
6639         * auth-source.el (auth-source-create): Use (user-login-name) for the
6640         user name default.
6641
6642         * nnimap.el (nnimap-update-info): If the server doesn't return any
6643         useful info, just use the previous info.
6644         (nnimap-update-info): Prefer old info over start-article.
6645         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6646
6647 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6648
6649         * nnir.el (autoload): Clean up autoloads.
6650         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6651         Use key rather than value.
6652         (nnir-imap-search-other): New variable.
6653         (nnir-read-parm): Use it.
6654         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6655         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6656
6657 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6658
6659         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6660         the process, too.
6661
6662 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * spam.el (gnus-summary-mode-map): Bind to "$".
6665         Suggested by Russ Allbery.
6666
6667         * shr.el: Rework the way things are indented by <li> slightly.
6668
6669         * gnus.el (gnus-group-set-parameter): Fix typo.
6670
6671         * nnimap.el: Start implementing QRESYNC support.
6672
6673 2010-10-09  Julien Danjou  <julien@danjou.info>
6674
6675         * nnir.el (nnir-engines): Fix too many arguments.
6676
6677 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6678
6679         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6680         group is the "last", so that the backends like nnfolder actually save
6681         their folders.
6682
6683         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6684         try to use that for the tls stream.
6685         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6686         UIDVALIDITY and find out which groups are read-only and not.
6687         (nnimap-get-flags): Use the same marks parsing code as the rest of
6688         nnimap.
6689
6690 2010-10-09  Julien Danjou  <julien@danjou.info>
6691
6692         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6693
6694         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6695         retrieving gravatars.
6696
6697         * shr.el (shr-table-corner): Add.
6698         (shr-table-line): Add.
6699         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6700
6701 2010-10-08  Julien Danjou  <julien@danjou.info>
6702
6703         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6704
6705 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6708
6709         * gnus-sum.el (gnus-mark-article-as-unread)
6710         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6711         (gnus-summary-set-bookmark): Use it.
6712
6713         * gnus-msg.el (gnus-setup-message): Use it.
6714
6715         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6716
6717         * gnus.el (gnus-group-remove-parameter): Use it.
6718
6719         * gnus-group.el (gnus-group-make-web-group): Use it.
6720
6721         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6722
6723         * nnregistry.el: Update docs to mention manual.
6724
6725         * gnus-registry.el: Update docs to mention nnregistry.el.
6726         (gnus-registry-initialize): Don't install nnregistry refer method
6727         automatically.
6728         (gnus-registry-install-nnregistry): Remove it.
6729
6730 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * shr.el (shr-insert): Don't insert double spaces.
6733
6734 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-gravatar.el (gnus-treat-from-gravatar)
6737         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6738         called interactively.
6739
6740         * gnus-art.el (gnus-mime-view-part-externally)
6741         (gnus-mime-view-part-internally): Make predicate function passed to
6742         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6743         of a mime type.
6744
6745         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6746
6747 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * shr.el (require): Require cl when compiling.
6750         (shr-tag-hr): New function.
6751
6752         * nnimap.el (nnimap-update-info): Remove double setting of high.
6753         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6754         This makes nnimap work properly on Courier again.
6755
6756         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6757         the variable for backwards compatibility.
6758
6759         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6760         the file name before using to avoid setting mm-default-directory to
6761         nil.
6762
6763         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6764         bidning gnus-agent variables.
6765
6766         * shr.el (shr-render-td): Use a cache for the table rendering function
6767         to avoid getting an exponential rendering behavior in nested tables.
6768         (shr-insert): Rework the line-breaking algorithm.
6769         (shr-insert): Don't leave trailing spaces.
6770         (shr-insert-table): Also insert empty TDs.
6771         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6772
6773 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6774
6775         * gnus-sum.el (gnus-number): Rename from `number'.
6776         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6777         (gnus-summary-limit-children): Update uses correspondingly.
6778
6779 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6782         (gnus-gravatar-transform-address): Don't show avatars of people of
6783         which mail addresses match gnus-gravatar-too-ugly.
6784
6785 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * shr.el (shr-table-widths): Expand TD elements to fill available
6788         space.
6789
6790 2010-10-07  Julien Danjou  <julien@danjou.info>
6791
6792         * nnimap.el (nnimap-request-rename-group): Add this method.
6793
6794 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6797         name from XEmacs' function-arglist.
6798
6799         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6800         gravatar under XEmacs.
6801
6802 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * auth-source.el: Update docs with TODO items.
6805
6806         * gnus-sync.el: Update docs to explain state and plans.
6807
6808         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6809         Hooks for mark updates.
6810         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6811
6812         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6813         hooks with arguments, which is needed for mark update hooks.
6814
6815 2010-10-06  Julien Danjou  <julien@danjou.info>
6816
6817         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6818         was matched.
6819
6820         * sieve-manage.el: Update example in `Commentary'.
6821
6822         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6823
6824         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6825         not 2000.
6826         (sieve-manage-authenticate): Re-add function.
6827
6828 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6829
6830         * shr.el (shr-insert): Get 'space transition right.
6831         (shr-render-td): Only delete space at the end of the TD.
6832
6833         * nnimap.el (nnimap-open-connection): Prepare to support
6834         open-gnutls-stream.
6835
6836         * shr.el: Rearrange function order to be more logical.
6837
6838 2010-10-06  Julien Danjou  <julien@danjou.info>
6839
6840         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6841         (nnrss-discover-feed): Remove 404 URL in docstring.
6842
6843         * nnir.el: Fix Swish-E URL.
6844         Fix Namazu URL.
6845
6846         * message.el (message-change-subject): Remove 404 URL in a comment.
6847
6848 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6851         called interactively.
6852
6853         * gnus-util.el (gnus-remove-if): Allow hash table.
6854         (gnus-remove-if-not): New function.
6855
6856         * gnus-art.el (gnus-mime-view-part-as-type):
6857         * gnus-score.el (gnus-summary-score-effect):
6858         * gnus-sum.el (gnus-read-move-group-name):
6859         Replace remove-if-not with gnus-remove-if-not.
6860
6861         * gnus-group.el (gnus-group-completing-read):
6862         Regard collection as a hash table if it is not a list.
6863
6864 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6867
6868         * shr.el: Document the table-rendering algorithm.
6869
6870 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6873         for Emacsen having no `libxml-parse-html-region' support.
6874
6875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6878         invalid URLs.
6879
6880         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6881         line-broken.
6882         (shr-tag-img): Ignore image fetching errors.
6883         (shr-overlays-in-region): Compute overlay positions correctly.
6884
6885         * mm-decode.el (mm-shr): Require shr.
6886
6887         * gnus-art.el (gnus-blocked-images): Move variable here.
6888
6889         * shr.el (shr-insert-table): Bind free variable.
6890
6891         * mm-decode.el (mm-shr): Bind shr-content-function.
6892
6893         * shr.el (shr-content-function): New variable.
6894
6895         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6896         added for symmetry.
6897
6898         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6899
6900         * gnus-group.el (gnus-group-make-group): Doc fix.
6901
6902         * nnimap.el (nnimap-request-newgroups): Return success.
6903
6904         * shr.el (shr-find-elements): New function.
6905         (shr-tag-table): Put all the images after the table.
6906         (shr-tag-table): Really inhibit images inside the table.
6907         (shr-collect-overlays): Copy over overlays from the TD elements to the
6908         main document.
6909
6910         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6911         gnus-blocked-images.
6912
6913 2010-10-05  Julien Danjou  <julien@danjou.info>
6914
6915         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6916
6917         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6918         (gnus-html-maximum-image-size): Add this function.
6919         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6920
6921         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6922         server-value of the capability is nil.
6923
6924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * shr.el (shr-tag-em): Add <EM> tag.
6927
6928 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6929
6930         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6931         customizable.
6932
6933         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6934         handing broken links to browse-url.
6935
6936 2010-10-05  Julien Danjou  <julien@danjou.info>
6937
6938         * gnus-util.el (gnus-emacs-completing-read)
6939         (gnus-iswitchb-completing-read): Use autoload rather than require.
6940
6941 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6944         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6945         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6946         iswitchb-temp-buflist for XEmacs.
6947
6948         * gnus-util.el (gnus-completing-read-function): Exclude
6949         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6950         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6951         XEmacs.
6952
6953         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6954         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6955
6956         * gnus-html.el: Don't require help-fns under XEmacs.
6957         (gnus-html-schedule-image-fetching): Work for XEmacs.
6958
6959         * mm-decode.el (mm-shr): Decode contents by charset.
6960
6961 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6962
6963         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6964         unknown.
6965
6966         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6967         (shr-get-image-data): Ensure against the cache file missing.
6968
6969         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6970         for data.
6971
6972         * spam-report.el (spam-report-url-ping-plain): Don't query about
6973         killing the process.
6974
6975         * shr.el (shr-render-td): Protect against too-wide text.
6976
6977 2010-10-04  Julien Danjou  <julien@danjou.info>
6978
6979         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6980         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6981
6982         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6983         retrieved.
6984
6985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * shr.el (browse-url): Require.
6988         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6989         lines.
6990         (shr-show-alt-text, shr-browse-image): New commands.
6991         (shr-browse-url, shr-copy-url): New commands.
6992
6993         * gnus-sum.el (gnus-widen-article-window): New variable.
6994         (gnus-summary-select-article-buffer): Use it.
6995
6996         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6997         without @ signs.
6998
6999 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7000
7001         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7002
7003 2010-10-04  Julien Danjou  <julien@danjou.info>
7004
7005         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7006         for XEmacs.
7007
7008 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7011
7012         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7013         (nnimap-close-server): Implement.
7014
7015         * dgnushack.el (iswitchb): Require to shut up the compiler.
7016
7017         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7018         (shr-insert): Tweak line breaking.
7019         (shr-insert): Handle <pre> better.
7020         (shr-tag-li): Get <li> indentation right.
7021         (shr-tag-li): Get <li> indentation even righter.
7022         (shr-tag-blockquote): Ensure paragraph start.
7023         (shr-make-table): Tweak table generation.
7024         (shr-make-table): Fix typo.
7025
7026         * shr.el: Implement table rendering.
7027
7028 2010-10-04  Julien Danjou  <julien@danjou.info>
7029
7030         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7031
7032 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * shr.el (shr-insert): Use string anchors instead of line anchors.
7035
7036 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * shr.el: Add headings.
7039         (shr-ensure-paragraph): Actually work.
7040         (shr-tag-li): Make <ul> prettier.
7041         (shr-insert): Get white space at the beginning/end of elements right.
7042         (shr-tag-p): Collapse subsequent <p>s.
7043         (shr-ensure-paragraph): Don't insert double line feeds after blank
7044         lines.
7045         (shr-insert): \t is also space.
7046         (shr-tag-s): Fix "s" tag name function.
7047         (shr-tag-s): Fix face prop name.
7048
7049 2010-10-03  Julien Danjou  <julien@danjou.info>
7050
7051         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7052
7053         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7054         gnus-window-inside-pixel-edges.
7055
7056         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7057         gnus-ems.
7058
7059         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7060
7061         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7062         function.
7063
7064         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7065         resize choice.
7066
7067 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7068
7069         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7070         beginning of the buffer.
7071
7072         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7073         article buffer again.
7074
7075         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7076
7077         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7078         when it's at the start of the buffer.
7079
7080         * shr.el (shr-tag-blockquote): Convert name.
7081         (shr-rescale-image): Use the right image-size variant.
7082
7083         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7084         buffer isn't shown, then select the current article first instead of
7085         bugging out.
7086         (gnus-summary-select-article-buffer): Show both the article and summary
7087         buffers again.
7088
7089         * shr.el (shr-fontize-cont): Protect against regions with no text.
7090         Rename tag functions to shr-tag-* for enhanced security.
7091         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7092
7093 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7094
7095         * shr.el (shr-insert):
7096         * pop3.el (pop3-movemail):
7097         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7098         loaded.
7099
7100 2010-10-03  Glenn Morris  <rgm@gnu.org>
7101
7102         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7103
7104         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7105
7106         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7107
7108         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7109
7110         * gnus-util.el (gnus-make-local-hook): Simplify.
7111
7112 2010-10-02  Julien Danjou  <julien@danjou.info>
7113
7114         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7115         (gnus-ido-completing-read): New function.
7116         (gnus-emacs-completing-read): New function.
7117         (gnus-completing-read): Use gnus-completing-read-function.
7118         Add gnus-completing-read-function.
7119
7120 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * shr.el (shr-insert-document): Autoload.
7123         (shr-img): Be silent.
7124         (shr-insert): Add a newline after every picture before text.
7125         (shr-add-font): Use overlays for combining faces.
7126         (shr-insert): Pass upwards the text start point.
7127
7128         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7129         possible.
7130         (mm-shr): New function.
7131
7132 2010-10-02  Julien Danjou  <julien@danjou.info>
7133
7134         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7135         should go backward.
7136
7137 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7138
7139         * shr.el (shr): Fix typo in provide call.
7140
7141 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142
7143         * shr.el: New file.
7144
7145         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7146
7147         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7148         completing read.
7149
7150 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7153         we're being queried about.  Suggested by Dan Jacobson.
7154
7155         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7156         Suggested by Jason Eisner.
7157
7158         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7159         table, too.  Suggested by Stefan Wiens.
7160         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7161         the table unnecessary.  Suggested by Stefan Wiens.
7162
7163         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7164         longer needed, and probably doesn't work either, as pointed out by
7165         Stefan Wiens.
7166         (gnus-summary-exit): Remove call to the clearing function.
7167         (gnus-summary-exit-no-update): Ditto.
7168
7169         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7170         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7171         Reported by Stefan Monnier.
7172         (gnus-summary-save-in-rmail): Ditto.
7173
7174         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7175         article buffer, instead of both the article buffer and the summary
7176         buffer.  Sort of suggested by Dan Jacobson.
7177
7178         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7179
7180         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7181         Suggested by Dan Jacobson.
7182
7183         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7184         documentation clearer.
7185
7186         * message.el (message-shorten-references): Comment on the number "21".
7187         Suggested by Stefan Monnier.
7188
7189         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7190         Suggested by Dan Jacobson.
7191
7192         * gnus.el (gnus-large-newsgroup):
7193         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7194
7195         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7196         externalize attachments.  Bug reported by Steve Wen.
7197
7198         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7199         really message anything to the user.
7200
7201         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7202         directly.
7203
7204         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7205         messages in empty groups.
7206
7207 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7208
7209         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7210         non-UIDNEXT group.
7211
7212 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7215         not the value from the collection.
7216
7217         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7218         values.  This sometimes happens on some groups that have no info.
7219         (nnimap-request-newgroups): New function.
7220
7221 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7224         check into `gnus-registry-initialize'.
7225         (gnus-registry-initialize): Ditto.
7226         Fix and extend header docs.
7227
7228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7231         regexp backtrace overflows.
7232
7233         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7234         for starttls that tls.el implements; i.e. openssl.
7235
7236         * tls.el (tls-starttls-switches): Give up on using starttls with
7237         gnutls-cli.
7238         (tls-program): Add --insecure to be consistent with the defaults from
7239         openssl s_client.  Now all three commands are insecure.
7240
7241 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * lpath.el: Bind completion-styles-alist for XEmacs.
7244
7245         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7246         (gravatar-create-image): New function that's an alias to
7247         gnus-xmas-create-image, gnus-create-image, or create-image.
7248         (gravatar-data->image): Use it.
7249
7250 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7251
7252         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7253         install the nnregistry refer method.
7254         (gnus-registry-install-hooks): Use it.
7255         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7256         unfollowed groups.
7257
7258 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7259
7260         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7261         expanding threads.
7262
7263 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * nnir.el: Use the server names without suffixes (bug #7009).
7266
7267         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7268         unencrypted to STARTTLS, if possible.
7269
7270 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7271
7272         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7273         headers before superseding.
7274
7275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * nnrss.el (nnrss-use-local): Add documentation.
7278
7279         * nnimap.el (nnimap-extend-tls-programs): New function.
7280         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7281         (nnimap-wait-for-connection): Accept the greeting from the stupid
7282         output from openssl s_client -starttls, too.
7283
7284         * tls.el (tls-starttls-switches): New variable.
7285         (tls-find-starttls-argument): Use it.
7286         (open-tls-stream): Ditto.
7287
7288         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7289         (netrc-machine): Ditto.
7290
7291         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7292         article number.
7293         (nnimap-split-fancy): New variable.
7294         (nnimap-split-incoming-mail): Use it.
7295
7296         * nntp.el (nntp-server-list-active-group): Document.
7297
7298         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7299         SELECT to get the message-id.
7300
7301         * mail-source.el (mail-sources): Remove webmail support.
7302         (defvar): Ditto.
7303         (mail-source-fetcher-alist): Ditto.
7304         (mail-source-fetch-webmail): Remove.
7305
7306         * webmail.el: Remove -- doesn't seem relevant any more.
7307
7308         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7309
7310         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7311         the \r.
7312
7313 2010-09-30  Julien Danjou  <julien@danjou.info>
7314
7315         * gnus-agent.el (gnus-agent-add-group): Fix call to
7316         gnus-completing-read.
7317
7318 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319
7320         * nndoc.el (nndoc-retrieve-groups): New function.
7321
7322         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7323         `default', use nnmail-split-methods.
7324         (nnimap-request-article): Downcase the NILs so that they are nil.
7325
7326         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7327         symbol.
7328
7329         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7330         code, since if the user has requested network, that's what they ought
7331         to get.
7332         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7333         (nnimap-split-rule): Mark as obsolete.
7334
7335         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7336         New variable.
7337
7338         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7339         correct slot, too.
7340
7341 2010-09-29  Julien Danjou  <julien@danjou.info>
7342
7343         * gnus.el (gnus-local-domain): Declare variable obsolete.
7344
7345         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7346         Fix history computing.
7347         (gnus-ido-completing-read): Require ido.
7348
7349 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7352         build Gnus.
7353
7354         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7355         when interpreting the structures.
7356         (nnimap-request-accept-article): Add \r\n to the lines to make this
7357         work with Cyrus.
7358
7359         * nndraft.el (nndraft-request-expire-articles): Use the group name
7360         instead if "nndraft".  Fix found by Nils Ackermann.
7361
7362 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7363
7364         * nnregistry.el: Add.
7365
7366 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7367
7368         * nnmail.el (group, group-art-list, group-art):
7369         Remove unneeded directives.
7370
7371 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7374         (mm-mime-charset):
7375         * rfc2047.el (rfc2047-syntax-table):
7376         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7377
7378         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7379         rather than `insert-file-contents' and `eval-region'.
7380
7381         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7382         construction.
7383
7384         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7385
7386         * time-date.el: No need to require cl for Emacs 21.
7387
7388 2010-09-29  Julien Danjou  <julien@danjou.info>
7389
7390         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7391         replacement of `gnus-gravatar-relief' to mimic
7392         `gnus-faces-properties-alist'.
7393         Add :version property.
7394
7395 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mail-source.el (mail-source-report-new-mail):
7398         * message.el (message-default-mail-headers):
7399         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7400
7401         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7402
7403 2010-09-28  Julien Danjou  <julien@danjou.info>
7404
7405         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7406         mail-address contains the same string as real-name.
7407
7408         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7409         non-blank in header, otherwise it'll get stripped.
7410
7411         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7412         real-name, and then for mail address rather than doing : or , search.
7413
7414 2010-09-27  Julien Danjou  <julien@danjou.info>
7415
7416         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7417         right completing-read function.
7418         (gnus-use-ido): New variable
7419         (gnus-completing-read-with-default): Remove.
7420         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7421         (gnus-agent-add-group):
7422         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7423         * mm-view.el (mm-view-pkcs7-decrypt):
7424         * mm-util.el (mm-codepage-setup):
7425         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7426         * mml-smime.el (mml-smime-openssl-sign-query):
7427         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7428         (mml-insert-multipart):
7429         * gnus-msg.el (gnus-summary-yank-message):
7430         * gnus-int.el (gnus-start-news-server):
7431         * mm-decode.el (mm-interactively-view-part):
7432         * gnus-dired.el (gnus-dired-attach):
7433         * gnus.el (gnus-read-method):
7434         * gnus-bookmark.el (gnus-bookmark-jump):
7435         * gnus-art.el (gnus-mime-view-part-as-type)
7436         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7437         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7438         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7439         * nnmairix.el (nnmairix-create-server-and-default-group)
7440         (nnmairix-update-groups, nnmairix-get-server)
7441         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7442         (nnmairix-get-group-from-file-path):
7443         * nnrss.el (nnrss-find-rss-via-syndic8):
7444         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7445         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7446         (gnus-group-browse-foreign-server):
7447         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7448         (gnus-summary-execute-command, gnus-summary-respool-article)
7449         (gnus-read-move-group-name):
7450         * gnus-score.el (gnus-summary-increase-score)
7451         (gnus-summary-score-effect):
7452         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7453
7454 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7457         x-focus-frame.
7458
7459         * nnimap.el (auth-source-forget-user-or-password)
7460         (auth-source-user-or-password): Autoload.
7461
7462         * message.el (message-from-style, message-interactive)
7463         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7464         (message-yank-prefix, message-indentation-spaces, message-signature)
7465         (message-signature-file): Add comment.
7466
7467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7470         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7471         new articles.
7472
7473         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7474         parts.
7475         (nnimap-request-article): Work with the t setting, too.
7476
7477         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7478         that you don't get flashes of other buffers.
7479         (gnus-summary-show-complete-article): Intern before setting.
7480
7481 2010-09-27  David Engster  <dengste@eml.cc>
7482
7483         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7484         well as HEADERS.
7485         (nnmairix-retrieve-headers): Provide new argument for the above.
7486
7487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * gnus-sum.el (gnus-summary-move-article): Don't alter
7490         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7491         group.
7492
7493         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7494
7495         * message.el (message-cite-prefix-regexp): Revert my last edit.
7496
7497         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7498         variable instead of the Gnus variable.
7499
7500         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7501
7502         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7503
7504         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7505         since some servers don't like it.
7506         (nnimap-open-connection): Forget credentials if the server says the
7507         password was wrong.
7508         (nnimap-parse-line): Protect against invalid data.
7509
7510         * gnus-sum.el (gnus-summary-move-article): Add comment.
7511         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7512         nothing alters it while scanning for new messages.
7513
7514         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7515         which may or may not help.
7516         (nnimap-open-connection): If we're doing a stream connection, and then
7517         discover we're on a STARTTLS-capable server, then open a STARTTLS
7518         connection instead.
7519
7520 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * nnimap.el (utf7): Require.
7523
7524         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7525         prefix.
7526
7527 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7528
7529         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7530
7531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * nnimap.el (nnimap-request-accept-article): Message the error on
7534         error.
7535
7536 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7539
7540 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * nndoc.el (nndoc-request-list): Return success always.
7543
7544         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7545         `fetch-old' -- we only want to fetch the articles we've requested.
7546         The rest are in the agent, probably.
7547         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7548         disappeared server" to something low.  It's not important.
7549
7550         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7551         arrived before the FETCH data.
7552
7553         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7554         target here, because we don't know the Gnus name of the group.
7555
7556         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7557         for the correct group.
7558
7559         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7560
7561         * gnus.el (gnus): Give a final warning after startup.
7562
7563         * gnus-util.el (gnus-action-message-log): New variable.
7564         (gnus-message): Use it.
7565         (gnus-final-warning): New function.
7566
7567         * nnimap.el (nnimap-open-connection): Record the greeting.
7568         (nnimap): Add greeting.
7569
7570 2010-09-26  Julien Danjou  <julien@danjou.info>
7571
7572         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7573         arguments.
7574         (gnus-html-wash-images): Fix spec computing to include start/end.
7575
7576         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7577
7578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7581         deletion.
7582         (nnimap-retrieve-headers): Don't select the group, because that's
7583         already done by nnimap-possibly-change-group.
7584
7585         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7586         (gnus-picon-transform-address): Use it.
7587
7588         * mail-source.el (mail-source-value): Revert previous patch.
7589
7590         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7591         on failure.
7592         (nnimap-open-connection): Look up both virtual and physical server name
7593         credentials.
7594
7595         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7596
7597 2009-02-07  Dave Love  <fx@gnu.org>
7598
7599         * tls.el (open-tls-stream): Don't query killing process.
7600
7601 2009-02-08  Dave Love  <fx@gnu.org>
7602
7603         * gnus-win.el (gnus-window-to-buffer-helper)
7604         (gnus-all-windows-visible-p): Function needn't be a symbol.
7605
7606         * mail-source.el (mail-source-value): Function needn't be a symbol.
7607
7608 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * message.el (message-cite-prefix-regexp): Remove } from the cite
7611         prefix.
7612
7613         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7614         highlight again, so that the highlight is correct.
7615
7616         * gnus-picon.el (gnus-picon): Remove again.
7617         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7618
7619         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7620         doing the header highlightling, so that the background color of the
7621         picon is correct.
7622
7623         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7624         (gnus-picon): Ditto.
7625         (gnus-picon): Reinstate.  The background color for picons is white.
7626         (gnus-picon-insert-glyph): Make the background white.
7627
7628         * nnml.el (nnml-open-nov): Don't return dead buffers.
7629
7630         * auth-source.el (auth-source-create): Query the user for whether to
7631         store the credentials.
7632
7633         * netrc.el (netrc-store-data): New function.
7634
7635         * auth-source.el (auth-source-user-or-password): Use the existing auth
7636         sources, if any, for creation.
7637
7638         * gnus.el (gnus-group-fast-parameter): Return the last matching
7639         parameter instead of the first matching parameter.
7640
7641 2010-09-26  Julien Danjou  <julien@danjou.info>
7642
7643         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7644
7645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * mml2015.el (mml2015-use): Remove gpg support.
7648
7649         * mml1991.el (mml1991-function-alist): Remove gpg function.
7650         (mml1991-gpg-sign): Remove.
7651
7652 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7653
7654         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7655         (gnus-browse-unsubscribe-current-group): Document it.
7656         (gnus-browse-unsubscribe-group): Use it.
7657
7658 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659
7660         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7661         address to the To list for easier response.
7662
7663         * gnus.el (gnus-play-startup-jingle): Remove.
7664         (gnus-splash): Don't play jingle.
7665         (gnus): Silence gnus-load message.
7666
7667         * gnus-art.el (gnus-treat-play-sounds): Remove.
7668
7669         * gnus.el (gnus-play-jingle): Remove audio support.
7670
7671         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7672
7673         * earcon.el: Remove -- no users.
7674
7675         * gnus-audio.el: Remove -- no users of this package.
7676
7677         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7678
7679         * gnus-start.el (gnus-setup-news): Remove nocem support.
7680
7681         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7682
7683         * gnus.el (gnus-use-nocem): Remove.
7684
7685         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7686         Remove.
7687
7688         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7689         uses NoCeM any more.
7690
7691         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7692         (gnus-button-ctan-handler): Ditto.
7693         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7694         (gnus-button-ctan-directory-regexp): Ditto.
7695         (gnus-button-handle-ctan): Ditto.
7696         (gnus-button-tex-level): Ditto.
7697         (gnus-button-alist): Remove CTAN stuff.
7698
7699 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7702         nnimap-streaming test.
7703
7704         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7705         servers twice.
7706
7707         * nnimap.el (nnimap-open-connection): Add more error reporting when
7708         nnimap fails early.
7709
7710         * nnheader.el (nnheader-get-report-string): New function.
7711         (nnheader-get-report): Use it.
7712
7713         * gnus-int.el (gnus-check-server): Say what the error was when opening
7714         failed.
7715
7716         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7717         using streaming.
7718
7719 2010-09-25  Julien Danjou  <julien@danjou.info>
7720
7721         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7722         gnus-window-inside-pixel-edges.
7723
7724 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7725
7726         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7727
7728         * mm-decode.el (mm-save-part): Allow saving to other directories the
7729         normal Emacs way.
7730
7731         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7732         Suggested by Jay Berkenbilt.
7733
7734         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7735         there isn't a single byte.
7736
7737         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7738         just do it.  It doesn't really seem to matter what the user responds
7739         here, I think, so it's just a confusing question.
7740
7741         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7742         non-streaming case.
7743
7744         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7745         (gnus-article-encrypt-body): Use it.
7746
7747         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7748         keystroke.
7749
7750         * nnimap.el (nnimap-find-wanted-parts-1):
7751         Use gnus-fetch-partial-articles.
7752
7753         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7754
7755         * nnimap.el (nnimap-insert-partial-structure): New function.
7756         (nnimap-get-partial-article): New function.
7757         (nnimap-request-article): Use it.
7758         (nnimap-wait-for-response): Return whether the wait was successful.
7759         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7760         retrieval wasn't successful.
7761         (nnimap-retrieve-group-data-early): Allow throttling servers.
7762         (nnimap-streaming): New variable.
7763         (nnimap-fetch-partial-articles): Remove.
7764
7765         * mm-decode.el (mm-with-part): Protect against killed buffers.
7766
7767         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7768         for prettier summary display.
7769
7770 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7771
7772         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7773
7774 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7777         apparently third-party libraries depend on it.
7778
7779         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7780         before starting negotiation.
7781
7782         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7783         privacy reasons.
7784         (gnus-treat-mail-gravatar): Ditto.
7785
7786         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7787         buffer when inserting images.  Inserting text into the headers, for
7788         instance, can make them invalid.
7789
7790 2010-09-25  Julien Danjou  <julien@danjou.info>
7791
7792         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7793         variables.
7794
7795         * nnheader.el: Remove useless variables news-reply-yank-from and
7796         news-reply-yank-message-id.
7797
7798         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7799         variables.
7800
7801         * mml1991.el: Remove useless mml1991-verbose.
7802
7803         * gnus.el: Remove useless variable gnus-use-generic-from.
7804         Remove obsolete variable gnus-topic-indentation.
7805
7806         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7807
7808         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7809
7810         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7811
7812         * gnus-group.el: Remove useless gnus-group-icon-cache.
7813         Remove useless gnus-ephemeral-group-server.
7814
7815         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7816
7817         * mml2015.el: Remove useless mml2015-verbose.
7818
7819         * mml-smime.el: Remove useless mml-smime-verbose.
7820
7821         * gnus.el: Remove useless gnus-local-domain.
7822
7823         * gnus-gravatar.el (gnus-gravatar-transform-address):
7824         Use gnus-gravatar-size.
7825
7826         * gnus-art.el: Remove useless gnus-treat-translate.
7827
7828 2010-09-24  Julien Danjou  <julien@danjou.info>
7829
7830         * gnus-sum.el: Add support for Gravatars.
7831
7832         * gnus-art.el: Add support for Gravatars.
7833
7834         * gnus-gravatar.el: Add this file.
7835
7836         * gravatar.el: Add this file.
7837
7838 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7841
7842         * gnus-group.el (gnus-group-fetch-faq): Remove.
7843
7844         * gnus.el (gnus-group-faq-directory): Remove.
7845
7846         * gnus-group.el (gnus-group-fetch-charter): Remove.
7847
7848         * gnus.el (gnus-group-charter-alist): Remove.
7849
7850         * gnus-group.el (gnus-group-archive-directory): Remove.
7851         (gnus-group-recent-archive-directory): Ditto.
7852         (gnus-group-make-archive-group): Remove.
7853
7854         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7855
7856         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7857         use the same article number for all the cached articles.
7858
7859         * nnimap.el (nnimap-command): Register the last command time so
7860         that we can use it for idling NOOPs.
7861         (nnimap-open-connection): Start the keeplive timer.
7862         (nnimap-make-process-buffer): Store all the process buffers.
7863         (nnimap-keepalive): New function.
7864
7865         * starttls.el (starttls-open-stream): Add autoload cookie.
7866
7867 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7868
7869         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7870         handling.
7871
7872 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7875         its data structures.
7876
7877         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7878         instead of the cl.el copy-list.
7879         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7880         equalp.
7881
7882 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7885         and tool-bar-local-item-from-menu.
7886
7887         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7888         mode-line-highlight face for Emacs.
7889
7890         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7891         loading gnus-sum.elc; fix comment for canlock-verify.
7892         (gnus-article-jump-to-part): Use read-number.
7893         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7894         Remove Emacs pre-21 compatible code for help-echo.
7895         (gnus-article-next-page-1): No need to adjust the number of lines.
7896         (gnus-article-describe-bindings): Always use help-buffer.
7897
7898         * gnus-audio.el (gnus-audio-inline-sound):
7899         * gnus-cus.el (gnus-custom-mode):
7900         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7901
7902         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7903
7904         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7905         compatible code.
7906
7907 2010-09-24  Glenn Morris  <rgm@gnu.org>
7908
7909         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7910         visiting the fcc file in rmail-mode.
7911
7912         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7913
7914 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * nnir.el: Silence the byte compiler.
7917
7918         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7919         alias to browse-url-url-encode-chars if any.
7920         (gnus-html-encode-url): Use it.
7921
7922 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-start.el (gnus-use-backend-marks): New variable.
7925         (gnus-get-unread-articles-in-group): Use it.
7926
7927         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7928         makeover.
7929
7930 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7931
7932         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7933
7934 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7937         Remove.
7938         (gnus-setup-news-hook):
7939         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7940
7941         * gnus-int.el (gnus-request-update-info): Protect against backends not
7942         having the function.
7943
7944         * nnimap.el (nnimap-stream): Mention starttls.
7945         (nnimap-open-connection): Add starttls support.
7946
7947 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7948
7949         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7950
7951 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7954         BODYSTRUCTUREs.
7955         (nnimap-transform-headers): Unfold quoted {42} headers.
7956
7957         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7958         the info.
7959         (gnus-get-unread-articles): Only call updatep on backends that support
7960         it.
7961
7962         * nnweb.el (nnweb-request-update-info): NOOP.
7963
7964         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7965
7966         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7967         since it only deals with marks.
7968
7969         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7970         gnus-request-marks, and make a new gnus-request-update-info.
7971
7972         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7973         the active instead of the high number, which is usually too low.
7974
7975 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7976
7977         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7978         * encrypt.el: Remove.
7979
7980 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7983         server in symbolic form.
7984
7985         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7986
7987 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7990         (nnimap-update-info): Fix up code slightly.
7991
7992         * gnus-int.el (gnus-open-server): Add tracing for performance
7993         debugging.
7994
7995         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7996         (gnus-group-insert-group-line): Pass the real group name so that it
7997         gets the right data.
7998
7999         * gnus-start.el (gnus-get-unread-articles): Don't have
8000         `gnus-get-unread-articles-in-group' update info, since that can be
8001         really slow and doesn't seem to be needed?
8002
8003 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8004
8005         * time-date.el (date-to-time): Try using parse-time-string first before
8006         using the slower timezone-make-date-arpa-standard.
8007
8008 2010-09-22  Julien Danjou  <julien@danjou.info>
8009
8010         * gnus-group.el (gnus-group-insert-group-line):
8011         Call gnus-group-highlight-line.
8012         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8013         default hook list.
8014         (gnus-group-update-eval-form): Add new function.
8015         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8016         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8017
8018 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8021         immediate, then expire all articles.
8022         (nnimap-update-info): Fix off-by-one errors.
8023         (nnimap-flags-to-marks): Would return no marks lists for group with no
8024         flags.  Instead return the other data.
8025
8026 2010-09-22  Julien Danjou  <julien@danjou.info>
8027
8028         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8029         Only return an icon.
8030         (gnus-group-insert-group-line): Compute icon to return.
8031
8032         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8033         (gnus-html-image-fetched): Only cache if
8034         gnus-html-image-automatic-caching is set.
8035         (gnus-html-image-fetched): Check for errors.
8036
8037 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8040         once per method on `g'.  This ensures that backends like nnfolder don't
8041         open all their folders.
8042
8043         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8044         (nnimap-request-list): Nix out group in the correct buffer.
8045         (nnimap-parse-flags): Implement by using `read' instead of
8046         hand-parsing.
8047         (nnimap-flags-to-marks): Pass on permanent-flags.
8048         (nnimap-make-process-buffer): Record the server name.
8049         (nnimap-parse-flags): Fix typo.
8050         (nnimap-request-scan): Run split on the server in general, not just a
8051         single group.
8052
8053         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8054         parameter, and propagate this downwards.
8055
8056         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8057         since EXAMINE changes it on the server.
8058
8059         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8060         this command might take a while.
8061
8062 2010-09-22  Julien Danjou  <julien@danjou.info>
8063
8064         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8065         harmful if you have 2 images side-by-side, they can't be properly
8066         update on text deletion.  Using text-property is safer here.
8067         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8068         data.
8069
8070 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * nnimap.el (nnimap-expunge-inbox): Remove.
8073         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8074         (nnimap-expunge): Flip default to t.
8075
8076         * gnus.el (gnus-method-to-server): Don't push things to the cache
8077         unless it's unique.
8078         (gnus-server-to-method): Ditto.
8079
8080 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8081
8082         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8083
8084 2010-09-22  Julien Danjou  <julien@danjou.info>
8085
8086         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8087         get the start of data.
8088         (gnus-html-encode-url): Add this function to encode special chars in
8089         URL.
8090         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8091         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8092
8093         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8094         default.
8095         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8096
8097         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8098         images alt-text.
8099         (gnus-html-put-image): Put alt-text as help-echo.
8100
8101 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8104         * mm-util.el (mm-decompress-buffer):
8105         * nnir.el (nnir-run-find-grep):
8106         * pop3.el (pop3-list): Use 3rd arg of split-string.
8107
8108         * time-date.el (format-seconds): Comment fix.
8109
8110         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8111         and byte-optimize-form-code-walker.
8112         (dgnushack-make-auto-load): Don't advise make-autoload.
8113
8114         * lpath.el: Remove Emacs 21 stuff.
8115
8116 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117
8118         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8119         outside the active range.  Suggested by Dan Christensen.
8120
8121         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8122         slightly later to avoid double-getting it.
8123
8124         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8125         previous patch.
8126
8127         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8128
8129 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8130
8131         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8132
8133 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-int.el (gnus-open-server): Give a better error message in the
8136         "go offline" case.
8137
8138         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8139         marks for nnimap, which is seldom the right thing to do.
8140
8141         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8142         (gnus-same-method-different-name): New function.
8143
8144         * nnimap.el (parse-time): Require.
8145
8146         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8147         method in the presence of many similar methods.
8148
8149         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8150
8151         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8152         nnml-inhibit-expiry.
8153
8154         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8155         find out whether methods are equal.
8156
8157         * nnimap.el (nnimap-find-expired-articles): New function.
8158         (nnimap-process-expiry-targets): New function.
8159         (nnimap-request-move-article): Request the article before looking at
8160         what the Message-ID is.  Fix found by Andrew Cohen.
8161         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8162
8163         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8164         for oldness in addition to being a predicate.
8165
8166         * nnimap.el (nnimap-request-group): When we have zero articles, return
8167         the right data to Gnus.
8168         (nnimap-request-expire-articles): Only delete articles immediately if
8169         the target is 'delete.
8170
8171         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8172         method, this would bug out.
8173
8174         * gnus-group.el (gnus-group-expunge-group): Rename from
8175         gnus-group-nnimap-expunge, and implemented as a normal interface
8176         function.
8177
8178         * gnus-int.el (gnus-request-expunge-group): New function.
8179
8180         * nnimap.el (nnimap-request-create-group): Implement.
8181         (nnimap-request-expunge-group): New function.
8182
8183 2010-09-21  Julien Danjou  <julien@danjou.info>
8184
8185         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8186         (gnus-html-cache-expired): Add new function.
8187         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8188         wethever we should display image for fetch it.
8189         Compute alt-text earlier to pass it to the fetching function too.
8190         (gnus-html-schedule-image-fetching): Change function argument to only
8191         get one image at a time, not a list.
8192         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8193         cache.
8194         (gnus-html-get-image-data): New function to retrieve image data from
8195         cache.
8196         (gnus-html-put-image): Change buffer argument to use image data rather
8197         than file, and place image above region rather than inserting a new
8198         one.  Do not take alt-text as argument, since it's useless now: we place
8199         the image above alt-text.
8200         (gnus-html-prune-cache): Remove.
8201         (gnus-html-show-images): Start to fetch image when we find one, do not
8202         push into a temporary list.
8203         (gnus-html-prefetch-images): Only fetch image if they have expired.
8204         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8205         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8206
8207 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8210
8211 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8214         spec inser "*" if the group isn't active instead of 0.
8215
8216         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8217         opening the server.
8218         (nnimap-request-delete-group): Implement group deletion.
8219         (nnimap-transform-headers): Return the size of the entire message in
8220         the Bytes header, not just the size of the first part.
8221         (nnimap-request-move-article): When moving an article from nnimap,
8222         request the article first so the accepting form has an article to
8223         accept.  Reported by Dan Christensen.
8224         (nnimap-command): Make sure that the error message doesn't error out.
8225
8226 2010-09-20  David Edmondson  <dme@dme.org>
8227
8228         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8229         we haven't requested anything.
8230
8231 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8234         "".  Fix found by Andrew Cohen.
8235
8236         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8237         instead of -encode-string.
8238
8239 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8242
8243         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8244         by mm-subst-char-in-string.
8245
8246 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8249         waiting for the connection string.
8250
8251         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8252         arriving.
8253
8254         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8255         bogus characters.  This allows selecting certain Gmail groups.
8256
8257         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8258         (nnimap-fetch-partial-articles): New variable.
8259         (nnimap-open-connection): When looking for credentials, also use the
8260         nnimap-server-port.
8261         (nnimap-request-article): Return the group/article number, so that Gnus
8262         `^' works as expected.
8263         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8264
8265         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8266         comments.
8267         (gnus-methods-sloppily-equal): New function.
8268         (gnus): When using the development version of Gnus, load the gnus-load
8269         file.
8270
8271         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8272         `gnus-open-server' on each method before trying to scan them etc.
8273         This ensures that all the backend parameters are set correctly.
8274
8275         * nnimap.el (nnimap-authenticator): New variable.
8276         (nnimap-open-connection): Allow anonymous login.
8277         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8278         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8279
8280         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8281         patch, found by Knut Anders Hatlen.
8282
8283 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8284
8285         * gnus-agent.el (gnus-agent-batch-confirmation)
8286         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8287         to gnus-message.
8288         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8289         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8290         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8291         * gnus-int.el (gnus-open-server): Likewise.
8292         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8293         (gnus-score-check-syntax): Likewise.
8294         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8295         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8296         Likewise.
8297         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8298
8299 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8302         calling conventions so that prefetch doesn't bug out.
8303
8304 2010-09-19  Julien Danjou  <julien@danjou.info>
8305
8306         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8307         rather than `subst-char-in-region' in order to be able to replace ASCII
8308         char by UTF-8 ones.
8309
8310         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8311         than curl.
8312         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8313         the right URL and ALT text on images.
8314         (gnus-html-wash-tags): Fix tag case.
8315         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8316         (gnus-article-html): Add -o display_ins_del=2 option.
8317         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8318
8319 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8322         the extra mail headers, which sometimes seem to happen for unknown
8323         reasons.
8324
8325         * mail-parse.el (mail-header-encode-parameter): Define as
8326         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8327         (or most, perhaps?) mail readers don't understand the latter, but do
8328         understand the former.
8329
8330         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8331         to nil, so that no methods are automatically agentized.  I think this
8332         is probably what most users want.
8333
8334         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8335         from url-retrieve, for instance about invalid URLs.
8336
8337         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8338         groups that have no articles.
8339         (nnimap-request-article): Check that we really got an article when we
8340         requested one.
8341
8342         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8343         doesn't exist.
8344
8345         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8346         nntp buffer so the agent can save it.
8347         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8348         that CRLF doesn't get translated to \n.
8349         (nnimap-open-connection): Don't make 'shell commands only send \n.
8350
8351 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8352
8353         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8354         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8355         Update var name.
8356         (nnml-generate-nov-file): Use dolist.
8357         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8358         Use with-current-buffer.
8359
8360 2010-09-18  Julien Danjou  <julien@danjou.info>
8361
8362         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8363         parallel.
8364
8365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8368         the range update right.
8369         (nnimap-request-group): Don't make `M-g' bug out on group with no
8370         marks.
8371         (nnoo): Require, so that other packages can require nnimap.
8372         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8373         command we're looking for.  This helps when the server sends more
8374         responses after we've gotten everything we expected.
8375         (nnimap): Add a `newlinep' field to keep track of end-of-line
8376         conventions.
8377         Don't send CRLF to things that don't want it.
8378         (nnimap-request-accept-article): Ditto.
8379
8380 2010-09-18  Julien Danjou  <julien@danjou.info>
8381
8382         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8383         than curl to retrieve images.
8384
8385 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8388         the marks.
8389         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8390         (nnimap-wait-for-connection): New function.
8391         (nnimap-open-connection): If we have PREAUTH, don't query for login
8392         credentials.
8393         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8394         when doing a partial update.
8395
8396 2010-09-18  Julien Danjou  <julien@danjou.info>
8397
8398         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8399         tags.
8400
8401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * nnimap.el (nnimap-credentials): New function.
8404         (nnimap-open-connection): Use the new function to look for credentials
8405         also on the numeric equivalents of "imap" and "imaps".
8406
8407         * gnus-start.el (gnus-activate-group): Send the info to
8408         gnus-request-group.
8409
8410         * nnimap.el (nnimap-request-group): Have the "check" version of the
8411         function parse flags and update the info, so that a `M-g' get a total
8412         resync of all flags from the group.
8413
8414         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8415         to allow backends to alter the info on group selection.  Also alter all
8416         the backend -request-group functions to take the parameter.
8417
8418         * nnimap.el (nnimap-store-info): New function.
8419         (nnimap-update-info): Store the info for later usage.
8420         (nnimap-request-group): Use the stored info for the dont-check case, so
8421         that we don't retrieve all marks when we enter a group.
8422
8423         * nnimap.el: Use deffoo instead of defun for interface functions.
8424
8425         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8426         update the group info.  This makes the nndraft groups, for instance, go
8427         back to their old behavior.
8428
8429         * gnus-sum.el (gnus-select-newsgroup): Indent.
8430
8431         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8432         in.
8433         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8434         nothing.
8435
8436         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8437         from methods that are denied.
8438
8439         * gnus-int.el (gnus-method-denied-p): New function.
8440
8441         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8442         store the password instead of netrc.
8443         (nnimap-open-connection): Don't error out when we can't make a
8444         connections.
8445
8446         * auth-source.el (auth-source-create): In the password prompt, say what
8447         we're querying for.  Also prompt for user name if that hasn't been
8448         given.
8449
8450         * nnimap.el (nnimap-with-process-buffer): Remove.
8451
8452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8455         method when we're reading from the agent.
8456
8457         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8458
8459         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8460         that's probably most useful for users.
8461
8462         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8463         "failed" all the time.
8464
8465         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8466         ...)) with (with-current-buffer ... ).
8467
8468         * nntp.el (nntp-open-server): Return whether the open was successful or
8469         not.
8470
8471         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8472         select an unread unseen article first.
8473
8474         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8475         /etc/services, supply some sensible port defaults.
8476
8477         * dgnushack.el: Define netrc-credentials.
8478
8479 2010-09-17  Julien Danjou  <julien@danjou.info>
8480
8481         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8482
8483 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8484
8485         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8486         doesn't have any parameters.
8487
8488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489
8490         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8491         only upcased checks.
8492
8493         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8494
8495         * nnimap.el (nnimap-open-shell-stream): New function.
8496         (nnimap-open-connection): Use it.
8497         (nnimap-transform-headers): Get the number of lines in each message.
8498         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8499         number of lines.
8500         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8501         problem.
8502
8503         * utf7.el (utf7-encode): Autoload.
8504
8505         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8506         to allow the mail splitting to not return a default group.  This is
8507         useful for nnimap, which will leave unmatched mail in the inbox.
8508
8509         * nnimap.el: Rewritten.
8510
8511         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8512         nnimap usage.
8513
8514         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8515         if the move is internal, so that nnimap can do fast internal moves.
8516
8517         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8518         data.
8519         (gnus-read-active-for-groups): Support finishing the early retrieval of
8520         data.
8521
8522         * gnus-range.el (gnus-range-nconcat): New function.
8523
8524         * gnus-int.el (gnus-finish-retrieve-group-infos)
8525         (gnus-retrieve-group-data-early): New functions.
8526
8527 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8528
8529         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8530         (nnrss-retrieve-groups):
8531         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8532         (pop3-quit): Use with-current-buffer.
8533
8534 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8537         instead of nnheader-accept-process-output.
8538
8539         * dgnushack.el (dgnushack-compile): Add comment.
8540
8541         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8542
8543         * gnus-html.el (gnus-html-schedule-image-fetching)
8544         (gnus-html-prefetch-images): Replace process-kill-without-query by
8545         gnus-set-process-query-on-exit-flag.
8546
8547 2010-09-16  Romain Francoise  <romain@orebokech.com>
8548
8549         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8550
8551 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8554         parameter to unintern is mandatory-ish in Emacs 24.
8555
8556         * gnus-html.el (gnus-html-schedule-image-fetching)
8557         (gnus-html-prefetch-images): Check for curl before using it.
8558
8559         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8560         depend on curl, which isn't essential.
8561
8562         * imap.el: Revert back to version
8563         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8564         seem problematic.
8565
8566 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8567
8568         * gnus-registry.el (gnus-registry-install-shortcuts):
8569         Explicitly pass `obarray' to `unintern' to avoid a warning.
8570
8571 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572
8573         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8574         change.
8575
8576         * nnrss.el (nnrss-request-list): Remove this function and related
8577         functions, including the moreover stuff.
8578
8579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * nnrss.el (nnrss-retrieve-groups): New function.
8582
8583 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8584
8585         * .dir-locals.el: Add no-byte-compile cookie.
8586
8587 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * time-date.el (format-seconds): Comment fix.
8590
8591         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8592         for back end that doesn't support request-scan.
8593
8594 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595
8596         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8597         then do request scans from the backends.
8598
8599         * netrc.el (netrc-credentials): New conveniency function.
8600
8601         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8602         avoid running a hook per line, since this takes a lot of time,
8603         profiling shows.
8604         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8605         directly if gnus-visual-p is true.
8606
8607 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8610         groups; replace mapcar with dolist which is a bit faster; pass groups
8611         info to gnus-read-active-file-1.
8612         (gnus-read-active-file-1): Scan only specified groups if the new
8613         optional arg `infos' is given.
8614
8615 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8618
8619         * pop3.el (pop3-movemail): Remove.
8620         (pop3-streaming-movemail): Rename to pop3-movemail.
8621
8622         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8623         don't restrict end-tag searches to the end of the line.
8624
8625 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8628         articles of every unchecked group to t, which means unknown since the
8629         server has never been opened.
8630
8631 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-html.el (gnus-html-show-alt-text): New command.
8634         (gnus-html-browse-image): Ditto.
8635         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8636         to browse the image directly.
8637         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8638         better.
8639
8640         * gnus-async.el (gnus-async-article-callback):
8641         Call `gnus-html-prefetch-images' unconditionally.
8642
8643         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8644         before feeding URLs to curl.
8645
8646 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8649         internal images as deletable by `W D D'.
8650
8651         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8652         (gnus-async-article-callback): Fix typo.
8653
8654 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8655
8656         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8657         current line to work around bugs in the output from w3m.
8658
8659         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8660         for groups that want that.
8661
8662         * nntp.el (nntp-wait-for-string): Supply a timeout for
8663         accept-process-output to ensure progress.
8664
8665         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8666         level to get unread articles from, then use that for foreign groups,
8667         too.
8668
8669         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8670         confuses the rest of the function.
8671
8672         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8673         for the methods that support -retrieve-groups, too.
8674
8675         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8676
8677 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8680         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8681
8682         * pop3.el: Require cl when compiling.
8683         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8684
8685 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8688         that aren't going to be activated.
8689         (gnus-get-unread-articles): Fix up the last commit.
8690
8691         * gnus-html.el (gnus-article-html): Allow calling without specifying
8692         the handle.  In that case, dissect the buffer first.
8693
8694         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8695
8696         * nnimap.el (nnimap-open-connection): Revert the change that would look
8697         into authinfo for imaps instead of imap.
8698
8699         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8700         say that you don't want to call gnus-request-group with don-check, but
8701         do check the reponse.  This is for virtual groups only.
8702         (gnus-get-unread-articles): Count the archive groups as secondary, so
8703         that they're activated the same way as before.
8704
8705         * imap.el (imap-message-map): Removed optional buffer parameter, since
8706         no callers use it.
8707         (imap-message-get): Ditto.
8708         (imap-message-put): Ditto.
8709         (imap-mailbox-map): Ditto.
8710         (imap-mailbox-put): Ditto.
8711         (imap-mailbox-get): Ditto.
8712         (imap-mailbox-get): Revert last change for this function.
8713
8714         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8715         case-insensitively.
8716         (nnimap-debug): Remove.
8717
8718         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8719         callers to use `imap-fetch' instead.  According to the comments, this
8720         should be safe, since all other IMAP clients use the 1:* syntax.
8721         (imap-enable-exchange-bug-workaround): Remove.
8722         (imap-debug): Remove -- doesn't seem very useful.
8723
8724         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8725         mail from a file, and the file doesn't exist.
8726
8727         * imap.el (imap-log): New convenience function used throughout instead
8728         of repeating the same code all over the place.
8729
8730         * pop3.el (pop3-streaming-movemail): Return t for success.
8731
8732         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8733         .authinfo if we're using ssl connection.
8734
8735         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8736         already have if we're in a main Gnus `g' run.
8737
8738         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8739
8740 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8743
8744         * nnmh.el (nnmh-request-list-1): Bind `file'.
8745
8746         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8747         alias to set-process-query-on-exit-flag or process-kill-without-query.
8748         (pop3-open-server): Use it.
8749
8750 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751
8752         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8753         box to the Incoming file.  Fixes mistake in previous checkin.
8754
8755         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8756         request loop (for debugging purposes) removed.
8757
8758         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8759         culprit is more visible.
8760         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8761         (nnml-add-incremental-nov): New functions to do "incremental" nov
8762         updates, where we just append to the end of the existing nov files
8763         without reading/writing them in full.
8764
8765         * mail-source.el (mail-source-delete-crash-box): Really only check the
8766         incoming files once in a while.
8767
8768         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8769
8770         * mail-source.el (mail-source-delete-crash-box): Only check the
8771         incoming files for deletion once per day to save a lot of file
8772         accesses.
8773
8774         * pop3.el (pop3-logon): Fix up unbound variable typo.
8775
8776         * mail-source.el (pop3-streaming-movemail): Autoload.
8777
8778         * pop3.el (pop3-streaming-movemail):
8779         Respect pop3-leave-mail-on-server.
8780
8781         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8782         retrieval.
8783
8784         * pop3.el (pop3-process-filter): Remove unused function.
8785         (pop3-streaming-movemail, pop3-send-streaming-command)
8786         (pop3-wait-for-messages, pop3-write-to-file)
8787         (pop3-number-of-responses): New functions for streaming pop3
8788         retrieval.
8789
8790         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8791         come from no known methods.
8792         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8793         list.
8794
8795         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8796         message sizes.
8797         (pop3-movemail): Use erase-buffer instead of looping and deleting
8798         regions, which seems rather odd.
8799
8800         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8801         file once per `g' run.
8802
8803         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8804         directories.  This makes the draft queue directory work.
8805
8806         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8807         data from the backends, so that we only request the list of groups from
8808         each method once.  This should speed things up considerably.
8809
8810         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8811         detect that it's not implemented.
8812
8813         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8814         we actually do recurse down into the tree, but don't stat all leaf
8815         nodes.
8816
8817         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8818         then say so instead of bugging out.
8819
8820         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8821         files exist before trying to read them.
8822
8823         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8824         around <pre_int>.
8825
8826         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8827
8828         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8829
8830 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * mm-util.el (mm-image-load-path): Just return the image directories,
8833         not all directories in the path in addition to the image directories.
8834         (mm-image-load-path): Maintain a cache of the image directories so that
8835         the `g' command in Gnus doesn't have to stat dozens of directories each
8836         time.
8837
8838         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8839         (gnus-html-wash-tags): Add a new `i' command to insert images.
8840         (gnus-html-insert-image): New command and keystroke.
8841         (gnus-html-redisplay-with-images): New command and keystroke.
8842         (gnus-html-show-images): Rename command.
8843         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8844         spacers.
8845         (gnus-html-wash-tags): Decode entities at the end, so that entities
8846         inside the tags don't mess up the rest of the "parsing".
8847
8848         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8849         so that nnimap methods aren't agentized by default.  There's apparently
8850         many problems related to agent/imap behavior.
8851
8852         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8853
8854         * gnus-html.el: Doc fix.
8855
8856 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8859         specifier-spec-list for Emacs 21.
8860
8861         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8862         glyph-width and glyph-height instead of display-graphic-p and
8863         image-size; make avoidance of displaying small images work for XEmacs.
8864
8865         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8866         for XEmacs.
8867
8868         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8869         of symbol that holds plist data.
8870         (gnus-process-plist): Remove plist of process after getting it.
8871
8872 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * message.el (message-generate-hashcash): Change default to
8875         'opportunistic if hashcash is installed.
8876
8877         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8878         (gnus-html-put-image): Only call image-size once, since it's somewhat
8879         time-consuming on remote X servers.
8880
8881 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8884         type on data, not a file name.
8885
8886         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8887         window-pixel-edges for Emacs 21.
8888
8889         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8890         decoded contents.
8891         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8892
8893 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8896         group line format, since it isn't very interesting.
8897
8898         * gnus-agent.el (gnus-agent-short-article),
8899         (gnus-agent-long-article): Increase values for these two variables,
8900         since most people are likely to have more network connection and
8901         storage than before.
8902
8903         * gnus.el (gnus-refer-article-method): Change default to 'current.
8904         When referring an article, the common behavior is to refer it from the
8905         current select method, not the native select method.  The chances of
8906         the native select method having the message in question is rather slim
8907         these days.
8908
8909         * gnus-sum.el (gnus-auto-select-subject): Change default to
8910         `unseen-or-unread'.  I think it's likely that most people want to
8911         select an unseen article over a previously seen, but unread one.
8912
8913         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8914         means that in the article buffer none of the minor mode elements will
8915         be shown, usually, and this is not desirable in most cases.
8916
8917         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8918         that commands like `d' (and the like) go to the next line in the
8919         buffer, instead of the next unread article.  I think this is the
8920         behavior that is most natural for most users.
8921         (gnus-single-article-buffer): Change default to nil, so that people can
8922         have as many article buffers open as they have summary buffer.  I think
8923         this is the most natural way for the groups to behave.
8924
8925         * message.el (message-generate-new-buffers): Change default to
8926         `unsent', so that all new message buffers start their names with the
8927         string "*unsent", and it's easier to find the buffers if you move from
8928         them.
8929
8930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8933         small.  They're probably tracking images.
8934         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8935         (gnus-html-rescale-image): Yet another try at getting the image sizing
8936         right.
8937
8938         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8939         nntp-marks-file-name is nil.
8940
8941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus-html.el (gnus-html-wash-tags)
8944         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8945         Better logging.
8946
8947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948
8949         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8950
8951         * gnus-html.el (gnus-html-wash-tags): Check the value of
8952         gnus-blocked-images in the summary buffer.
8953
8954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8955
8956         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8957
8958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8961         like "a", it seems like.
8962         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8963         since it needs to be picked from the correct buffer.
8964
8965         * nnwfm.el: Remove.
8966
8967         * nnlistserv.el: Remove.
8968
8969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8972         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8973
8974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * nnkiboze.el: Remove.
8977
8978         * nndb.el: Remove.
8979
8980         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8981         alt text.
8982         (gnus-html-rescale-image): Try to get the rescaling logic right for
8983         images that are just wide and not tall.
8984
8985         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8986         overshadow variable bindings.
8987
8988 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8989
8990         * gnus-html.el (gnus-html-wash-tags)
8991         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8992         Add extra logging.
8993
8994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8995
8996         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8997         (gnus-max-image-proportion): New variable.
8998         (gnus-html-rescale-image): New function.
8999         (gnus-html-put-image): Rescale images.
9000
9001 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9002
9003         Fix up some byte-compiler warnings.
9004         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9005         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9006         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9007         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9008         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9009         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9010         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9011
9012 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-html.el (gnus-article-html): Decode contents by charset.
9015
9016 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9019         (gnus-html-frame-width, gnus-blocked-images):
9020         * message.el (message-prune-recipient-rules): Add custom version.
9021         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9022
9023         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9024         functions.
9025
9026         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9027         gnus-process-get.
9028
9029 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9030
9031         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9032         instead of lsub directly.
9033
9034 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * nnwarchive.el: Remove.
9037
9038         * gnus-soup.el: Remove.
9039
9040         * nnsoup.el: Remove.
9041
9042         * nnultimate.el: Remove.
9043
9044         * gnus-html.el (gnus-blocked-images): New variable.
9045
9046         * message.el (message-prune-recipients): New function.
9047         (message-prune-recipient-rules): New variable.
9048
9049         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9050         guess whether a long line is natural text or not.
9051
9052         * gnus-html.el (gnus-html-schedule-image-fetching):
9053         Use gnus-process-plist and friends for compatibility.
9054
9055 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9056
9057         * gnus-html.el: Require packages that define macros used in this file.
9058         (gnus-article-mouse-face): Declare to silence byte-compiler.
9059         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9060         process-get.
9061         (gnus-html-put-image): Use plist-get to avoid getf.
9062         (gnus-html-prefetch-images): Use with-current-buffer.
9063
9064 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * gnus-ems.el: Provide compatibility functions for
9067         gnus-set-process-plist.
9068
9069         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9070         header-line-format for XEmacs 21.4.
9071
9072         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9073         * gnus.el (gnus-valid-select-methods):
9074         * message.el (message-send-mail-partially-limit):
9075         * mm-decode.el (mm-text-html-renderer):
9076         * mml.el (mml-insert-mime-headers-always):
9077         * smiley.el (smiley-regexp-alist): Bump custom version.
9078
9079 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * gnus-html.el: require mm-url.
9082         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9083         with the url to `url'.
9084         (gnus-html-wash-tags): Support cid: URLs/images.
9085
9086 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9087
9088         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9089         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9090         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9091
9092         * gnus-move.el: Remove file, since it doesn't really work.
9093
9094         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9095         UTF-8.  This seems to fix problems with some German web feeds.
9096
9097         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9098         at the top so that the proper colors are applied.
9099
9100         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9101         don't have dots in their names.
9102
9103         * gnus-art.el (gnus-article-view-part): Doc fix.
9104
9105         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9106         XEmacs-compatible.
9107         (gnus-html-put-image): Don't do images on non-graphic displays.
9108
9109         * nnslashdot.el: Remove this unused backend.
9110
9111         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9112         actions.
9113         (gnus-undo-register-1): Revert last change.
9114
9115         * gnus-group.el (gnus-group-completing-read): Protect against not
9116         having completion-styles bound.
9117
9118         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9119         make broken recipients happier.
9120
9121         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9122
9123         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9124         point parameter.
9125
9126         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9127
9128         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9129         completion-styles for group selection.
9130
9131 2009-02-04  Andreas Schwab  <schwab@suse.de>
9132
9133         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9134         headers and regexp-quote the match if necessary.
9135
9136 2009-03-24  Miles Bader  <miles@gnu.org>
9137
9138         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9139         the blinking smiley.
9140
9141 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9142
9143         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9144         blink smiley.
9145
9146 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147
9148         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9149         where the dribbel file lives exists.
9150
9151         * message.el (message-send-mail-partially-limit): Change the default to
9152         nil, since most people don't want this.
9153
9154         * mm-url.el (mm-url-decode-entities): Also decode entities like
9155         &#x3212.
9156
9157 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9158
9159         * gnus-sum.el (gnus-summary-idna-message):
9160         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9161         Hyperlink urls in docstrings with URL `...'.
9162
9163 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9164
9165         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9166         functions.
9167
9168 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9171         say what the mouseover text should be.
9172
9173         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9174         version of the mm-w3m-safe-url-regexp variable to only download images
9175         in the groups where we want that to happen.
9176
9177         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9178
9179         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9180         easier debugging.
9181         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9182         big pictures in the article buffer.
9183
9184         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9185         gnus-article-html.
9186         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9187         w3m.
9188
9189         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9190
9191 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9194         which doesn't exist.
9195
9196         * message.el (message-inhibit-ecomplete): New variable to allow some
9197         function to inhibit ecomplete address storage.
9198         (message-resend): Disable ecomplete message storage when resending
9199         messages.
9200
9201         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9202
9203 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9206         Save excursion while copying, moving, and deleting articles in order to
9207         prevent the cursor from jumping to unforeseen place.
9208
9209 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * lpath.el: No need to bind bookmark-current-buffer,
9212         bookmark-yank-point and bookmark-make-record-function.
9213
9214 2010-08-17  Glenn Morris  <rgm@gnu.org>
9215
9216         * gnus-sync.el: Require gnus components whose functions are used.
9217
9218         * gnus-art.el (bookmark-make-record-function):
9219         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9220         Declare for compiler.
9221
9222         * mm-url.el (mml-compute-boundary): Autoload.
9223
9224 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9227
9228 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         Typo fix "hoo4a" -> "hook".
9231
9232         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9233
9234 2010-08-14  Glenn Morris  <rgm@gnu.org>
9235
9236         * gnus-sync.el (gnus-sync): Fix defgroup version.
9237
9238 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9239
9240         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9241
9242         * gnus-sync.el: Fix docs.
9243         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9244         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9245
9246 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9247
9248         Optimizations for gnus-sync.el.
9249
9250         * gnus-sync.el: Add docs about gnus-sync-backend
9251         possibilities.
9252         (gnus-sync-save): Remove unnecessary message.
9253         (gnus-sync-read): Optimize and show what groups were skipped.
9254
9255 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         Minor bug fixes for gnus-sync.el.
9258
9259         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9260         Don't read the sync on get-new-news.
9261
9262         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9263         quiet.
9264
9265         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9266         (fix typo).
9267
9268 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9269
9270         Make saving and restoring of hidden threads work with overlays.
9271         Patch applied by Ted Zlatanov.
9272
9273         * gnus-sum.el (gnus-hidden-threads-configuration)
9274         (gnus-restore-hidden-threads-configuration): Update to deal with text
9275         properties, rather than searching for a magic character.
9276
9277 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9278
9279         New gnus-sync.el library for synchronization of marks.
9280
9281         * gnus-sync.el: New library for synchronization of marks.
9282
9283         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9284         renamed from `gnus-registry-grep-in-list'.
9285
9286         * gnus-registry.el (gnus-registry-follow-group-p):
9287         Use `gnus-grep-in-list'.
9288
9289         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9290
9291 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9294         determining charset of text fails.
9295
9296 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * nnmail.el (nnmail-get-new-mail-1): Revert.
9299
9300         * nnml.el (nnml-active-number): Make sure names of newly created groups
9301         in nnml-group-alist are encoded.
9302
9303 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9306         containing non-ASCII characters in active file for nnml back end.
9307
9308 2010-07-24  David Engster  <dengste@eml.cc>
9309
9310         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9311         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9312
9313 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9314
9315         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9316         tag (Bug#6654).
9317
9318 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9321         the article buffer, not the summary buffer.
9322
9323 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9326         Emacs 23 as well.
9327
9328 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9331         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9332
9333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9334
9335         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9336         Patch applied by Karl Fogel.
9337
9338         * gnus-sum.el (gnus-summary-bookmark-make-record):
9339         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9340
9341 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9342
9343         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9344         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9345         C-w still not working correctly from Article buffers; Thierry's
9346         patch to fix that will be applied after this.
9347
9348         * gnus-art.el (bookmark-make-record-function): New local variable.
9349
9350         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9351         article buffer.
9352         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9353
9354 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9355
9356         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9357         on changes in bookmark.el.
9358
9359 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9362         `no-log' instead of message not to log prompt string.
9363
9364 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9365
9366         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9367         the *other* type of HTML form submission.
9368
9369 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9370
9371         * auth-source.el (auth-source-pick): If choice does not contain a
9372         questioned keyword, set the check to t.
9373
9374 2010-06-12  Romain Francoise  <romain@orebokech.com>
9375
9376         * gnus-util.el (gnus-date-get-time): Move up before first use.
9377
9378 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9381         (gnus-article-edit-part): Bind it to make last part that is substituted
9382         or deleted visible.
9383         (gnus-mime-display-single): Buttonize part of which id equals to
9384         gnus-mime-buttonized-part-id.
9385
9386 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9387
9388         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9389         (gnus-dd-mmm): Use gnus-date-get-time.
9390         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9391         simplify logic.
9392         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9393         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9394
9395 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9396
9397         * auth-source.el (top): Autoload `secrets-list-collections',
9398         `secrets-create-item', `secrets-delete-item'.
9399         (auth-sources): Fix tag string.
9400         (auth-get-source, auth-source-retrieve, auth-source-create)
9401         (auth-source-delete): New defuns.
9402         (auth-source-pick): Rewrite in order to avoid 2 passes.
9403         (auth-source-forget-user-or-password): New parameter USERNAME.
9404         (auth-source-user-or-password): New parameters CREATE-MISSING and
9405         DELETE-EXISTING.  Retrieve password interactively, if needed.
9406
9407 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9408
9409         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9410         deleting unused directories when gnus-expert-user is t.
9411
9412 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9415         for each temp file when gnus-article-browse-delete-temp is ask.
9416
9417 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9418
9419         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9420         Replace Lisp calls to delete-backward-char by calls to delete-char.
9421
9422 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9423
9424         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9425
9426 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9427
9428         * password-cache.el (password-cache-remove): Fix docstring.
9429
9430 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9433         article unless decoding article to be saved.
9434
9435 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9438         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9439         generated within the mm-with-unibyte-current-buffer macro.
9440
9441 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9444         to nil when we're in a mml-preview buffer and no group is selected.
9445
9446 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9447
9448         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9449         when catching the `C-g'.  Reported by "Leo".
9450
9451 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * message.el (message-forward-make-body-plain)
9454         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9455         multibyte-string-p.
9456
9457         * lpath.el: Revert.
9458
9459 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * message.el (message-forward-make-body-mml): Assume original message
9462         is multibyte string; error on unibyte.
9463         (message-forward-make-body-plain): Ditto; don't add excessive newline
9464         in body end.
9465
9466         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9467
9468 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9469
9470         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9471         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9472
9473 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * mm-extern.el (mm-extern-url): Don't use
9476         mm-with-unibyte-current-buffer.
9477         (mm-extern-cache-contents): Use with-current-buffer instead of
9478         save-excursion + set-buffer.
9479
9480 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * mm-util.el (mm-emacs-mule): Remove.
9483
9484 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9485
9486         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9487         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9488         change.
9489
9490 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9493         bind the default value of enable-multibyte-characters to nil.
9494
9495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * message.el (message-forward-make-body-plain)
9498         (message-forward-make-body-mml):
9499         Don't use mm-with-unibyte-current-buffer.
9500
9501 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9502
9503         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9504
9505 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9506
9507         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9508         (Bug#5592).
9509
9510 2010-05-07  Julien Danjou  <julien@danjou.info>
9511
9512         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9513         it to mm-pipe-part.
9514
9515         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9516         it is given.
9517
9518 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * binhex.el (binhex-decode-region-internal):
9521         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9522         (dns-query):
9523         * nnweb.el (nnweb-gmane-search):
9524         * pgg-parse.el (pgg-parse-armor):
9525         * pgg.el (pgg-verify-region):
9526         * sha1.el (sha1-string-external):
9527         * uudecode.el (uudecode-decode-region-internal):
9528         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9529         XEmacs.
9530
9531         * gnus-art.el (gnus-article-browse-html-parts):
9532         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9533         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9534         make-temp-file.
9535
9536         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9537         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9538         compiling.
9539
9540         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9541         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9542         XEmacs when compiling.
9543
9544         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9545         gnus-pick-mode-off-hook for XEmacs when compiling.
9546         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9547         gnus-binary-mode-off-hook for XEmacs when compiling.
9548
9549         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9550         Return nil if char-charset is not available.
9551
9552         * imap.el (imap-disable-multibyte)
9553         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9554         macros.
9555
9556         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9557         instead of encode-coding-string.
9558
9559         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9560         'xemacs) instead of mm-emacs-mule to switch function definitions.
9561         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9562
9563         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9564         bind temporary-file-directory for XEmacs;
9565         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9566         timer-set-function for XEmacs 21.4 and SXEmacs;
9567         bind timer-list for XEmacs 21.4 and SXEmacs;
9568         fbind char-charset and find-charset-region for non-Mule XEmacs;
9569         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9570         encode-coding-region and encode-coding-string for XEmacs having no
9571         file-coding feature.
9572
9573 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9574
9575         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9576
9577 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9580         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9581
9582 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9583
9584         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9585         alias `jka-compr-delete-temp-file' no longer exists.
9586
9587 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9588
9589         Use define-minor-mode in Gnus where applicable.
9590         * mml.el (mml-mode): Use define-minor-mode.
9591         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9592         (gnus-undo-mode): Use define-minor-mode.
9593         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9594         (gnus-dead-summary-mode): Use define-minor-mode.
9595         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9596         Initialize in declaration.
9597         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9598         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9599         (gnus-mailing-list-mode): Use define-minor-mode.
9600         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9601         (gnus-draft-mode): Use define-minor-mode.
9602         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9603         (gnus-dired-mode): Use define-minor-mode.
9604
9605 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9606
9607         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9608         handles on recursive mml-to-mime translation and check them for
9609         boundary delimiter collisions.  Reported by Greg Troxel.
9610
9611 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9614
9615 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9616
9617         * mm-util.el (mm-find-buffer-file-coding-system):
9618         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9619
9620 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9621
9622         * message.el (message-generate-headers): Record insertion of optional
9623         headers as well.  Otherwise the check to prevent repeated insertion of
9624         optional headers is a no-op.
9625
9626 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9627
9628         * smime.el: Don't mention CVS.
9629
9630         * nnrss.el (nnrss-fetch): Don't mention CVS.
9631
9632         * nnir.el: Don't mention CVS.
9633
9634 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9635
9636         * gnus-sum.el (gnus-summary-bookmark-make-record):
9637         Add `location' field.
9638
9639 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * lpath.el: Fbind bookmark-default-handler,
9642         bookmark-get-bookmark-record, bookmark-make-record-default,
9643         bookmark-prop-get for Emacs <23 and XEmacs.
9644
9645 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9646
9647         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9648         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9649         Use with-current-buffer to silence the byte-compiler.
9650         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9651         bother to require `gnus'.
9652         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9653
9654 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9655
9656         * gnus-sum.el (gnus-summary-bookmark-make-record)
9657         (gnus-summary-bookmark-jump): New functions.
9658         (gnus-summary-mode): Setup bookmark support.
9659
9660 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9661
9662         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9663         if set.
9664
9665 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9668         gnus-article-browse-html-save-cid-image; make it work recursively for
9669         forwarded messages as well.
9670         (gnus-article-browse-html-parts): Work when prefix arg is given.
9671         (gnus-article-browse-html-article): Doc fix.
9672
9673 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9674
9675         * message.el (message-default-mail-headers):
9676         (message-default-headers): Carry the value mail-default-headers over
9677         into message-default-mail-headers, rather than message-default-headers.
9678
9679 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9680
9681         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9682         charset.
9683
9684         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9685         charset into the <meta> tag when the article is encoded to utf-8.
9686
9687 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-art.el (gnus-article-browse-delete-temp-files):
9690         Delete directories as well.
9691         (gnus-article-browse-html-parts): Work for images that do not specify
9692         file names; delete temp directory when quitting; insert header at the
9693         right place; use file: scheme for image files.
9694
9695 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9696
9697         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9698         (gnus-article-browse-html-parts): Use it to make temporary cid image
9699         files in addition to html file so that browser may display them.
9700
9701 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9704
9705 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9706
9707         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9708
9709 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * auth-source.el (auth-sources): Change default to be simpler.
9712         Explain about Secret Service API sources.  Improve Customize options.
9713         (auth-source-pick): Change to accept any number of search parameters.
9714         Implement fallbacks iteratively, not recursively.  Add scoring on the
9715         second pass and sort by score.  Call Secret Service API when needed.
9716         (auth-source-user-or-password): Use it.  Call Secret Service API
9717         directly when needed to get the user name and the password.
9718
9719 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9720
9721         * message.el (message-interactive): Doc fix.
9722         (message-qmail-inject-args): Reflow.
9723         (message-kill-to-signature): Fix typo in docstring.
9724
9725         * smiley.el (smiley-buffer): Fix typo in docstring.
9726
9727 2010-03-24  Glenn Morris  <rgm@gnu.org>
9728
9729         * mail-source.el (gnus-message): Declare.
9730         (mail-source-delete-old-incoming): Require gnus-util.
9731
9732 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9735
9736         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9737
9738         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9739         password-cache's default if it is not bound.
9740         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9741         password-cache-expiry's default if it is not bound.
9742
9743         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9744         available in Emacs 21.
9745
9746         * lpath.el: Suppress compiler warnings for:
9747         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9748         XEmacs;
9749         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9750         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9751         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9752
9753 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * auth-source.el (auth-sources): Fix up definition so extra parameters
9756         are always inline.
9757
9758 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9759
9760         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9761         wasn't updated after mismatch.  Clear cached mailbox info correctly
9762         when uidvalidity changes.
9763         (nnimap-group-prefixed-name): New function to avoid some code
9764         duplication.
9765         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9766         (nnimap-request-group): Use it.
9767         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9768         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9769         with many imap folders.  This is done by caching the group status from
9770         the imap server persistently in a group parameter `imap-status'.  (This
9771         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9772         but not persistently, so every Gnus startup was still very slow.)
9773
9774 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9775
9776         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9777         delete the extra newline.  Otherwise editing of :string and :number
9778         types don't work.
9779
9780 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9781
9782         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9783         secrets.el dependency.
9784         (auth-sources): Add optional user name.  Add secrets.el configuration
9785         choice (unused right now).
9786
9787 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9788
9789         * gnus-sum.el (gnus-summary-make-menu-bar):
9790         Let `gnus-registry-install-shortcuts' fill in the functions.
9791
9792         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9793         warnings.
9794         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9795         (gnus-registry-install-shortcuts): Populate and use it in a
9796         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9797
9798 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9799
9800         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9801         In-place substitutions for the group name encoding/decoding.
9802         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9803         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9804         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9805         (nnimap-update-unseen, nnimap-request-list)
9806         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9807         (nnimap-request-set-mark, nnimap-split-to-groups)
9808         (nnimap-split-articles, nnimap-request-newgroups)
9809         (nnimap-request-create-group, nnimap-request-accept-article)
9810         (nnimap-request-delete-group, nnimap-request-rename-group)
9811         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9812         `encoded-mbx' for consistency.
9813         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9814         variable `imap-current-mailbox'.
9815
9816         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9817         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9818
9819 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9820
9821         * pop3.el (pop3-display-message-size-flag): Display message size byte
9822         counts during POP3 download.
9823         (pop3-movemail): Use it.
9824         (pop3-list): Implement listing of available messages.
9825
9826 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9827
9828         * nnir.el (nnir-get-article-nov-override-function): New function to
9829         override the normal NOV retrieval.
9830         (nnir-retrieve-headers): Use it.
9831
9832 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9833
9834         * auth-source.el (netrc-machine-user-or-password): Autoload.
9835
9836 2010-03-19  Glenn Morris  <rgm@gnu.org>
9837
9838         Stop message.el from loading about 40 libraries it doesn't always need.
9839         The general approach is to autoload rather than require, and to
9840         require in the specific functions rather than the file.  (Bug#5642)
9841
9842         * gmm-utils.el: Don't require wid-edit.
9843         (widget-create-child-value, widget-convert, widget-default-get):
9844         Autoload.
9845
9846         * gnus-util.el: Don't require time-date, netrc.
9847         (message-fetch-field, gnus-group-name-decode): Declare rather than
9848         autoloading.
9849         (gnus-fetch-field): Require message.
9850         (gnus-decode-newsgroups): Require gnus-group.
9851
9852         * ietf-drums.el: Don't require time-date.
9853
9854         * message.el: Don't require hashcash, canlock, ecomplete.
9855         Do require mail-utils.  Require nnheader only when compiling.
9856         (smtpmail-default-smtp-server): Remove declaration.
9857         (message-send-mail-function): Check smtpmail-default-smtp-server
9858         is bound rather than requiring smtpmail.
9859         (message-auto-save-directory, message-insert-signature):
9860         Use expand-file-name rather than nnheader-concat.
9861         (nnheader-insert-file-contents): Autoload.
9862         (hashcash-wait-async): Declare.
9863         (message-send-mail): Only call gnus-setup-posting-charset if
9864         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9865         (message-send-mail-with-sendmail): Require sendmail.
9866         (canlock-password, canlock-password-for-verify): Declare.
9867         (message-canlock-password): Require canlock.
9868         (nnheader-get-report): Autoload.
9869         (gnus-setup-posting-charset): Declare.
9870         (message-send-news): Require gnus-msg.
9871         (message-make-references, message-make-in-reply-to): Use mail-header-id
9872         rather than the alias mail-header-message-id.
9873         (ecomplete-add-item, ecomplete-save): Declare.
9874         (message-put-addresses-in-ecomplete): Require ecomplete.
9875         (ecomplete-display-matches): Autoload.
9876
9877         * mm-decode.el: Don't require mailcap, gnus-util.
9878         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9879         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9880         Autoload.
9881         (mailcap-mime-extensions): Declare.
9882
9883         * mm-encode.el: Don't require mailcap.
9884         (mailcap-extension-to-mime): Autoload.
9885
9886         * mml-sec.el: Don't require password-cache.
9887
9888         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9889         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9890         (mml-minibuffer-read-type): Require mailcap.
9891         (mml-preview): Require gnus-msg.
9892
9893         * mml1991.el: Require password-cache.
9894         (password-cache-expiry): Remove declaration.
9895
9896         * mml2015.el: Require password-cache.
9897         (password-cache-expiry): Remove declaration.
9898
9899         * nneething.el (mailcap): Require mailcap.
9900
9901         * nnheader.el (declare-function): Add compatibility stub.
9902         (message-remove-header): Declare rather than autoload.
9903         (nnheader-replace-header): Require message.
9904
9905         * nnimap.el (declare-function): Add compatibility stub.
9906         (netrc-parse, netrc-machine-user-or-password): Declare.
9907         (nnimap-open-connection): Require netrc.
9908
9909         * nntp.el (declare-function): Add compatibility stub.
9910         (netrc-parse, netrc-machine, netrc-get): Declare.
9911         (nntp-send-authinfo): Require netrc.
9912
9913         * rfc2047.el: Don't require qp.
9914         (quoted-printable-encode-region, quoted-printable-decode-string):
9915         Autoload.
9916
9917         * sieve-mode.el: Don't require easymenu.
9918         (easy-menu-add-item): Autoload it.
9919
9920         * spam-stat.el (time-to-number-of-days): Autoload it.
9921
9922 2010-03-19  Glenn Morris  <rgm@gnu.org>
9923
9924         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9925
9926 2010-03-18  Glenn Morris  <rgm@gnu.org>
9927
9928         * hashcash.el (declare-function): Remove duplicate definition.
9929
9930 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9931
9932         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9933         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9934         value if any backslash escapes).
9935
9936 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9939         if it is available.  (bug#5647)
9940
9941         * lpath.el: Suppress compiler warning for coding-system-from-name for
9942         Emacs 21 and XEmacs.
9943
9944 2010-03-14  Juri Linkov  <juri@jurta.org>
9945
9946         * hmac-def.el:
9947         * hmac-md5.el:
9948         * netrc.el: Fix keywords.
9949
9950 2010-02-26  Glenn Morris  <rgm@gnu.org>
9951
9952         * message.el (message-send-mail-function): Change the default, so that
9953         it inherits from a customized send-mail-function.  (Bug#5643)
9954
9955 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9956
9957         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9958         shell-command-to-string signals an error (bug#5299).
9959
9960 2010-02-24  Glenn Morris  <rgm@gnu.org>
9961
9962         * message.el (message-smtpmail-send-it)
9963         (message-send-mail-with-mailclient): Doc fixes.
9964
9965 2010-02-16  Glenn Morris  <rgm@gnu.org>
9966
9967         * message.el (message-default-mail-headers): Change the default value
9968         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9969
9970 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9973         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9974
9975 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9976
9977         * time-date.el (date-to-time): Doc fix (Bug#5408).
9978
9979 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9980
9981         * message.el (message-mail): Just pass yank-action on to message-setup.
9982         (message-setup): Handle (FUN . ARGS) form of yank-action.
9983         (message-with-reply-buffer, message-widen-reply)
9984         (message-yank-original): Handle non-buffer values of
9985         message-reply-buffer (Bug#4080).
9986         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9987
9988 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9989
9990         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9991         Fix typo in docstring.
9992
9993 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9994
9995         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9996         response.
9997
9998 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10001
10002         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10003
10004         * message.el (message-check-news-header-syntax): Protect against a
10005         string that `rfc822-addresses' returns when parsing fails.
10006
10007 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10010         (gnus-previous-char-property-change): New functions.
10011
10012         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10013
10014 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10015
10016         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10017         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10018
10019 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10020
10021         * message.el (message-exchange-point-and-mark): Rework last change to
10022         avoid using optional arg of exchange-point-and-mark, for backward
10023         compatibility.
10024
10025 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10026
10027         * message.el (message-exchange-point-and-mark):
10028         Call exchange-point-and-mark with an argument rather than setting
10029         mark-active by hand (Bug#5175).
10030
10031 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * nntp.el (nntp-service-to-port): Work for service expressed with
10034         numeric string; replace [:digit:] with [0-9] for XEmacs.
10035
10036 2009-12-17  Glenn Morris  <rgm@gnu.org>
10037
10038         * gnus-group.el (gnus-bug-group-download-format-alist):
10039         Change emacs entry to debbugs.gnu.org.  Bump :version.
10040
10041 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10044
10045 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * message.el (message-info): Explain why we use `Info-goto-node'.
10048
10049 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10052
10053 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10054
10055         * message.el (message-completion-in-region): New compatibility function.
10056         (message-expand-group): Use it.
10057
10058 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10061         with no unread article should be listed if the 2nd arg `predicate' is
10062         given.
10063
10064 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10067
10068 2009-11-29  Juri Linkov  <juri@jurta.org>
10069
10070         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10071         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10072         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10073
10074 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10075
10076         * sha1.el (sha1-string-external): default-directory "/" in case
10077         otherwise non-existent.  process-connection-type pipe for touch of
10078         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10079
10080 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10081
10082         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10083         it's comms related and sgml-mode.el has "comm" on that basis too.
10084
10085 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10088         containing tspecial characters if they have been already quoted.
10089
10090 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10091
10092         * dns-mode.el (auto-mode-alist): Purecopy string.
10093
10094 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10095
10096         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10097
10098 2009-10-24  Glenn Morris  <rgm@gnu.org>
10099
10100         * gnus-art.el (help-xref-stack-item): Define for compiler.
10101
10102 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10103
10104         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10105
10106 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10109
10110 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10113         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10114
10115 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10118         (gnus-overlays-in): New alias to overlays-in.
10119
10120         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10121         gnus-overlay-get, and gnus-delete-overlay.
10122         (gnus-summary-show-thread): Make it work as well for systems in which
10123         next-single-char-property-change is not available.
10124         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10125
10126         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10127         (gnus-overlay-get): New alias to extent-property.
10128         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10129
10130         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10131         SXEmacs.
10132
10133         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10134         SXEmacs.
10135
10136 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10139
10140 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10141
10142         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10143         and XEmacs that don't have `remove-overlays'.
10144
10145 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10146
10147         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10148         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10149         selective display.  Use overlays instead.
10150
10151 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10152
10153         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10154
10155 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10156
10157         * spam-stat.el (spam-stat-load): Fix typo in message.
10158
10159 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10160
10161         * dig.el (dig-invoke): Fix typo in docstring.
10162         (query-dig): Reflow docstring.
10163
10164 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10165
10166         * gnus-art.el (gnus-article-encrypt-body):
10167         * message.el (message-check-recipients):
10168         * mm-util.el (mm-codepage-setup):
10169         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10170         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10171
10172 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10173
10174         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10175         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10176         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10177         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10178         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10179
10180 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10181
10182         * dig.el: Add "Keywords: comm", as per net-utils.el.
10183
10184 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10185
10186         * dig.el (dig-mode): Use define-derived-mode.
10187
10188 2009-09-19  Glenn Morris  <rgm@gnu.org>
10189
10190         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10191
10192 2009-09-18  Glenn Morris  <rgm@gnu.org>
10193
10194         * gnus-diary.el (gnus-diary-check-message):
10195         * message.el (message-insert-formatted-citation-line):
10196         * nnbabyl.el (top-level):
10197         * nndiary.el (nndiary-schedule):
10198         Fix typos in condition-case handlers.
10199
10200 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10203         configuration that provides the sole article window in a frame;
10204         position point correctly after deleting a part.
10205
10206 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10207
10208         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10209         (spam-resolve-registrations-routine): Use it to unregister articles
10210         that change status.
10211
10212 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10215         with XEmacs.
10216         (parse-time-string-chars): Use it.
10217
10218 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10219
10220         * imap.el (imap-interactive-login): Better messages.
10221         (imap-open): Fix bug with renamed buffer on reconnect.
10222         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10223         for easier debugging and cleaner code.  On successful (guessed based on
10224         server capabilities) secondary authentication, set imap-state
10225         correctly.
10226         (imap-last-authenticator): Define imap-last-authenticator as a variable
10227         to avoid warnings.
10228
10229 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * nnrss.el (nnrss-request-article): Remove binding of
10232         default-enable-multibyte-characters that has gotten needless by
10233         the 2007-07-13 change in rfc2047-encode-message-header.
10234
10235         * mml.el (mml-insert-multipart): Error on the message header.
10236         (mml-insert-part): Error on the message header; position point at
10237         the end of a MIME tag.
10238
10239 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * time-date.el (autoload): Expand define-obsolete-function-alias into
10242         defalias and make-obsolete for old Emacsen that Gnus supports.
10243         (with-no-warnings): Define it for old Emacsen.
10244         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10245         is available.
10246         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10247         float-time is available; suppress compile warning for time-to-seconds.
10248
10249         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10250         (gnus-float-time): Alias to float-time if it exists.
10251
10252         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10253         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10254         float-time is available; suppress compile warning for time-to-seconds.
10255
10256         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10257         XEmacs.
10258
10259 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10260
10261         * imap.el (imap-message-map): Docstring fix.
10262
10263 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10266         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10267         Add the optional argument `encoding' that overrides the default.
10268
10269         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10270         mm-encode-buffer.
10271
10272 2009-09-04  Glenn Morris  <rgm@gnu.org>
10273
10274         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10275         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10276         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10277         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10278         * mm-util.el (mm-with-unibyte-current-buffer)
10279         (mm-find-buffer-file-coding-system):
10280         * yenc.el (yenc-decode-region): Use default-value rather than
10281         default-enable-multibyte-characters.
10282
10283 2009-09-03  Glenn Morris  <rgm@gnu.org>
10284
10285         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10286         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10287         than default-enable-multibyte-characters.
10288
10289 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10290
10291         * gnus-art.el (gnus-article-read-summary-keys):
10292         Fix gnus-buffer-configuration's value temporarily used.
10293
10294 2009-09-02  Glenn Morris  <rgm@gnu.org>
10295
10296         * gnus-util.el (gnus-float-time): New function.
10297         * gnus-delay.el (gnus-delay-article):
10298         * gnus-sum.el (gnus-thread-latest-date):
10299         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10300         * nnspool.el (nnspool-request-newgroups):
10301         Use gnus-float-time rather than time-to-seconds.
10302         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10303
10304         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10305         (gnus-header-subject-face, gnus-header-newsgroups-face)
10306         (gnus-header-name-face, gnus-header-content-face):
10307         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10308         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10309         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10310         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10311         (gnus-cite-face-11):
10312         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10313         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10314         (gnus-server-closed-face, gnus-server-denied-face)
10315         (gnus-server-offline-face):
10316         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10317         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10318         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10319         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10320         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10321         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10322         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10323         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10324         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10325         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10326         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10327         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10328         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10329         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10330         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10331         (gnus-summary-high-undownloaded-face)
10332         (gnus-summary-low-undownloaded-face)
10333         (gnus-summary-normal-undownloaded-face)
10334         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10335         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10336         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10337         (gnus-splash-face):
10338         * message.el (message-header-to-face, message-header-cc-face)
10339         (message-header-subject-face, message-header-newsgroups-face)
10340         (message-header-other-face, message-header-name-face)
10341         (message-header-xheader-face, message-separator-face)
10342         (message-cited-text-face, message-mml-face):
10343         * sieve-mode.el (sieve-control-commands-face)
10344         (sieve-action-commands-face, sieve-test-commands-face)
10345         (sieve-tagged-arguments-face):
10346         * spam.el (spam-face):
10347         Mark face aliases with "-face" in the name as obsolete.
10348
10349 2009-09-01  Glenn Morris  <rgm@gnu.org>
10350
10351         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10352         than goto-line.
10353
10354 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10357         Don't move point if the command is invoked inside the message header.
10358
10359 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10360
10361         * imap.el (imap-send-command): Simplify.
10362         (imap-wait-for-tag): point-max -> buffer-size.
10363
10364 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10365
10366         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10367         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10368         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10369         * nnir.el (nnir-swish-e-index-file):
10370         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10371         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10372         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10373         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10374         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10375         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10376
10377 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10380         Don't save excursion.
10381
10382 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10383
10384         * nnheader.el (nnheader-find-file-noselect):
10385         * mm-util.el (mm-insert-file-contents):
10386         Use (default-value 'major-mode) instead of default-major-mode.
10387
10388 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10389
10390         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10391
10392 2009-08-26  Glenn Morris  <rgm@gnu.org>
10393
10394         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10395         than placing in files.el.
10396
10397 2009-08-25  Glenn Morris  <rgm@gnu.org>
10398
10399         * nnir.el (top-level): Don't require cl at run-time.
10400         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10401         Replace cl-function substitute with gnus-replace-in-string.
10402         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10403         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10404         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10405         simplified expansions.
10406
10407 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10408
10409         * dig.el (dig): Add autoload cookie.
10410
10411 2009-08-22  Glenn Morris  <rgm@gnu.org>
10412
10413         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10414         goto-line.
10415
10416 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10417
10418         * parse-time.el (parse-time-string-chars): Save match data.
10419
10420 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10421
10422         * parse-time.el (parse-time-string-chars): Compute using character
10423         classes, to handle non-ascii characters (Bug#3190).
10424
10425 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10428
10429         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10430         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10431         (gnus-mm-display-part, gnus-mime-display-single)
10432         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10433         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10434
10435         * gnus-sum.el
10436         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10437         (gnus-summary-move-article): Add expirable mark to articles copied or
10438         moved to group that has auto-expire turned on if the option is non-nil.
10439
10440 2009-07-24  Glenn Morris  <rgm@gnu.org>
10441
10442         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10443         Fix typo.  (Bug#3903)
10444
10445 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10448         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10449         that should not be used for draft articles.
10450         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10451         that has no concern in minor mode keys.
10452         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10453         Abolish.
10454
10455 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10458         article without making inquiry to a user for unknown encoding.
10459
10460         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10461         (nnmaildir--scan): Assume i-node and device number that file-attributes
10462         returns might be cons-cell.
10463
10464         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10465
10466         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10467
10468 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10469
10470         * auth-source.el: Remove docs now in auth.texi.  Don't use
10471         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10472         `auth-source-hide-passwords' and use them.
10473
10474 2009-07-15  Glenn Morris  <rgm@gnu.org>
10475
10476         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10477
10478 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10481         excessive whitespace from the default values of title and description.
10482
10483 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10486         mail-fetch-field to fetch Content-Description header in order to
10487         exclude newlines.
10488
10489 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10490
10491         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10492         format used by GnuPG 2.0.11.
10493
10494 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10497         to deleted part.
10498
10499 2009-05-30  David Engster  <dengste@eml.cc>
10500
10501         * nnmairix.el: Remove old documentation in the commentary block.
10502         (nnmairix-request-group): Do not update active file for nnml back ends.
10503         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10504         end so that overview files are ignored.
10505         (nnmairix-update-groups): Make updating the groups more robust by using
10506         marks.
10507         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10508         with dollar characters in message-id.
10509
10510 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10511
10512         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10513         2008-12-25 in dns.el.
10514
10515 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10516
10517         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10518         could happen if the text is only composed of spaces and/or tabs.
10519
10520 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10521
10522         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10523         when sending a queued message to avoid extra mml tags.
10524
10525 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10528
10529 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10532         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10533         rmail-toggle-header for XEmacs;
10534         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10535
10536 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-dired.el: Remove autoload for gnus-setup-message.
10539         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10540         displaying Gnus logo; always use compose-mail.
10541
10542 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10545
10546 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10549         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10550         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10551         available.
10552         (gnus-nocem-epg-verify): New function.
10553
10554 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10557
10558 2009-02-15  Glenn Morris  <rgm@gnu.org>
10559
10560         * gnus-util.el (rmail-insert-rmail-file-header)
10561         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10562         autoloads.
10563         (rmail-default-rmail-file): Remove unnecessary declaration.
10564         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10565
10566 2009-02-14  Glenn Morris  <rgm@gnu.org>
10567
10568         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10569         variable (only used in gnus-util, which declares it anyway).
10570         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10571         which was only needed by gnus-art (changed to not use it any more).
10572         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10573         only used in gnus-util, which autoloads it itself.
10574         (rmail-update-summary): Fix autoload.
10575
10576         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10577         rather than rmail-output-to-rmail-file.
10578
10579 2009-02-07  Glenn Morris  <rgm@gnu.org>
10580
10581         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10582         autoload of function that no longer exists.
10583         (rmail-toggle-header): Declare.
10584         (message-forward-rmail-make-body): Handle mbox Rmail.
10585
10586 2009-01-31  Glenn Morris  <rgm@gnu.org>
10587
10588         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10589         2009-01-09 change.
10590
10591 2009-01-31  Dave Love  <fx@gnu.org>
10592
10593         * imap.el (imap-fetch-safe): Bind debug-on-error.
10594         (imap-debug): Add imap-fetch-safe.
10595
10596 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10597
10598         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10599         (auth-source-forget-all-cached): New convenience function.
10600         (auth-source-user-or-password): Accept list of modes or a single mode.
10601
10602         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10603         auth-source modes.
10604
10605         * netrc.el (netrc-machine-user-or-password): Use list of
10606         auth-source modes.
10607
10608         * nnimap.el (nnimap-open-connection): Use list of
10609         auth-source modes.
10610
10611         * nntp.el (nntp-send-authinfo): Use list of
10612         auth-source modes.
10613
10614 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10615
10616         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10617         now.
10618
10619 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10622         coding system in XEmacs; add a workaround for XEmacs.
10623
10624         * lpath.el: Fbind coding-system-aliasee.
10625
10626 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10629         of current-language-environment.
10630
10631 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10634         available at runtime.
10635
10636 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10639
10640 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10641
10642         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10643         the greatest positive fixnum value doesn't work under an XEmacs with
10644         bignum support; use the most-positive-fixnum constant instead,
10645         available since Emacs 21.1 with cl and XEmacs 21.1.
10646
10647 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10650         XEmacs gets not to work.
10651
10652 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * mm-util.el (mm-coding-system-priorities): Allow the value like
10655         "Japanese (UTF-8)" of current-language-environment.
10656
10657 2009-01-09  Glenn Morris  <rgm@gnu.org>
10658
10659         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10660         with last-command-event.
10661
10662 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10665         in the doc string.
10666
10667         * message.el (message-fix-before-sending): Amend comment.
10668
10669 2009-01-08  Dave Love  <fx@gnu.org>
10670
10671         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10672
10673 2009-01-07  David Engster  <dengste@eml.cc>
10674
10675         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10676         simplified server definitions by converting it via
10677         gnus-server-to-method.
10678
10679 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10682         parameter's operands.
10683
10684 2009-01-06  David Engster  <dengste@eml.cc>
10685
10686         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10687         primary select method (for gnus-group-mark-article-as-read).
10688
10689 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10690
10691         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10692         `(gnus)Face', not `(gnus)X-Face'.
10693
10694 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * mm-util.el (mm-ucs-to-char): New function.
10697
10698         * mm-url.el (mm-url-decode-entities): Use it.
10699
10700         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10701         unicode-to-char.
10702
10703 2009-01-05  Dave Love  <fx@gnu.org>
10704
10705         * time-date.el: Require cl for `declare'.
10706
10707 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10710         Dave Love.
10711
10712 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * message.el (message-fix-before-sending): Add `eight-bit' to
10715         illegible-text check.
10716
10717 2009-01-03  Michael Olson  <mwolson@gnu.org>
10718
10719         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10720         `headers' is nil.  This can occur if the IMAP server does not have
10721         permissions to read messages from a folder, but can write new messages
10722         to the folder.
10723         (nnimap-request-article-part): Do not insert `data' if it is nil.
10724
10725         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10726         characters which will confuse `read', so skip past them.
10727
10728 2009-01-01  Dave Love  <fx@gnu.org>
10729
10730         * imap.el (imap-string-to-integer): Fix typo.
10731         (imap-fetch-safe): New function.
10732         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10733
10734         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10735
10736         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10737         (imap-parse-greeting): Fix doc strings.
10738         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10739         (imap-parse-flag-list): Make messages unique.
10740         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10741
10742         * nnimap.el: Fix author email.
10743         (nnimap-split-rule): Add FIXME comment.
10744         (nnimap-debug): Fix doc string.
10745
10746 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10749
10750 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10753         nslookup if resolv.conf isn't available.
10754         (dns-query): Rename from query-dns.
10755         (dns-query-cached): Rename from query-dns-cached.
10756
10757 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10760         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10761         to check if those variables exist (first appeared in Emacs 18.50).
10762
10763 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * mm-util.el (mm-line-number-at-pos): New function.
10766
10767         * spam-report.el (spam-report-process-queue): Use it.
10768
10769 2008-12-24  David Engster  <dengste@eml.cc>
10770
10771         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10772         parameters that haven't existed as variables as buffer-local variables.
10773
10774 2008-12-23  Dave Love  <fx@gnu.org>
10775
10776         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10777         cadar.
10778
10779         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10780         imap-starttls-p.
10781         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10782
10783 2008-12-22  Dave Love  <fx@gnu.org>
10784
10785         * imap.el: Fix author email.  Doc fixes.
10786         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10787         reply.
10788
10789 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * spam-report.el (spam-report-gmane-max-requests): New constant.
10792         (spam-report-gmane-wait): New variable.
10793         (spam-report-gmane-ham, spam-report-gmane-spam)
10794         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10795         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10796         the server.
10797
10798         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10799         Add explanations.
10800
10801         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10802         nnheader-accept-process-output and nnheader-read-timeout if available.
10803         (pop3-movemail): Use it.
10804
10805         * message.el (message-check-news-body-syntax): Fix signature check if
10806         there's an attachment.
10807
10808 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * mm-util.el: Add comments to the mm- emulating functions.
10811
10812 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10815         Reported by Stephen Berman <stephen.berman@gmx.net>.
10816
10817 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * mm-util.el (mm-substring-no-properties): New function.
10820         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10821         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10822         (mm-string-to-multibyte): Doc fix.
10823
10824         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10825
10826 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * mml.el (mml-attach-file): Strip text properties from file name.
10829         (Bug#1574)
10830
10831 2008-12-16  Glenn Morris  <rgm@gnu.org>
10832
10833         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10834
10835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10838         knows since the charset specified might be a bogus alias that
10839         mm-charset-synonym-alist provides.
10840
10841 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10844         "ISO_8859-1".
10845
10846         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10847
10848 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * mm-util.el (mm-charset-eval-alist):
10851         Define it before mm-charset-to-coding-system.
10852         (mm-charset-to-coding-system): Add optional argument `silent';
10853         define it before mm-charset-override-alist.
10854         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10855         default value if it can be used in Emacs currently running;
10856         silence mm-charset-to-coding-system.
10857
10858 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10861         `allow-override' which says whether to use `mm-charset-override-alist'.
10862         (rfc2047-decode-encoded-words): Use it.
10863
10864         * mm-util.el (mm-charset-override-alist): Fix custom type;
10865         add `(gb2312 . gbk)' to choices.
10866
10867 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10870         fast.
10871
10872         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10873
10874         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10875
10876 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10877
10878         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10879         on links.
10880
10881         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10882
10883 2008-12-03  Lute Kamstra  <lute@gnu.org>
10884
10885         * sha1.el: Remove leading * from docstrings of defcustoms,
10886         deffaces, defconsts and defuns.
10887
10888 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10891         users' addresses that don't have domain parts.
10892         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10893         rather than message-narrow-to-head since there will be the message
10894         header separator.
10895
10896 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10897
10898         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10899         since the result is inserted in a unibyte buffer anyway.
10900         (nnimap-demule-use-string-to-multibyte): Remove.
10901         (nnimap-demule): Alias it to mm-string-to-multibyte.
10902
10903 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10906         variable for debugging bug#464 and bug#1174.
10907         (nnimap-demule): Use it.
10908
10909 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10912         score calculation correctly.
10913
10914 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10915
10916         * message.el (message-send-mail): Just set the buffer to unibyte
10917         rather than use mm-with-unibyte-current-buffer which does a lot more.
10918         (message-send-mail-partially): Don't bother with
10919         mm-with-unibyte-current-buffer since it's already been made unibyte by
10920         message-send-mail.
10921
10922 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10925
10926 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10929
10930 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10933         require itself and to remove `with-no-warnings'.
10934
10935 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * starttls.el (starttls-any-program-available): Get the name of the
10938         available TLS layer program.
10939         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10940         well as the host name in the "opening" message.
10941
10942         * auth-source.el (auth-source-cache, auth-source-do-cache)
10943         (auth-source-user-or-password): Cache passwords and logins by default,
10944         allow override with `auth-source-do-cache'.
10945         (auth-source-forget-user-or-password): Allow users to remove cache
10946         entries if needed.
10947
10948 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10949
10950         * md4.el (md4-buffer): Fix typo in docstring.
10951         (md4, md4-64): Doc fixes.
10952         (md4-pack-int32): Reflow docstring.
10953
10954 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10955
10956         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10957         condition-case to only the forward-sexp call.
10958
10959 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10960
10961         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10962         quotes contained.  Make it more robust regardless by an extra
10963         condition-case wrapper.
10964
10965 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10968
10969 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * nnml.el (nnml-request-expire-articles): Check if the function set to
10972         `nnmail-expiry-target' returns the symbol `delete'.
10973
10974         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10975
10976         * nnmail.el (nnmail-expiry-target): Fix custom type.
10977
10978 2008-10-02  Glenn Morris  <rgm@gnu.org>
10979
10980         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10981         Silence compiler warning.
10982
10983 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10984
10985         * tls.el (open-tls-stream): Show the actual command being
10986         executed, instead of the format string.
10987
10988 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * lpath.el: Fbind codepage-setup for Emacs 23.
10991
10992 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10993
10994         * mml.el (mml-menu): Don't assume mml2015 is bound.
10995
10996 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10999         exists.
11000
11001 2008-09-27  Glenn Morris  <rgm@gnu.org>
11002
11003         * gnus-util.el (mail-header-remove-comments): Autoload it.
11004
11005 2008-09-27  Andreas Schwab  <schwab@suse.de>
11006
11007         * gnus-util.el (gnus-split-references): Strip comments.
11008         (gnus-parent-id): Likewise.
11009
11010 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * message.el (message-confirm-send): Fix version.
11013
11014 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * message.el (message-idna-to-ascii-rhs-1): Use
11017         mail-extract-address-components rather than mail-header-parse-addresses
11018         that is an alias by default to ietf-drums-parse-addresses that does not
11019         support non-ASCII names in headers' contents.
11020
11021 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11022
11023         * message.el (message-confirm-send): Fix variable documentation to
11024         avoid the "y/n" wording.
11025
11026 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11027
11028         * message.el (message-set-auto-save-file-name): Save to a different
11029         filename so multiple messages (especially drafts) can be recovered.
11030
11031 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * message.el (message-confirm-send): Add appropriate version.
11034
11035 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11036
11037         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11038         defvar.
11039
11040 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11041
11042         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11043         (mm-pkcs7-enveloped-magic): Ditto.
11044
11045 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11046
11047         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11048         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11049
11050 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11051
11052         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11053         default, it's better.
11054
11055 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11056
11057         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11058         summary line gnus-number property and ignore them (with a warning
11059         message).
11060
11061 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11064         macro caddr in the interactive form since it won't be expanded.
11065
11066 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11069         `charset'; fix name of function called recursively.
11070         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11071
11072 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11075         (gnus-mime-set-charset-parameters): New function.
11076         (gnus-mime-view-part-as-charset): Use it to correctly display part
11077         specifying wrong charset.
11078
11079 2008-09-08  David Engster  <dengste@eml.cc>
11080
11081         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11082         in completing-read for back end server.
11083
11084 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * message.el (message-confirm-send): New variable to confirm sending a
11087         message.
11088         (message-send): Use it.
11089
11090 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11091
11092         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11093
11094 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11097
11098 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11099
11100         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11101         prevent tracking too many groups.
11102         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11103         Use it.
11104
11105 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11106
11107         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11108         moving point to the bottom of the window in order to avoid recentering.
11109
11110 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11113
11114         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11115         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11116         (gnus-article-beginning-of-window): Fix calculation.
11117
11118 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * gnus-msg.el (gnus-summary-supersede-article)
11121         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11122         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11123         message header.
11124
11125 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11126
11127         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11128         pending output coming after the status change.
11129
11130 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11131
11132         * message.el:
11133         * gnus-start.el:
11134         * gnus-registry.el: Remove VMS support.
11135
11136 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11139         macro.
11140         (rfc2104-hash): Use it.
11141
11142 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11145         (gnus-summary-sort-by-most-recent-date): New commands.
11146         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11147         and menu entries.
11148
11149 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11152         don't redisplay article for raw contents; remove plural articles stuff.
11153
11154         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11155         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11156         on gnus-summary-save-article; display results properly.
11157
11158 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * lpath.el: No need to fbind ns-focus-frame.
11161
11162 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11165
11166 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-art.el (gnus-summary-save-in-pipe):
11169         Consider gnus-save-all-headers.
11170
11171 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11172
11173         * gnus-util.el (ns-focus-frame): Remove declaration.
11174         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11175         like x.
11176
11177 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11178
11179         * rfc2104.el (rfc2104-zero): Delete defconst.
11180         (rfc2104-hex-alist): Likewise.
11181         (rfc2104-hex-to-int): Delete func.
11182         (rfc2104-hexstring-to-bitstring): Likewise.
11183         (rfc2104-nybbles): New defconst.
11184         (rfc2104-hash): Rewrite for speed.
11185
11186 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * tls.el (open-tls-stream): Make it work with the 2nd argument
11189         BUFFER that is a string but does not exist as a buffer object, as
11190         mentioned in the doc-string.
11191
11192 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11195         SXEmacs.
11196
11197 2008-07-16  Glenn Morris  <rgm@gnu.org>
11198
11199         * gnus-util.el (ns-focus-frame): Declare for compiler.
11200
11201 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11204         set as a group parameter.
11205         (gnus-summary-save-in-pipe): Work when it is called independently.
11206         (gnus-summary-pipe-to-muttprint): Don't modify
11207         gnus-summary-pipe-output-default-command.
11208
11209 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11210
11211         * message.el (message-send-mail-with-sendmail):
11212         Display the error message.
11213
11214 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * gnus-art.el (gnus-default-article-saver):
11217         Add gnus-summary-save-in-pipe to choices.
11218         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11219         gnus-summary-pipe-output-default-command as the default command.
11220         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11221         instead of gnus-last-shell-command.
11222
11223         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11224         New user option.
11225         (gnus-summary-muttprint-program): Mention the value will be changed.
11226         (gnus-summary-save-article): Force showing of all headers.
11227         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11228
11229 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11230
11231         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11232
11233 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11234
11235         * nnimap.el (nnimap-id):
11236         * sieve-manage.el (sieve-manage-open): Doc fixes.
11237
11238 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11239
11240         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11241         if available.
11242
11243 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11244
11245         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11246
11247         * nnkiboze.el (nnkiboze-generate-group):
11248         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11249
11250         * nnmairix.el: Require CL.
11251
11252 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * dgnushack.el: Autoload get-display-table and put-display-table for
11255         XEmacs 21.5.
11256
11257         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11258         21.4 and SXEmacs.
11259
11260 2008-06-15  David Engster  <dengste@eml.cc>
11261
11262         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11263
11264 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11265
11266         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11267         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11268         runtime choice under XEmacs.
11269
11270         * gnus-sum.el (gnus-summary-set-display-table):
11271         Use `gnus-put-display-table', `gnus-get-display-table',
11272         `gnus-set-display-table' for the display table, instead of `aset'.
11273
11274         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11275         Use `gnus-put-display-table', `gnus-get-display-table',
11276         `gnus-set-display-table' for the display table.
11277
11278 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * nnmairix.el: Add autoloads.
11281
11282 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11283
11284         * nnmairix.el (nnmairix-delete-recreate-group)
11285         (nnmairix-update-and-clear-marks): Fix error messages.
11286
11287 2008-06-14  David Engster  <dengste@eml.cc>
11288
11289         * nnmairix.el: Upgrade to version 0.6.
11290         (nnmairix-group-toggle-propmarks-this-group)
11291         (nnmairix-group-toggle-readmarks-this-group)
11292         (nnmairix-group-delete-recreate-this-group)
11293         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11294         (nnmairix-remove-tick-mark-original-article): New commands.
11295         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11296         (nnmairix-propagate-marks-to-nnmairix-groups)
11297         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11298         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11299         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11300         functions needed for marks propagation and manipulation of read marks.
11301         (nnmairix-update-groups): New function.
11302         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11303         (nnmairix-determine-original-group-from-registry)
11304         (nnmairix-determine-original-group-from-path)
11305         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11306         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11307         New helper functions.
11308         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11309         keystrokes for new commands.
11310         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11311         (nnmairix-request-group): Check allow-fast group parameter.
11312         (nnmairix-request-create-group): Set allow-fast group parameter if
11313         nnmairix-allowfast-default is set.
11314         (nnmairix-close-group): Propagate marks upon closing if needed.
11315         (nnmairix-group-toggle-threads-this-group): Use new.
11316         nnmairix-group-toggle-parameter helper function.
11317         (nnmairix-search): Better check for empty search result.
11318         (nnmairix-goto-original-article): Use new helper functions for
11319         determining original article.
11320         (nnmairix-show-original-article): Make sure message-id is in brackets.
11321         (nnmairix-call-mairix-binary): Change variable name.
11322         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11323         helper function.
11324         (nnmairix-widget-toggle-activate): Fix doc string.
11325
11326 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * nnir.el: Require edmacro when compiling with XEmacs.
11329         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11330         available in Emacs 21.
11331
11332 2008-06-11  Glenn Morris  <rgm@gnu.org>
11333
11334         * gnus-util.el (x-focus-frame):
11335         * gnus.el (image-size):
11336         * mm-decode.el (image-size): Declare.
11337
11338         * gnus-picon.el (declare-function): Add compat definition.
11339         (image-size): Declare.
11340
11341         * gnus-group.el (tool-bar-map):
11342         * gnus-sum.el (tool-bar-map): Define for compiler.
11343
11344         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11345
11346         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11347
11348         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11349         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11350         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11351         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11352         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11353         * sieve-manage.el, spam-report.el, spam.el:
11354         Remove unnecessary eval-and-compile of autoloads.
11355
11356 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11357
11358         * auth-source.el: Precise Tramp doc.
11359
11360 2008-06-07  Glenn Morris  <rgm@gnu.org>
11361
11362         * nnmairix.el: Remove unnecessary eval-when-compile.
11363
11364 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * lpath.el: Fbind propertize for XEmacs 21.4.
11367
11368 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * nnir.el: Move here from ../contrib.
11371
11372 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11373
11374         * gnus-util.el (gnus-read-shell-command): New function.
11375         * mm-decode.el (mm-pipe-part):
11376         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11377
11378 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11381
11382 2008-06-03  Glenn Morris  <rgm@gnu.org>
11383
11384         * pop3.el (nnheader-accept-process-output): Autoload it.
11385
11386 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11389         are not 2-digit hexadecimal characters that follow `%'s.
11390
11391 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * message.el (message-bogus-recipient-p): Fix type in doc string.
11394         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11395         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11396         Improve custom options.
11397         (message-bogus-recipient-p): Adjust accordingly.
11398
11399 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11400
11401         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11402         long-form month and day names.
11403
11404 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * dgnushack.el: Autoload debug, eudc-expand-inline and
11407         pgg-snarf-keys-region for XEmacs.
11408
11409         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11410
11411         * nnmairix.el: Require edmacro when compiling with XEmacs.
11412
11413 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11416         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11417
11418 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11419
11420         * auth-source.el: Add more docs.
11421
11422         * netrc.el (netrc-machine): Always match if the port is not given.
11423
11424 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11427         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11428         retrieval faster in some cases, but might make CPU usage larger.
11429         If this has any bad side effects, we might revert this change.
11430
11431         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11432         seems to make mail retrieval much, much faster.
11433         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11434         unconditionally.
11435
11436         * gnus-draft.el (gnus-group-send-queue):
11437         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11438
11439 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11442
11443         * message.el (message-bogus-address-regexp): Fix and improve custom
11444         type.
11445         (message-setup-hook): Add message-check-recipients as custom option.
11446
11447 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * message.el (message-cite-function): Remove bogus autoload which crept
11450         in during merge from v5-10.
11451
11452 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11453
11454         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11455
11456         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11457
11458         * auth-source.el: Preliminary Tramp docs.
11459         (auth-sources): Change the default auth-sources to use
11460         EPA .gpg files.
11461
11462 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * nntp.el: Autoload `auth-source-user-or-password'.
11465         (nntp-send-authinfo): Use it.
11466
11467         * nnimap.el: Autoload `auth-source-user-or-password'.
11468         (nnimap-open-connection): Use it.
11469
11470         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11471         for the gnus-message function.
11472         (auth-source-user-or-password): Use it.
11473
11474 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11475
11476         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11477         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11478         (rfc2104-hash): Use it.
11479
11480 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11481
11482         * gnus-art.el (gnus-article-toggle-truncate-lines):
11483         Don't use `iff' in docstring.
11484
11485 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11486
11487         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11488
11489         * gnus-util.el (gnus-extract-address-component-name)
11490         (gnus-extract-address-component-email): Convenience functions around
11491         `gnus-extract-address-components'.
11492
11493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11494         Use `gnus-extract-address-component-email' to fix bug of comparing full
11495         sender name to `user-mail-address'.
11496
11497 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11498
11499         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11500         catch/throw to optimize.
11501         (gnus-registry-find-keywords): Just use member to find a keyword.
11502
11503 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11504
11505         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11506         is current before calling gnus-server-prepare.
11507         (gnus-server-setup-buffer, gnus-server-update-server)
11508         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11509
11510 2008-05-04  Juri Linkov  <juri@jurta.org>
11511
11512         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11513         (mailcap-file-default-commands): Use mailcap-replace-in-string
11514         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11515         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11516
11517 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11518
11519         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11520
11521 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11522
11523         * gnus.el: Bump version to 0.11.
11524
11525 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11526
11527         * gnus.el: No Gnus v0.10 is released.
11528
11529 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11532         hooks.
11533         (gnus-update-read-articles): Speed up non-marks-using users.
11534         (gnus-use-marks): Define gnus-use-marks.
11535         (gnus-propagate-marks): Rename variable to something more sensible.
11536
11537 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11538
11539         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11540         (gmm-image-load-path-for-library): Fix typos in docstrings.
11541         (gmm-message): Reflow docstring.
11542
11543 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         * mail-source.el (mail-source-set-1, mail-source-bind):
11546         Move auth-source code out of the macro to clean it up and fix bugs.
11547
11548 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11549
11550         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11551         by sender if it's equal to user-mail-address, it's likely to be
11552         useless.
11553
11554         * mail-source.el (mail-source-bind): Don't use user or password if they
11555         are not bound.  Unintern them if they are nil.  Don't use server unless
11556         it's bound, and default it to empty string otherwise.
11557
11558 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11559
11560         * mail-source.el: Load auth-source.el.
11561         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11562         get user name or password, if auth-sources is set up.
11563
11564         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11565         strategy of splitting with parent.
11566         (gnus-registry-split-fancy-with-parent)
11567         (gnus-registry-post-process-groups): Use it and fix prior
11568         bug (returning a list as the split result).
11569
11570         * auth-source.el (auth-sources): Remove server parameter.
11571         (auth-source-pick, auth-source-user-or-password)
11572         (auth-source-user-or-password-imap)
11573         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11574         (auth-source-user-or-password-sftp)
11575         (auth-source-user-or-password-smtp): Remove server parameter.
11576
11577 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11578
11579         * smime.el (smime-sign-region, smime-encrypt-region)
11580         (smime-decrypt-region):
11581         Remove redundant calls to `generate-new-buffer-name'.
11582
11583 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11584
11585         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11586         Don't use QP for message/rfc822.
11587         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11588
11589 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11590
11591         * sieve-manage.el (sieve-string-bytes): Remove.
11592         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11593         correct byte-length only if the process's coding-system is the same as
11594         the one used internally by Emacs to represent strings.
11595
11596 2008-04-22  Juri Linkov  <juri@jurta.org>
11597
11598         * mailcap.el (mailcap-file-default-commands): New function.
11599
11600 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * message.el (message-signature-separator, message-cite-function):
11603         Change custom version.
11604
11605 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11606
11607         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11608         commands.
11609         (tls-checktrust): Ditto.
11610
11611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * mm-decode.el (mm-display-external): Make temp file read-only.
11614
11615 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11618         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11619         `C-c C-f d'.
11620
11621 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11622
11623         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11624
11625 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus.el: Bump version to 0.9.
11628
11629 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * gnus.el: No Gnus v0.8 is released.
11632
11633 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11634
11635         * mail-source.el (mail-source-value):
11636         Prefer fboundp to functionp so it works with macros as well.
11637
11638 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11639
11640         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11641         Fix last change in case the element is not even a symbol.
11642
11643 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11644
11645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11646         Prefer fboundp to functionp so it works with macros as well.
11647
11648 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11649
11650         * auth-source.el: Add docs.
11651         (auth-sources): Modify format to support server.
11652         (auth-source-pick, auth-source-user-or-password)
11653         (auth-source-user-or-password-imap)
11654         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11655         (auth-source-user-or-password-sftp)
11656         (auth-source-user-or-password-smtp): Add server parameter.
11657
11658 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11659
11660         * gnus-registry.el: Initialize the registry when gnus-registry-install
11661         is t.
11662
11663 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * compface.el (uncompface): Make buffer unibyte.
11666
11667 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11668
11669         * mail-source.el (mail-source-value):
11670         Prefer fboundp to functionp so it works with macros as well.
11671
11672 2008-04-05  Glenn Morris  <rgm@gnu.org>
11673
11674         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11675
11676 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11677
11678         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11679         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11680
11681         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11682         multibyteness after rather than before erasing it.
11683
11684         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11685         mm-with-multibyte.
11686         (gnus-request-article-this-buffer): Make sure the proper decoding is
11687         used if gnus-original-article-buffer happens to be unibyte.
11688
11689         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11690         default-enable-multibyte-characters.
11691
11692         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11693         default-enable-multibyte-characters.
11694
11695         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11696
11697         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11698
11699 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11700
11701         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11702         Fix last change in case the element is not even a symbol.
11703
11704 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11705
11706         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11707         (imap-message-copyuid-1): Use it.
11708         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11709         J. Williams in
11710         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11711
11712         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11713         imap-enable-exchange-bug-workaround.
11714         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11715
11716 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11717
11718         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11719         a 100 byte status-checks into a 2-3MB transfer for each group.
11720         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11721         to enable bug workaround or not.
11722         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11723
11724 2008-03-31  Glenn Morris  <rgm@gnu.org>
11725
11726         * message.el (mml2015-use): Declare for compiler.
11727         (message-info): Require mml2015 when appropriate.
11728
11729 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11732         whitespace.
11733
11734 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11735
11736         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11737         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11738         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11739         (nntp-service-to-port): New function.
11740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11741         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11742         (nntp-open-netcat-stream): New function.
11743         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11744
11745 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11746
11747         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11748
11749 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11750
11751         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11752
11753 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11754
11755         * dns.el (dns-write): Use set-buffer-multibyte.
11756
11757 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11758
11759         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11760
11761 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * message.el (message-signature-separator): Change default.
11764         Improve custom type.
11765         (message-cite-function): Change default to
11766         message-cite-original-without-signature.
11767
11768         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11769         toggle.
11770
11771         * message.el (message-check-news-body-syntax): Fix signature check.
11772         (message-setup-1): Mark buffer as unmodified _after_ running
11773         message-setup-hook and handling message-alternative-emails.
11774         (message-shorten-references): Be more strict when building list of
11775         valid references to comply with GNKSA.
11776
11777         * gnus-group.el (gnus-read-ephemeral-bug-group)
11778         (gnus-read-ephemeral-debian-bug-group)
11779         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11780
11781         * message.el (message-info): Don't use booleanp which isn't supported
11782         in Emacs 21 and XEmacs.
11783
11784 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11787         gnus-group-gmane-group-download-format.
11788         (gnus-group-read-ephemeral-gmane-group): Rename from
11789         gnus-group-read-ephemeral-gmane-group.
11790         (gnus-read-ephemeral-gmane-group-url): Rename from
11791         gnus-group-read-ephemeral-gmane-group-url.
11792         (gnus-bug-group-download-format-alist): New variable.
11793         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11794         (gnus-read-ephemeral-emacs-bug-group): New commands.
11795
11796 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11799         (gnus-visible-headers): Improve custom type.
11800
11801 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * mml.el (mml-menu): Add workarounds for XEmacs.
11804
11805         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11806         X-Boundary header.
11807
11808         * message.el (message-simplify-recipients): Fix previous commit.
11809
11810 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11811
11812         * mm-util.el (mm-set-buffer-multibyte): New function.
11813         * mm-decode.el (mm-copy-to-buffer): Use it.
11814
11815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11816         Prefer fboundp to functionp so it works with macros as well.
11817
11818 2008-03-19  Glenn Morris  <rgm@gnu.org>
11819
11820         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11821         Accidentally removed in the sync process with Emacs.
11822
11823 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * message.el (message-alter-recipients-discard-bogus-full-name):
11826         New function.
11827         (message-alter-recipients-function): New variable.
11828         (message-get-reply-headers): Use it.
11829         (message-replace-header): New helper function.
11830         (message-recipients-without-full-name): New variable.
11831         (message-simplify-recipients): New command.
11832
11833         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11834
11835         * message.el (message-info): Handle EasyPG manual.
11836
11837         * mml.el (mml-menu): Add entry for EasyPG.
11838
11839 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11840
11841         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11842         parameter.
11843
11844         * message.el (message-disassociate-draft): Specify drafts group name
11845         fully.
11846
11847 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11848
11849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11850         Eliminate unnecessary duplicates from the match list.
11851
11852 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11855
11856         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11857
11858         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11859         args of `how-many' of which the XEmacs version doesn't take; declare
11860         Info-index-next as function.
11861
11862 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-score.el (gnus-score-headers): Fix handling of
11865         gnus-inhibit-slow-scoring.
11866
11867         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11868         string.
11869         (gnus-button-url-regexp): Improve handling of parenthesis.
11870         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11871         (gnus-button-handle-info-keystrokes): Handle index entries.
11872
11873 2008-03-15  Glenn Morris  <rgm@gnu.org>
11874
11875         * parse-time.el (parse-time-string): Simplify.
11876
11877 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11880         Incoming* files.
11881
11882 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * auth-source.el (auth-sources): Rename from auth-source-choices.
11885         (auth-source-pick): Use it.
11886
11887 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11888
11889         * binhex.el (binhex-decode-region-internal):
11890         * uudecode.el (uudecode-decode-region-internal):
11891         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11892         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11893         setting default-enable-multibyte-characters.
11894
11895 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11896
11897         * auth-source.el (auth-source-protocols)
11898         (auth-source-protocols-customize, auth-source-choices): Add and
11899         modified variable customizations and defaults.
11900         (auth-source-pick, auth-source-user-or-password)
11901         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11902         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11903         (auth-source-user-or-password-sftp)
11904         (auth-source-user-or-password-smtp): Use new variables and provide an
11905         interface to netrc.el.
11906
11907 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11910         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11911         Make sure the nntp port to specify is a string.
11912
11913 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11914
11915         * nntp.el: Use with-current-buffer.
11916         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11917         dubious mm-with-unibyte-current-buffer.
11918         (nntp-with-open-group-function): New function extracted from
11919         nntp-with-open-group macro.
11920         (nntp-with-open-group): Use the function, so it's easier to debug.
11921         Add indentation and debugging info.
11922         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11923         Recommend the use of the netcat alternatives.
11924
11925         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11926         Avoid mm-string-as-multibyte as well.
11927
11928         * nnweb.el (nnweb-insert-html):
11929         Remove use of nnheader-string-as-multibyte.
11930
11931         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11932         (nnheader-string-as-multibyte): Remove.
11933
11934         * mm-view.el: Use inhibit-read-only.
11935         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11936         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11937         or unibyte-string.
11938
11939         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11940         (mm-uu-yenc-extract): Use with-current-buffer.
11941
11942         * gnus-soup.el (gnus-soup-send-packet): Don't use
11943         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11944
11945         * nnmh.el: Use with-current-buffer.
11946         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11947         mm-string-as-multibyte on the output of mm-encode-coding-string.
11948
11949         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11950         (nnimap-request-move-article): Use with-current-buffer.
11951
11952         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11953         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11954         conversion uses string-make-unibyte rather than string-as-unibyte.
11955
11956         * gnus-msg.el: Use with-current-buffer.
11957
11958         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11959
11960 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11961
11962         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11963         string for caching if it is 'PIN.
11964
11965 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * lpath.el: Consider the case without Emacs/W3.
11968
11969 2008-03-08  Glenn Morris  <rgm@gnu.org>
11970
11971         * time-date.el (date-to-time, time-subtract, time-add)
11972         (safe-date-to-time): Doc fixes.
11973
11974 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * mail-source.el (mail-source-delete-old-incoming-confirm):
11977         Change default to nil.
11978         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11979
11980 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * lpath.el: Rearrange.
11983
11984         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11985         (gnus-article-goto-prev-page): Work for articles having ^L's.
11986
11987         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11988
11989         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11990
11991 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11992
11993         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11994         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11995         (gnus-bookmark-jump): Adjust some variable names.
11996
11997 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * auth-source.el: New package.
12000         (auth-source-choices): Add customization entry point variable.
12001
12002         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12003         bug.
12004
12005 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12006
12007         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12008         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12009         (gnus-registry-install-shortcuts): Rename from
12010         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12011         the `gnus-registry-mark-map' keymap dynamically from
12012         `gnus-registry-marks'.  The generated functions update the summary line
12013         when a registry mark is added or deleted, and will call
12014         `gnus-registry-install-p' (see the comments in the code).
12015         (gnus-registry-user-format-function-M): Use concat intelligently.
12016
12017         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12018         the registry mark functions.
12019
12020 2008-03-05  Glenn Morris  <rgm@gnu.org>
12021
12022         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12023         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12024         gnus-art.
12025         (top-level): No need to load own source when compiling.
12026
12027 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12030         Suggested by <chris.anderton@zetnet.co.uk>.
12031
12032 2008-03-04  Glenn Morris  <rgm@gnu.org>
12033
12034         * gnus-sum.el (top-level): No need to require gnus when compiling,
12035         since unconditionally required near start of file.
12036         (gnus-summary-display-while-building): Move definition before use.
12037
12038 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12039
12040         * gnus-registry.el (gnus-registry-user-format-function-M):
12041         Add formatting function.
12042
12043 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12044
12045         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12046         with plists.
12047         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12048         Use new format.
12049
12050 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12053         `where-is-internal' that returns a range of key sequences.
12054
12055 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12056
12057         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12058
12059         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12060         (gnus-summary-jump-to-group): Consider windows on other displayed
12061         frames as well.  Similar changes might be needed elsewhere, but that's
12062         the one I've bumped into during my use.
12063
12064         * nndoc.el (nndoc-oe-dbx-type-p):
12065         * gnus-msg.el (gnus-debug):
12066         * gnus-group.el (gnus-update-group-mark-positions):
12067         Use mm-string-to-multibyte.
12068
12069 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12072         doesn't handle NotDashEscaped.
12073
12074         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12075         (mml-dnd-attach-options): Fix typo in custom choice.
12076
12077         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12078         Change nndoc-article-type to mbox.
12079         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12080
12081         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12082         to nil, instead of html2text.
12083
12084         * imap.el (imap-debug): Add `imap-ping-server'.
12085
12086         * gnus-bookmark.el: Add FIXMEs.
12087
12088         * message.el (message-form-letter-separator)
12089         (message-send-form-letter-delay): New variables.
12090         (message-send-form-letter): Use them.  New command to send form
12091         letters.  Requested by Uwe Siart.
12092         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12093
12094 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * Update copyright years.
12097
12098 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         Sync from EMACS_22_BASE.
12101
12102         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12103
12104 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12105
12106         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12107         empty author.
12108
12109 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12110
12111         * gnus-registry.el (gnus-registry-marks): Add variable for
12112         customization of marks and their appearance.
12113         (gnus-registry-read-mark): Use it.
12114         (gnus-registry-do-marks): Add utility function to loop through
12115         `gnus-registry-marks'.
12116         (gnus-registry-install-shortcuts-and-menus): Add function to install
12117         shortcuts and menus.
12118         (gnus-registry-initialize): Use it.
12119         (gnus-registry-default-mark): Clarify documentation.
12120
12121 2008-02-29  Glenn Morris  <rgm@gnu.org>
12122
12123         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12124         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12125         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12126         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12127         Change defcustom :version from 23.0 to 23.1.
12128
12129 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12130
12131         * gnus-registry.el (gnus-registry-follow-group-p)
12132         (gnus-registry-post-process-groups): Add functions to aid registry
12133         splitting and improve logging.  Clarify behavior in function
12134         documentation.
12135         (gnus-registry-split-fancy-with-parent): Use them.
12136
12137 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12138
12139         * gnus-art.el: Use with-current-buffer.
12140
12141 2008-02-27  David Engster  <dengste@eml.cc>
12142
12143         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12144         Express real group name in the response.
12145
12146 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12149         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12150         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12151         autoload gnus-registry-fetch-group when compiling.
12152         (nnmairix-request-group-with-article-number-correction):
12153         Remove unreferenced argument passed to nnmairix-call-backend.
12154
12155 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12158         (mm-uu-extract): Improve face for low color ttys.
12159         Reported by Sascha Wilde.
12160
12161 2008-02-27  Glenn Morris  <rgm@gnu.org>
12162
12163         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12164         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12165         variables to defconsts.  Convert comments to doc-strings.
12166         (nnmairix-last-server, nnmairix-current-server): Convert from free
12167         variables to defvars.  Convert comments to doc-strings.
12168         (gnus-registry-fetch-group): Autoload.
12169         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12170         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12171         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12172         caddr.
12173         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12174         nnmairix-request-group-with-article-number-correction call.
12175         (nnmairix-fast, nnmairix-group): New, less general names, for free
12176         variables passed from nnmairix-request-group to
12177         nnmairix-request-group-with-article-number-correction.  Declare.
12178         (nnmairix-request-group-with-article-number-correction):
12179         Use nnmairix-fast, nnmairix-group rather than fast, group.
12180
12181 2008-02-26  David Engster  <dengste@eml.cc>
12182
12183         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12184         version 0.5.
12185
12186 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12187
12188         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12189         instead of making an extra function call.  Don't add the current group
12190         to articles only when they have the group.  Use
12191         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12192         Reported by David <de_bb@arcor.de>.
12193
12194 2008-02-24  Miles Bader  <miles@gnu.org>
12195
12196         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12197         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12198         (mm-find-mime-charset-region):
12199         * mm-bodies.el (mm-encode-body):
12200         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12201
12202 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12205         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12206
12207 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * mail-source.el (mail-source-delete-incoming): Change default.
12210         Supplement doc string.
12211
12212         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12213
12214 2008-02-14  Glenn Morris  <rgm@gnu.org>
12215
12216         * time-date.el (format-seconds): New function.
12217
12218 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * nnmail.el (nnmail-message-id-cache-file): Derive from
12221         `gnus-home-directory'.
12222
12223 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12226         Document negative prefix.
12227
12228         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12229
12230 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12231
12232         * message.el (message-unsent-separator): Add the Exim bounce
12233         separator.
12234
12235 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12236
12237         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12238         list.
12239         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12240         recipient/signer list.
12241
12242 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * Makefile.in (datarootdir): Define.
12245         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12246         name that might contain whitespace.
12247
12248 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12251         fbound (Emacs 23 unicode), signal an error.
12252
12253 2008-02-08  Glenn Morris  <rgm@gnu.org>
12254
12255         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12256
12257 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12258
12259         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12260         ports to the calls to `netrc-machine-user-or-password' in addition to
12261         "imap" and "imaps".
12262
12263 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12264
12265         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12266
12267         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12268
12269 2008-02-01  Kenichi Handa  <handa@m17n.org>
12270
12271         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12272         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12273         (rfc2104-hash): Convert the result of concat to unibyte string.
12274
12275 2008-02-01  Dave Love  <fx@gnu.org>
12276
12277         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12278         coding-system-for-read.
12279         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12280
12281 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12282
12283         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12284         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12285         <hanche@math.ntnu.no>.
12286
12287 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12290
12291         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12292
12293 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12294
12295         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12296         * message.el (message-beginning-of-line): Use featurep instead of bound
12297         tests in order to resolve conditionals at compile time.
12298
12299 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12300
12301         * mail-source.el (mail-sources): Add `group' choice.
12302
12303         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12304         parameter `in-group' to control into which group the articles go.
12305         Add treatment of `group' mail-source.
12306
12307 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12310
12311         * mm-decode.el (mm-dissect-buffer): Decode description.
12312
12313         * mml.el (mml-to-mime): Encode message header first.
12314
12315 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12318         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12319
12320         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12321         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12322
12323 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12326
12327 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12330         prefix keys.
12331         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12332         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12333         gnus-xmas.el.
12334
12335         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12336         (gnus-xmas-article-describe-bindings): New function.
12337         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12338         gnus-xmas-article-describe-bindings.
12339
12340         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12341
12342 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12343
12344         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12345         Add new variables for article mark management.
12346         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12347         list of extra data entries which, when present, will indicate that the
12348         article ID should not be trimmed from the registry.
12349         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12350         functions.
12351         (gnus-registry-read-mark): New function to read a mark name from the
12352         user.
12353         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12354         (gnus-registry-set-article-mark-internal): New functions to add and
12355         remove marks.
12356         (gnus-registry-get-article-marks): New function to show the marks for
12357         an article, or retrieve them for further use.
12358
12359 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12362         keys when no argument is given.
12363
12364 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * imap.el (imap-ping-server): New variable.
12367         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12368         (imap-ping-server): Minor doc string fixes.
12369
12370 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12371
12372         * imap.el (imap-ping-server): New function.
12373         (imap-opened): Call imap-ping-server.
12374
12375 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * gnus-sum.el (gnus-article-sort-by-random)
12378         (gnus-thread-sort-by-random): Fix doc strings.
12379         Reported by jidanni@jidanni.org.
12380
12381 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * gnus-art.el (gnus-article-describe-bindings): New function.
12384         (gnus-article-read-summary-keys): Use it.
12385         (gnus-article-mode-map): Bind `C-h b' to it.
12386
12387 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12390         XEmacs.
12391         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12392         Protect against non-character events.
12393
12394         * lpath.el: Fbind map-keymap for Emacs 21.
12395
12396 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12399         New command.
12400         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12401         instead of END.  Change name of the temp file.
12402         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12403         customizable.
12404
12405 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12408         bind `S W' to gnus-article-wide-reply-with-original; set default
12409         binding to gnus-article-read-summary-send-keys.
12410         (gnus-article-read-summary-keys): Fix the order of keys; display
12411         continuation keys correctly in the echo area; describe bindings
12412         correctly when keys end with `C-h'.
12413         (gnus-article-read-summary-send-keys): New function.
12414         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12415         Work for gnus-article-read-summary-send-keys; display continuation keys
12416         correctly in the echo area.
12417         (gnus-article-reply-with-original): Ignore prefix argument.
12418         (gnus-article-wide-reply-with-original): New function.
12419
12420         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12421         Emacs 21.
12422
12423 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12426         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12427
12428 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12431         (gnus-group-read-ephemeral-gmane-group): New command.
12432
12433 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12434
12435         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12436
12437 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * message.el (message-send-mail-function): Increase custom version.
12440
12441         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12442         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12443
12444 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12445
12446         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12447         for the cases where imap-authenticate is called with a nil buffer
12448         parameter.
12449
12450 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12453         html parts correctly; support forwarded messages.
12454         (gnus-article-browse-html-article): Remove work buffers.
12455
12456         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12457         compiling.
12458         (netrc-bound-and-true-p): New macro.
12459         (netrc-parse): Use it instead of bound-and-true-p that is not available
12460         in XEmacs 21.4.
12461
12462 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12463
12464         * gnus-registry.el (gnus-registry-mark-article)
12465         (gnus-registry-article-marks): Add functionality to mark articles
12466         through the Gnus registry.
12467
12468         * encrypt.el: Clarify documentation for the new pgg method.
12469         (encrypt-file-alist): Add PGG option.
12470         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12471         functionality.  Abstract password key and messaging to external
12472         functions.
12473         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12474         (encrypt-message-method-and-cipher): Add new convenience external
12475         functions.
12476         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12477         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12478
12479         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12480         (netrc-parse): Use encrypt-file-alist to determine if
12481         encrypt-find-model or encrypt-insert-file-contents should be used.
12482
12483         * encrypt.el: Clarify documentation.  Load password-cache or
12484         password, whichever one is found first, instead of autoloading.
12485
12486 2007-12-19  Glenn Morris  <rgm@gnu.org>
12487
12488         * mml.el (message-options-set, message-narrow-to-head)
12489         (message-in-body-p, message-mail-p, message-encode-message-body):
12490         Autoload.
12491         (message-remove-header, message-narrow-to-headers-or-head)
12492         (message-subscribed-p, message-make-mail-followup-to)
12493         (message-position-on-field, message-news-p)
12494         (message-options-set-recipient, message-generate-headers)
12495         (message-sort-headers): Declare as functions.
12496
12497 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12500         convention in doc string.
12501
12502 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12505         title to html parts.
12506         (gnus-article-browse-html-article): Pass message header to it.
12507
12508         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12509
12510 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12513         or password compatible with XEmacs.
12514
12515 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12518         format document.
12519         (gnus-mime-delete-part): Don't write description line if empty.
12520         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12521
12522 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12523
12524         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12525         (gnus-summary-mark-read-and-unread-as-read)
12526         (gnus-summary-mark-current-read-and-unread-as-read)
12527         (gnus-summary-mark-unread-as-ticked): Doc fix.
12528         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12529
12530 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12533         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12534
12535 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12538         yes-or-no-p.
12539
12540 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * mm-decode.el (mm-add-meta-html-tag): New function.
12543         (mm-save-part-to-file, mm-pipe-part): Use it.
12544
12545         * gnus-art.el (gnus-article-browse-delete-temp-files):
12546         Use gnus-y-or-n-p instead of y-or-n-p.
12547         (gnus-article-browse-html-parts): Work with message/external-body; use
12548         mm-add-meta-html-tag.
12549
12550 2007-12-11  Glenn Morris  <rgm@gnu.org>
12551
12552         * gnus-cache.el: Require gnus-sum not just when compiling.
12553
12554         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12555
12556         * gnus-int.el (gnus-server-opened, gnus-status-message):
12557         Move definitions before use.
12558
12559         * mm-decode.el: Require gnus-util.
12560         (mm-remove-part): Only call delete-annotation on XEmacs.
12561
12562         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12563
12564         * nnmail.el: Require gnus-int.
12565
12566         * spam.el: Move `require's before `eval-when-compile's.
12567
12568         * gnus-ems.el (gnus-alive-p):
12569         * gnus-fun.el (message-goto-eoh):
12570         * gnus-util.el (gnus-group-name-decode):
12571         * mail-source.el (gnus-compress-sequence):
12572         * message.el (Info-goto-node, format-spec):
12573         * mm-bodies.el (message-options-get):
12574         * mm-decode.el (mm-view-pkcs7):
12575         * mm-util.el (gmm-write-region):
12576         * mml-smime.el (mml-compute-boundary)
12577         (gnus-completing-read-with-default):
12578         * mml.el (widget-button-press, gnus-make-hashtable):
12579         * mml1991.el (mm-decode-content-transfer-encoding)
12580         (mm-encode-content-transfer-encoding)
12581         (message-options-get, message-options-set):
12582         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12583         * nnfolder.el (gnus-request-group):
12584         * nnheader.el (ietf-drums-unfold-fws):
12585         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12586         * smime.el (gnus-run-mode-hooks):
12587         * spam-stat.el (gnus-message): Autoload.
12588
12589         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12590         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12591         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12592         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12593         Add declare-function compatibility definition.
12594
12595         * gnus-cache.el (nnvirtual-find-group-art):
12596         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12597         (gnus-add-image, gnus-add-wash-type):
12598         * gnus-group.el (nnkiboze-score-file):
12599         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12600         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12601         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12602         (message-tokenize-header, gnus-get-buffer-create)
12603         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12604         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12605         * gnus.el (gnus-group-decoded-name):
12606         * mail-source.el (imap-capability):
12607         * mm-bodies.el (message-options-set):
12608         * mm-decode.el (gnus-configure-windows):
12609         * mm-extern.el (message-goto-body):
12610         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12611         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12612         (epg-sub-key-validity, message-options-set):
12613         * mml.el (widget-event-point, gnus-configure-windows):
12614         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12615         * mml2015.el (epg-check-configuration, epg-configuration)
12616         (message-options-set):
12617         * nndb.el (nndb-request-article):
12618         * nnfolder.el (gnus-request-create-group):
12619         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12620         * nnmaildir.el (gnus-group-mark-article-read):
12621         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12622         * rfc1843.el (message-fetch-field):
12623         * spam.el (gnus-extract-address-components):
12624         Declare as functions.
12625
12626 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12629
12630         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12631
12632         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12633         bind show-trailing-whitespace for XEmacs.
12634
12635 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12638         new no-op macro for backward compatibility.
12639
12640         * imap.el (imap-string-to-integer): New function.
12641
12642 2007-12-09  Glenn Morris  <rgm@gnu.org>
12643
12644         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12645
12646         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12647         * message.el, mm-view.el, sieve-manage.el, smime.el:
12648         Add declare-function compatibility definition.
12649
12650         * gnus-art.el (w3-region, w3m-region, Info-menu):
12651         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12652         * gnus-sum.el (gnus-get-predicate):
12653         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12654         * message.el (mail-abbrev-in-expansion-header-p):
12655         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12656         (w3m-detect-meta-charset, w3m-region):
12657         * sieve-manage.el (password-read, password-cache-add)
12658         (password-cache-remove):
12659         * smime.el (password-read-and-add): Declare as functions.
12660
12661 2007-12-08  David Kastrup  <dak@gnu.org>
12662
12663         * gnus-sum.el (gnus-summary-simplify-subject-query):
12664         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12665         `message'.
12666
12667 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12670         it to bind idna-program, installation-directory, defined-colors, and
12671         face-attribute for XEmacs of the version that compiles defcustom forms.
12672
12673 2007-12-07  Glenn Morris  <rgm@gnu.org>
12674
12675         * gnus-art.el (article-make-date-line): Revert previous change.
12676
12677 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12680
12681 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12682
12683         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12684         Call gnus-add-to-range ranges only once with a prepared article-list.
12685
12686 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12687
12688         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12689         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12690         group names with backslashes.
12691         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12692
12693 2007-12-06  Deepak Goel  <deego3@gmail.com>
12694
12695         * gnus-art.el (article-make-date-line):
12696         * gnus-start.el (gnus-load):
12697         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12698
12699 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (gnus-use-idna):
12702         * gnus-start.el (gnus-site-init-file):
12703         * message.el (message-use-idna):
12704         * mm-uu.el (mm-uu-hide-markers):
12705         * smiley.el (smiley-style): Revert changes that suppress warnings.
12706
12707 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12710         specify charset to html source.
12711         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12712
12713 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12716         idna-program in order to suppress byte compile warning issued by XEmacs
12717         that came to byte compile the default value section of defcustom forms
12718         recently.
12719
12720         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12721         value of installation-directory.
12722
12723         * message.el (message-use-idna): Don't directly refer to the value of
12724         idna-program.
12725
12726         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12727
12728         * smiley.el (smiley-style): Don't directly call face-attribute.
12729
12730 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12733
12734         * gnus-dired.el: Reduce Gnus dependencies.
12735         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12736         Don't require.  Use autoloads instead.
12737         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12738         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12739         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12740         (gnus-dired-mode): Adjust doc string.
12741         (gnus-dired-mail-mode): New variable.
12742         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12743         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12744         (gnus-dired-mail-buffers): New function.  Return mail or message
12745         composition buffers.
12746         (gnus-dired-attach): Use it.
12747         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12748         NO-DECODE.
12749         (gnus-dired-print): Use `gnus-print-buffer' depending on
12750         `gnus-dired-mail-mode'.
12751
12752 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * rfc2047.el (rfc2047-encoded-word-regexp)
12755         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12756         explaining what regexp patterns are for.
12757
12758 2007-12-04  Glenn Morris  <rgm@gnu.org>
12759
12760         * password.el: Move to password-cache.el.
12761
12762         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12763         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12764         * mml-smime.el (password-read, password-cache-add)
12765         (password-cache-remove):
12766         No need to autoload, since mml-sec requires password.
12767
12768         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12769         * message.el (gnus-extract-address-components):
12770         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12771
12772         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12773         password.
12774
12775 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * mailcap.el: Reduce dependencies.
12778         (mail-header-parse-content-type): Autoload.
12779         (mailcap-delete-duplicates): New alias.
12780         (mailcap-mime-info): Add optional argument NO-DECODE.
12781         (mailcap-mime-types): Use mailcap-delete-duplicates.
12782
12783         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12784
12785 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12786
12787         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12788         (imap-parse-status): Upcase status-att for servers that sends them
12789         lower-case (e.g., MS Exchange 2007).
12790
12791 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12794         function.
12795
12796         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12797         (gnus-uu-yenc-article): New function.
12798
12799         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12800
12801         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12802
12803 2007-12-02  Glenn Morris  <rgm@gnu.org>
12804
12805         * binhex.el (binhex): New custom group.
12806         (binhex-decoder-program, binhex-decoder-switches)
12807         (binhex-use-external): Move to the binhex custom group.
12808
12809         * uudecode.el (uudecode): New custom group.
12810         (uudecode-decoder-program, uudecode-decoder-switches)
12811         (uudecode-use-external): Move to the uudecode custom group.
12812
12813         * netrc.el (top-level): Don't load `encrypt' features.
12814         (netrc-parse): Don't use encrypt.
12815         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12816
12817         * encrypt.el: Remove file.
12818
12819 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12822         matches on patches.
12823
12824         * gnus-art.el (gnus-article-browse-html-article):
12825         Mention `mm-text-html-renderer' in the doc string.
12826
12827         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12828         string.  Add comments.
12829
12830         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12831         if rhs is ASCII.
12832
12833 2007-12-01  Glenn Morris  <rgm@gnu.org>
12834
12835         * mail-source.el (top-level): Require format-spec before
12836         eval-when-compile.
12837
12838 2007-11-30  Glenn Morris  <rgm@gnu.org>
12839
12840         * encrypt.el: Require password, rather than autoloading password-read.
12841
12842 2007-11-29  Glenn Morris  <rgm@gnu.org>
12843
12844         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12845         (sasl-make-client, sasl-next-step, sasl-step-data)
12846         (sasl-step-set-data): Declare as functions.
12847
12848 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12851
12852 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12853
12854         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12855         certs should be verified and what is to be done in the event of a
12856         verification failure.
12857
12858         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12859         caller can indicate whether the cache should be disregarded for this
12860         call.  This way the result of the call is reproducible at all times and
12861         can be considered a canonical server name for the supplied method.
12862         (gnus-agent-method-p): Canonicalize server names by pushing their
12863         method through `gnus-method-to-server' using the no-cache argument.
12864
12865         * gnus-srvr.el (gnus-server-insert-server-line):
12866         Call `gnus-method-to-server' with `no-cache' argument.
12867
12868         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12869         gnus-agent-possibly-synchronize-flags as this should be called when the
12870         server is actually being opened.
12871         (gnus-agent-possibly-synchronize-flags)
12872         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12873         flags file of an agentized server to the latter function.
12874
12875         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12876         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12877         after a connection has been established successfully.
12878
12879 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-art.el (article-display-face): Force to display face if called
12882         interactively; check if gnus-article-x-face-too-ugly matches author.
12883         (article-display-x-face): Display face even if From header is missing
12884         as article-display-face does.
12885
12886 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12887
12888         * hashcash.el (message-narrow-to-headers-or-head)
12889         (message-fetch-field, message-goto-eoh)
12890         (message-narrow-to-headers): Declare as functions.
12891
12892 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * mail-source.el (mail-sources): Default to fetch from file for
12895         compatibility with default of nnmail-spool-file.
12896
12897 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12900         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12901         to look for encoded word that should be encoded again.
12902         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12903         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12904         encoding pattern.
12905         (rfc2047-decode-region): Switch strict regexp and loose one according
12906         to rfc2047-allow-irregular-q-encoded-words.
12907
12908 2007-11-25  Romain Francoise  <romain@orebokech.com>
12909
12910         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12911
12912 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * tls.el (tls-program): Provide more custom choices from
12915         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12916         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12917
12918 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12921         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12922
12923         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12924         `nnmail-spool-file'.
12925
12926         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12927         `nnmail-spool-file'.
12928
12929         * gnus-move.el (gnus-change-server): Ditto.
12930
12931         * gnus-kill.el (gnus-batch-score): Ditto.
12932
12933         * gnus-cache.el (gnus-jog-cache): Ditto.
12934
12935         * gnus-msg.el (gnus-summary-reply):
12936         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12937
12938 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12941         version.  Minor improvement to doc strings.
12942         (tls-program): Add comment.
12943
12944 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12945
12946         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12947         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12948         mismatch between the hostname provided in the certificate and the name
12949         of the host connnecting to.
12950         (open-tls-stream): Use them.  Check certificates against trusted root
12951         certificates.
12952
12953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-cache.el (gnus-cache-generate-nov-databases):
12956         Use nnml-generate-nov-databases-directory instead of
12957         nnml-generate-nov-databases-1.
12958
12959 2007-11-24  Glenn Morris  <rgm@gnu.org>
12960
12961         * message.el (message-tool-bar-retro): Update for rename
12962         mail_send.xpm->mail-send.xpm.
12963
12964 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12967         `smime-ldap-search' for Emacs 22 and up.
12968
12969 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12970
12971         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12972
12973         * message.el (message-send-mail-function): Fix error convention.
12974         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12975         (message-widen-reply, message-send-mail, message-talkative-question)
12976         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12977         (message-clone-locals, message-send-news): Use with-current-buffer.
12978         (message-insert-or-toggle-importance): Remove unused var `valid'.
12979         (message-make-references): Remove unused var `new-references'.
12980         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12981
12982 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12983
12984         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12985         (spam-split-symbolic-return-positive): Reflow docstring.
12986         (spam-backends, spam-summary-exit-behavior)
12987         (spam-mark-ham-unread-before-move-from-spam-group)
12988         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12989         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12990         (spam-clear-cache, spam-backend-check, spam-install-backend)
12991         (spam-install-statistical-backend, spam-list-of-processors)
12992         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12993         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12994         (spam-check-crm114, spam-initialize, spam-unload-hook):
12995         Fix typos in docstrings.
12996
12997 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13000         been checked if they have never been read and those group levels are
13001         higher than the one that a user specified.
13002
13003 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13006         foreign groups unless a group level is specified by a user.
13007         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13008
13009 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * message.el (message-send-mail-function): Require sendmail.
13012
13013 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * message.el (message-send-mail-function): Check for smtpmail too.
13016
13017         * utf7.el (utf7-encode, utf7-decode): Use coding system
13018         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13019
13020         * message.el (message-send-mail-function): New function.
13021         (message-send-mail-function): Set default using
13022         message-send-mail-function.  Adjust doc string.
13023         (message-send-mail-with-mailclient): New function.
13024
13025 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13026
13027         * smime.el (from):
13028         * rfc2047.el (message-posting-charset):
13029         * qp.el (mm-use-ultra-safe-encoding):
13030         * pop3.el (parse-time-months):
13031         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13032         * nnml.el (files):
13033         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13034         (jka-compr-compression-info-list, ange-ftp-path-format)
13035         (efs-path-regexp):
13036         * nndiary.el (files):
13037         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13038         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13039         (epg-digest-algorithm-alist, inhibit-redisplay)
13040         (password-cache-expiry):
13041         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13042         (pgg-output-buffer, password-cache-expiry):
13043         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13044         (efs-path-regexp):
13045         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13046         (inhibit-redisplay):
13047         * mm-uu.el (file-name, start-point, end-point, entry)
13048         (gnus-newsgroup-name, gnus-newsgroup-charset):
13049         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13050         (latin-unity-ucs-list):
13051         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13052         (mm-uu-binhex-decode-function):
13053         * message.el (gnus-message-group-art, gnus-list-identifiers)
13054         (rmail-enable-mime-composing, gnus-local-organization)
13055         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13056         (gnus-read-active-file, facemenu-add-face-function)
13057         (facemenu-remove-face-function, gnus-article-decoded-p)
13058         (tool-bar-mode):
13059         * mail-source.el (display-time-mail-function):
13060         * gnus-util.el (nnmail-pathname-coding-system)
13061         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13062         (gnus-original-article-buffer, gnus-user-agent)
13063         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13064         (xemacs-codename, sxemacs-codename, emacs-program-version):
13065         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13066         * gnus-start.el (gnus-agent-covered-methods)
13067         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13068         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13069         (gnus-newsgroup-headers, gnus-group-list-mode)
13070         (gnus-group-mark-positions, gnus-newsgroup-data)
13071         (gnus-newsgroup-unreads, nnoo-state-alist)
13072         (gnus-current-select-method, mail-sources)
13073         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13074         (nnmail-spool-file, gnus-cache-active-hashtb):
13075         * gnus-mh.el (mh-lib-progs):
13076         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13077         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13078         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13079         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13080         (gnus-group-buffer):
13081         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13082         (font-lock-set-defaults):
13083         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13084         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13085         (gnus-summary-post-menu, total-parts, type, condition, length):
13086         * gnus-agent.el (gnus-agent-read-agentview):
13087         * flow-fill.el (show-trailing-whitespace):
13088         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13089         eval-and-compile wrappers for byte compiler pacifiers.
13090
13091         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13092         (mm-display-inline-fontify): Check for featurep 'xemacs not
13093         extent-list.
13094
13095         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13096         itimer-list.
13097         (mm-create-image-xemacs): Only do something for XEmacs.
13098         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13099
13100         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13101
13102         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13103         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13104
13105 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13106
13107         * nnimap.el (nnimap-split-download-body):
13108         * gnus-demon.el (gnus-demon):
13109         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13110
13111 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13114         New macros.
13115         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13116         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13117         copy data from unibyte buffer to multibyte current buffer.
13118         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13119         to copy data from unibyte current buffer to multibyte buffer.
13120         (nntp-make-process-buffer): Make process buffer unibyte.
13121
13122         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13123
13124 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13125
13126         * pop3.el (pop3-open-server): Accept and process data more robustly at
13127         connection start to avoid spurious "POP SSL connection failed" errors.
13128
13129 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13132         read group names.
13133
13134 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13137
13138 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13141         (nnmail-save-active): Use a unibyte buffer when saving active file,
13142         which may contain non-ASCII group names.
13143
13144         * nnml.el (nnml-request-group): Decode group names in messages.
13145
13146 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13147
13148         * message.el (message-citation-line-function)
13149         (message-insert-formatted-citation-line): Fix spelling of
13150         `message-insert-formated-citation-line'.
13151
13152 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13155
13156 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13159         nnmail-pathname-coding-system.
13160
13161         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13162         that a user enters; decode group names in messages.
13163
13164         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13165
13166 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13169
13170         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13171
13172         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13173         risky local variable.
13174
13175         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13176
13177 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13178
13179         * encrypt.el: Improve documentation to fix function name typo.
13180         Reported by Daiki Ueno <ueno@unixuser.org>.
13181
13182 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13185         even if the point is not in the last page of an article.
13186         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13187         back to the previous page.
13188
13189 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13192
13193 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13196
13197 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13198
13199         * message.el (message-check-news-body-syntax):
13200         Avoid mm-string-as-multibyte.
13201         (message-hide-headers): Don't assume (point-min)==1.
13202
13203 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * message.el (message-remove-blank-cited-lines): Fix if remove is
13206         given.
13207         (message-bogus-address-regexp): New variable.
13208         (message-bogus-recipient-p): New function.
13209         (message-check-recipients): New command.
13210         (message-syntax-checks): Add `bogus-recipient'.
13211         (message-fix-before-sending): Add `bogus-recipient'.
13212
13213         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13214         (gnus-treat-body-boundary): Don't test window-system.
13215
13216 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13217
13218         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13219
13220 2007-10-28  Miles Bader  <miles@gnu.org>
13221
13222         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13223         at compile-time too.
13224
13225 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-msg.el (gnus-message-setup-hook):
13228         Add `message-remove-blank-cited-lines' to options.
13229
13230 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * message.el (message-remove-blank-cited-lines): New function.
13233         Suggested by Karl Plästerer.
13234
13235 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13238         mapc.
13239
13240         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13241         (top-level): Use mapc to set functions to be traced for debugging.
13242
13243         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13244         called for effect with while loop.
13245
13246         * message.el (message-talkative-question): Replace mapcar called for
13247         effect with mapc.
13248
13249         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13250         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13251         called for effect with dolist.
13252
13253         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13254
13255         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13256         gnus-extra-headers and nnmail-extra-headers.
13257
13258         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13259         called for effect with dolist.
13260         (top-level): Use mapc to set functions to be traced for debugging.
13261
13262         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13263         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13264         dolist.
13265
13266         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13267         Replace mapcar called for effect with mapc.
13268         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13269         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13270         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13271         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13272
13273         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13274         remove-if that's a cl function.
13275
13276         * webmail.el (webmail-debug): Replace mapcar called for effect with
13277         dolist.
13278
13279         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13280         with mapc.
13281
13282 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13285         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13286         with while loop.
13287
13288         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13289         functions from article-* functions.
13290         (gnus-multi-decode-header): Replace mapcar called for effect with
13291         dolist.
13292
13293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13294         (gnus-bookmark-show-details): Replace mapcar called for effect with
13295         while loop.
13296
13297         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13298         called for effect with while loop.
13299
13300         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13301         with dolist.
13302
13303         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13304         Replace mapcar called for effect with dolist.
13305
13306         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13307
13308         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13309         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13310         Replace mapcar called for effect with dolist.
13311         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13312         mapc.
13313
13314         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13315         Replace mapcar called for effect with dolist.
13316         (gnus-topic-list): Replace mapcar called for effect with mapc.
13317
13318         * gnus.el: Use mapc instead of mapcar to add autoloads.
13319
13320 2007-10-23  Richard Stallman  <rms@gnu.org>
13321
13322         * gnus-group.el (gnus-group-highlight): Mark as risky.
13323
13324 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * gnus.el (gnus-server-to-method): Return method found first in
13327         gnus-newsrc-alist.
13328
13329         * gnus-art.el (gnus-article-highlight-signature)
13330         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13331         button overlay without the front stickiness.
13332
13333 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13334
13335         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13336         overview buffer needed a catch to receive its throw.
13337         (gnus-agent-flush-cache): Declare as interactive to make this function
13338         easier to use.
13339
13340 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13343         `next-line'.
13344
13345 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13348         exclude address matching message-dont-reply-to-names.
13349
13350 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-util.el (gnus-string<): New function.
13353
13354         * gnus-sum.el (gnus-article-sort-by-author)
13355         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13356
13357 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13360         the frame-focus tag is set in gnus-buffer-configuration.
13361
13362 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13365         the front stickiness.
13366
13367 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13370         url pattern; remove duplicate one.
13371         (gnus-article-extend-url-button): New function.
13372         (gnus-article-add-buttons): Use it.
13373         (gnus-button-push): Use concatenated url that it makes.
13374
13375 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13376
13377         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13378
13379 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13380
13381         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13382         Don't hardcode point-min==1.
13383
13384 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13387         Fix comment about "iso8859-1".
13388
13389 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13390
13391         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13392         ones returned from the verify-function.
13393
13394         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13395         Call mml2015-extract-cleartext-signature if extraction failed.
13396
13397 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13398
13399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13400         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13401         failed.
13402
13403 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13406
13407 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13410         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13411         recommends to use EasyPG instead of PGG.
13412
13413         * pgg.el: Revert to revision 6.23.2.16.
13414
13415         * pgg-def.el: Revert to revision 6.6.2.14.
13416
13417         * pgg-gpg.el: Revert to revision 6.23.2.34.
13418
13419 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13422         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13423         thread for both the null and zero (kill/expire thread) universal prefix
13424         cases.
13425         (gnus-summary-expire-thread): Add new function to expire a thread,
13426         using gnus-summary-kill-thread.
13427         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13428         shortcuts for gnus-summary-expire-thread.
13429         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13430         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13431
13432 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13433
13434         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13435         extras value, so an extras entry can be deleted.
13436         (gnus-registry-delete-extra-entry): Use it.
13437         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13438         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13439         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13440         storage through the gnus-registry, and provide an appropriate API for
13441         it.
13442
13443 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13446         Suggested by Leo <sdl.web@gmail.com>.
13447
13448         * gnus.el: Do.
13449
13450 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13453         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13454
13455         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13456
13457         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13458         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13459
13460 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13463         newline.
13464         (nnmbox-request-accept-article): Don't change article in source buffer;
13465         narrow to header to use message-fetch-field rather than
13466         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13467         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13468         as delimiters; make sure article ends with newline.
13469         (nnmbox-delete-mail): Correct last position of article to be deleted;
13470         ignore X-Gnus-Newsgroup header in article body.
13471         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13472         positions; make sure article ends with newline.
13473
13474         * message.el (message-display-abbrev): Don't infloop when a user
13475         inserts SPC in the beginning of header.
13476
13477         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13478         coding-system-for-read and coding-system-for-write for XEmacs having no
13479         file-coding feature.
13480
13481         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13482
13483 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13486         list of groups not followed by default.  Fix type to be regexp.
13487         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13488
13489 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13490
13491         * hmac-def.el (define-hmac-function): Switch from old-style to
13492         new-style backquotes.
13493
13494         * md4.el (md4-make-step): Likewise.
13495
13496 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13499         raw-text coding system when saving .newsrc file, which may contain
13500         non-ASCII group names.
13501
13502 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-cus.el (gnus-score-extra): New widget.
13505         (gnus-score-extra-convert): New function.
13506         (gnus-score-customize): Use it for Extra.
13507
13508 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13509
13510         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13511         (mml2015-mailcrypt-clear-verify): Use it.
13512         (mml2015-gpg-clear-verify): Use it.
13513         (mml2015-pgg-clear-verify): Use it.
13514         (mml2015-epg-clear-verify): Replace the current part with the output
13515         from GnuPG; don't extract the plaintext by itself.
13516
13517         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13518         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13519         mml2015-clear-verify-function; don't touch the armor headers or
13520         dash-escaped text here.
13521
13522 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13525         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13526         parts, or application/octet-stream as a last resort.
13527         (gnus-mime-view-part-as-type): Don't toggle display.
13528         (gnus-mime-view-part-as-charset): Don't turn off display before
13529         querying charset.
13530
13531         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13532         stuff to undisplayer function in Emacs.
13533         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13534
13535         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13536         text/calendar parts.
13537
13538 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13541         decoding text/calendar parts.
13542
13543         * message.el (message-forward-make-body-mime): Always mark body as
13544         having no illegible text; remove signed-or-encrypted argument.
13545         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13546
13547         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13548         (mml-generate-mime-1): Don't encode body if it is specified to be in
13549         raw form; don't make buffer be unibyte when inserting multibyte string.
13550
13551 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * sha1.el: Fix up comment style.
13554         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13555         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13556
13557         * hex-util.el: Fix up comment style.
13558         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13559
13560         * gnus-salt.el: Use with-current-buffer.
13561         (gnus-pick-setup-message): Fix long-standing typo.
13562
13563 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * imap.el (imap-logout-timeout): New variable.
13566         (imap-logout, imap-logout-wait): New functions.
13567         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13568
13569         * nnimap.el (nnimap-logout-timeout): New server variable.
13570         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13571         nnimap-logout-timeout.
13572
13573         * gnus-art.el (gnus-article-summary-command-nosave)
13574         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13575
13576 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus.el (gnus-maximum-newsgroup): New variable.
13579
13580         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13581         according to gnus-maximum-newsgroup.
13582
13583         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13584         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13585         Limit the range of articles according to gnus-maximum-newsgroup.
13586
13587 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13588
13589         * gnus-art.el (gnus-sticky-article): Fix problems described in
13590         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13591         Don't perform gnus-configure-windows here; reuse existing sticky
13592         article buffer.
13593
13594         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13595         it doesn't exist in gnus-article-mode.
13596
13597 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13600         (gnus-agent-decoded-group-name): New function.
13601         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13602         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13603
13604 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13605
13606         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13607         Add binding for gnus-sticky-article.
13608         (gnus-summary-exit): Don't kill sticky article buffers.
13609
13610         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13611         article buffer.
13612         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13613         (gnus-kill-sticky-article-buffers): New commands.
13614
13615 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * nntp.el (nntp-xref-number-is-evil): New server variable.
13618         (nntp-find-group-and-number): If it is non-nil, don't trust article
13619         numbers in the Xref header.
13620
13621 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-agent.el (gnus-agent-read-group): New function.
13624         (gnus-agent-flush-group, gnus-agent-expire-group)
13625         (gnus-agent-regenerate-group): Use it.
13626         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13627         nnmail-pathname-coding-system.
13628
13629 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13632
13633         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13634         that are unread as unread, and also as selected so that information of
13635         marks having been changed by a user may be updated when exiting group.
13636
13637 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13638
13639         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13640
13641 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13644         calculated ignoring signature parts to gnus-treat-article.
13645
13646 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13649         a point here in order to keep the window start.
13650         (gnus-insert-mime-security-button): Make a button overlay without the
13651         front stickiness.
13652         (gnus-mime-display-security): Goto the end of a button.
13653
13654         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13655
13656 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13659         group-name-at-point.
13660         (gnus-group-completing-read): New function that offers decoded
13661         non-ASCII group names for completion.
13662         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13663         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13664         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13665         (gnus-group-fetch-control): Use it.
13666         (gnus-fetch-group): Use group-name-at-point for the initial value
13667         rather than the default value; use gnus-alive-p.
13668
13669         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13670         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13671         (gnus-summary-post-news): Use gnus-group-completing-read.
13672
13673         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13674         (gnus-read-move-group-name): Decode group name for completion.
13675
13676 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13679         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13680         Yamaoka slightly modified the code).
13681
13682 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13685         (nnmail-split-incoming): Bind it.
13686
13687         * nnml.el (nnml-group-name-charset): New function.
13688         (nnml-decoded-group-name): Use it; don't decode group name if
13689         nnmail-group-names-not-encoded-p is non-nil.
13690         (nnml-encoded-group-name): New function.
13691         (nnml-group-pathname): Inline nnml-decoded-group-name.
13692         (nnml-request-expire-articles): Decode group name in message.
13693         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13694         nnmail-pathname-coding-system.
13695         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13696         not decoded ones according to nnmail-group-names-not-encoded-p.
13697         (nnml-generate-active-info): Use nnml-encoded-group-name.
13698
13699 2007-08-08  Glenn Morris  <rgm@gnu.org>
13700
13701         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13702         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13703         doc-strings and comments.
13704
13705 2007-07-25  Glenn Morris  <rgm@gnu.org>
13706
13707         * Relicense all FSF files to GPLv3 or later.
13708
13709 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-sum.el (gnus-summary-move-article):
13712         Make gnus-summary-respool-article work.
13713
13714 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13717         string.
13718
13719 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13720
13721         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13722         that should be ignored when comparing distant RSS articles with local
13723         ones.
13724         (nnrss-make-hash-index): New function.  Create a hash index according
13725         to the ignored fields.
13726         (nnrss-check-group): Use it.
13727
13728 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13731
13732         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13733
13734         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13735         the new optional argument ENCODED is non-nil.
13736         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13737         coding system for encoding group name.
13738         (gnus-group-make-rss-group): Pass un-encoded group name to
13739         gnus-group-make-group.
13740         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13741         encoded.
13742
13743         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13744         Encode group name to which articles are moved or copied.
13745         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13746         coding system for encoding Newsgroup, Followup-To and Xref headers.
13747
13748         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13749         marks; use nnheader-file-coding-system to write a file.
13750         (nnagent-retrieve-headers): Bind file-name-coding-system to
13751         nnmail-pathname-coding-system.
13752
13753         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13754
13755         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13756         (nnml-request-article, nnml-request-create-group)
13757         (nnml-request-rename-group, nnml-find-id)
13758         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13759         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13760         (nnml-save-marks): Use nnml-group-pathname instead of
13761         nnmail-group-pathname.
13762
13763         (nnml-request-create-group, nnml-request-expire-articles)
13764         (nnml-request-move-article, nnml-request-delete-group)
13765         (nnml-deletable-article-p, nnml-possibly-create-directory)
13766         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13767         (nnml-open-marks): Bind file-name-coding-system to
13768         nnmail-pathname-coding-system.
13769
13770         (nnml-request-article): Pass server argument to nnml-find-group-number.
13771         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13772         Pass server argument to nnml-possibly-create-directory.
13773         (nnml-request-accept-article): Pass server argument to
13774         nnml-active-number and nnml-save-mail.
13775         (nnml-find-group-number): Pass server argument to nnml-find-id.
13776         (nnml-request-update-info): Pass server argument to
13777         nnml-marks-changed-p.
13778
13779         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13780         (nnml-save-mail, nnml-active-number): Add server argument.
13781
13782         (nnml-request-delete-group): Warn if group is missing.
13783         (nnml-get-nov-buffer): Decode group name.
13784         (nnml-generate-active-info): Encode group name.
13785         (nnml-open-marks): Decode group name in messages.
13786
13787 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13790         if it is not specified.
13791         (gnus-article-pipe-part, gnus-article-save-part)
13792         (gnus-article-interactively-view-part, gnus-article-copy-part)
13793         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13794         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13795         (gnus-article-replace-part, gnus-article-delete-part)
13796         (gnus-article-view-part-as-type): Pass raw prefix argument to
13797         gnus-article-part-wrapper.
13798
13799 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-agent.el (gnus-agent-save-active):
13802         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13803
13804         * gnus-cache.el (gnus-cache-save-buffers)
13805         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13806         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13807         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13808         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13809         (gnus-cache-generate-active, gnus-cache-rename-group)
13810         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13811         (gnus-cache-update-overview-total-fetched-for):
13812         Bind file-name-coding-system to nnmail-pathname-coding-system.
13813         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13814         New variables.
13815         (gnus-cache-decoded-group-name): New function.
13816         (gnus-cache-file-name): Use it.
13817         (gnus-cache-generate-active): Use non-decoded group name for active.
13818
13819         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13820         right place.
13821         (gnus-write-active-file): Don't break non-ASCII group names.
13822
13823         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13824         nnmail-pathname-coding-system.
13825
13826         * lpath.el: Bind default-file-name-coding-system,
13827         file-name-coding-system and language-info-alist for XEmacs.
13828
13829         * gnus-uu.el (gnus-uu-decode-save): Typo.
13830
13831 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13834
13835 2007-07-14  David Kastrup  <dak@gnu.org>
13836
13837         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13838         finishing actions if we did not edit the article.
13839
13840 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13843         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13844         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13845         (gnus-agent-flush-group, gnus-agent-flush-cache)
13846         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13847         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13848         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13849         (gnus-agent-regenerate-group)
13850         (gnus-agent-update-files-total-fetched-for)
13851         (gnus-agent-update-view-total-fetched-for):
13852         Bind file-name-coding-system to nnmail-pathname-coding-system.
13853         (gnus-agent-group-pathname): Don't encode file names by
13854         nnmail-pathname-coding-system.
13855         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13856         coding-system-for-write instead of buffer-file-coding-system to
13857         gnus-agent-file-coding-system.
13858
13859         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13860         Decode group name.
13861
13862         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13863
13864         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13865         (gnus-read-newsrc-el-file): Make group names unibyte.
13866
13867         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13868         nnmail-pathname-coding-system.
13869
13870         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13871         (nnrss-request-delete-group): Bind file-name-coding-system to
13872         nnmail-pathname-coding-system.
13873         (nnrss-read-server-data, nnrss-read-group-data):
13874         Bind file-name-coding-system correctly.
13875         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13876
13877         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13878         (nntp-server-to-method-cache): New variable.
13879         (nntp-group-pathname): New function that decodes non-ASCII group names.
13880         (nntp-possibly-create-directory, nntp-marks-changed-p)
13881         (nntp-save-marks, nntp-open-marks): Use it.
13882         (nntp-possibly-create-directory, nntp-open-marks):
13883         Bind file-name-coding-system to nnmail-pathname-coding-system.
13884         (nntp-open-marks): Decode group names when bootstrapping marks.
13885
13886         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13887         Newsgroups and Followup-To headers.
13888
13889 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13892         (gnus-server-closed-face, gnus-server-denied-face)
13893         (gnus-server-offline-face): Remove variable.
13894         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13895
13896         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13897         of modifying message-stack directly for XEmacs.
13898
13899         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13900         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13901         if the coding-system argument is nil for XEmacs.
13902
13903         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13904         mm-charset-override-alist.
13905
13906         * rfc2047.el: Don't require base64; require rfc2045 for the function
13907         rfc2045-encode-string.
13908         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13909         to quote the parameter value.
13910
13911 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13914         form in gnus-group-name-charset-method-alist.
13915
13916         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13917         overrides the default layout edit-form.
13918
13919         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13920
13921         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13922
13923 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13926         as unfetched articles.
13927
13928 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13931
13932 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13935         original back end that keeps marks in the local system.
13936
13937 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13940         arg of pop-to-buffer for XEmacs.
13941         (gnus-article-read-summary-keys): Ditto; don't restore window
13942         configuration if summary command ends up with neither article buffer
13943         nor summary buffer; describe bindings if summary keys end with C-h.
13944
13945 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * message.el (message-fix-before-sending): Skip raw message part to be
13948         forwarded while checking illegible text.
13949         (message-forward-make-body-mime, message-forward-make-body):
13950         Mark signed or encrypted raw message as having no illegible text.
13951
13952 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13955         (gnus-message-with-timestamp-1): New macro.
13956         (gnus-message-with-timestamp): New function.
13957         (gnus-message): Use them.
13958
13959         * nnheader.el (nnheader-message): Use them.
13960
13961 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13964         .newsrc.eld file.
13965
13966 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * gnus-agent.el (gnus-agent-fetch-headers)
13969         (gnus-agent-retrieve-headers):
13970         Bind gnus-decode-encoded-address-function to identity.
13971
13972         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13973         available also when the server returns simply a dot.
13974
13975         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13976
13977 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13980
13981 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-ems.el (gnus-x-splash): Make it work.
13984
13985         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13986         from being used.
13987
13988         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13989
13990 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13993         4th and the 5th arguments.
13994
13995         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13996         the front stickiness.
13997         (gnus-article-summary-command-nosave): Correct the order of the
13998         arguments passed to pop-to-buffer.
13999         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14000         summary command ends up with the article buffer.
14001
14002         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14003         the same faces.
14004
14005 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14006
14007         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14008
14009 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14010
14011         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14012         * gnus-sum.el (gnus-summary-highlight):
14013         * pgg.el (pgg-sign-region, pgg-sign):
14014         * mail-source.el (mail-source-delete-old-incoming-confirm):
14015         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14016
14017 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-mime-view-part-externally)
14020         (gnus-mime-view-part-internally): Fix predicate function passed to
14021         completing-read.
14022
14023         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14024
14025         * gnus.el (gnus-update-message-archive-method): Add :version.
14026
14027 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus.el (gnus-update-message-archive-method): New variable.
14030
14031         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14032         according to gnus-message-archive-method if
14033         gnus-update-message-archive-method is non-nil.
14034
14035 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14038         Suggested by Loic Dachary <loic@dachary.org>.
14039         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14040
14041 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * message.el (message-pop-to-buffer): Add switch-function argument.
14044         (message-mail): Pass switch-function argument to it.
14045
14046 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14049         Improve doc string.
14050
14051 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14054         (gnus-header-content):
14055         * gnus-cite.el (gnus-cite-10):
14056         * gnus-srvr.el (gnus-server-closed):
14057         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14058         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14059         (gnus-group-mail-3-empty, gnus-group-mail-low)
14060         (gnus-group-mail-low-empty, gnus-splash):
14061         * message.el (message-header-to, message-header-cc)
14062         (message-header-subject, message-header-other, message-header-name)
14063         (message-header-xheader, message-separator, message-cited-text)
14064         (message-mml): Lighten colors of faces used for dark background.
14065
14066 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14067
14068         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14069         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14070
14071 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * message.el (message-narrow-to-headers-or-head):
14074         Ignore mail-header-separator in the body.
14075
14076 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14079         same as window size.
14080
14081 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14082
14083         * message.el (message-font-lock-keywords): Use message-header-xheader
14084         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14085         ahead of the anything pattern, to get it recognized.
14086
14087 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14090         spam.el loads uses it in the compiled defadvice form.
14091
14092 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14093
14094         * gnus-sum.el (gnus-articles-to-read)
14095         (gnus-summary-insert-old-articles): Don't truncate group name for
14096         `read-string'.
14097
14098         * gnus-util.el (gnus-limit-string): Delete this function.
14099
14100         * gnus-sum.el (gnus-simplify-subject-fully):
14101         Use `truncate-string-to-width' instead.
14102
14103 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14104
14105         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14106         Tell if, on summary exit, the next group has to be selected.
14107         (gnus-summary-exit): Use it.
14108
14109 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14112         non-break space.
14113
14114 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14117         Check if group is not a directory.
14118         (nnfolder-request-expire-articles): Don't delete articles if the target
14119         group is not available.
14120
14121         * nnml.el (nnml-request-create-group): Properly check if group is not a
14122         file.
14123         (nnml-request-expire-articles): Don't delete articles if the target
14124         group is not available.
14125
14126         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14127         Don't quote characters that are within parentheses.
14128
14129 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14132         (gnus-handle-ephemeral-exit): Select article according to it.
14133
14134 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * message.el (message-insert-formated-citation-line): Remove newline.
14137         (message-citation-line-format): Add final \n here so that the user can
14138         avoid a blank line.
14139
14140 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14141
14142         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14143         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14144         Update lanl/arXiv support.
14145
14146 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * gnus.el: Bump version number.
14149
14150 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14151
14152         * gnus.el (gnus-version-number): Bump version.
14153
14154 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14155
14156         * gnus.el: No Gnus v0.6 is released.
14157
14158 2007-04-27  Didier Verna  <didier@xemacs.org>
14159
14160         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14161         * gmm-utils.el (gmm-regexp-concat): ... here.
14162         * message.el: Don't require 'gnus-util.
14163         (message-dont-reply-to-names): Handle name change above.
14164         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14165
14166 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14169         since the initial value varies according to the system.
14170
14171 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14174
14175 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14176
14177         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14178
14179 2007-04-24  Didier Verna  <didier@xemacs.org>
14180
14181         Improve the type of gnus-ignored-from-addresses.
14182         * gnus-util.el (gnus-orify-regexp): New function.
14183         * message.el (gnus-util): Require it.
14184         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14185         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14186         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14187
14188 2007-04-24  Didier Verna  <didier@xemacs.org>
14189
14190         * gnus-sum.el:
14191         * gnus-utils.el: Fix some trailing whitespaces.
14192
14193 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14196         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14197         article's Message-ID; refer parent article in summary buffer.
14198
14199         * message.el (message-bounce): Call mime-to-mml.
14200
14201         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14202         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14203         optimize and/or forms properly.
14204
14205 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14208         URL.
14209
14210 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14213
14214 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14217         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14218         displayed of multipart/alternative part if it is invoked from summary
14219         buffer.
14220
14221         * mm-view.el (mm-inline-text-html-render-with-w3m)
14222         (mm-inline-text-html-render-with-w3m-standalone)
14223         (mm-inline-render-with-function): Use mail-parse-charset by default.
14224
14225 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14226
14227         * parse-time.el (parse-time-string-chars): Check if CHAR
14228         is less than the length of parse-time-syntax.
14229
14230 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14233         from gnus-newsgroup-processable.
14234
14235 2007-04-16  Didier Verna  <didier@xemacs.org>
14236
14237         * gnus-msg.el (gnus-configure-posting-styles):
14238         Handle message-signature-directory properly with :file syntax.
14239         Reported by "Leo".
14240
14241 2007-04-11  Didier Verna  <didier@xemacs.org>
14242
14243         New user option: message-signature-directory.
14244         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14245         * message.el (message-insert-signature): Ditto.
14246         * message.el (message-signature-file): Doc update.
14247         * message.el (message-signature-directory): New.
14248
14249 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-msg.el (gnus-inews-yank-articles):
14252         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14253
14254 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * message.el (message-yank-original): Make sure cited text ends with
14257         newline; don't exchange point and mark.
14258
14259 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14260
14261         * tls.el (open-tls-stream): Properly handle case where there
14262         is no associated buffer.
14263
14264 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14265
14266         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14267         message-yank-original, make sure (< mark TEXT point).
14268
14269 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * message.el (message-fill-column): New variable.
14272         (message-mode): Use it.  Add comment on a possible new hook.
14273
14274         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14275         (nnmail-get-new-mail): Reformat.
14276
14277         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14278
14279         * gmm-utils.el: Fix Commentary.
14280         (gmm-tool-bar-from-list): Fix typo in doc string.
14281
14282 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14283
14284         * message.el (message-yank-original): Don't switch point and mark
14285         unnecessarily to put point and mark as documented.
14286
14287 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14288
14289         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14290         from the message heads.
14291
14292 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14293
14294         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14295         article buffer does not have a window.  This may not be the best
14296         solution but is certainly better than setting the start of the null,
14297         that is the current, window.
14298
14299 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14302         (gnus-draft-setup): Run it.
14303
14304         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14305         gnus-score-fast-scoring.  Allow regexp.
14306         (gnus-score-headers): Use it.
14307
14308         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14309         XEmacs.
14310
14311         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14312         string.
14313         (gnus-button-alist): Also catch `<f1> k ...'.
14314         (gnus-treat-display-x-face): Fix doc string.
14315
14316 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14317
14318         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14319         evaluation of gnus-extended-version to ensure correct generation of the
14320         User-Agent header when message-generate-headers-first is used.
14321
14322 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14323
14324         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14325         hashcash-path is nil.  Don't call callback with incorrect number of
14326         parameters if val is 0.
14327
14328 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14329
14330         * message.el (message-required-news-headers):
14331         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14332
14333 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14334
14335         * tls.el (open-tls-stream): In handshake-waiting loop,
14336         don't wait more if there is output available to process.
14337
14338 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14339
14340         * tls.el (tls-program): Doc fix.
14341
14342 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * message.el (message-generate-new-buffers): Change the meaning of the
14345         nil value; add `standard' to the choices; treat t as `unique'; improve
14346         doc string.
14347         (gnus-select-frame-set-input-focus): Autoload.
14348         (message-buffer-name): Search for the existing message buffer if
14349         message-generate-new-buffers is nil or `standard'; treat the value t of
14350         message-generate-new-buffers as `unique'.
14351         (message-pop-to-buffer): Raise the frame already displaying the message
14352         buffer; clear the echo area after querying.
14353         (message-setup): Pass the `continue' argument to compose-mail.
14354         (message-mail): Prefer `switch-function' if it is given; search for the
14355         existing message buffer if the `continue' argument is non-nil; pass
14356         continue and switch-function arguments to compose-mail by way of
14357         message-setup.
14358         (message-mail-other-window): Adjust argument of message-setup.
14359         (message-mail-other-frame): Ditto.
14360
14361 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14364         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14365         to turn font-lock on when turning gnus-message-citation-mode on.
14366
14367 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14368
14369         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14370         (mml-smime-function-alist): New variable; add epg as the backend.
14371         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14372         mml-smime- functions instead.
14373         * mm-view.el: Require smime.
14374
14375 2007-03-05  Didier Verna  <didier@xemacs.org>
14376
14377         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14378         instead of just inheritance for posting styles.
14379         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14380
14381 2007-02-24  Chris Moore  <dooglus@gmail.com>
14382
14383         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14384         * pgg-pgp.el (pgg-pgp-encrypt-region):
14385         * pgg-gpg.el (pgg-gpg-encrypt-region):
14386         Check pgg-encrypt-for-me if no other recipients.
14387
14388 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14389
14390         * tls.el (tls-certtool-program): Fix custom type.
14391
14392 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14395         and point-at-eol instead of line-(beginning|end)-position.
14396
14397         * assistant.el (assistant-parse-buffer): Ditto.
14398
14399         * netrc.el (netrc-parse-services): Ditto.
14400
14401 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14402
14403         * mml2015.el (mml2015-epg-find-usable-key): New function.
14404         (mml2015-epg-sign): Use it.
14405         (mml2015-epg-encrypt): Use it.
14406
14407 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * message.el (message-make-in-reply-to): Quote name containing
14410         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14411         if there are special characters.  Reported by NAKAJI Hiroyuki
14412         <nakaji@jp.freebsd.org>.
14413
14414 2007-02-27  Didier Verna  <didier@xemacs.org>
14415
14416         Include the group parameters as well as the topic ones in the
14417         inheritance filter process.
14418         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14419         argument GROUP-PARAMS-LIST.
14420         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14421
14422 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * nntp.el (nntp-never-echoes-commands)
14425         (nntp-open-connection-functions-never-echo-commands): New variables.
14426         (nntp-send-command): Use them.
14427
14428 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14429
14430         * mml2015.el (mml2015-epg-verify): Simplify.
14431
14432 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mml.el (mml-content-disposition-alist): New user option.
14435         (mml-content-disposition): New function.
14436         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14437         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14438
14439 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14440
14441         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14442         verification.
14443
14444 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14445
14446         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14447         articles posted in the last 24 hours.
14448
14449 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14450
14451         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14452
14453 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14454
14455         * nntp.el (nntp-send-command): Don't wait for echoes when
14456         nntp-open-ssl-stream is used.
14457
14458 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14461         (gnus-message-add-citation-keywords)
14462         (gnus-message-remove-citation-keywords): Remove.
14463         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14464         directly, make the variables in font-lock-defaults buffer-local, add
14465         gnus-message-citation-keywords to them and then update the value of
14466         font-lock-keywords.
14467
14468 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * message.el (message-cite-original-1): Don't call
14471         gnus-article-highlight-citation.
14472
14473         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14474         citations; fix line count.
14475
14476 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14479         (gnus-message-add-citation-keywords)
14480         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14481         versions of font-lock-add-keywords and font-lock-remove-keywords to
14482         work with XEmacs correctly.
14483
14484 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * gnus-cite.el (gnus-cite-face-list): Set the values of
14487         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14488         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14489         (gnus-message-cite-prefix-regexp): New variable.
14490         (gnus-message-search-citation-line): Use it; protect against long
14491         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14492         the 0th match data for Emacs.
14493         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14494         (gnus-message-add-citation-keywords): Append keywords rather than
14495         prepending; emulate font-lock-add-keywords if it is not available.
14496         (gnus-message-remove-citation-keywords):
14497         Emulate font-lock-remove-keywords if it is not available.
14498
14499         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14500
14501         * message.el (message-cite-prefix-regexp): Set the value of
14502         gnus-message-cite-prefix-regexp.
14503
14504 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14505
14506         * nnweb.el (nnweb-google-parse-1): Update parser.
14507
14508 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14509
14510         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14511
14512 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14513
14514         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14515         regexp.
14516
14517 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14520         string-to-multibyte.
14521         (uudecode-decode-region-internal): Use it.
14522
14523         * lpath.el: Fbind string-as-multibyte for XEmacs.
14524
14525 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14528         Fix custom choice.
14529
14530         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14531
14532 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14533
14534         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14535
14536         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14537         `write-region' to respect `mm-inhibit-file-name-handlers'.
14538
14539 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14542         Use gnus-home-directory instead of "~/" or "$HOME".
14543
14544 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14545
14546         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14547         to mention filename.
14548         Add comments at beginning regarding usage.
14549         (encrypt-write-file-contents): Change interactive so a string is
14550         acceptable.  If the file has no associated model, show an error instead
14551         of a nonsense prompt.
14552
14553 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14554
14555         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14556         Thanks to Yoshihiko Yamada for kind notification of this typo.
14557
14558 2007-01-12  Kenichi Handa  <handa@m17n.org>
14559
14560         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14561         multibyte buffer.
14562
14563 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * gnus-score.el (gnus-score-fast-scoring): New variable.
14566         (gnus-score-headers): Use it.
14567
14568         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14569
14570         * message.el (message-cite-original-1):
14571         Call gnus-article-highlight-citation if requested.
14572         (message-make-from): Allow name and address as optional arguments.
14573
14574         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14575
14576         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14577         bugs to doc string.
14578         (gnus-button-alist): Add mid\\|message-id.
14579         (gnus-button-fetch-group): Extend for use in
14580         `browse-url-browser-function'.
14581         (gnus-button-url-regexp): Try to catch paired parentheses like in
14582         Wikipedia URLs.
14583
14584         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14585         Suggested by Simon Krahnke <overlord@gmx.li>.
14586
14587 2007-01-13  Romain Francoise  <romain@orebokech.com>
14588
14589         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14590         Update copyright.
14591
14592 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14593
14594         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14595
14596 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14597
14598         * gnus-registry.el (gnus-registry-unfollowed-groups)
14599         (gnus-registry-split-fancy-with-parent): Fix documentation.
14600
14601 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14602
14603         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14604         from nnweb groups.
14605
14606 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14607
14608         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14609         Xref urls.  Erase buffer before requesting head.
14610
14611         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14612
14613 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14616         customizable.
14617
14618 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14619
14620         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14621         no signing key is found.
14622         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14623         no encrypting and/or signing key is found.
14624
14625 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14628
14629 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14630
14631         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14632         headers read from disk with the ones newly found in the current search.
14633         This should no longer cause problems, because the article numbers in
14634         Gmane's `nov.php' output are ignored since the previous change.
14635
14636 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14637
14638         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14639
14640 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14643         replace-regexp-in-string; bind url-version; fbind display-images-p and
14644         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14645         find-face and set-itimer-function for Emacs; bind itimer-list for
14646         Emacs.
14647
14648         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14649
14650 2007-01-01  Romain Francoise  <romain@orebokech.com>
14651
14652         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14653
14654 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14655
14656         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14657         `define-minor-mode' macro definition expanded properly.
14658         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14659         exclude it there.
14660
14661         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14662         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14663         `fboundp' test.
14664         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14665         This is OK to autoload in (S)XEmacs now.
14666
14667 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14668
14669         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14670         keystroke.
14671         (gnus-summary-limit-to-singletons): Fix typo.
14672
14673         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14674         else fails.
14675
14676 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14677
14678         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14679         docstring.
14680
14681         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14682         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14683         (gnus-summary-insert-dormant-articles): Fix typo in message.
14684
14685 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14688         nil for XEmacs.
14689         (gnus-message-citation-mode): Don't autoload in XEmacs.
14690
14691         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14692
14693 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14694
14695         * nnimap.el (nnimap-expunge-search-string):
14696         Mention nnimap-search-uids-not-since-is-evil in docstring.
14697
14698 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * spam.el: Revert to make-obsolete-variable because
14701         define-obsolete-variable-alias is not supported in Emacs 21.
14702
14703         * spam.el (spam-ifile-path, spam-ifile-database-path)
14704         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14705         make-obsolete-variable.
14706         (spam-bsfilter-path, spam-bsfilter-program)
14707         (spam-spamassassin-path, spam-spamassassin-program)
14708         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14709         Don't use "path" inappropriately.
14710         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14711         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14712         variable names.
14713
14714 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14715
14716         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14717         summary buffer.
14718
14719         * password.el (password-cache-remove): Use clear-string to burn
14720         password, if available.
14721
14722 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14725
14726         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14727
14728         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14729         (gnus-message-highlight-citation): Move defcustom here from
14730         gnus-cite.el.
14731         (gnus-message-citation-mode): Autoload.
14732
14733         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14734         checks to make it compile with XEmacs.
14735         (gnus-message-citation-mode): New minor mode.
14736         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14737         (gnus-message-highlight-citation): New variables.
14738         (gnus-message-search-citation-line)
14739         (gnus-message-add-citation-keywords)
14740         (gnus-message-remove-citation-keywords)
14741         (turn-on-gnus-message-citation-mode)
14742         (turn-off-gnus-message-citation-mode): New functions.
14743
14744 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14745
14746         * gnus-cite.el: Enable highlighting of different citation levels in
14747         message-mode.
14748
14749 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * message.el (message-make-fqdn): Fix comment.
14752         (message-bogus-system-names): Add ".local".
14753
14754         * spam.el (spam-ifile-path, spam-ifile-program)
14755         (spam-ifile-database-path, spam-ifile-database)
14756         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14757         Don't use "path" inappropriately.
14758         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14759         strings.
14760         (spam-check-ifile, spam-ifile-register-with-ifile)
14761         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14762         Use new variable names.
14763
14764         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14765         (gnus-treat-display-smileys): Simplify using
14766         gnus-image-type-available-p.
14767
14768         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14769         available.
14770
14771         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14772         Use `display-images-p' if available.
14773
14774 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14777         one after turning on the buffer's multibyteness instead of decoding
14778         them directly in the unibyte buffer that causes unexpected conversion
14779         in Emacs 23 (unicode).
14780
14781 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14782
14783         * message.el (message-generate-hashcash): Fix custom type.
14784
14785 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14788
14789 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14792         disconnect icons.  Add help text.
14793
14794 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14797         negated to be consistent with the others we handle.
14798
14799 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14800
14801         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14802         version of gnus-summary-buffer to something, so that we can use two
14803         article buffers at the same time.
14804
14805 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14806
14807         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14808         trigger all the extra headers.
14809         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14810         sorting.
14811
14812 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14813
14814         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14815         solid groups.
14816
14817 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14818
14819         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14820
14821 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * legacy-gnus-agent.el: Add Copyright notice.
14824
14825 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14826
14827         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14828
14829 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14832
14833         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14834         to make it work reliably in CVS Emacs.
14835         (gnus-summary-limit-strange-charsets-predicate)
14836         (gnus-summary-limit-to-predicate): New functions.
14837
14838 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14839
14840         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14841         specifying array size.
14842         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14843         array if it is too small.
14844         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14845         (gnus-sort-threads-loop): New function.
14846
14847 2006-12-06  Chris Moore  <dooglus@gmail.com>
14848
14849         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14850         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14851
14852 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14853
14854         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14855         options.
14856
14857 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14858
14859         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14860         DOS-ing the recipient.
14861
14862         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14863         the headers when creating the mapping to avoid mismappings.
14864         (nnweb-gmane-create-mapping): Always nix out old mapping.
14865
14866 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14869         and mm-verify-option to never.
14870
14871 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * message.el (message-signed-or-encrypted-p): New function.
14874         (message-forward-make-body): Use it.
14875
14876         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14877         Replace encode-coding-string with mm-encode-coding-string.
14878
14879 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * nneething.el (nneething-decode-file-name):
14882         Replace decode-coding-string with mm-decode-coding-string.
14883
14884         * gnus-int.el (gnus-open-server): Say failed server's name.
14885
14886 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14887
14888         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14889         strings to a single string.  Quote `errors-file-name'.
14890         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14891         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14892         Adjust calls.  Use `shell-quote-argument'.
14893
14894 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14895
14896         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14897         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14898
14899         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14900         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14901         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14902         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14903         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14904         (gnus-subscribe-newsgroup, gnus-1):
14905         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14906         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14907         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14908         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14909
14910 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14911
14912         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14913         keystroke.
14914         (gnus-summary-limit-to-bodies): Implement headersp.
14915
14916 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14917
14918         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14919
14920 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14923
14924 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925
14926         * message.el (message-generate-hashcash): Expand range of values to
14927         include `opportunistic'.
14928         (message-send-mail): Use it.
14929
14930 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14931
14932         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14933         and comment it.
14934
14935         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14936
14937 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14938
14939         * gnus-util.el (gnus-extract-address-components): Improve comment.
14940
14941 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-util.el (gnus-extract-address-components): Work with address in
14944         which the name portion contains @.
14945
14946         * lpath.el: Fbind custom-autoload.
14947
14948 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * gnus.el (gnus-start): Move custom group up.
14951         (gnus-select-method): Don't autoload, but make it available for
14952         `customize-variable'.
14953         (gnus-getenv-nntpserver): Don't autoload.
14954
14955 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14956
14957         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14958
14959 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * message.el (message-sendmail-extra-arguments): New variable.
14962         (message-send-mail-with-sendmail): Use it.
14963
14964 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14967         mm-with-unibyte-current-buffer to make string unibyte.
14968
14969         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14970         mm-string-as-multibyte.
14971
14972 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14973
14974         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14975         Reported by Werner Koch <wk@gnupg.org>.
14976
14977 2006-11-14  Daiki Ueno  <ueno@p360>
14978
14979         * mml2015.el: Autoload epa-select-keys when compiling.
14980
14981 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14982
14983         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14984         message-options.
14985         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14986
14987 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14988
14989         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14990         EasyPG (< 0.0.6).
14991         (mml2015-always-trust): New user option.
14992         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14993         prompt.
14994
14995 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * nntp.el (nntp-authinfo-force): New variable.
14998         (nntp-send-authinfo): Use it.
14999
15000 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15003         decode encoded words.  Improve prompt.  Add comment about forwarding.
15004         (message-replacement-char): Move up.
15005
15006 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15007
15008         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15009         instead of gnus-intersection because arguments of gnus-sorted-nunion
15010         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15011
15012 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15015         (message-simplify-subject-functions):
15016         Enable message-strip-subject-encoded-words by default.
15017
15018 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * message.el (message-strip-subject-encoded-words): New function.
15021         (message-simplify-subject-functions): New variable.
15022         (message-simplify-subject): Use it.  Fix typo in doc string.
15023         Support message-strip-subject-encoded-words.
15024
15025 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15026
15027         * gnus-diary.el (gnus-diary-delay-format-function):
15028         * nndiary.el (nndiary-reminders):
15029         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15030
15031 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * gnus-art.el (article-hide-boring-headers): Fetch date from
15034         gnus-original-article-buffer to avoid problems with localized date
15035         strings.
15036
15037 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15040
15041 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15044         New variables.
15045         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15046         (mm-charset-synonym-alist): Move some entries to
15047         mm-codepage-iso-8859-list.
15048         (mm-charset-synonym-alist, mm-charset-override-alist):
15049         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15050
15051 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15054
15055 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15058         with Emacs 21 and XEmacs.
15059
15060 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15061
15062         * spam.el (spam-parse-address): New function for better parsing,
15063         catching errors, etc.
15064         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15065
15066 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * mm-view.el: Add interactive arg to html2text autoload.
15069
15070 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15073
15074 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15075
15076         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15077         New variables.
15078         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15079         (mm-charset-synonym-alist): Move some entries to
15080         mm-codepage-iso-8859-list.
15081
15082         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15083
15084 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * message.el (message-citation-line-format)
15087         (message-insert-formated-citation-line): Fix implementation of %E, %N
15088         and %n according to the doc string.
15089
15090 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15093         Use car-safe to avoid bad parses.
15094
15095 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15098         names.
15099
15100         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15101
15102 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15105         header.
15106
15107         * message.el (message-draft-headers): Add Date.
15108         (message-headers-to-generate): Fix typo in docstring.
15109
15110         * nndraft.el (nndraft-required-headers): New variable.
15111         (nndraft-generate-headers): Use it.
15112
15113         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15114
15115 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15116
15117         * gnus-registry.el (gnus-registry-wash-for-keywords)
15118         (gnus-registry-find-keywords): New functions to allow easy searching of
15119         articles that are in the registry.
15120
15121 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15122
15123         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15124         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15125         Reported by Damien Elmes <damien@repose.cx>.
15126
15127 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * gnus.el (gnus-mime): Remove unused custom group.
15130
15131 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15132
15133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15134         "blank line" when searching for end of armor headers.
15135
15136 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gmm-utils.el (gmm-write-region): Fix variable name.
15139
15140 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * gmm-utils.el (gmm-write-region): New function based on compatibility
15143         code from `mm-make-temp-file'.
15144
15145         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15146
15147         * nnmaildir.el (nnmaildir--update-nov)
15148         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15149         Use `gmm-write-region'.
15150
15151 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15154         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15155
15156         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15157
15158         * message.el (message-replacement-char): New variable.
15159         (message-fix-before-sending): Use it.
15160         (message-simplify-subject): New function to remove duplicate code.
15161         (message-reply, message-followup): Use it.
15162
15163         * gnus-sum.el (gnus-summary-make-menu-bar):
15164         Clarify gnus-summary-limit-to-articles.
15165
15166 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-util.el (gnus-with-local-quit): New macro.
15169
15170         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15171
15172 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15175         ignore non-string data.
15176
15177 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15180         non-string data (needs to be done in the registry too).
15181
15182 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15185         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15186         (gnus-registry-split-fancy-with-parent)
15187         (gnus-registry-fetch-simplified-message-subject-fast)
15188         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15189         Remove text properties on ingress into the registry and when it's saved.
15190         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15191         registry from entries with no groups.
15192
15193 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15196         function to remove string properties.
15197
15198 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * gmm-utils.el (gmm): Adjust custom version.
15201
15202         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15203         Adjust custom version.
15204
15205         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15206
15207 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * gnus-art.el (gnus-insert-prev-page-button)
15210         (gnus-insert-next-page-button): Simplify.  Reformat.
15211
15212 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15213
15214         * gnus-art.el (gnus-insert-prev-page-button)
15215         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15216
15217 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15218
15219         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15220
15221 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15222
15223         * gnus-art.el (gnus-insert-mime-button)
15224         (gnus-insert-mime-security-button):
15225         Apply gnus-article-button-face to MIME and security buttons.
15226
15227 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15230         readable.
15231
15232 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15235
15236 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15237
15238         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15239         `browse-url-of-file' instead of `browse-url'.
15240
15241 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15242
15243         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15244         regexp.  Articles containing quotation were cut prematurely.
15245
15246 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * message.el (message-cite-original-1): Use nobody by default for the
15249         value of From header.
15250         (message-reply): Ditto.
15251
15252 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15253
15254         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15255         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15256         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15257
15258 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15259
15260         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15261         mails in the doc string.  Add some URLs in comment.
15262         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15263
15264 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15267         backslashes handling and the way to find boundaries of quoted strings.
15268
15269 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15270
15271         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15272         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15273         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15274         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15275
15276 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15279         doc string.
15280         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15281
15282 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * lpath.el: Fbind epg-check-configuration.
15285
15286 2006-09-06  Simon Josefsson  <jas@extundo.com>
15287
15288         * mml2015.el (mml2015-use): Doc fix, mention epg.
15289
15290 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15291
15292         * mml2015.el (mml2015-use): Default to epg, if available.
15293
15294 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15295
15296         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15297         message-sender.
15298         (mml1991-epg-encrypt): Ditto.
15299         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15300         message-sender.
15301         (mml2015-epg-encrypt): Ditto.
15302
15303 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15304
15305         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15306         several common directories.
15307
15308 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15309
15310         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15311         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15312
15313 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-art.el (article-decode-encoded-words): Make it fast.
15316
15317 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15320
15321         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15322         in quoted string into `\'.
15323
15324 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15327         Use standard-syntax-table.
15328
15329 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-decode-address-function): New variable.
15332         (article-decode-encoded-words): Use it to decode headers which are
15333         assumed to contain addresses.
15334         (gnus-mime-delete-part): Remove useless `or'.
15335
15336         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15337         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15338         (gnus-nov-parse-line): Use it to decode From header.
15339         (gnus-get-newsgroup-headers): Ditto.
15340         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15341
15342         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15343         (mail-decode-encoded-address-string): New alias.
15344
15345         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15346         New function.
15347         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15348         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15349         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15350         (rfc2047-decode-string): Ditto.
15351         (rfc2047-decode-address-region): New function.
15352         (rfc2047-decode-address-string): New function.
15353
15354 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15355
15356         * message.el (message-caesar-buffer-body): Allow rotating headers.
15357
15358         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15359
15360         * message.el (message-insert-formated-citation-line): Fix %f.
15361         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15362
15363 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15366         (gnus-bookmark-mouse-available-p): New macro.
15367         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15368         (gnus-bookmark-bmenu-show-infos): Use it.
15369         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15370         (gnus-bookmark-bmenu-hide-infos): Ditto.
15371         (gnus-bookmark-remove-properties): New function.
15372         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15373         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15374         (gnus-bookmark-write-file): Bind coding-system-for-write.
15375         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15376         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15377         group before selecting it.
15378         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15379         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15380         quit-window if it is not available; use gnus-mouse-2 and bind it to
15381         gnus-bookmark-bmenu-select-by-mouse.
15382         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15383         (gnus-bookmark-bmenu-select-by-mouse): New function.
15384
15385 2006-08-13  Romain Francoise  <romain@orebokech.com>
15386
15387         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15388         space.
15389
15390 2006-08-10  Romain Francoise  <romain@orebokech.com>
15391
15392         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15393         (dns-mode-soa-auto-increment-serial): New user option.
15394         (dns-mode-soa-maybe-increment-serial): New function.
15395         (dns-mode): Add the latter to `write-contents-functions'.
15396
15397 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * compface.el (uncompface): Use binary rather than raw-text-unix.
15400
15401 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * compface.el (uncompface): Make sure the eol conversion doesn't take
15404         place when communicating with the external programs.
15405         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15406
15407 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15410
15411 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15412
15413         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15414         Make it more robust by parsing author and date independently.
15415
15416 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15419
15420 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15421
15422         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15423         first matching secret key.
15424         (mml2015-epg-encrypt): Ditto.
15425
15426         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15427         first matching secret key.
15428         (mml1991-epg-encrypt): Ditto.
15429
15430         * mml2015.el (mml2015-encrypt-to-self): New user option.
15431         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15432         mml2015-epg-encrypt-to-self is set.
15433
15434         * mml1991.el (mml1991-encrypt-to-self): New variable.
15435         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15436         mml1991-epg-encrypt-to-self is set.
15437
15438         * mml2015.el (mml2015-signers): New user option.
15439         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15440         (mml2015-epg-encrypt): Allow to select signing keys.
15441
15442         * mml1991.el (mml1991-signers): New variable.
15443         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15444         (mml1991-epg-encrypt): Allow to select signing keys.
15445
15446 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * nnheader.el (nnheader-insert-head): Make it work even if the file
15449         uses CRLF for the line-break code.
15450
15451 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15452
15453         * mml2015.el: Require mml-sec instead of password.
15454         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15455         (mml2015-cache-passphrase): Inherit the default value from
15456         mml-secure-cache-passphrase.
15457         (mml2015-passphrase-cache-expiry): Inherit the default value from
15458         mml-secure-passphrase-cache-expiry.
15459
15460         * mml1991.el: Require mml-sec instead of password.
15461         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15462         (mml1991-cache-passphrase): Inherit the default value from
15463         mml-secure-cache-passphrase.
15464         (mml1991-passphrase-cache-expiry): Inherit the default value from
15465         mml-secure-passphrase-cache-expiry.
15466
15467         * mml-sec.el: Require password.
15468         (mml-secure-verbose): New user option.
15469         (mml-secure-cache-passphrase): New user option.
15470         (mml-secure-passphrase-cache-expiry): New user option.
15471
15472 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15473             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15474
15475         * pgg-def.el (pgg-truncate-key-identifier):
15476         Truncate the key ID to 8 letters from the end.
15477
15478 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15479
15480         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15481         workaround for the url package included with Emacs.
15482
15483         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15484
15485 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15488         correctly.  This fixes a bug caused by the 2006-05-12 change.
15489
15490 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15491
15492         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15493         some information about the error when saying that the `bogus' mail
15494         group will be used.
15495
15496 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15499         string.
15500
15501 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15502
15503         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15504
15505 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15506
15507         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15508
15509 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15510
15511         * mml1991.el (mml1991-function-alist): Add epg.
15512         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15513         (mml1991-epg-encrypt): New functions.
15514
15515 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15516
15517         * mml2015.el (mml2015-verbose): New variable.
15518         (mml2015-cache-passphrase): Ditto.
15519         (mml2015-passphrase-cache-expiry): Ditto.
15520         (mml2015-function-alist): Add epg.
15521         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15522         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15523         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15524         New functions.
15525
15526 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15527
15528         * message.el (message-cite-original-1): Preserve region when removing
15529         quoted text due to X-No-Archive in order to avoid bogus attribution
15530         when citing multiple messages.
15531
15532 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15533
15534         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15535         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15536
15537 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gnus-diary.el (gnus-user-format-function-d)
15540         (gnus-user-format-function-D): Autoload.
15541
15542         * imap.el (Commentary): Fix typo.
15543
15544         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15545         2006-04-22 contribution.
15546
15547 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15548
15549         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15550         It didn't really fix the bogosity I'm seeing with solid web groups.
15551
15552 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15553
15554         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15555         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15556         created using server names.  If we use the feature without declaring
15557         it, Gnus does not properly manage server and group state.
15558
15559         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15560         bound.
15561
15562 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15563
15564         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15565         looking up the method using GROUP's prefix before inventing a new one.
15566         It is used on killed/unknown groups in various places where returning
15567         an all-new method isn't expected by the caller.
15568
15569         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15570         and match semantics of gnus-group-real-prefix.
15571
15572 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15573
15574         * nnmail.el (nnmail-broken-references-mailers): New variable.
15575         (nnmail-ignore-broken-references): New function generalizing
15576         nnmail-fix-eudora-headers.
15577         (nnmail-fix-eudora-headers): Now obsolete.
15578
15579         * gnus-art.el (gnus-button-handle-custom):
15580         Support `customize-apropos*'.
15581
15582 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15583
15584         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15585
15586         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15587         articles.
15588
15589 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15590
15591         * message.el (message-cite-reply-above): New variable.
15592         (message-yank-original): Use it.
15593
15594 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15597
15598 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15601         as read.
15602
15603         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15604
15605 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15608         (gnus-bookmark-default-file): Use gnus-directory.
15609         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15610         Remove "*" in doc string.
15611         (gnus-bookmark-write-file): Simplify.
15612         (gnus-bookmark-maybe-sort-alist): Use `when'.
15613         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15614         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15615         Add FIXME about Emacs 21 and XEmacs compatibility.
15616         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15617         compatibility.
15618         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15619         compatibility.
15620         (gnus-bookmark-menu-heading): Fix version.
15621
15622 2006-06-19  Bastien Guerry  <bzg@altern.org>
15623
15624         * gnus-bookmark.el: New file.
15625
15626 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * message.el (message-syntax-checks): Doc fix.
15629
15630 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15631
15632         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15633         unsubscribed groups as if they were killed ones.  It causes duplicate
15634         entries in gnus-newsrc-alist.
15635
15636 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * message.el (message-syntax-checks): Doc fix.
15639         (message-send-mail): Add check for continuation headers.
15640         (message-check-news-header-syntax): Fix regexp used to check for
15641         continuation headers.
15642
15643 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15646
15647 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15650
15651 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15654         default-truncate-lines.
15655
15656 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15659         to fill the utf-8 entry.
15660
15661         * lpath.el: Fbind unicode-precedence-list.
15662
15663 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15664
15665         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15666
15667 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15668
15669         * gnus-agent.el (directory-files-and-attributes): Move all the way
15670         forward (the third and final move).
15671         (gnus-agent-read-agentview): Trap reconstruction errors due to
15672         nonexistent directory.  Handle by returning nil.
15673
15674 2006-05-30  Didier Verna  <didier@xemacs.org>
15675
15676         * message.el (message-dont-reply-to-names): Update the custom type.
15677         * message.el (message-dont-reply-to-names): New defsubst: potentially
15678         convert a list of regexps into a single one.
15679         * message.el (message-get-reply-headers): Use it.
15680         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15681
15682 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-agent.el (directory-files-and-attributes): Move forward.
15685
15686 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-ml.el (gnus-mailing-list-subscribe)
15689         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15690         (gnus-mailing-list-message): Fix doc strings.
15691
15692 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15693
15694         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15695         of doing it manually.
15696
15697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15700         comment.
15701
15702 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15703
15704         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15705         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15706         (gnus-agent-read-local): All symbols allocated in my-obarray.
15707         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15708         (gnus-agent-regenerate-group): Check numeric names to see if they are
15709         messages or groups.
15710         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15711         better way of do this...)
15712
15713         * gnus-cache.el (gnus-agent-total-fetched-for):
15714         Ignore 'dummy.group' (there should be a better way of do this...)
15715
15716 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15719         (gnus-saved-headers): Ditto.
15720         (gnus-default-article-saver): Mention functions may have properties.
15721         (gnus-article-save): Override gnus-save-all-headers and
15722         gnus-saved-headers by :headers property which saver function may have.
15723         (gnus-summary-save-in-file): Add :headers property.
15724         (gnus-summary-write-to-file): Ditto.
15725
15726         * gnus-sum.el (gnus-summary-save-article): Bind
15727         gnus-prompt-before-saving to t when saving many articles in a file;
15728         always show all headers.
15729
15730         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15731
15732 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15735         marks.
15736
15737         * message.el (message-indent-citation): Add optional arguments to allow
15738         using it outside of message buffers.
15739
15740         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15741         (gnus-article-treat-unfold-headers): Use it.
15742         (gnus-article-truncate-lines): New variable.
15743         (gnus-article-mode): Use it.
15744         (gnus-article-toggle-truncate-lines): New function.
15745
15746         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15747         Add gnus-article-toggle-truncate-lines.
15748
15749         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15750         coding system in XEmacs, use binary.
15751
15752 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15755         after-load-alist.
15756
15757         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15758         this function should save decoded articles.
15759         (gnus-summary-write-to-file): Use property to specify this function
15760         should save decoded articles and specify gnus-summary-save-in-file
15761         should be used to save articles other than the first one when saving
15762         many articles.
15763         (gnus-summary-save-body-in-file): Use property to specify this
15764         function should save decoded articles.
15765         (gnus-summary-write-body-to-file): Use property to specify this
15766         function should save decoded articles and specify
15767         gnus-summary-save-body-in-file should be used to save articles other
15768         than the first one when saving many articles.
15769
15770         * gnus-sum.el (gnus-summary-save-article): Simplify.
15771
15772 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * gnus-art.el (gnus-default-article-saver):
15775         Add gnus-summary-write-body-to-file.
15776         (gnus-article-save-coding-system): Don't use coding system object
15777         in XEmacs.
15778         (gnus-read-save-file-name): Add optional `dir-var' argument which
15779         specifies directory in which files are saved; work even if optional
15780         `variable' argument is not specified.
15781         (gnus-summary-write-to-file): Read file name.
15782         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15783         (gnus-summary-write-body-to-file): New function.
15784
15785         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15786         (gnus-summary-local-variables): Add it.
15787         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15788         (gnus-summary-save-article): Remove optional `decode' argument;
15789         determine whether to decode articles by the value of
15790         gnus-default-article-saver; when saving many files using
15791         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15792         it first and use gnus-summary-save-in-file or
15793         gnus-summary-save-body-in-file thereafter unless
15794         gnus-prompt-before-saving is always; move point to article which
15795         will be saved.
15796         (gnus-summary-save-article-file): Revert.
15797         (gnus-summary-write-article-file): Revert.
15798         (gnus-summary-save-article-body-file): Revert.
15799         (gnus-summary-write-article-body-file): New function.
15800
15801 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * gnus-art.el (gnus-default-article-saver): Doc fix.
15804         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15805         from gnus-summary-save-article-coding-system, and default to a
15806         certain coding system.
15807         (gnus-output-to-file): Add coding cookie and encode text according
15808         to gnus-article-save-coding-system; don't use mm-append-to-file.
15809
15810         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15811         gnus-art.el and rename to gnus-article-save-coding-system.
15812         (gnus-summary-save-article): Require gnus-art; don't show all
15813         headers if it decodes articles; don't add coding cookie here;
15814         don't bind mm-text-coding-system-for-write.
15815         (gnus-summary-save-article-file): Save decoded articles.
15816         (gnus-summary-write-article-file): When saving many files, use
15817         gnus-summary-write-to-file first and gnus-summary-save-in-file
15818         thereafter unless gnus-prompt-before-saving is always.
15819         (gnus-summary-save-article-body-file): Save decoded articles.
15820
15821         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15822
15823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15824
15825         * nnrss.el (nnrss-check-group): Bind hash-index.
15826
15827 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15828
15829         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15830         its hash index.  Store this hash in `nnrss-group-data'.
15831         (nnrss-read-group-data): Update accordingly.
15832
15833 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15836         entry.
15837
15838         * gnus-sum.el (gnus-summary-make-menu-bar):
15839         Add gnus-article-browse-html-article.
15840
15841 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15842
15843         * gnus-sum.el (gnus-summary-mime-map):
15844         Add gnus-article-browse-html-article.
15845
15846         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15847
15848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15851         suitable coding systems in customize.
15852
15853 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * mail-source.el (mail-sources): Fix custom type.
15856
15857 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15860         (gnus-summary-expire-articles-now): Shorten prompt.
15861
15862         * gmm-utils.el (wid-edit): Require.
15863         (defun-gmm): Rename from `gmm-defun-compat'.
15864         (gmm-image-search-load-path): Use it.
15865         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15866
15867 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-sum.el (gnus-summary-save-article-coding-system):
15870         New variable.
15871         (gnus-summary-save-article): Add optional `decode' argument.
15872         If it is set and gnus-summary-save-article-coding-system is non-nil,
15873         save decoded article.
15874         (gnus-summary-write-article-file): Save decoded article if
15875         gnus-summary-save-article-coding-system is non-nil.
15876
15877         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15878         type.
15879
15880 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15883
15884 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15887         first to test gnus-single-article-buffer which may be buffer-local.
15888
15889         * gnus-sum.el (gnus-summary-setup-buffer):
15890         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15891         group; make gnus-article-buffer, gnus-article-current, and
15892         gnus-original-article-buffer always buffer-local.
15893         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15894         group.
15895         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15896
15897 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * nnml.el (nnml-request-compact-group): Compressed files might not
15900         have .gz extension.
15901
15902 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15903
15904         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15905         (mm-copy-to-buffer): Use with-current-buffer.
15906         (mm-display-part): Simplify.
15907         (mm-inlinable-p): Add optional arg `type'.
15908
15909 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15910
15911         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15912         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15913         Try harder to show the attachment internally or externally using
15914         gnus-mime-view-part-as-type.
15915
15916 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * message.el (message-from-style, message-signature-separator)
15919         (message-user-organization-file, message-send-mail-function)
15920         (message-citation-line-function, message-yank-prefix)
15921         (message-indent-citation-function, message-signature)
15922         (message-signature-file, message-signature-insert-empty-line):
15923         Remove autoloads.
15924
15925         * gnus-art.el (gnus-buttonized-mime-types):
15926         Remove "multipart/signed".  Revert 2006-04-26 change.
15927
15928 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929
15930         * gnus.el (gnus-version-number): Bump version.
15931
15932 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15933
15934         * gnus.el: No Gnus v0.5 is released.
15935
15936 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15937
15938         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15939         fetching articles by message-id.
15940
15941 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * message.el (hashcash): Require hashcash as normal.
15944
15945         * ecomplete.el (ecomplete-highlight-match-line):
15946         Use point-at-eol.
15947         (ecomplete-highlight-match-line): Use `highlight', because that
15948         face exists in both Emacs and XEmacs.
15949
15950         * message.el (message-display-abbrev): Use point-at-bol.
15951
15952         * mail-source.el: Don't require timer/timer-funcs.
15953
15954         * gnus-async.el: Ditto.
15955
15956         * password.el: Ditto.
15957
15958         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15959
15960         * mm-url.el: Ditto.
15961
15962         * gnus-xmas.el: Don't require timer-funcs.
15963
15964         * mm-util.el: Require timer/timer-funcs.
15965
15966 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15967
15968         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15969         Close.
15970
15971 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15974         unibyte after clear-decrypt function runs.
15975
15976         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15977         returns as a unibyte string.
15978
15979 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * lpath.el: Revert.
15982
15983         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15984         (pgg-gpg-process-sentinel): Revert.
15985
15986         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15987         (pgg-pgp-lookup-key): Revert.
15988
15989         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15990         (pgg-pgp5-lookup-key): Revert.
15991
15992         * pgg.el (pgg-fetch-key): Revert.
15993
15994 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * lpath.el: Fbind string-as-multibyte for XEmacs.
15997
15998         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15999         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16000         (mml1991-pgg-encrypt): Ditto.
16001
16002         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16003         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16004         a multibyte buffer.
16005
16006         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16007         (pgg-pgp-lookup-key): Ditto.
16008
16009         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16010         (pgg-pgp5-lookup-key): Ditto.
16011
16012         * pgg.el (pgg-fetch-key): Ditto.
16013
16014 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * message.el (message-user-organization-file): Check several
16017         locations of the organization file.
16018
16019         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16020         Add gnus-article-view-part-as-type.
16021
16022         * gnus-art.el (gnus-article-view-part-as-type): New function.
16023
16024         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16025         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16026
16027         * mml.el: Simplify autoload.
16028         (mml-mode): defvar dnd-protocol-alist instead of using
16029         symbol-value.
16030         (mml-default-directory): New variable.
16031         (mml-minibuffer-read-file): Use it.
16032         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16033
16034         * message.el (message-citation-line-format): New variable.
16035         (message-insert-formated-citation-line): New function.
16036         (message-citation-line-function):
16037         Add `message-insert-formated-citation-line' to custom type.
16038
16039         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16040         to doc string.
16041
16042         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16043         depending on mm-verify-option.
16044
16045 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16048         binding pgg-* variables; reimplement the section which prevents
16049         MIME header from being signed.
16050         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16051         pgg-text-mode; remove a blank line at the top of body.
16052
16053         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16054         lines at the top of body; use gnus-newsgroup-charset if there's no
16055         Charset header.
16056
16057 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * message.el (message-self-insert-commands): Doc fix.
16060
16061         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16062         (mm-uu-pgp-encrypted-test): Ditto.
16063         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16064         between header and body; return application/pgp-encrypted handle
16065         if decryption failed; decode decrypted body by charset.
16066
16067         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16068         element match to application/pgp-*.
16069
16070 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16071
16072         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16073         HTML.
16074
16075 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16076
16077         * mail-source.el (mail-source-call-script): Message the error
16078         string.
16079
16080 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16081
16082         * gnus-util.el (gnus-byte-compile): Use it.
16083
16084 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16085
16086         * gnus-util.el (kill-empty-logs): New function.
16087
16088 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * message.el (message-mail-alias-type): Doc fix.
16091         (message-mail-alias-type-p): New function.
16092         (message-send): Use it.
16093         (message-mode): Ditto.
16094         (message-strip-forbidden-properties): Ditto.
16095
16096         * ecomplete.el (ecomplete-database-file-coding-system):
16097         New variable.
16098         (ecomplete-save): Use it.
16099         (ecomplete-setup): Use it.
16100
16101 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16102
16103         * message.el (message-self-insert-commands): New variable.
16104         (message-strip-forbidden-properties): Use it.
16105
16106 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16107
16108         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16109         that doesn't make XEmacs choke.
16110
16111 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16112
16113         * gnus-util.el (gnus-replace-in-string):
16114         Prefer replace-regexp-in-string over of replace-in-string.
16115
16116 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-util.el (gnus-select-frame-set-input-focus):
16119         Use select-frame-set-input-focus if it is available in XEmacs; use
16120         definition defined in Emacs 22 for old Emacsen.
16121
16122         * dgnushack.el: Autoload unmorse-region for XEmacs.
16123
16124         * lpath.el: Bind cursor-in-non-selected-windows and
16125         select-frame-set-input-focus for XEmacs.
16126
16127 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16130
16131 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16132
16133         * gnus-registry.el (gnus-registry-cache-save): Remove text
16134         properties when saving via the temp buffer.
16135
16136 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16137
16138         * message.el (message-generate-hashcash): Honor custom type.
16139
16140 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * message.el (message-generate-hashcash): Default to non-nil when
16143         hashcash is found.
16144
16145         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16146         (gnus-refer-thread-limit): Increase default to 500.
16147
16148         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16149
16150         * flow-fill.el (fill-flowed): Allow delete-space.
16151
16152 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16155         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16156         Remove autoloads.
16157
16158 2006-04-18  Simon Josefsson  <jas@extundo.com>
16159
16160         * message.el (message-generate-hashcash): Default to.
16161
16162 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16165         concatenating segments rather than before concatenating them.
16166
16167 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16170
16171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16172
16173         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16174
16175         * message.el (message-forward-make-body-plain):
16176         Allow message-forward-ignored-headers to be a list.
16177         (message-remove-ignored-headers): Factor out into function.
16178         (message-forward-make-body-mml): Use it.
16179
16180         * imap.el (imap-quote-specials): New function.
16181         (imap-login-auth): Quote specials.
16182
16183         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16184         (rfc2231-parse-string): Allow concatanation of parameters that
16185         aren't contiguous.  The test case is
16186           (mail-header-parse-content-type "message/external-body;
16187             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16188             access-type=LOCAL-FILE;
16189             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16190
16191 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16192
16193         * nntp.el (nntp-accept-process-output): Return the value of
16194         `nnheader-accept-process-output'.
16195
16196 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16197
16198         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16199         (gnus-button-alist): Recognize more diff formats.
16200         (gnus-button-patch): Strip directory.
16201
16202 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16205         Emacs 22 when setting focus.
16206
16207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16208
16209         * gnus-art.el (gnus-article-treat-types): Do treatment of
16210         text/x-verbatim parts.
16211         (gnus-button-patch): New command.
16212
16213         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16214         addresses that contain invalid characters.
16215
16216 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * message.el (message-put-addresses-in-ecomplete):
16219         Use gnus-replace-in-string.
16220         (message-is-yours-p): Use the more correct
16221         mail-header-parse-address instead of
16222         mail-extract-address-components.
16223         (message-put-addresses-in-ecomplete): Fix typo.
16224
16225         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16226         keystroke.
16227
16228         * gnus-art.el (gnus-treatment-function-alist): Change order of
16229         newsgroups/generic header folding to avoid double-folding.
16230
16231         * message.el (message-hidden-headers): Add X-Draft-From.
16232
16233         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16234         New command.
16235         (gnus-summary-repeat-search-article-backward): New command.
16236
16237         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16238         groups in the parent topic.
16239
16240 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16241
16242         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16243         (spam-extra-header-to-number): Return the CRM114 number as a
16244         number instead of a string.
16245
16246 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * gnus-art.el (gnus-face-properties-alist): Move here from
16249         gnus-fun.
16250
16251         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16252
16253 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * message.el (message-strip-forbidden-properties): Only display on
16256         self-insert-command.
16257
16258         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16259         reindent.
16260         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16261
16262 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16263
16264         * smiley.el (smiley-style): Fix typo.
16265
16266 2006-03-23  Kenichi Handa  <handa@m17n.org>
16267
16268         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16269         instead of set-buffer-multibyte.
16270
16271 2006-03-23  Kenichi Handa  <handa@m17n.org>
16272
16273         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16274         buffer and then decode the buffer text if necessary.
16275         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16276         first, and after mm-encode-body, change the buffer to unibyte.
16277
16278 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * hashcash.el (hashcash-insert-payment-async-2):
16281         Use message-goto-eoh instead of doing it manually.
16282         (mail-add-payment): Use message-narrow-to-header instead of trying
16283         to do the same itself.
16284
16285         * message.el (message-hidden-headers): Add Face.
16286
16287         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16288         reparenting code.
16289         (gnus-summary-reparent-children): Refactored out code.
16290         (gnus-summary-thread-map): New keystroke.
16291         (gnus-summary-reparent-children): Make into command.
16292
16293         * smiley.el (smiley-style): Default to `medium' if using a large
16294         font.
16295
16296         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16297         does it itself.
16298
16299         * message.el (message-point-in-header-p): Simplify definition.
16300
16301 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16302
16303         * nnagent.el (nnagent-request-set-mark): Silence log file
16304         writing.
16305         (nnagent-request-set-mark): Use write-region instead of
16306         append-to-file.
16307
16308         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16309         strange select method.
16310
16311         * ecomplete.el (ecomplete-display-matches): Get highlightling
16312         right.
16313         (ecomplete-display-matches): Use literals.
16314         (ecomplete-display-matches): Disable message logging.
16315
16316         * message.el (message-display-abbrev): Small optimization.
16317
16318         * ecomplete.el (ecomplete-display-matches): Allow automatic
16319         display.
16320
16321         * message.el (message-strip-forbidden-properties):
16322         Display abbrevs.
16323         (message-display-abbrev): Get automatic display right.
16324
16325         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16326         keystrokes.
16327
16328 2006-04-13  Romain Francoise  <romain@orebokech.com>
16329
16330         TODO: Backport to v5-10!
16331
16332         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16333         Move here (and rename) from gnus-registry.el.
16334
16335         * gnus-registry.el: Require gnus-util.
16336         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16337
16338 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * gnus-group.el (gnus-group-catchup-current):
16341         Change if-then-else-if-then-else into cond.
16342         (gnus-group-catchup): Indent.
16343         (group-name-at-point): New function.
16344         (gnus-fetch-group): Provide default from thing at point.
16345
16346 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16347
16348         * message.el (message-display-abbrev): Fix regexp.
16349
16350         * ecomplete.el (ecomplete-highlight-match-line):
16351         Reimplement choosing.
16352         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16353         dead variables.
16354
16355         * message.el (message-newline-and-indent): Remove debugging.
16356         (message-display-abbrev): Use new implementation.
16357
16358 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * gnus-art.el (gnus-article-mode):
16361         Set cursor-in-non-selected-windows to nil.
16362
16363         * smiley.el: Revert previous change.
16364         (smiley-data-directory): defvar it before using it in the
16365         defcustom of `smiley-style'.
16366
16367 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368
16369         * message.el (message-newline-and-indent): New function.
16370
16371         * ecomplete.el: Implement more bits.
16372
16373         * message.el (message-put-addresses-in-ecomplete): Clean up the
16374         string.
16375
16376         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16377
16378         * gnus-sum.el (gnus-summary-save-parts):
16379         Bind gnus-summary-save-parts-counter and use it to make unique file
16380         names.
16381
16382         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16383
16384         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16385         parameter to say whether to actually parse the individual
16386         addresses.
16387
16388         * message.el (message-put-addresses-in-ecomplete): New function.
16389         (ecomplete): Require.
16390         (message-mail-alias-type): Add ecomplete as an option.
16391
16392 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16393
16394         * flow-fill.el (fill-flowed): Remove trailing space from blank
16395         quoted lines.
16396
16397 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16398
16399         * smiley.el (smiley-style): Move definition later to avoid a
16400         compilation warning.
16401
16402 2006-04-12  Kenichi Handa  <handa@m17n.org>
16403
16404         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16405         buffer and then decode the buffer text if necessary.
16406         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16407         first, and after mm-encode-body, change the buffer to unibyte.
16408         Use mm-disable-multibyte instead of set-buffer-multibyte.
16409
16410 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16413         Content-Type header instead of Content-Disposition header.
16414         (gnus-mime-inline-part): Ditto.
16415         (gnus-mime-view-part-as-charset): Ignore charset that the part
16416         specifies.
16417
16418         * mm-decode.el (mm-display-part): Work with external parts and
16419         usual parts similarly.
16420
16421         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16422         instead of gnus-display-mime.
16423
16424         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16425         instead of with-temp-buffer.
16426
16427         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16428         tag to summarized topics part in order to encode non-ASCII text.
16429
16430 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * smiley.el (smiley-style): New variable.
16433         (smiley-directory): New function.
16434         (smiley-data-directory): Derive from `smiley-style' using
16435         `smiley-directory'.
16436         (smiley-regexp-alist): Add new entries.
16437
16438         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16439         (gnus-article-browse-delete-temp): Add :version.
16440
16441 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16442
16443         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16444         the sieve region.
16445
16446 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16447
16448         * gnus.el (gnus-version-number): Bump version.
16449
16450 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * gnus.el: No Gnus v0.4 is released.
16453
16454 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16455
16456         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16457         layout.
16458
16459         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16460         unknown charset.
16461
16462         * message.el (message-header-synonyms): Add Original-To to the
16463         default.
16464
16465         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16466         optional parameter.
16467
16468 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-fun.el (gnus): Require it for gnus-directory.
16471
16472 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16475
16476 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16477
16478         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16479
16480 2006-04-05  Simon Josefsson  <jas@extundo.com>
16481
16482         * password.el (password-reset): New function.
16483
16484 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16485
16486         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16487         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16488
16489 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16490
16491         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16492         Some whitespace was matched into the url, which broke browsing hits
16493         > 100 when mm-url-use-external was nil.
16494
16495 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16496
16497         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16498         Check gnus-extra-headers for 'Newsgroups.
16499
16500         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16501         bound.
16502
16503 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16504
16505         * pgg-gpg.el: Clean up process buffers every time gpg processes
16506         complete.
16507
16508 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16511         doc string.
16512
16513 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16514
16515         * pgg-gpg.el (pgg-gpg-process-filter)
16516         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16517
16518         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16519         lines, temporary fix.
16520
16521 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16524
16525 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16526
16527         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16528         default-enable-multibyte-characters.  This reverts the change from
16529         revision 6.17 which is no longer necessary because the passphrase
16530         is sent separately now.  GnuPG messages are unreadable under
16531         multibyte locales with default-enable-multibyte-characters set to
16532         nil.
16533
16534 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16535
16536         * message.el (message-tool-bar-gnome): Move "spell".
16537
16538 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16541         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16542         instead.
16543
16544 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16545
16546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16547         Improve newsgroups handling for NNTP overviews which don't include
16548         Newsgroups.
16549
16550 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16551
16552         * message.el (message-resend): Bind message-generate-hashcash to nil.
16553
16554 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16555
16556         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16557         when searching for already-paid recipients.
16558
16559 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16560
16561         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16562         passphrases when it is not needed.
16563         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16564         passphrase stuff from gpg, should only be necessary when you use
16565         gpg with a smartcard.
16566
16567 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * mml.el (mml-insert-mime): Ignore cached contents of
16570         message/external-body part.
16571
16572         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16573         (mm-insert-part): Ditto.
16574
16575 2006-03-23  Simon Josefsson  <jas@extundo.com>
16576
16577         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16578         Reiner.
16579         (pgg-gpg-use-agent-p): Use it again.
16580
16581 2006-03-23  Simon Josefsson  <jas@extundo.com>
16582
16583         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16584         older emacsen.
16585         (pgg-gpg-use-agent-p): Don't use it.
16586
16587 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16590         if we can.
16591
16592 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16593
16594         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16595         (pgg-gpg-update-agent): New function.
16596         (pgg-gpg-use-agent-p): New function.
16597         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16598         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16599         (pgg-gpg-sign-region): Use it.
16600
16601 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16604         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16605
16606 2006-03-21  Simon Josefsson  <jas@extundo.com>
16607
16608         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16609         <wilde@sha-bang.de>.
16610         (pgg-gpg-use-agent): New variable.
16611         (pgg-gpg-process-region): Use it.
16612         (pgg-gpg-encrypt-region): Likewise.
16613         (pgg-gpg-encrypt-symmetric-region): Likewise.
16614         (pgg-gpg-decrypt-region): Likewise.
16615         (pgg-gpg-sign-region): Likewise.
16616         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16617
16618 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16621
16622         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16623         Add comment on version.
16624
16625 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * smiley.el: Add missing test smiley.
16628
16629 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * mm-decode.el (mm-with-part): New macro.
16632         (mm-get-part): Use it; work with message/external-body as well.
16633         (mm-save-part): Treat name and filename equally.
16634
16635         * mm-extern.el (mm-extern-cache-contents): New function.
16636         (mm-inline-external-body): Use it; force the part to be displayed;
16637         move undisplayer added to the cached handle to the parent.
16638
16639         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16640         (gnus-mime-view-part-as-type): Work with message/external-body.
16641
16642         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16643
16644 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16647         images in image-load-path.  [Sync with image.el, revision 1.60, in
16648         Emacs.]
16649
16650 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16651
16652         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16653         path rather than symbol.  Always return list of directories.
16654         Guarantee that image directory comes first.  [Sync with image.el,
16655         revision 1.59, in Emacs.]
16656
16657         * message.el (message-make-tool-bar): Adjust to new API of
16658         `gmm-image-load-path-for-library'.
16659
16660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16661
16662         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16663
16664 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16665
16666         * gnus-art.el (gnus-article-only-boring-p):
16667         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16668         intangible text.
16669         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16670
16671 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16674         Use `defun' instead of `gmm-defun-compat'.
16675
16676 2006-03-14  Simon Josefsson  <jas@extundo.com>
16677
16678         * message.el (message-unique-id): Don't use message-number-base36
16679         if (user-uid) is a float.
16680         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16681
16682 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16685
16686         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16687         empty line between a part and a message part.
16688
16689 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * smiley.el: Add more test smileys.
16692         (smiley-data-directory, smiley-regexp-alist)
16693         (gnus-smiley-file-types): Fix doc strings.
16694         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16695         adding new elements.
16696         (smiley-mouse-map): Unused code.  Make it a comment.
16697
16698 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16701         scan latest NoCeM messages instead of old ones.
16702         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16703         delimiters that are recently used.
16704         (gnus-nocem-load-cache): Add autoload cookie.
16705
16706         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16707
16708         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16709         level which is larger than gnus-use-nocem is specified.
16710
16711         * gnus-group.el (gnus-group-get-new-news): Ditto.
16712
16713 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16714
16715         * gnus-util.el (gnus-tool-bar-update): New function.
16716
16717         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16718         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16719
16720         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16721
16722         * gnus-group.el (gnus-group-redraw-when-idle)
16723         (gnus-group-redraw-check): Remove.
16724         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16725
16726 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16729         if optional last element is specified in splits (FIELD VALUE...).
16730
16731 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16732
16733         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16734         to gmm-image-load-path-for-library.  Call with no-error argument.
16735         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16736
16737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16738
16739         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16740
16741         * gmm-utils.el (gmm-image-load-path): Remove alias.
16742
16743 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16744
16745         * gmm-utils.el (gmm-image-load-path): Add alias.
16746
16747         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16748         nnml-generate-nov-databases-1.
16749         (nnml-generate-nov-databases): Use it.
16750         (nnml-generate-nov-databases-directory): Document no-active
16751         argument.
16752
16753         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16754         directory if path is t.  Add no-error.
16755
16756         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16757         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16758
16759         * gnus-art.el (gnus-article-browse-delete-temp-files):
16760         Simplify resetting gnus-article-browse-html-temp-list.
16761
16762         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16763         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16764         Add example to docstring.  Rename local variables.  Move error
16765         checks to default case in cond and simplify.
16766
16767 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16770         handle is multipart when calling it recursively.
16771         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16772
16773 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16774
16775         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16776         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16777
16778 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16781         is loaded.
16782
16783         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16784         loaded.
16785
16786 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16789         to "Emacs 23 (unicode)" in doc string.
16790
16791         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16792         "Emacs 23 (unicode)" in comment.
16793
16794 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16797
16798         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16799         characters 160 through 255 in Emacs 23.
16800
16801 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16804         gnus-article-browse-html-temp.
16805         (gnus-article-browse-delete-temp): Make it customizable.
16806         Add `file'.  Adjust doc string.
16807         (gnus-article-browse-delete-temp-files): Add argument.
16808         Allow query for each file.  Adjust doc string.
16809         (gnus-article-browse-html-parts):
16810         Add `gnus-article-browse-delete-temp-files' to
16811         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16812
16813 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16814
16815         * gnus-art.el (gnus-article-browse-html-temp)
16816         (gnus-article-browse-delete-temp): New variables.
16817         (gnus-article-browse-delete-temp-files): New function.
16818         (gnus-article-browse-html-parts): Use it.
16819
16820 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16823
16824         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16825         string.
16826
16827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16828         gnus-summary-insert-new-articles when unplugged.
16829         Remove gnus-summary-search-article-forward.
16830
16831         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16832         display-visual-class instead of display-color-cells.
16833
16834 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * dgnushack.el: Autoload customize-group for XEmacs.
16837
16838         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16839         message/* containing non-ASCII text properly.
16840
16841 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * message.el: Require gmm-utils, remove autoloads.
16844         (message-tool-bar): Set default based on
16845         gmm-tool-bar-style.
16846         (message-tool-bar-gnome): Add gmm-customize-mode.
16847
16848         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16849         gmm-tool-bar-style.
16850         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16851
16852         * gnus-group.el (gnus-group-tool-bar): Set default based on
16853         gmm-tool-bar-style.
16854         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16855
16856         * gmm-utils.el (gmm-image-directory): Rename variable from
16857         gmm-image-load-path.
16858         (gmm-image-load-path): Use gmm-image-directory.
16859         (gmm-customize-mode): New function.
16860         (gmm-tool-bar-style): New variable.
16861
16862         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16863         gnus-group-redraw-line-number.
16864         (gnus-group-redraw-check): Simplify.
16865         (gnus-group-tool-bar-update): Remove redraw check.
16866         (gnus-group-make-tool-bar): Add redraw check.
16867
16868 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16869
16870         * gnus-art.el (gnus-button): Add missing parentheses.
16871
16872 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * lpath.el: Fbind line-number-at-pos.
16875
16876 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16879
16880 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16881
16882         * gnus-art.el (gnus-button): New face.
16883         (gnus-article-button-face): Use it.
16884
16885         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16886         Add gnus-summary-next-page.  Re-order.
16887
16888         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16889         next-node are now included.
16890         (gnus-group-redraw-line-number): New internal variable.
16891         (gnus-group-redraw-check): Helper function for updating the tool
16892         bar.
16893         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16894
16895         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16896
16897         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16898         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16899         Use it to match format of Spamassassin 3.0 and later.
16900         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16901         (spam-check-bogofilter)
16902         (spam-bogofilter-register-with-bogofilter): Fix args of
16903         `gnus-error' calls.
16904
16905 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16908         unnecessary interaction when sending queued mails.
16909         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16910
16911 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16914         first or last are nil.
16915
16916 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16917
16918         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16919
16920 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921
16922         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16923
16924 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16925
16926         * dns.el (query-dns): Protect more against buggy tcp output.
16927
16928 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16931         nov.php.
16932
16933 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16934
16935         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16936         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16937         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16938         output on the server side.
16939         (nnweb-google-create-mapping): Update regexps and add some
16940         progress indication.
16941
16942 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * gnus-group.el (gnus-group-tool-bar-gnome):
16945         Fix gnus-agent-toggle-plugged.  Re-order icons.
16946         (gnus-group-tool-bar-gnome):
16947         Add gnus-group-{prev,next}-unread-group.
16948         (gnus-group-tool-bar-gnome): Re-order icons.
16949
16950         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16951         Move gnus-summary-insert-new-articles.
16952
16953         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16954         Fix comments.
16955
16956         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16957         also available in Emacs 21.3.
16958
16959         * message.el (message-fix-before-sending): Change "Emacs 22" to
16960         "Emacs 23 (unicode)" in comment.
16961
16962         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16963         "Emacs 23 (unicode)" in comment.
16964
16965         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16966         comment.
16967         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16968
16969         * mm-view.el (mm-fill-flowed): Add :version.
16970
16971 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16974         and load-path.
16975
16976 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * message.el: Autoload gmm-image-load-path.
16979         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16980         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16981         consitency.
16982
16983         * gmm-utils.el (gmm-image-load-path): Also search in
16984         "../etc/images".  Don't set gmm-image-load-path if we don't find
16985         the image.
16986
16987 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * gmm-utils.el (gmm-image-load-path): Don't make
16990         `gmm-image-load-path' include subdirectories which the second arg
16991         `image' might specify.
16992
16993         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16994         subdirectory to icon file names.
16995
16996         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16997
16998 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16999
17000         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17001         gmm-image-load-path calls.
17002
17003         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17004
17005         * message.el (message-make-tool-bar): Ditto.
17006
17007         * mml.el (mml-preview): Add comment concerning tool bar icons.
17008
17009         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17010         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17011
17012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17013         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17014
17015         * message.el (message-tool-bar-gnome): Use new icon names.
17016         (message-make-tool-bar): Use `gmm-image-load-path'.
17017
17018         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17019         New functions from MH-E.
17020         (gmm-image-load-path): New variable from MH-E.
17021         (gmm-image-load-path): New function from MH-E.  Add arguments
17022         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17023         *-image-load-path-called-flag.
17024
17025 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17026
17027         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17028
17029 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17030
17031         * nnimap.el (nnimap-request-move-article): Change folder back to
17032         source group before deleting.
17033
17034 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17035
17036         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17037
17038         * gnus-art.el (mm-url-insert-file-contents-external):
17039         Autoload mm-url.
17040
17041         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17042
17043 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17046         coding system which mm-charset-to-coding-system returns for a
17047         given charset is valid.
17048
17049 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17050
17051         * html2text.el (html2text-remove-tag-list):
17052         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17053
17054 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17055
17056         * gnus-cus.el: Revert 2005-10-17 change.
17057
17058 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-art.el (article-strip-banner):
17061         Call article-really-strip-banner only when the regexp match is made.
17062
17063 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (article-strip-banner):
17066         Use gnus-extract-address-components instead of
17067         mail-header-parse-addresses to make it work with non-ASCII text;
17068         remove mail-encode-encoded-word-string.
17069
17070         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17071         values which are surrounded with \"...\"; make it never cause a
17072         Lisp error; give up parsing of parameters if it failed in
17073         extracting type.
17074
17075 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17076
17077         * smime.el (smime-cert-by-ldap-1): Fix bug where
17078         `smime-ldap-search' returns results without userCertificates.
17079
17080 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17083
17084 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * spam.el (spam-check-spamassassin-headers): Adapt format for
17087         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17088         <ari@mbf.ocn.ne.jp>.
17089         (spam-list-of-processors): Add spam-use-gmane.
17090
17091 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17094         make-temp-file; make it work with XEmacs as well.
17095
17096         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17097         mm-make-temp-file.
17098
17099         * mm-decode.el (mm-display-external): Use the 3rd arg of
17100         mm-make-temp-file.
17101         (mm-create-image-xemacs): Ditto.
17102
17103 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17106         with message-narrow-to-headers.
17107         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17108         (gnus-draft-check-draft-articles): New function.
17109         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17110
17111 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * gnus-art.el (gnus-article-browse-html-parts):
17114         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17115         Don't use suffix argument for mm-make-temp-file for Emacs 21
17116         compatibility.  Remove useless `format'.
17117
17118 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17119
17120         * nnweb.el (nnweb-google-wash-article): Update regexps.
17121         (nnweb-group-alist): Use defvoo instead of defvar.
17122
17123 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17126         re-loading nn* modules.
17127
17128 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17129
17130         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17131         for `tool-bar-mode' and don't check it's default-value.
17132
17133         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17134
17135         * message.el (message-make-tool-bar): Ditto.
17136
17137         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17138         `substring'.  Shorten tmp-file name.
17139
17140         * gnus.el: Remove bogus comment.
17141
17142 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17143
17144         * gnus-art.el (gnus-article-browse-html-parts): New function.
17145         (gnus-article-browse-html-article): New function for viewing html
17146         articles with a browser.
17147
17148 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17149
17150         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17151         in elisp.
17152         (pgg-gpg-encrypt-symmetric-region): Ditto.
17153         (pgg-gpg-sign-region): Ditto.
17154
17155         * pgg-def.el (pgg-text-mode): New variable.
17156
17157         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17158         (mml2015-pgg-encrypt): Ditto.
17159
17160         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17161         (mml1991-pgg-encrypt): Ditto.
17162
17163 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * nnfolder.el (nnfolder-insert-newsgroup-line):
17166         Use message-make-date instead of current-time-string.
17167
17168         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17169         to gnus-decoded which mm-uu might set.
17170
17171 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17174         don't decode quoted parameters; remove misimported Emacs code.
17175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17176         (rfc2231-decode-encoded-string): Don't use split-string which
17177         behaves differently according to Emacs version; use
17178         mm-decode-coding-region to convert charset to coding-system.
17179         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17180         (rfc2231-encode-string): Remove misimported Emacs code.
17181
17182 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17185         when calling mail-header-parse-content-type.
17186         (article-de-quoted-unreadable): Ditto.
17187         (article-de-base64-unreadable): Ditto.
17188         (article-wash-html): Ditto.
17189
17190         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17191         calling mail-header-parse-content-type and
17192         mail-header-parse-content-disposition.
17193         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17194         mail-header-parse-content-type.
17195
17196         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17197         insert charset and format parameters; encode description after
17198         inserting it to buffer.
17199         (mml-insert-parameter): Fold lines properly even if a parameter is
17200         segmented into two or more lines; change the max column to 76.
17201
17202         * rfc1843.el (rfc1843-decode-article-body): Don't use
17203         ignore-errors when calling mail-header-parse-content-type.
17204
17205         * rfc2231.el (rfc2231-parse-string): Return at least type if
17206         possible; don't cause an error even if it fails in parsing of
17207         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17208         (rfc2231-encode-string): Don't break lines at the beginning, leave
17209         it to mml-insert-parameter.
17210
17211         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17212         calling mail-header-parse-content-type.
17213
17214 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * spam-report.el (spam-report-gmane-use-article-number):
17217         Improve doc string.
17218         (spam-report-gmane-internal): Check if a suitable header was found
17219         in the article.
17220
17221 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17224         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17225
17226 2006-02-05  Romain Francoise  <romain@orebokech.com>
17227
17228         Update copyright notices of all files in the gnus directory.
17229
17230 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17231
17232         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17233
17234 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17237         segmented lines of parameter value to cope with Thunderbird 1.5
17238         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17239         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17240         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17241
17242 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17243
17244         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17245         parts.
17246
17247 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17248
17249         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17250         there's only one active file for all servers.
17251         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17252         solid groups.  Gnus might have used a FAST request to select the group.
17253         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17254         and nnweb-search redundantly in the active file.
17255         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17256         (nnweb-request-create-group): Don't use ARGS.
17257         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17258         initializations.  Let nnoo do the work.
17259
17260 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17263         Say the part has been decoded.
17264
17265         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17266
17267 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17268
17269         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17270         mailcap-viewer-test-cache when there's no 'test clause, since that
17271         will invert the meaning of a "nil" test previously determined by
17272         mailcap-mailcap-entry-passes-test.
17273
17274 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17277         compiling.
17278
17279         * gnus-sum.el: Ditto.
17280
17281         * message.el: Don't bind tool-bar-map when compiling.
17282
17283 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17286
17287 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17288
17289         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17290         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17291         current Google Groups.
17292
17293 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17296         and tool-bar-mode.
17297
17298         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17299         and tool-bar-mode.
17300
17301         * message.el (message-tool-bar-update): Simplify.
17302         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17303
17304         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17305         gnus-summary-buffer.
17306         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17307         gnus-summary-reply.
17308
17309         * gmm-utils.el (gmm): Add :version.
17310
17311 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * Makefile.in (clean): New rule.
17314         (distclean): Use it.
17315
17316 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17317
17318         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17319         Don't autoload.
17320
17321 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gmm-utils.el (gmm-verbose): Add :group.
17324
17325 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * message.el: Change some comments WRT tool-bars.
17328
17329         * gnus-sum.el (gnus-summary-tool-bar)
17330         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17331         (gnus-summary-tool-bar-zap-list): New variables.
17332         (gnus-summary-make-tool-bar): Complete rewrite using
17333         `gmm-tool-bar-from-list'.
17334
17335         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17336         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17337         New variables.
17338         (gnus-group-make-tool-bar): Complete rewrite using
17339         `gmm-tool-bar-from-list'.
17340         (gnus-group-tool-bar-update): New function.
17341
17342         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17343
17344 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17347         is dissected into a single part of which the type is the same as
17348         the given one; decode charset.
17349
17350 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17351
17352         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17353         into alists as symbol not string, since that's what
17354         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17355         look for.
17356
17357 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17360         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17361
17362         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17363
17364 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17367         (gnus-xmas-mime-security-button-menu): New function.
17368
17369         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17370         (gnus-mime-security-button-menu): New definition.
17371         (gnus-mime-security-button-map): Use them.
17372         (gnus-mime-security-button-menu): New function.
17373         (gnus-insert-mime-security-button): Addition to help echo.
17374         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17375         (gnus-mime-security-pipe-part): New functions.
17376
17377         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17378         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17379
17380         * mm-decode.el (mm-handle-set-disposition): Remove.
17381         (mm-handle-set-description): Remove.
17382
17383 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17386         (mm-w3m-standalone-supports-m17n-p): New function.
17387         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17388         w3m usage.
17389
17390         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17391         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17392
17393 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * message.el (message-tool-bar-zap-list):
17396         Use gmm-tool-bar-zap-list as custom type.
17397         (message-tool-bar-update): New function.
17398         (message-tool-bar, message-tool-bar-gnome)
17399         (message-tool-bar-retro): Add message-tool-bar-update.
17400         (message-tool-bar-gnome): Add flyspell-buffer.
17401
17402         * gnus-util.el (gnus-error): Describe `args'.
17403
17404         * gmm-utils.el (gmm-error): Describe `args'.
17405         (gmm-tool-bar-zap-list): New widget.
17406         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17407
17408 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17411         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17412         the number of recursive calls.
17413
17414         * mm-decode.el (mm-handle-set-disposition): New macro.
17415         (mm-handle-set-description): New macro.
17416
17417 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17420         encoding.
17421
17422 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17423
17424         * message.el (message-tool-bar-zap-list, message-tool-bar)
17425         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17426         (message-tool-bar-local-item-from-menu): Remove.
17427         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17428         (message-make-tool-bar): New function.
17429         (message-mode): Use `message-make-tool-bar'.
17430
17431         * gmm-utils.el: New file.
17432         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17433         (gmm-lazy): New widget copied from `nnmail.el'.
17434         (gmm-tool-bar-from-list): New function for creating customizable
17435         tool bars.
17436         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17437         output.
17438         (gmm): Add :prefix to defgroup.
17439
17440 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17441
17442         * gmm-utils.el (gmm-widget-p): New function.
17443
17444 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17445
17446         * mml.el (mml-attach-file): Describe `description' in doc string.
17447         (mml-menu): Add Emacs MIME manual and PGG manual.
17448
17449 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17450
17451         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17452
17453 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17454
17455         * nntp.el (nntp-end-of-line): Doc fix.
17456
17457 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17458
17459         * imap.el (imap-open): Handle case where buffer is a buffer
17460         object.
17461
17462 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17463
17464         * gnus-delay.el (gnus-delay): Don't autoload.
17465         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17466         to be re-loaded when customizing the `gnus-delay' group.
17467
17468 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17469
17470         * message.el (message-insert-citation-line): Use newlines.
17471
17472 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17473
17474         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17475         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17476         these routines, so the passphrase can be managed externally and
17477         passed in to the system.
17478         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17479         pgg-add-passphrase-to-cache function.
17480
17481         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17482         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17483         these routines, so the passphrase can be managed externally and
17484         passed in to the system.
17485         (pgg-pgp5-sign-region): Use new name of
17486         pgg-add-passphrase-to-cache function.
17487
17488 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17489
17490         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17491         part of the decoded armor to find the key-identifier.
17492         (pgg-gpg-lookup-key-owner): New function to return the
17493         human-readable identifier of a key owner.
17494         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17495         itself.
17496         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17497         the key value) if we have a key and can match it against a secret
17498         key.  Also, added a note pointing out fact that the prompt only
17499         indicates the first matching key.
17500
17501         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17502         pgg-decrypt-region.
17503         (pgg-add-passphrase-to-cache): Rename from
17504         `pgg-add-passphrase-cache' to reduce confusion (all callers
17505         changed).
17506         (pgg-remove-passphrase-from-cache): Rename from
17507         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17508         changed).
17509         (pgg-read-passphrase, pgg-add-passphrase-cache)
17510         (pgg-remove-passphrase-cache): Add informative docstrings.
17511         (pgg-decrypt): Convey provided passphrase in subordinate call to
17512         pgg-decrypt-region.
17513
17514 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17515
17516         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17517         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17518         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17519         'passphrase' argument, so the passphrase can be managed externally
17520         and then passed in to the system.
17521
17522         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17523         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17524         so the passphrase cache can be used reliably with identifiers
17525         besides a pgp packet's key id.
17526
17527         * pgg-gpg.el (pgg-gpg-encrypt-region)
17528         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17529         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17530         these routines, so the passphrase can be managed externally and
17531         passed in to the system.
17532
17533         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17534         'notruncate' argument, so the passphrase cache can be used
17535         reliably with identifiers besides a pgp packet's key id.
17536
17537 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17538
17539         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17540         symmetric encryption.
17541         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17542         encrypted session key.
17543         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17544         message ask for the passphrase in a proper way.
17545
17546         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17547         New user commands for symmetric encryption.
17548
17549 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17552
17553         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17554
17555 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17556
17557         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17558
17559 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * mm-decode.el (mm-inlined-types): Add application/pgp.
17562         (mm-automatic-display): Ditto.
17563
17564         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17565         part as text.
17566
17567 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * nnrss.el: Update copyright.
17570         (nnrss-opml-import): Query whether to subscribe to each entry.
17571
17572         * gnus-art.el:
17573         * gnus-sum.el:
17574         * gnus-xmas.el:
17575         * messagexmas.el:
17576         * mm-uu.el:
17577         * mm-view.el: Update copyright.
17578
17579 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17580
17581         * message.el (message-info): New function.
17582         (message-mode-menu): Add it.
17583         Update copyright.
17584
17585         * ChangeLog: Fix and update copyright.
17586
17587 2006-01-13  Romain Francoise  <romain@orebokech.com>
17588
17589         * message.el (message-forward-subject-name-subject): Prefer the
17590         address to 'nowhere' if the sender has no name.
17591         Fix typo.  Update copyright year.
17592
17593 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-art.el (article-wash-html):
17596         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17597         (gnus-article-wash-html-with-w3m-standalone): New function.
17598
17599         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17600         mm-inline-text-html-render-with-w3m-standalone.
17601         (mm-text-html-washer-alist): Map w3m-standalone to
17602         gnus-article-wash-html-with-w3m-standalone.
17603         (mm-inline-text-html-render-with-w3m-standalone): New function.
17604
17605 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17608         Improve LaTeX.
17609
17610 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17613         (nnrss-request-article): Render text/plain parts as HTML.
17614
17615         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17616         the buffer.
17617
17618 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17619
17620         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17621         custom definition of `gnus-posting-styles'.
17622
17623         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17624         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17625
17626 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17629         Use nntp for bug archive.
17630
17631 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17634         parts.
17635         (nnrss-normalize-date): New function converts ISO 8601 date into
17636         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17637         (nnrss-check-group): Use it.
17638
17639 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17642
17643         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17644         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17645         (nnrss-insert-w3): Ditto.
17646
17647 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17650         the articles to be forwarded including the case where neither a
17651         number of articles nor a region is specified.
17652
17653 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * nnrss.el (nnrss-request-article): Fix last change; fill
17656         text/plain parts.
17657
17658 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17661         in text/plain part.
17662         (nnrss-check-group): Don't add excessive newline to dc:subject.
17663
17664 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17665
17666         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17667         article.
17668
17669 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17672         (nnml-use-compressed-files, nnml-save-mail): Support other
17673         comression programs such as bzip2.
17674
17675 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17676
17677         * dns.el (query-dns): Make sure we check the buffer size before
17678         removing tcp headers.
17679
17680 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17683         remove MIME buttons associated with multipart/alternative parts.
17684         (gnus-mime-display-alternative): Tag buttons using `article-type'
17685         text property.
17686
17687         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17688         associated with multipart/alternative parts.
17689
17690         * gnus-art.el (gnus-signature-separator): Fix custom type.
17691
17692         * mm-decode.el (mm-inlined-types): Fix custom type.
17693         (mm-keep-viewer-alive-types): Ditto.
17694         (mm-automatic-display): Ditto.
17695         (mm-attachment-override-types): Ditto.
17696         (mm-inline-override-types): Ditto.
17697         (mm-automatic-external-display): Ditto.
17698
17699 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17700
17701         * spam-report.el (spam-report-user-mail-address)
17702         (spam-report-user-agent): New variables.
17703         (spam-report-url-ping-plain): Use spam-report-user-agent.
17704
17705 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17706
17707         * gnus-art.el (gnus-button-handle-custom): Do not just use
17708         `customize-apropos' for any "M-x customize-*" button but the
17709         function called for.  Accept both the function name and its
17710         argument in order to achieve this.
17711         (gnus-button-alist): Remove support for "custom:" URL's.
17712         Pass function name to `gnus-button-handle-custom' in case of "M-x
17713         customize-*" buttons.
17714
17715 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17716
17717         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17718         multipart/alternative and add xref to mm-discouraged-alternatives
17719         in doc string.
17720
17721         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17722         gnus-buttonized-mime-types in doc string.
17723
17724 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17725
17726         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17727         Suggest image/.* in the doc string.
17728
17729 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17732         message-marks (Debian bug #342521).
17733
17734 2005-12-12  Simon Josefsson  <jas@extundo.com>
17735
17736         * password.el (password-read-from-cache): Add.
17737         (password-read): Use it.
17738
17739 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17740
17741         * rfc2047.el (rfc2047-charset-to-coding-system):
17742         Recognize us-ascii as a MIME charset.
17743
17744         * mm-bodies.el (mm-decode-content-transfer-encoding):
17745         Protect against the case where the 2nd arg TYPE is nil.
17746
17747 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17748
17749         * pop3.el (pop3-stream-type): Fix custom version.
17750
17751         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17752
17753 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17754
17755         * mm-decode.el (mm-display-external): Add missing cdr.
17756
17757 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17760         RFC1524) if it is in mailcap or add a suffix according to
17761         mailcap-mime-extensions when generating a temp filename; postpone
17762         deleting a temp file for 2 seconds for some wrappers, shell
17763         scripts, and so on, which might exit right after having started a
17764         viewer command as a background job.
17765
17766 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17767
17768         * nntp.el (nntp-marks-directory): Fix custom group.
17769
17770         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17771         steps when < 10.
17772
17773         * gnus-start.el (gnus-no-server-1):
17774         Mention `gnus-level-default-subscribed' in doc string.
17775
17776 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17777
17778         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17779         parens.
17780
17781 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-xmas.el (gnus-use-toolbar): Revert.
17784         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17785         gnus-use-toolbar is default.
17786
17787         * messagexmas.el (message-use-toolbar): Revert.
17788         (message-setup-toolbar): Use global default-toolbar if
17789         message-use-toolbar is default.
17790
17791 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17794         according to default-toolbar-visible-p.
17795
17796         * messagexmas.el (message-use-toolbar): Ditto.
17797
17798 2005-11-26  Dave Love  <fx@gnu.org>
17799
17800         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17801         (tls-program, tls-success): Provide openssl alternative.
17802
17803         * starttls.el: Doc fixes.
17804         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17805         SERVICE to PORT.
17806
17807         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17808         port null or service name.
17809         (starttls-negotiate): Autoload.
17810
17811 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * message.el (message-kill-to-signature): Fix interactive spec.
17814
17815 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * pop3.el (pop3-open-server): Recognize a string as a service name.
17818
17819 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17820
17821         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17822
17823 2005-11-23  Dave Love  <fx@gnu.org>
17824
17825         Add pop3s, pop3/starttls.
17826
17827         * pop3.el (pop3-authentication-scheme): Clarify doc.
17828         (open-tls-stream, starttls-open-stream): Autoload.
17829         (pop3-stream-type): New.
17830         (pop3-open-server): Use it.
17831
17832         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17833         for POP.
17834         (mail-source-keyword-map): Add :stream for POP.
17835         (mail-source-fetch-pop): Use pop3-stream-type.
17836
17837 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17840         of current-time-string.
17841
17842 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17843
17844         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17845         date header.
17846
17847 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17848
17849         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17850         it can seriously impact performance as it bypasses the agent's
17851         local caches.
17852
17853 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17854
17855         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17856         must be explicitly online rather than "not explicitly offline" for
17857         its flags to be synchronized.
17858
17859         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17860         that gnus-uu-unmark-thread will function correctly.
17861
17862         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17863         1024K is instead displayed as 1M.
17864
17865 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17868
17869 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17870
17871         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17872
17873 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17874
17875         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17876         error message to display actual error condition.
17877         (gnus-agent-save-local): Avoid saving symbols that are bound to
17878         nil as they simply result in a warning message in
17879         gnus-agent-read-local.
17880
17881 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17882
17883         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17884         rather than make-variable-buffer-local for file-precious-flag.
17885
17886 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17887
17888         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17889         for duplicates which are removed.  The invalid sort check then
17890         triggers a rescan after the sort as sorting may have moved
17891         duplicate entries such that they can be cheaply detected.
17892
17893 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17896
17897 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17898
17899         * gnus-agent.el (gnus-agent-article-alist-save-format):
17900         Change internal variable to a custom variable.  Change default value
17901         from compressed(2) to uncompressed(1).
17902         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17903         support for uncompressed agentview files.  Taken together, reading
17904         the agentview file should now be 6-7 times faster.
17905
17906 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17907
17908         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17909         as a buffer-local variable.  This avoids creating truncated
17910         dribble files as a result of a hang up, eg.
17911
17912 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17913
17914         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17915         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17916         XEmacs.
17917
17918 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-start.el (gnus-start-draft-setup):
17921         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17922
17923         * gnus.el (gnus-splash): Change custom group.
17924         (gnus-group-get-parameter, gnus-group-parameter-value):
17925         Describe allow-list argument.
17926
17927         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17928         string.
17929
17930 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17931
17932         * gnus-art.el (gnus-default-article-saver): Add user-defined
17933         `function' to custom type.
17934
17935 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17936
17937         * imap.el (imap-open): Handle case where buffer is a buffer
17938         object.
17939
17940 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17943         long lines.
17944         (gnus-cache-delete-group): Wrap doc strings.
17945
17946         * gnus-agent.el (gnus-agent-rename-group)
17947         (gnus-agent-delete-group): Wrap doc strings.
17948
17949 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * messagexmas.el (message-use-toolbar): Change the valid values
17952         into default, top, bottom, left, and right.
17953         (message-toolbar-thickness): New variable.
17954         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17955         well.
17956         (message-setup-toolbar): Make it work.
17957
17958         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17959         (gnus-use-toolbar): Change the valid values into default, top,
17960         bottom, left, and right.
17961         (gnus-toolbar-thickness): New variable.
17962         (gnus-xmas-setup-toolbar): New function.
17963         (gnus-xmas-setup-group-toolbar): Use it.
17964         (gnus-xmas-setup-summary-toolbar): Use it.
17965
17966 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17967
17968         * gnus-start.el (gnus-1): Add "native" to
17969         gnus-predefined-server-alist.
17970
17971         * gnus.el (gnus-method-to-server): Don't add "native" to the
17972         lists here, because that leads to problems when
17973         gnus-select-method is bound.
17974
17975 2005-11-09  Simon Josefsson  <jas@extundo.com>
17976
17977         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17978         use (not sort-by-date) instead.
17979
17980 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17981
17982         * gnus-delay.el (gnus-delay-group): Don't autoload.
17983         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17984         to be re-loaded when customizing the `gnus-delay' group.
17985
17986 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17987
17988         * message.el: Revert last changes.
17989         (message-insert-citation-line): Use newlines.
17990
17991 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17992
17993         * message.el (message-courtesy-message)
17994         (message-mark-insert-begin, message-mark-insert-end)
17995         (message-elide-ellipsis, message-cancel-message)
17996         (message-add-header, message-change-subject)
17997         (message-cross-post-followup-to-header)
17998         (message-cross-post-insert-note, message-reduce-to-to-cc)
17999         (message-widen-reply, message-delete-not-region)
18000         (message-kill-to-signature, message-insert-signature)
18001         (message-insert-importance-high, message-insert-importance-low)
18002         (message-insert-or-toggle-importance)
18003         (message-insert-disposition-notification-to)
18004         (message-indent-citation, message-yank-original)
18005         (message-cite-original-without-signature, message-cite-original)
18006         (message-insert-citation-line, message-position-on-field)
18007         (message-fix-before-sending, message-send-mail-partially)
18008         (message-send-mail, message-send-mail-with-sendmail)
18009         (message-send-mail-with-qmail, message-send-news)
18010         (message-check-news-header-syntax, message-generate-headers)
18011         (message-insert-courtesy-copy, message-fill-address)
18012         (message-fill-header, message-shorten-references)
18013         (message-setup-1, message-cancel-news)
18014         (message-forward-make-body-plain, message-forward-make-body-mime)
18015         (message-forward-make-body-mml, message-encode-message-body)
18016         (message-forward-make-body-digest-plain)
18017         (message-forward-make-body-digest-mime)
18018         (message-use-alternative-email-as-from): Insert `hard-newline'
18019         instead of ordinary newlines.
18020
18021 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * message.el (message-generate-headers): Downcase the argument
18024         given to message-check-element.
18025
18026 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18027
18028         * nntp.el (nntp-authinfo-rejected): New error condition.
18029         (nntp-wait-for): Use new error condition to signal authentication
18030         error.
18031         (nntp-retrieve-data): Rethrow new error condition to break out of
18032         recursive call to nntp-send-authinfo.
18033
18034 2005-11-08  Romain Francoise  <romain@orebokech.com>
18035
18036         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18037         (gnus-summary-exit-map): Bind to `Z p'.
18038         (gnus-summary-make-menu-bar): Add menu item.
18039
18040 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18043         (gnus-treat-*): Add `first' in all doc strings.
18044
18045         * gnus-group.el (gnus-group-compact-group): Fix typo.
18046
18047 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus.el (gnus-parameters-case-fold-search): New variable.
18050         (gnus-parameters-get-parameter): Use it.
18051
18052         * gnus-score.el (gnus-home-score-file): Doc fix.
18053
18054 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18055
18056         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18057
18058 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * mm-util.el (mm-special-display-p): New function.
18061
18062         * mml.el (mml-preview): Use it; doc fix.
18063
18064 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18065
18066         * imap.el (imap-open): Handle case where buffer is a buffer object.
18067
18068 2005-10-29  Romain Francoise  <romain@orebokech.com>
18069
18070         * message.el (message-fix-before-sending): Fix comment.
18071
18072 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18073
18074         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18075
18076 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18077
18078         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18079         Used in gnus-score.el.
18080
18081 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18082
18083         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18084
18085 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18088         whitespace removed in revision 7.8.  Use concatenated string to
18089         protect trailing whitespace.
18090
18091 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18092
18093         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18094         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18095         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18096         Courier IMAP ("some version from 2004").  Mostly based on similar
18097         code in the same function.
18098
18099 2005-10-26  Didier Verna  <didier@xemacs.org>
18100
18101         * gnus-group.el (gnus-group-compact-group): Invalidate original
18102         article buffer.
18103         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18104         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18105         NOV database and in article itself.
18106         Invalidate article backlog.
18107
18108 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18111
18112 2005-10-26  Simon Josefsson  <jas@extundo.com>
18113
18114         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18115         part of 2004-07-25 change.
18116
18117 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * message.el (message-display-completion-list): New function.
18120         (message-expand-group): Use it; make sure the Completions buffer
18121         is modifiable.
18122 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18123
18124         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18125         user-mail-name is an empty string.
18126
18127 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18130         depending on gnus-score-decay-constant.
18131
18132         * encrypt.el (encrypt-insert-file-contents)
18133         (encrypt-write-file-contents): Don't use `gnus-message'.
18134
18135         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18136         arguments.
18137         (mm-uu-type-alist): Add message-marks and insert-marks.
18138         Pass arguments to mm-uu-verbatim-marks-extract.
18139         (mm-uu-hide-markers): New variable.
18140         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18141
18142         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18143         (gnus-convert-image-to-face-command): Use "convert" by default to
18144         allow other input image formats.
18145         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18146         accordingly.
18147
18148 2005-10-23  Simon Josefsson  <jas@extundo.com>
18149
18150         * imap.el (imap-gssapi-program): Align command line parameters
18151         with latest GNU SASL.
18152         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18153
18154 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18155
18156         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18157         HTML.
18158         (nnslashdot-request-article): Ditto.
18159
18160         * lpath.el (featurep): Add nobreak-char-display.
18161
18162 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18163
18164         * mail-source.el (mail-source-fetch-pop): Require pop3.
18165         (mail-source-check-pop): Ditto.
18166
18167 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18170         errors.
18171
18172 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18173
18174         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18175         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18176
18177         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18178
18179         * mm-bodies.el (mm-decode-string):
18180         Call `mm-charset-to-coding-system' with allow-override argument.
18181
18182 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18185         (rfc2047-charset-to-coding-system): New function.
18186         (rfc2047-decode-encoded-words): New function.
18187         (rfc2047-decode-region): Use them.
18188         (rfc2047-decode-cte): Remove.
18189         (rfc2047-parse-and-decode): Remove.
18190         (rfc2047-decode): Remove.
18191
18192 2005-10-15  Kenichi Handa  <handa@m17n.org>
18193
18194         * rfc2047.el (rfc2047-decode-cte): New function.
18195         (rfc2047-decode-region): Change the way to decode successive
18196         encoded-words: decode B- or Q-encoding in each encoded-word,
18197         concatenate them, and decode it as charset.
18198
18199 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18200
18201         * lpath.el: Fbind codepage-setup for XEmacs.
18202
18203 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18204
18205         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18206         widget-move-and-invoke.
18207         (gnus-custom-mode): Use gnus-custom-map.
18208
18209 2005-10-15  Bill Wohler  <wohler@newt.com>
18210
18211         * message.el (message-tool-bar-map): Rename image file from
18212         mail_send to mail/send.
18213
18214 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18215
18216         * message.el (message-expand-group): Pass the common
18217         prefix substring of completion to `display-completion-list'.
18218
18219 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * mml-sec.el (mml-secure-method): New internal variable.
18222         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18223         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18224         New functions using mml-secure-method.
18225
18226         * mml.el (mml-mode-map): Add key bindings for those functions.
18227         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18228         Harder <harder@myrealbox.com>.
18229         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18230         Goto end of message if point is the headers of the message.
18231
18232         * message.el (message-in-body-p): New function.
18233
18234         * assistant.el: Autoload gnus-util and netrc.
18235
18236         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18237         Use `mm-charset-override-alist' only when decoding.
18238
18239         * mm-bodies.el (mm-decode-body):
18240         Call `mm-charset-to-coding-system' with allow-override argument.
18241
18242         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18243         `filename' from Content-Disposition if Content-Type doesn't
18244         provide `name'.
18245         (gnus-mime-view-part-as-type): Set default instead of
18246         initial-input.
18247
18248 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18249
18250         * format-spec.el (format-spec): Propagate text properties of % spec.
18251
18252 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18253
18254         * gnus-art.el (gnus-treat-predicate): Add `first'.
18255
18256 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18259         (mm-charset-override-alist): New variable.
18260         (mm-charset-to-coding-system): Use it.
18261         (mm-codepage-setup): New helper function.
18262         (mm-charset-eval-alist): New variable.
18263         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18264         Warn about unknown charsets.
18265
18266         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18267
18268 2005-10-04  David Hansen  <david.hansen@gmx.net>
18269
18270         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18271         (nnrss-check-group): Ditto.
18272
18273 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18276         Rename x-gnus-verbatim to x-verbatim.
18277         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18278
18279         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18280         x-verbatim.
18281
18282         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18283
18284         * gnus-util.el (gnus-remove-duplicates): Remove.
18285
18286         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18287         instead of gnus-remove-duplicates.
18288
18289         * message.el (message-remove-duplicates): Remove.
18290         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18291         message-remove-duplicates.
18292
18293         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18294         available, else use implementation from `delete-dups'.
18295
18296         * message.el (message-insert-expires): New function.
18297         (message-mode-map): Add key binding.
18298         (message-mode-field-menu): Add menu entry.
18299         (message-mode): Document it.
18300         (message-make-expires-date): Use `message-make-date'.
18301
18302 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18303
18304         * message.el (message-make-expires-date): New function.
18305
18306 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * Makefile.in (list-installed-shadows): New entry.
18309         (install): Use it.
18310         (remove-installed-shadows): New entry.
18311
18312         * dgnushack.el (dgnushack-default-load-path): New variable.
18313         (dgnushack-find-lisp-shadows): New function.
18314         (dgnushack-remove-lisp-shadows): New function.
18315
18316 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * Makefile.in (install-el-elc): New entry.
18319         (install): Use it so that .el files are necessarily installed.
18320
18321 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18322
18323         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18324
18325 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18326
18327         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18328         function rather than the diff-mode.el package.
18329         (mm-display-external): Use with-current-buffer.
18330         (mm-viewer-completion-map, mm-viewer-completion-map):
18331         Move initialization inside declaration.
18332
18333 2005-09-29  Simon Josefsson  <jas@extundo.com>
18334
18335         * spam.el: Load hashcash when compiling, to avoid warnings.
18336         Don't autoload mail-check-payment.
18337         (spam-check-hashcash): Define unconditionally, since hashcash.el
18338         is part of Gnus now.  Ignore errors from payment checking.
18339
18340 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18341
18342         * message.el (message-bold-region, message-unbold-region):
18343         Rename from `bold-region' and `unbold-region'.
18344
18345         * message.el: Remove useless autoloads.
18346
18347 2005-09-28  Simon Josefsson  <jas@extundo.com>
18348
18349         * message.el (message-use-idna): Default to t.
18350         (message-use-idna): Test whether encoding works too.  Doc fix.
18351
18352 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * nntp.el (nntp-warn-about-losing-connection): Remove.
18355
18356 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18359         customizable.  Change default value.
18360         (mm-uu-diff-groups-regexp): Change default value.
18361         (mm-uu-type-alist): Add doc string.
18362         (mm-uu-configure): Add doc string.  Make it interactive.
18363         (mm-uu-tex-groups-regexp): New variable.
18364         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18365         (mm-uu-type-alist): Add LaTeX documents.
18366         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18367         of "text/verbatim".
18368         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18369
18370         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18371         instead of "text/verbatim".
18372
18373         * message.el (message-mark-inserted-region)
18374         (message-mark-insert-file): Use slrn style marks when called with
18375         prefix argument.
18376
18377 2005-09-27  Simon Josefsson  <jas@extundo.com>
18378
18379         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18380
18381 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18382
18383         * message.el (message-remove-duplicates): New function.
18384         Implementation borrowed from `gnus-remove-duplicates'.
18385         (message-idna-to-ascii-rhs): Also encode idna addresses in
18386         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18387         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18388         only ask about the same idna domain once per header and also tell
18389         in what header to replace the idna domain.
18390
18391         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18392         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18393         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18394         a header is decoded and not just the last one.
18395
18396 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18399         has been decoded.
18400
18401         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18402         (mm-insert-part): Don't modify text if it has been decoded.
18403
18404         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18405         decoded.
18406
18407         * mm-view.el (mm-inline-text): Don't strip text props unless
18408         decoding enriched or richtext parts.
18409
18410 2005-09-25  Romain Francoise  <romain@orebokech.com>
18411
18412         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18413         * gnus-start.el (gnus-subscribe-interactively):
18414         * gnus-uu.el (gnus-uu-grab-articles):
18415         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18416         space.
18417
18418 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18419
18420         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18421         * mm-view.el (mm-view-pkcs7-decrypt):
18422         * gnus-sum.el (gnus-summary-limit-to-extra)
18423         (gnus-summary-respool-article, gnus-read-move-group-name):
18424         * gnus-score.el (gnus-summary-increase-score):
18425         * gnus-util.el (gnus-completing-read-with-default):
18426         * gnus-art.el (gnus-read-save-file-name)
18427         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18428         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18429         * message.el (message-check-news-header-syntax):
18430         Follow convention for reading with the minibuffer.
18431
18432 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18433
18434         * spam-report.el (spam-report-url-ping-plain):
18435         Use gnus-extended-version as User-Agent.
18436
18437         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18438         default value is nil.
18439
18440         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18441         (mm-uu-verbatim-marks-extract): New function.
18442         (mm-uu-extract): New face.
18443         (mm-uu-copy-to-buffer): Use it.
18444
18445         * spam-report.el (spam-report-gmane-ham): Rename from
18446         `spam-report-gmane-unspam'.
18447         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18448         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18449
18450         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18451         Autoload.
18452         (spam-report-gmane-unregister-routine):
18453         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18454
18455 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18456
18457         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18458         (spam-report-gmane-unregister-routine): Add support for gmane
18459         unregistration.
18460
18461         * spam-report.el (spam-report-gmane-unspam)
18462         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18463         (spam-report-gmane): Change to take a single article and do unspam
18464         registration.
18465
18466 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18467
18468         * mm-url.el (mm-url-decode-entities): Fix regexp.
18469
18470 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18473         default to nil, to be able to use Gnus at all.  If the default
18474         switches to something else, then the function should be fixed not
18475         be exceedingly slow.
18476
18477 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18478
18479         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18480         fail hard.
18481
18482         * spam-report.el: Add better Keywords line.
18483
18484         * spam.el: Add Maintainer and better Keywords line.
18485
18486 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18487
18488         * gnus-art.el (gnus-article-replace-part)
18489         (gnus-mime-replace-part): New functions.
18490         (gnus-mime-action-alist, gnus-mime-button-commands)
18491         (gnus-mime-save-part-and-strip): Add file argument.
18492         (gnus-article-part-wrapper): Add interactive argument.
18493
18494         * gnus-sum.el (gnus-summary-mime-map):
18495         Add `gnus-article-replace-part'.
18496
18497 2005-09-19  Didier Verna  <didier@xemacs.org>
18498
18499         The nnml compaction feature:
18500         * nnml.el (nnml-request-compact-group): New function.
18501         * nnml.el (nnml-request-compact): New function.
18502         * gnus-int.el (gnus-request-compact-group): New function.
18503         * gnus-int.el (gnus-request-compact): New function.
18504         * gnus-group.el (gnus-group-compact-group): New function.
18505         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18506         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18507         * gnus-srvr.el (gnus-server-compact-server): New function.
18508         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18509         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18510
18511 2005-09-18  Deepak Goel  <deego@gnufans.org>
18512
18513         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18514         format spec.
18515
18516 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18519
18520 2005-09-15  Romain Francoise  <romain@orebokech.com>
18521
18522         * message.el (message-fill-paragraph): Clarify docstring.
18523
18524 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-art.el (gnus-mime-display-part): Protect against broken
18527         MIME messages.
18528
18529 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18532         before parsing header.
18533
18534 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18535
18536         * html2text.el (html2text-replace-list): Add new entities.
18537
18538 2005-09-11  Romain Francoise  <romain@orebokech.com>
18539
18540         * message.el (message-alternative-emails): Improve docstring.
18541         (message-setup-1): Call `message-use-alternative-email-as-from'
18542         after `message-setup-hook' to give it precedence over posting
18543         styles, etc.
18544         (message-use-alternative-email-as-from): Add docstring.
18545         Remove the original From header if present.
18546
18547         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18548         (nnml-save-mail): Use it.
18549
18550         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18551         articles.  Add new argument `silent'.
18552         (gnus-uu-mark-all): Report the total number of marked articles.
18553
18554 2005-09-10  Romain Francoise  <romain@orebokech.com>
18555
18556         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18557         (gnus-uu-mark-series): Likewise.
18558
18559 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * spam-report.el (spam-report-gmane): Fix generation of spam
18562         report URL.
18563
18564 2005-09-10  Simon Josefsson  <jas@extundo.com>
18565
18566         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18567         t, based on discussion on the ding list with Robert Epprecht
18568         <epprecht@solnet.ch>.
18569
18570 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * spam-report.el (spam-report-gmane): Make it work without
18573         X-Report-Spam header.  Gmane now only provides Archived-At.
18574         This is only used if `spam-report-gmane-use-article-number' is nil.
18575         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18576
18577         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18578         make `gnus-summary-sort-by-recipient' work with threading.
18579
18580         * nnweb.el (nnweb-google-wash-article): Print a message if article
18581         is not available.
18582
18583 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18584
18585         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18586         change.  Decode text/* parts content before displaying.
18587
18588 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18591
18592 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18595
18596         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18597         url-package-name, url-package-version,
18598         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18599         w3m-display-inline-images, and w3m-minor-mode-map.
18600
18601 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18602
18603         * message.el (message-tab-body-function): Fix mismatched custom type.
18604
18605         * gnus.el (gnus-group-change-level-function): Ditto.
18606
18607         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18608
18609         * gnus-art.el (gnus-signature-limit)
18610         (gnus-article-mime-part-function): Ditto.
18611
18612 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * mml.el (mml-mode): Silence the byte compiler.
18615
18616         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18617         using `(sit-for 0)' before moving the point to the specified part;
18618         skip unbuttonized parts.
18619         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18620         return to the summary window if gnus-auto-select-part is non-nil.
18621
18622 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18623
18624         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18625         New variables.
18626         (mml-dnd-attach-file, mml-mode): Use them.
18627
18628         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18629         Make fetching article by MID work again for Google Groups.
18630         Add FIXME concerning gnus-group-make-web-group.
18631
18632         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18633         Don't depend on Gnus by using mail-extract-address-components if
18634         gnus-extract-address-components is not bound.
18635
18636 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18637
18638         * gnus-art.el (gnus-mime-display-security): Don't display the
18639         signature, but only the signed part.
18640
18641 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18644
18645         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18646         list, not listp.
18647
18648 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18649
18650         * mm-encode.el (mm-encode-content-transfer-encoding):
18651         Likewise when encoding.
18652
18653         * mm-bodies.el (mm-decode-content-transfer-encoding):
18654         De-canonicalize CRLF for all text content types, not just
18655         text/plain.
18656
18657 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18660         valid article; point arrow and cursor at the MIME button.
18661
18662 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18665         Suggested by Dan Christensen <jdc@uwo.ca>.
18666
18667         * mm-decode.el (mm-save-part): Enable change of prompt.
18668
18669 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18670
18671         * gnus-msg.el (gnus-inews-add-send-actions):
18672         Make `message-post-method' lambda parameter ARG `&optional'.
18673
18674 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gnus-sum.el (gnus-summary-mime-map):
18677         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18678         gnus-article-jump-to-part.
18679
18680         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18681         (gnus-article-edit-part): Use it.
18682         (gnus-article-part-wrapper): Add no-handle argument.
18683         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18684         New functions.
18685
18686 2005-08-29  Romain Francoise  <romain@orebokech.com>
18687
18688         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18689         docstring.
18690         (gnus-face-from-file): Likewise.
18691
18692 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18693
18694         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18695         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18696         non-nil.
18697         (gnus-auto-select-part): New variable.
18698         (gnus-article-jump-to-part): New function.
18699         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18700         (gnus-mime-delete-part): Allow selecting specified part after
18701         deleting or stripping parts.
18702         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18703         part if argument is bogus.
18704
18705 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18706
18707         * gnus-art.el (w3m-minor-mode-map):
18708         * gnus-spec.el (gnus-newsrc-file-version):
18709         * gnus-util.el (nnmail-active-file-coding-system)
18710         (gnus-original-article-buffer, gnus-user-agent):
18711         * gnus.el (gnus-ham-process-destinations)
18712         (gnus-parameter-ham-marks-alist)
18713         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18714         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18715         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18716         * mm-decode.el (gnus-current-window-configuration):
18717         * mm-extern.el (gnus-article-mime-handles):
18718         * mm-url.el (url-current-object, url-package-name)
18719         (url-package-version):
18720         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18721         (smime-keys, w3m-cid-retrieve-function-alist)
18722         (w3m-current-buffer, w3m-display-inline-images)
18723         (w3m-minor-mode-map):
18724         * mml-smime.el (gnus-extract-address-components):
18725         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18726         (gnus-newsrc-hashtb, message-default-charset)
18727         (message-deletable-headers, message-options)
18728         (message-posting-charset, message-required-mail-headers)
18729         (message-required-news-headers):
18730         * mml1991.el (mc-pgp-always-sign):
18731         * mml2015.el (mc-pgp-always-sign):
18732         * nnheader.el (nnmail-extra-headers):
18733         * rfc1843.el (gnus-decode-encoded-word-function)
18734         (gnus-decode-header-function, gnus-newsgroup-name):
18735         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18736
18737 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18738
18739         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18740         the end of the date treatments.
18741
18742 2005-08-15  Simon Josefsson  <jas@extundo.com>
18743
18744         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18745         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18746         Capello and Romain Francoise.
18747         (pgg-fetch-key-function): Remove, not used?
18748         (pgg-insert-url-with-w3): Require url, to get
18749         url-insert-file-contents regardless of where it is defined.
18750
18751 2005-08-13  Romain Francoise  <romain@orebokech.com>
18752
18753         * message.el (message-cite-original-1): New function.
18754         (message-cite-original): Use it.
18755         (message-cite-original-without-signature): Ditto.
18756
18757 2005-08-08  Romain Francoise  <romain@orebokech.com>
18758
18759         * message.el (message-yank-empty-prefix): New variable.
18760         (message-indent-citation): Use it.
18761         (message-cite-original-without-signature): Respect X-No-Archive.
18762
18763 2005-08-08  Simon Josefsson  <jas@extundo.com>
18764
18765         * pgg.el: Autoload url-insert-file-contents instead of loading
18766         w3/url.
18767         (pgg-insert-url-with-w3): Don't load url here.
18768
18769 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18770
18771         * message.el (message-kill-to-signature): Don't insert newline at
18772         bol.
18773         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18774
18775 2005-08-06  Romain Francoise  <romain@orebokech.com>
18776
18777         * message.el (message-user-fqdn): Fix typo in docstring.
18778
18779 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18780
18781         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18782
18783         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18784
18785 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18786
18787         * mm-bodies.el (mm-encode-body): Use coding system rather than
18788         charset to encode text.
18789
18790         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18791         number of charsets if utf-8 is available (XEmacs).
18792
18793 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18796         taken from `gnus-button-mid-or-mail-regexp'.
18797         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18798         (gnus-button-alist): Improve regexp for domain part of the MIDs
18799         for news:localpart@domain buttons.
18800         (gnus-button-ctan-directory-regexp): Update.
18801
18802 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * sieve-manage.el (sieve-manage-interactive-login):
18805         Use make-local-variable rather than make-variable-buffer-local.
18806         (sieve-manage-open): Ditto.
18807         (sieve-manage-authenticate): Ditto.
18808
18809         * mml.el (mml-generate-mime-1): Make the content type default to
18810         text/plain if the filename is not specified.
18811
18812 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18813
18814         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18815         instead of insert-buffer.
18816
18817         * message.el (message-yank-original): Ditto; set the mark at the
18818         end of the yanked message.
18819
18820 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18823         lines to scroll rather than to stop it.
18824
18825         * mml.el (mml-generate-default-type): Add doc string.
18826         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18827         default to application/octet-stream when determining the content
18828         type if it is not specified for the part or the mml contents; add
18829         a comment about mml-generate-default-type.
18830
18831 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18832
18833         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18834         make it default to application/octet-stream when determining the
18835         content type if it is not specified for the external contents.
18836
18837 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18840         segmented parameter but also other parameters might be there.
18841
18842 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * mm-decode.el (mm-display-external): Delete temp file, directory
18845         and buffer immediately if the external process is exited.
18846
18847 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18848
18849         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18850         fewer lines than that of scroll-margin.
18851         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18852
18853 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-art.el (gnus-article-next-page): Revert.
18856         (gnus-article-beginning-of-window): New macro.
18857         (gnus-article-next-page-1): Use it.
18858         (gnus-article-prev-page): Ditto.
18859         (gnus-article-edit-part): Use insert-buffer-substring instead of
18860         insert-buffer.
18861         (gnus-article-edit-exit): Ditto.
18862
18863         * gnus-util.el (gnus-beginning-of-window): Remove.
18864         (gnus-end-of-window): Remove.
18865
18866         * lpath.el: Don't bind header-line-format and scroll-margin.
18867
18868 2005-07-25  Simon Josefsson  <jas@extundo.com>
18869
18870         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18871         to have the url package without w3.  Reported by Daiki Ueno
18872         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18873
18874 2005-07-20  Didier Verna  <didier@xemacs.org>
18875
18876         * gnus-diary.el: Remove the description comment (nndiary is now
18877         properly documented in the Gnus manual).
18878         Fix the spelling of "Back End".
18879         * nndiary.el: Ditto.
18880         Fix the copyright notice.
18881
18882 2005-07-18  Romain Francoise  <romain@orebokech.com>
18883
18884         * gnus-sum.el (gnus-summary-to-prefix)
18885         (gnus-summary-newsgroup-prefix): New variables.
18886         (gnus-summary-from-or-to-or-newsgroups): Use them.
18887
18888 2005-07-17  Romain Francoise  <romain@orebokech.com>
18889
18890         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18891         space as it's generally not especially interesting to the user.
18892
18893 2005-07-16  Romain Francoise  <romain@orebokech.com>
18894
18895         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18896         nil to avoid prompting and file modification if one of the
18897         messages at the top of the nnfolder file contains a copyright
18898         notice.
18899         Update copyright notice.
18900
18901         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18902         instead of `current-time-string' as the latter creates a time
18903         string that is not RFC 2822 compliant (it lacks the zone).
18904         Update copyright notice.
18905
18906 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18907
18908         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18909         for text/rtf.  Display default in prompt.  Pass default for M-n.
18910
18911         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18912
18913 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18914
18915         * gnus-msg.el (gnus-button-mailto):
18916         Remove save-selected-window-window hackery because it relies on
18917         save-selected-window internals.
18918
18919 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18922         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18923         (gnus-article-prev-page): Ditto.
18924
18925         * gnus-util.el (gnus-beginning-of-window): New function.
18926         (gnus-end-of-window): New function.
18927
18928         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18929
18930 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18931
18932         * gnus-score.el (gnus-score-edit-all-score):
18933         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18934         gnus-message.
18935
18936 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18937
18938         * gnus-msg.el (gnus-button-mailto):
18939         Remove save-selected-window-window hackery because it relies on
18940         save-selected-window internals.
18941
18942 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18945         add-minor-mode.
18946         (gnus-binary-mode): Ditto.
18947
18948         * gnus-topic.el (gnus-topic-mode): Ditto.
18949
18950 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18951
18952         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18953         (gnus-article-prev-page): Take scroll-margin into consideration.
18954
18955 2005-07-04  Lute Kamstra  <lute@gnu.org>
18956
18957         Update FSF's address in GPL notices.
18958
18959 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18960
18961         * gnus.el (gnus-exit):
18962         * gnus-group.el (gnus-group-icons):
18963         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18964
18965         * gnus-nocem.el (gnus-nocem):
18966         * message.el (message-various, message-buffers, message-sending)
18967         (message-interface, message-forwarding, message-insertion)
18968         (message-headers, message-news, message-mail):
18969         * pgg-gpg.el (pgg-gpg):
18970         * pgg-parse.el (pgg-parse):
18971         * pgg-pgp.el (pgg-pgp):
18972         * pgg-pgp5.el (pgg-pgp5):
18973         * pop3.el (pop3): Finish `defgroup' description with period.
18974
18975 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * gnus-art.el (article-display-face): Improve the efficiency.
18978         (article-display-x-face): Ditto; remove gray x-face stuff.
18979
18980 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus-art.el (article-display-face): Correct the position in
18983         which Faces are inserted.
18984
18985 2005-06-29  Didier Verna  <didier@xemacs.org>
18986
18987         * gnus-art.el (article-display-face): Display faces in correct
18988         order.
18989
18990 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18991
18992         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18993         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18994         (gnus-nocem-check-article): Fetch the Type header.
18995         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18996         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18997         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18998         make sure gnus-nocem-hashtb is initialized.
18999         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19000         (gnus-nocem-unwanted-article-p): Ditto.
19001
19002         * pgg.el (pgg-verify): Return the verification result.
19003
19004 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19005
19006         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19007         is ascii.
19008
19009 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19010
19011         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19012         `show-nonbreak-escape'.
19013
19014 2005-06-23  Lute Kamstra  <lute@gnu.org>
19015
19016         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19017
19018         * dig.el (dig-mode):
19019         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19020
19021 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19022
19023         * nnimap.el (nnimap-split-download-body): Fix spellings.
19024
19025 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19026
19027         * gnus-art.el (gnus-article-encrypt-body):
19028         * gnus-cus.el (gnus-score-customize):
19029         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19030         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19031
19032 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19033
19034         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19035         header by looking for magic "MII" at the beginning.
19036
19037 2005-06-16  Miles Bader  <miles@gnu.org>
19038
19039         * gnus-xmas.el (gnus-xmas-group-startup-message):
19040         Use renamed gnus-splash face.
19041
19042         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19043         (assistant-field-face): New backward-compatibility alias for renamed
19044         face.
19045         (assistant-render-text): Use renamed assistant-field face.
19046
19047         * spam.el (spam): Remove "-face" suffix from face name.
19048         (spam-face): New backward-compatibility alias for renamed face.
19049         (spam-face, spam-initialize): Use renamed spam face.
19050
19051         * message.el (message-header-to, message-header-cc)
19052         (message-header-subject, message-header-newsgroups)
19053         (message-header-other, message-header-name)
19054         (message-header-xheader, message-separator, message-cited-text)
19055         (message-mml): Remove "-face" suffix from face names.
19056         (message-header-to-face, message-header-cc-face)
19057         (message-header-subject-face, message-header-newsgroups-face)
19058         (message-header-other-face, message-header-name-face)
19059         (message-header-xheader-face, message-separator-face)
19060         (message-cited-text-face, message-mml-face):
19061         New backward-compatibility aliases for renamed faces.
19062         (message-font-lock-keywords): Use renamed message faces.
19063
19064         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19065         (sieve-test-commands, sieve-tagged-arguments):
19066         Remove "-face" suffix from face names.
19067         (sieve-control-commands-face, sieve-action-commands-face)
19068         (sieve-test-commands-face, sieve-tagged-arguments-face):
19069         New backward-compatibility aliases for renamed faces.
19070         (sieve-control-commands-face, sieve-action-commands-face)
19071         (sieve-test-commands-face, sieve-tagged-arguments-face):
19072         Use renamed sieve faces.
19073
19074         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19075         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19076         (gnus-group-news-3-empty, gnus-group-news-4)
19077         (gnus-group-news-4-empty, gnus-group-news-5)
19078         (gnus-group-news-5-empty, gnus-group-news-6)
19079         (gnus-group-news-6-empty, gnus-group-news-low)
19080         (gnus-group-news-low-empty, gnus-group-mail-1)
19081         (gnus-group-mail-1-empty, gnus-group-mail-2)
19082         (gnus-group-mail-2-empty, gnus-group-mail-3)
19083         (gnus-group-mail-3-empty, gnus-group-mail-low)
19084         (gnus-group-mail-low-empty, gnus-summary-selected)
19085         (gnus-summary-cancelled, gnus-summary-high-ticked)
19086         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19087         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19088         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19089         (gnus-summary-low-undownloaded)
19090         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19091         (gnus-summary-low-unread, gnus-summary-normal-unread)
19092         (gnus-summary-high-read, gnus-summary-low-read)
19093         (gnus-summary-normal-read, gnus-splash):
19094         Remove "-face" suffix from face names.
19095         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19096         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19097         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19098         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19099         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19100         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19101         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19106         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19107         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19108         (gnus-summary-normal-ticked-face)
19109         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19110         (gnus-summary-normal-ancient-face)
19111         (gnus-summary-high-undownloaded-face)
19112         (gnus-summary-low-undownloaded-face)
19113         (gnus-summary-normal-undownloaded-face)
19114         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19115         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19116         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19117         (gnus-splash-face):
19118         New backward-compatibility aliases for renamed faces.
19119         (gnus-group-startup-message): Use renamed gnus faces.
19120
19121         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19122         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19123         (gnus-server-agent): Remove "-face" suffix from face names.
19124         (gnus-server-agent-face, gnus-server-opened-face)
19125         (gnus-server-closed-face, gnus-server-denied-face)
19126         (gnus-server-offline-face):
19127         New backward-compatibility aliases for renamed faces.
19128         (gnus-server-agent-face, gnus-server-opened-face)
19129         (gnus-server-closed-face, gnus-server-denied-face)
19130         (gnus-server-offline-face): Use renamed gnus faces.
19131
19132         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19133         Remove "-face" suffix from face names.
19134         (gnus-picon-xbm-face, gnus-picon-face):
19135         New backward-compatibility aliases for renamed faces.
19136
19137         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19138         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19139         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19140         (gnus-cite-11): Remove "-face" suffix from face names.
19141         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19142         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19143         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19144         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19145         New backward-compatibility aliases for renamed faces.
19146         (gnus-cite-attribution-face, gnus-cite-face-list)
19147         (gnus-article-boring-faces): Use renamed gnus faces.
19148
19149         * gnus-art.el (gnus-signature, gnus-header-from)
19150         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19151         (gnus-header-content): Remove "-face" suffix from face names.
19152         (gnus-signature-face, gnus-header-from-face)
19153         (gnus-header-subject-face, gnus-header-newsgroups-face)
19154         (gnus-header-name-face, gnus-header-content-face):
19155         New backward-compatibility aliases for renamed faces.
19156         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19157
19158         * gnus-sum.el (gnus-summary-selected-face)
19159         (gnus-summary-highlight): Use renamed gnus faces.
19160         * gnus-group.el (gnus-group-highlight): Likewise.
19161
19162 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19163
19164         * gnus-sieve.el (gnus-sieve-article-add-rule):
19165         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19166         * spam-stat.el (spam-stat-buffer-change-to-spam)
19167         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19168
19169         * message.el (message-is-yours-p):
19170         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19171
19172 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19173
19174         * mm-view.el (mm-inline-text): Withdraw the last change.
19175
19176 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19179         executing enriched-decode.
19180
19181 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19182
19183         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19184         charset of tar files.
19185
19186 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19187
19188         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19189
19190 2005-06-04  Lute Kamstra  <lute@gnu.org>
19191
19192         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19193         information is never recorded.
19194
19195 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19196
19197         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19198
19199 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * pop3.el (pop3-apop): Run md5 in the binary mode.
19202
19203         * starttls.el (starttls-set-process-query-on-exit-flag):
19204         Use eval-and-compile.
19205
19206 2005-05-31  Simon Josefsson  <jas@extundo.com>
19207
19208         * smime.el (smime-replace-in-string): Define.
19209         (smime-cert-by-ldap-1): Use it.
19210
19211 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-art.el (article-display-x-face): Replace
19214         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19215
19216         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19217         set-process-query-on-exit-flag or process-kill-without-query.
19218
19219         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19220         loop instead of replace-regexp.
19221
19222         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19223         instead of process-kill-without-query if it is available.
19224
19225         * lpath.el: Fbind ldap-search-entries.
19226
19227         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19228         instead of find-file-hooks if it is available.
19229
19230         * mml1991.el: Bind pgg-default-user-id when compiling.
19231
19232         * mml2015.el: Bind pgg-default-user-id when compiling.
19233
19234         * nndraft.el (nndraft-request-associate-buffer):
19235         Use write-contents-functions instead of write-contents-hooks if it is
19236         available.
19237
19238         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19239         instead of find-file-hooks if it is available.
19240
19241         * nntp.el (nntp-open-connection): Replace
19242         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19243         (nntp-open-ssl-stream): Ditto.
19244         (nntp-open-tls-stream): Ditto.
19245
19246         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19247         set-process-query-on-exit-flag or process-kill-without-query.
19248         (starttls-open-stream-gnutls): Use it instead of
19249         process-kill-without-query.
19250         (starttls-open-stream): Ditto.
19251
19252 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19253
19254         * smime.el (smime-cert-by-ldap-1): Don't use
19255         replace-regexp-in-string.
19256
19257 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19258
19259         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19260
19261         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19262         in PEM format.  Adjust to the XEmacs compatibility.
19263
19264 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19265
19266         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19267         by `string-to-number'.
19268         * gnus-agent.el (gnus-agent-regenerate-group)
19269         (gnus-agent-fetch-articles): Ditto.
19270         * gnus-art.el (gnus-button-fetch-group): Ditto.
19271         * gnus-cache.el (gnus-cache-generate-active)
19272         (gnus-cache-articles-in-group): Ditto.
19273         * gnus-group.el (gnus-group-set-current-level)
19274         (gnus-group-insert-group-line): Ditto.
19275         * gnus-score.el (gnus-score-set-expunge-below)
19276         (gnus-score-set-mark-below, gnus-summary-score-effect)
19277         (gnus-summary-score-entry): Ditto.
19278         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19279         (gnus-soup-pack): Ditto.
19280         * gnus-spec.el (gnus-xmas-format): Ditto.
19281         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19282         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19283         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19284         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19285         * nndb.el (nndb-get-remote-expire-response): Ditto.
19286         * nndiary.el (nndiary-parse-schedule-value)
19287         (nndiary-string-to-number, nndiary-request-replace-article)
19288         (nndiary-request-article): Ditto.
19289         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19290         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19291         * nneething.el (nneething-make-head): Ditto.
19292         * nnfolder.el (nnfolder-request-article)
19293         (nnfolder-retrieve-headers): Ditto.
19294         * nnheader.el (nnheader-file-to-number): Ditto.
19295         * nnkiboze.el (nnkiboze-request-article): Ditto.
19296         * nnmail.el (nnmail-process-unix-mail-format)
19297         (nnmail-process-babyl-mail-format): Ditto.
19298         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19299         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19300         (nnmh-request-create-group, nnmh-request-list-1)
19301         (nnmh-request-group, nnmh-request-article): Ditto.
19302         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19303         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19304         * nnsoup.el (nnsoup-make-active): Ditto.
19305         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19306         * nntp.el (nntp-find-group-and-number)
19307         (nntp-retrieve-headers-with-xover): Ditto.
19308         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19309         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19310         (pgg-format-key-identifier): Ditto.
19311         * pop3.el (pop3-last, pop3-stat): Ditto.
19312         * qp.el (quoted-printable-decode-region): Ditto.
19313
19314         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19315         of concat.
19316
19317 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19320
19321         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19322
19323         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19324
19325         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19326
19327         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19328
19329         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19330
19331         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19332         (gnus-carpal-mode): Ditto.
19333
19334         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19335         (gnus-browse-mode): Ditto.
19336
19337         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19338
19339         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19340
19341 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19342
19343         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19344
19345 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19346
19347         * gnus-util.el (gnus-run-mode-hooks): New function.
19348
19349         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19350
19351         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19352         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19353
19354 2005-05-27  Lute Kamstra  <lute@gnu.org>
19355
19356         * dns-mode.el (dns-mode): Specify customization group.
19357
19358 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19359
19360         * gnus-agent.el (gnus-agent-make-mode-line-string):
19361         Use mode-line-highlight as mouse-face.
19362
19363 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * canlock.el (canlock): Change the parent group to news.
19366
19367         * deuglify.el (gnus-outlook-deuglify): Add :group.
19368
19369         * dig.el (dig): Add :group.
19370
19371         * dns-mode.el (dns-mode): Add :group.
19372
19373         * encrypt.el (encrypt): Add :group.
19374
19375         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19376         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19377         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19378         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19379         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19380
19381         * gnus-diary.el (gnus-diary): Add :group.
19382
19383         * gnus.el (gnus-group-news-1-face): Add :group.
19384         (gnus-group-news-1-empty-face): Ditto.
19385         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19386         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19387         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19388         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19389         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19390         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19391         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19392         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19393         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19394         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19395         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19396         (gnus-summary-high-ticked-face): Ditto.
19397         (gnus-summary-low-ticked-face): Ditto.
19398         (gnus-summary-normal-ticked-face): Ditto.
19399         (gnus-summary-high-ancient-face): Ditto.
19400         (gnus-summary-low-ancient-face): Ditto.
19401         (gnus-summary-normal-ancient-face): Ditto.
19402         (gnus-summary-high-undownloaded-face): Ditto.
19403         (gnus-summary-low-undownloaded-face): Ditto.
19404         (gnus-summary-normal-undownloaded-face): Ditto.
19405         (gnus-summary-high-unread-face): Ditto.
19406         (gnus-summary-low-unread-face): Ditto.
19407         (gnus-summary-normal-unread-face): Ditto.
19408         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19409         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19410
19411         * hashcash.el (hashcash): New custom group.
19412         (hashcash-default-payment): Add :group.
19413         (hashcash-payment-alist): Ditto.
19414         (hashcash-default-accept-payment): Ditto.
19415         (hashcash-accept-resources): Ditto.
19416         (hashcash-path): Ditto.
19417         (hashcash-extra-generate-parameters): Ditto.
19418         (hashcash-double-spend-database): Ditto.
19419         (hashcash-in-news): Ditto.
19420
19421         * message.el (message-minibuffer-local-map): Add :group.
19422
19423         * netrc.el (netrc): Add :group.
19424
19425         * sieve-manage.el (sieve-manage-log): Add :group.
19426         (sieve-manage-default-user): Diito.
19427         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19428         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19429         (sieve-manage-authenticators): Ditto.
19430         (sieve-manage-authenticator-alist): Ditto.
19431         (sieve-manage-default-port): Ditto.
19432
19433         * sieve-mode.el (sieve-control-commands-face): Add :group.
19434         (sieve-action-commands-face): Ditto.
19435         (sieve-test-commands-face): Ditto.
19436         (sieve-tagged-arguments-face): Ditto.
19437
19438         * smime.el (smime): Add :group.
19439
19440         * spam-report.el (spam-report): Add :group.
19441
19442         * spam.el (spam, spam-face): Add :group.
19443
19444 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19447         return \n.\n.\n at the end of articles.  Protect against that.
19448         (nntp-with-open-group): Allow debugging.
19449
19450         * nnheader.el (mail-header-set-extra): Make into a function
19451         because I just could't understand how to quote the list properly.
19452
19453         * dns.el (query-dns-cached): New function.
19454
19455 2005-05-26  Lute Kamstra  <lute@gnu.org>
19456
19457         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19458
19459 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19462
19463         * gnus-art.el: Don't autoload mail-extract-address-components.
19464
19465         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19466         eval-and-compile to evaluate it.
19467
19468         * hashcash.el: Don't autoload executable-find.
19469
19470         * nndb.el: Don't declare the nndb back end two or more times; don't
19471         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19472
19473         * nntp.el: Autoload format-spec instead of format; use
19474         eval-and-compile to evaluate autoload forms.
19475
19476 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19477
19478         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19479
19480 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19481
19482         * gnus.el (gnus-version-number): Bump version.
19483
19484 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19485
19486         * gnus.el: No Gnus v0.3 is released.
19487
19488 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19489
19490         * lpath.el (featurep): Bind show-nonbreak-escape.
19491
19492 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19493
19494         * gnus-art.el (gnus-article-edit-part): Disable undo.
19495
19496 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19499         gnus-article-date-lapsed-new-header is t if date timer is active;
19500         skip headers in which the original date value is empty.
19501         (gnus-article-save-original-date): Redefine it as a macro.
19502         (gnus-display-mime): Use it.
19503
19504 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * gnus-art.el (article-date-ut): Support converting date in
19507         forwarded parts as well.
19508         (gnus-article-save-original-date): New function.
19509         (gnus-display-mime): Use it.
19510
19511 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19512
19513         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19514         enclosure element of <item>.
19515
19516 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19517
19518         * message.el (message-kill-buffer-query): Rename from
19519         `message-kill-buffer-query-if-modified'.  Add :version.
19520
19521 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19524         window layout.
19525
19526 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * mml.el: Autoload dnd when compiling.
19529
19530 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19531
19532         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19533         x-dnd-*.
19534
19535 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * qp.el (quoted-printable-encode-region): Save excursion.
19538
19539 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19540
19541         * message.el (message-kill-buffer-query-if-modified): Add new variable
19542         so the user can kill a modified message buffer quickly.
19543         (message-kill-buffer): Use it.
19544
19545 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * lpath.el: Fbind display-time-event-handler; don't fbind
19548         string-to-multibyte.
19549
19550         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19551
19552 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19553
19554         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19555         contained in text because xml.el decodes entities) with LFs.
19556
19557 2005-04-11  Lute Kamstra  <lute@gnu.org>
19558
19559         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19560         differently.
19561
19562 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19563
19564         * mm-util.el (mm-detect-coding-region): Typo.
19565
19566 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19567
19568         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19569
19570 2005-04-06  Deepak Goel  <deego@gnufans.org>
19571
19572         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19573         user-function allow user modifications of the scores.
19574         (spam-stat-score-buffer-user): New function, to allow
19575         user-computed modifications to the score.
19576         (spam-stat-score-buffer-user-functions): List of additional
19577         scoring functions.
19578         (spam-stat-error-holder): Global temporary error holder.
19579         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19580         variable.
19581
19582 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19583
19584         * gnus-registry.el (gnus-registry-clean-empty-function)
19585         (gnus-registry-trim, gnus-registry-fetch-groups)
19586         (gnus-registry-delete-group): Groups that match
19587         `gnus-registry-ignored-groups' are removed from the registry
19588         entries, not just ignored for splitting.  This helps clean up the
19589         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19590         to get all the groups a message ID is in.
19591
19592         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19593         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19594         (spam-stat-score-buffer-user-functions): Add :number custom type.
19595
19596 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19599         argument in XEmacs.
19600
19601         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19602         (nnrss-request-group): Decode group name first.
19603         (nnrss-request-article): Make a text/plain article if mml-to-mime
19604         failed.
19605         (nnrss-get-encoding): Return a compatible encoding according to
19606         nnrss-compatible-encoding-alist.
19607         (nnrss-find-el): Use consp instead of listp.
19608         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19609
19610 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19613         which Emacs 20 doesn't support.
19614         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19615
19616 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19617
19618         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19619         silence the byte compiler inside the defun.
19620
19621         * gnus-demon.el (parse-time-string): Add autoload.
19622
19623         * gnus-delay.el (parse-time-string): Add autoload.
19624
19625         * gnus-art.el (parse-time-string): Add autoload.
19626
19627         * nnultimate.el (parse-time): Require for `parse-time-string'.
19628
19629 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19630
19631         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19632
19633         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19634
19635         * smime.el (smime-ldap-host-list): Add :version.
19636
19637 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19640         pass it to `gnus-browse-read-group'.
19641         (gnus-browse-read-group): Add NUMBER argument and pass it to
19642         `gnus-group-read-ephemeral-group'.
19643
19644         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19645         argument and pass it to `gnus-group-read-group'.
19646
19647 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19648
19649         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19650         mm-xemacs-find-mime-charset-1 if we have the mule feature
19651         available at runtime.
19652
19653 2005-03-25  Werner Lemberg  <wl@gnu.org>
19654
19655         * nnmaildir.el: Replace `illegal' with `invalid'.
19656
19657 2005-03-23  Lute Kamstra  <lute@gnu.org>
19658
19659         * time-date.el: Add comment on time value formats.
19660         Don't require parse-time.
19661         (with-decoded-time-value): New macro.
19662         (encode-time-value): New function.
19663         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19664         (days-to-time): Return a valid time value when arg is huge.
19665         (time-since): Use time-subtract.
19666         (time-to-number-of-days): Use time-to-seconds.
19667
19668 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19669
19670         * gnus-start.el (gnus-display-time-event-handler):
19671         Check display-time-timer at runtime rather than only at load time
19672         in case display-time-mode is turned off in the mean time.
19673
19674 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19675
19676         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19677         used.
19678
19679         * nneething.el (nneething-map-file-directory): Derive from
19680         `gnus-directory'.
19681
19682         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19683         the To/Cc button.
19684
19685 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19686
19687         * nnmaildir.el (nnmaildir-request-accept-article):
19688         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19689
19690 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19691
19692         * gnus-async.el: Require timer-funcs at compile time when in
19693         XEmacs for `run-with-idle-timer'.
19694
19695 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19696
19697         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19698         autoloaded function.
19699
19700 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19701
19702         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19703
19704 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19705
19706         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19707
19708 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19709
19710         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19711         Add gnus-expert-user to default.
19712
19713 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19714
19715         * nnimap.el (nnimap-open-server): Ditto.
19716
19717         * imap.el (imap-authenticate): Fix typo.
19718
19719 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19720
19721         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19722         buffer (since IMAP server might return FETCH response out of
19723         order, and the nntp buffer must be sorted).
19724
19725 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19726
19727         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19728         comparison on string.
19729
19730         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19731         (gnus-agent-score): Rename category keywords to match gnus-cus.
19732         (gnus-agent-summary-fetch-series): Modify to protect against
19733         gnus-agent-summary-fetch-group clearing processable flags.
19734         (gnus-agent-synchronize-group-flags): Update live group buffer as
19735         synchronization may occur due to the user toggle the plugged
19736         status.
19737         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19738         successfully downloaded.
19739         (gnus-agent-expire-group-1): Avoid using markers when the overview
19740         is in ascending order; greatly improves performance.
19741         (gnus-agent-regenerate-group):
19742         Use gnus-agent-synchronize-group-flags to reset read status in both
19743         gnus and server.
19744         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19745
19746 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19747
19748         * message.el: Don't autoload former message-utils variables.
19749         (message-strip-subject-trailing-was): Change doc string.
19750
19751         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19752         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19753         (nnweb-google-search): Add "hl=en" here.
19754         (nnweb-google-parse-1, nnweb-google-create-mapping):
19755         Don't hardcode URL.
19756
19757 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * message.el (message-get-reply-headers, message-followup):
19760         Mention related variables `message-use-followup-to' and
19761         `message-use-mail-followup-to', in the information buffer.
19762
19763         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19764         of broken groups(-beta).google.com.
19765
19766 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19767
19768         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19769         parameter to invoked gnus-request-move-article; remove the
19770         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19771         all at once instead of once per article.
19772         (gnus-summary-remove-process-mark): Accept a list of articles as
19773         well as a single article for processing.
19774
19775         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19776         parameter.
19777
19778         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19779
19780         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19781
19782         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19783         parameter.
19784
19785         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19786         parameter.
19787
19788         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19789         parameter and remove the gnus-sum-hint-move-is-internal variable.
19790
19791         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19792         parameter.
19793
19794         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19795         parameter.
19796
19797         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19798         parameter.
19799
19800         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19801
19802         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19803         parameter.
19804
19805         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19806         parameter.
19807
19808 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19809
19810         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19811         a more conservative way.
19812
19813 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19814
19815         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19816         buffer, so it moves the window's cursor.
19817
19818 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19819
19820         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19821         `mm-dissect-multipart' and receive the from field as an (optional)
19822         argument from `mm-dissect-multipart'.
19823         (mm-dissect-multipart): Receive the from field as an argument and
19824         pass it on when we call `mm-dissect-buffer' on MIME parts.
19825         Fixes verification/decryption of signed/encrypted MIME parts.
19826
19827 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19828
19829         * gnus-sum.el (gnus-summary-move-article):
19830         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19831         whatever it calls (right now, only nnimap-request-move article
19832         respects it).
19833
19834         * nnimap.el (nnimap-request-move-article):
19835         When gnus-sum-hint-move-is-internal is set, don't do the extra
19836         nnimap-request-article.
19837
19838 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19839
19840         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19841
19842         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19843         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19844
19845         * gnus-sum.el (gnus-summary-caesar-message):
19846         Apply `gnus-treat-article' after rotation.
19847
19848         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19849         doc string.
19850
19851 2005-02-22  Simon Josefsson  <jas@extundo.com>
19852
19853         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19854         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19855         <arne@arnested.dk>.
19856         (encrypt): Add password-cache and password-cache-expiry as group
19857         members.
19858
19859 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19860
19861         * smime.el (smime-ldap-host-list): Doc fix.
19862         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19863         cache) password.
19864         (smime-sign-region): Use it.
19865         (smime-decrypt-region): Use it.
19866         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19867         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19868         fails.
19869         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19870         certificate from DER to PEM format rather than calling openssl.
19871
19872         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19873
19874         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19875         for signing/encryption.
19876
19877         * mml.el (mml-parse-1): Use them.
19878
19879 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19880
19881         * nnrss.el (nnrss-verbose): Remove.
19882         (nnrss-request-group): Use `nnheader-message' instead.
19883
19884 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19885
19886         * nnrss.el (nnrss-verbose): New variable.
19887         (nnrss-request-group): Make it say nnrss is requesting a group.
19888
19889 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19890
19891         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19892         Handle news URL with given port correctly.
19893
19894 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19897         containing special characters.
19898
19899         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19900
19901         * mml.el (mime-to-mml): Ditto.
19902
19903         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19904         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19905         (rfc2047-decode-region): Quote decoded words containing special
19906         characters when rfc2047-quote-decoded-words-containing-tspecials
19907         is non-nil.
19908
19909 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19910
19911         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19912
19913         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19914
19915 2005-02-15  Simon Josefsson  <jas@extundo.com>
19916
19917         * nnimap.el (nnimap-debug): Doc fix.
19918
19919         * imap.el (imap-debug): Doc fix.
19920
19921 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19924
19925 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19926
19927         * gnus.el (spam-contents): Improve docs for spam-contents
19928         parameter in its variable incarnation.
19929
19930 2005-02-14  Simon Josefsson  <jas@extundo.com>
19931
19932         * smime-ldap.el: Use require instead of load-library for ldap.
19933         (smime-ldap-search): Indent.
19934         (smime-ldap-search-internal): Shorten line.
19935
19936         * smime.el (smime-cert-by-dns): Add doc-string.
19937         (smime-cert-by-ldap-1): Indent.
19938
19939         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19940         mml-smime-get-dns-ldap.
19941         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19942
19943 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19944
19945         * smime.el: Require smime-ldap.
19946         (smime-ldap-host-list): New variable.
19947         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19948
19949         * mml-smime.el (mml-smime-encrypt-query): New function.
19950         (mml-smime-encrypt-query): Use it.
19951
19952         * smime-ldap.el: New file.
19953
19954 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19957
19958 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19959
19960         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19961         argument in doc string.  Make query for type more clear.
19962
19963 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19964
19965         * gnus.el (gnus-group-startup-message): Search for gnus images in
19966         etc/images/gnus.
19967         * mm-util.el (mm-image-load-path): Likewise.
19968         * smiley.el (smiley-data-directory): Search for smilies in
19969         etc/images/smilies.
19970
19971 2005-02-09  Kim F. Storm  <storm@cua.dk>
19972
19973         Change Emacs release version from 21.4 to 22.1 throughout.
19974         Change Emacs development version from 21.3.50 to 22.0.50.
19975
19976 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19979
19980         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19981         non-Mule XEmacs as well.
19982         (mm-decompress-buffer): Signal an error intentionally if it does
19983         not decompress compressed data because auto-compression-mode is
19984         disabled.
19985
19986 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19987
19988         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19989         an ID in the registry even if it has no groups.
19990
19991 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19992
19993         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19994         merge it into mm-decompress-buffer.
19995         (gnus-mime-copy-part): Use the MIME part charset, the value which
19996         a user specified or gnus-newsgroup-charset for decoding, like
19997         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19998         save-buffer what was used.  Suggested by Kevin Ryde
19999         <user42@zip.com.au>.
20000         (gnus-mime-inline-part): Allow the name parameter as well as the
20001         filename parameter; force decompressing of compressed data; always
20002         display contents being not decoded as unibyte.
20003
20004         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20005         as well as the filename parameter.
20006
20007         * mm-util.el (mm-decompress-buffer):
20008         Merge gnus-mime-jka-compr-maybe-uncompress.
20009         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20010         of compressed data.
20011
20012 2005-02-08  Simon Josefsson  <jas@extundo.com>
20013
20014         * imap.el (imap-log): Doc fix.
20015
20016 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20019         the coding cookies; decompress compressed parts.
20020
20021         * mml.el (mml-generate-mime-1): Add the charset parameter according
20022         to the value which a user specified manually or the coding cookie.
20023
20024         * mm-util.el (mm-string-to-multibyte): New function.
20025         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20026         (mm-coding-system-to-mime-charset): New function.
20027         (mm-decompress-buffer): New function.
20028         (mm-find-buffer-file-coding-system): New function.
20029
20030         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20031         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20032         parts.
20033
20034 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20035
20036         * mm-view.el (mm-display-inline-fontify): Decode a part according
20037         to the charset parameter.
20038
20039 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20042         prefix arg is neither nil nor a number, as info specifies.
20043
20044 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20045
20046         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20047         timestamps.
20048
20049 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20050
20051         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20052         groups error checking and notify user.
20053
20054 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20055
20056         * message.el (message-send-mail-function): Check existence of
20057         sendmail-program first before using default value
20058         `message-send-mail-with-sendmail'.  Otherwise use more generic
20059         `smtpmail-send-it'.
20060
20061 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * nntp.el (nntp-request-update-info): Always return nil.
20064
20065 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20066
20067         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20068
20069 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20070
20071         * message.el (message-beginning-of-line): Change the behavior when
20072         invoked between BOL and : so that it first moves backward.
20073
20074 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20075
20076         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20077         article buffer when editing of the article is discarded.
20078         (gnus-article-prepare): Revert.
20079
20080 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * gnus-art.el (gnus-article-prepare):
20083         Remove message-strip-forbidden-properties from the local hook.
20084
20085 2005-01-27  Simon Josefsson  <jas@extundo.com>
20086
20087         * password.el (password-cache-add): Only start one timer per key.
20088         Reported by Derek Atkins <warlord@MIT.EDU>.
20089
20090 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20091
20092         * run-at-time.el: Remove.  It is no longer needed as
20093         timer-funcs.el in the xemacs-base package has a working version of
20094         `run-at-time'.
20095
20096         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20097
20098         * password.el: Require timer-funcs instead of run-at-time in
20099         XEmacs.
20100         Remove `password-run-at-time' macro.
20101         (password-cache-add): Use `run-at-time' instead of
20102         `password-run-at-time'.
20103
20104         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20105         Remove `nnheader-cancel-function-timers' alias,
20106         `cancel-function-timers' exists in XEmacs in timer-funcs.
20107
20108         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20109         for `run-with-idle-timer'.
20110
20111         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20112         for `run-at-time'.
20113
20114         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20115         for `with-timeout'.
20116
20117         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20118         the same as for XEmacs 21.4.
20119         No need to ignore `run-with-idle-timer', this function exists in
20120         XEmacs now in timer-funcs.el in the xemacs-base package.
20121         (dgnushack-compile): No need to delete
20122         run-at-time.el from the list of files to compile because it
20123         doesn't exist anymore.
20124
20125 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20126
20127         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20128         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20129
20130 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20131
20132         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20133         sensitively.
20134
20135 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20136
20137         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20138
20139 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20140
20141         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20142         which will be inserted according to the multibyteness of a buffer
20143         rather than the type of contents.  Suggested by ARISAWA Akihiro
20144         <ari@mbf.ocn.ne.jp>.
20145
20146         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20147         of string which old xml.el may return rather than a string.
20148
20149 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20152
20153 2005-01-16  Simon Josefsson  <jas@extundo.com>
20154
20155         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20156         idn/idna.el isn't available.
20157         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20158         <michael@waxrat.com>.
20159
20160         * hashcash.el: Remove non-FSF copyright header.
20161
20162         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20163         (hashcash-generate-payment): Use it.
20164         (hashcash-generate-payment-async): Use it.
20165
20166 2005-01-15  Simon Josefsson  <jas@extundo.com>
20167
20168         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20169         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20170
20171         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20172         gnus-summary-idna-message.
20173         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20174         (gnus-summary-idna-message): New function.
20175
20176 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20177
20178         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20179         gnus-novice-user.
20180
20181 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * nnrss.el (nnrss-request-delete-group): Delete entries in
20184         nnrss-group-alist as well.
20185         (nnrss-save-server-data): Insert newline.
20186
20187 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20188
20189         * gnus.el (gnus-user-agent): Use list of symbols instead of
20190         symbols.  Display full version number for (S)XEmacs.
20191         Optionally display (S)XEmacs codename.
20192
20193         * gnus-util.el (gnus-emacs-version): Update for new
20194         `gnus-user-agent'.
20195
20196         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20197         Gnus version.
20198
20199 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20200
20201         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20202         which is unreadable in some setups.
20203
20204 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * gnus-spec.el (gnus-update-format-specifications): Flush the
20207         group format spec cache if it doesn't support decoded group names.
20208
20209 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20210
20211         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20212         Allow to apply decay on score files matching a regexp.
20213
20214 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20217         compatibility in %g and %c.
20218
20219 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20222         name for only %g and %c.
20223         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20224         of gnus-tmp-group to decoded group name.
20225         (gnus-group-make-rss-group): Exclude `/'s from group names.
20226
20227 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20228
20229         * nnrss.el (nnrss-get-encoding): Fix regexp.
20230
20231 2004-12-27  Simon Josefsson  <jas@extundo.com>
20232
20233         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20234         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20235         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20236
20237 2004-12-17  Kim F. Storm  <storm@cua.dk>
20238
20239         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20240
20241         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20242
20243 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20244
20245         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20246
20247 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * nnrss.el: Require rfc2047 and mml.
20250         (nnrss-file-coding-system): New variable.
20251         (nnrss-format-string): Redefine it as an inline function.
20252         (nnrss-decode-group-name): New function.
20253         (nnrss-string-as-multibyte): Remove.
20254         (nnrss-retrieve-headers): Decode group name; don't use
20255         nnrss-format-string.
20256         (nnrss-request-group): Decode group name.
20257         (nnrss-request-article): Decode group name; allow a Message-ID as
20258         well as an article number; don't use nnrss-format-string; encode a
20259         Message-ID string which may contain non-ASCII characters; use
20260         mml-to-mime to compose a MIME article.
20261         (nnrss-request-expire-articles): Decode group name.
20262         (nnrss-request-delete-group): Decode group name.
20263         (nnrss-fetch): Clarify error message.
20264         (nnrss-read-server-data): Use insert-file-contents instead of load;
20265         bind file-name-coding-system; use multibyte buffer.
20266         (nnrss-save-server-data): Bind coding-system-for-write to the
20267         value of nnrss-file-coding-system; bind file-name-coding-system;
20268         add coding cookie.
20269         (nnrss-read-group-data): Use insert-file-contents instead of load;
20270         bind file-name-coding-system; use multibyte buffer.
20271         (nnrss-save-group-data): Bind coding-system-for-write to the
20272         value of nnrss-file-coding-system; bind file-name-coding-system.
20273         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20274         make it work with non-ASCII text.
20275         (nnrss-find-el): Make it work with old xml.el as well.
20276
20277 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20278
20279         * nnrss.el (nnrss-get-encoding): New function.
20280         (nnrss-fetch): Use unibyte buffer initially; bind
20281         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20282         decode contents according to the encoding attribute.
20283         (nnrss-save-group-data): Add coding cookie.
20284         (nnrss-mime-encode-string): New function.
20285         (nnrss-check-group): Use it to encode subject and author.
20286
20287 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20288
20289         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20290         imaginary variable.
20291
20292 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20293
20294         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20295         correctly even if there are wide characters.
20296
20297 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20298
20299         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20300         downcased symbol names; make a new cache instead of reusing
20301         bbdb-hashtable.
20302
20303 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20306         concatenating segments rather than before concatenating them.
20307         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20308
20309         * message.el (message-get-reply-headers): Bind `extra'.
20310
20311 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20312
20313         * message.el (message-extra-wide-headers): New variable.
20314         (message-get-reply-headers): Use it.
20315
20316 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20319         (gnus-agent-group-pathname): Ditto.
20320
20321         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20322
20323         * gnus-group.el (gnus-group-make-group): Decode group name.
20324         (gnus-group-make-rss-group): Register the group data after opening
20325         the nnrss group.
20326
20327 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20328
20329         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20330         by expiry now get marked as read.
20331
20332 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20333
20334         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20335
20336 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20337
20338         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20339         unify Latin characters in XEmacs.
20340         (mm-find-mime-charset-region): Use it.
20341
20342 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20343
20344         * gnus-util.el (gnus-delete-directory): New function.
20345
20346         * gnus-agent.el (gnus-agent-delete-group): Use it.
20347
20348         * gnus-cache.el (gnus-cache-delete-group): Use it.
20349
20350 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20351
20352         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20353         names.
20354
20355 2004-12-16  Simon Josefsson  <jas@extundo.com>
20356
20357         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20358
20359 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20362
20363         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20364         (gnus-group-set-current-level): Decode group name.
20365
20366 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20367
20368         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20369         failed.
20370
20371 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20372
20373         * gnus-group.el (gnus-group-delete-group): Decode group name.
20374         (gnus-group-make-rss-group): Encode group name.
20375         (gnus-group-catchup-current): Decode group name.
20376         (gnus-group-kill-group): Decode group name.
20377
20378 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20379
20380         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20381
20382 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * gnus-group.el (gnus-group-make-rss-group):
20385         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20386
20387         * gnus-start.el (gnus-setup-news): Honor user's setting to
20388         gnus-message-archive-method.  Suggested by Lute Kamstra
20389         <lute@gnu.org>.
20390
20391 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20392
20393         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20394         global counterparts of the buffer-local variables.
20395
20396 2004-11-16  Romain Francoise  <romain@orebokech.com>
20397
20398         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20399         counterparts of the buffer-local variables.
20400
20401 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20402
20403         * message.el (message-forbidden-properties): Fix typo in doc
20404         string.
20405
20406 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20407
20408         * gnus-util.el (gnus-replace-in-string): Add doc string.
20409
20410         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20411         to avoid problems when splitting mails with many recipients.
20412
20413 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20414
20415         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20416         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20417
20418 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20419
20420         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20421         if there is no hashtable in memory or file modification time is
20422         newer than cached timestamp.
20423
20424 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20425
20426         * gnus-sum.el (gnus-summary-limit-to-recipient):
20427         Implement not-matching option.
20428
20429 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20430
20431         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20432         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20433         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20434         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20435         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20436         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20437
20438 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20439
20440         * message.el (message-forward-make-body-mml): Remove headers
20441         according to message-forward-ignored-headers if a message is decoded.
20442
20443 2004-12-02  Romain Francoise  <romain@orebokech.com>
20444
20445         * message.el (message-forward-make-body-plain): Always remove
20446         headers according to message-forward-ignored-headers.
20447
20448 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20449
20450         * spam.el (spam-summary-prepare-exit): Remove the
20451         gnus-summary-limit pop for now, it has problems with ham marks for
20452         me.
20453
20454 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20455
20456         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20457         correctly.
20458
20459 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20460
20461         * format-spec.el (format-spec): Message the char.
20462
20463 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20464
20465         * gnus-art.el (gnus-split-methods): Reformat comments.
20466
20467         * spam.el (spam-summary-prepare-exit): Remove article limits
20468         before exiting the summary buffer.
20469
20470 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20471
20472         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20473         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20474
20475         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20476         order to silence the byte compiler.
20477
20478         * spam.el: Fix the way to silence the byte compiler, which
20479         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20480         bbdb-search-simple, spam-BBDB-register-routine,
20481         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20482         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20483         spam-stat-buffer-is-spam, spam-stat-load,
20484         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20485         spam-stat-save and spam-stat-split-fancy.
20486
20487 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20488
20489         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20490         which may confuse users.
20491         (canlock-password-for-verify): Ditto.
20492
20493         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20494
20495         * gnus-art.el (gnus-emphasis-alist): Ditto.
20496
20497         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20498
20499         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20500
20501         * gnus-start.el (gnus-save-killed-list): Ditto.
20502
20503         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20504         (gnus-sum-thread-tree-root): Ditto.
20505         (gnus-sum-thread-tree-false-root): Ditto.
20506         (gnus-sum-thread-tree-single-indent): Ditto.
20507
20508         * message.el (message-courtesy-message): Ditto.
20509         (message-archive-note): Ditto.
20510         (message-subscribed-address-file): Ditto.
20511         (message-user-fqdn): Ditto.
20512
20513         * spam-report.el (spam-report-gmane-regex): Ditto.
20514
20515         * spam.el (spam-blackhole-good-server-regex): Ditto.
20516
20517 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20518
20519         * mml.el (mml-preview): Widen the message buffer before copying
20520         the contents to the preview buffer; sort headers before previewing.
20521
20522         * message.el (message-hidden-headers): Fix the way to avoid a bug
20523         in the `repeat' widget in Emacs 21.3 or earlier.
20524
20525 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20526
20527         * message.el (message-hidden-headers): Default to "^References:".
20528         Improve customization type.  Suggested by Reiner Steib
20529         <Reiner.Steib@gmx.de>.
20530
20531 2004-11-25  Romain Francoise  <romain@orebokech.com>
20532
20533         * message.el (message-strip-forbidden-properties): Remove check for
20534         obsolete `message-hidden' text property, hidden headers are not
20535         accessible in the buffer anymore.
20536
20537 2004-11-22  Romain Francoise  <romain@orebokech.com>
20538
20539         * message.el (message-header-format-alist): Add `From' in list
20540         so that it can be sorted.
20541         (message-fix-before-sending): Widen and sort headers before
20542         sending.
20543         (message-hide-headers): Use narrowing to hide headers by moving
20544         them to the top of the buffer and narrowing to the region
20545         underneath.
20546
20547 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20548
20549         * message.el (message-strip-forbidden-properties):
20550         Bind buffer-read-only (etc) to nil.
20551
20552 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20553
20554         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20555         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20556
20557 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20558
20559         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20560
20561 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20562
20563         * dns.el (query-dns): Use sit-for to time instead of
20564         accept-process-output, since that doesn't seem to work on udp
20565         sockets.
20566
20567 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20570
20571 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20574         doc string.  Improve doc string.
20575
20576 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20577
20578         * nntp.el (nntp-request-update-info): Return nil if
20579         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20580         may not call gnus-activate-group which uselessly issues the GROUP
20581         commands for all nntp groups and wastes time.  Reported by Romain
20582         Francoise <romain@orebokech.com>.
20583
20584         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20585
20586 2004-11-15  Simon Josefsson  <jas@extundo.com>
20587
20588         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20589         headers separately.
20590         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20591         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20592
20593 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * gnus-start.el (gnus-convert-old-newsrc):
20596         Assign legacy-gnus-agent to 5.10.7.
20597
20598 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20599
20600         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20601         start of the lines.
20602
20603 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20604
20605         * hashcash.el (hashcash-default-payment): Change default to 20.
20606         (hashcash-default-accept-payment): Change default to 20.
20607         (hashcash-process-alist): New variable.
20608         (hashcash-generate-payment-async): Add.
20609         (hashcash-already-paid-p): Add.
20610         (hashcash-insert-payment): Don't generate payments twice.
20611         (hashcash-insert-payment-async): Add.
20612         (hashcash-insert-payment-async-2): Add.
20613         (hashcash-cancel-async): Add.
20614         (hashcash-wait-async): Add.
20615         (hashcash-processes-running-p): Add.
20616         (hashcash-wait-or-cancel): Add.
20617         (mail-add-payment): New optional argument.  Conditionally start
20618         asynchronous calculation.
20619         (mail-add-payment-async): Add.
20620
20621         * message.el (message-send-mail): Wait for asynchronous hashcash
20622         results.  Don't clobber existing X-Hashcash headers.
20623         (message-setup-1): Call mail-add-payment-async when
20624         message-generate-hashcash is non-nil.
20625
20626 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20627
20628         * message.el (message-use-alternative-email-as-from): Examine the
20629         From header as well; use message-make-from in order to include a
20630         user's full name.
20631
20632 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20633
20634         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20635         default; improve customization type.
20636         (gnus-emphasis-custom-with-format): New macro.
20637         (gnus-emphasis-custom-value-to-external): New function.
20638         (gnus-emphasis-custom-value-to-internal): New function.
20639
20640 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20641
20642         * dns.el (query-dns): Resolve reverse addresses.
20643
20644 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20645
20646         * gnus-group.el (gnus-group-get-new-news): Use it.
20647
20648         * gnus-start.el (gnus-check-reasonable-setup): New function.
20649
20650 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20651
20652         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20653         "Args out of range" error.  Reported by Arnaud Giersch
20654         <arnaud.giersch@free.fr>.
20655
20656 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20657
20658         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20659
20660 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20661
20662         * spam.el (spam group): Add :version.
20663
20664         * pgg-def.el (pgg group): Add :version.
20665
20666 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * gnus-art.el (gnus-article-edit-article): Don't associate the
20669         article buffer with a draft file.  This is a temporary measure
20670         against the 2004-08-22 change to gnus-article-edit-mode.
20671
20672 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20675         (html2text-format-tags): Remove unused variable `attr'.
20676
20677 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20678
20679         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20680
20681         * tls.el (tls-process-connection-type, tls-success)
20682         (tls-certtool-program): Add :version.
20683
20684         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20685         (starttls-extra-arguments, starttls-process-connection-type)
20686         (starttls-connect, starttls-failure, starttls-success): Add :version.
20687
20688         * spam-stat.el (spam-stat): Add :version.
20689
20690         * sieve.el (sieve): Add :version.
20691
20692         * sha1.el (sha1): Add :version.
20693         (sha1-use-external): Remove redundant version.
20694
20695         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20696         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20697         (nnmail-split-fancy-match-partial-words)
20698         (nnmail-split-lowercase-expanded): Add :version.
20699
20700         * nndiary.el (nndiary): Add :version.
20701
20702         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20703
20704         * mml-sec.el (mml-default-sign-method)
20705         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20706         Add :version.
20707
20708         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20709
20710         * mm-url.el (mm-url-use-external, mm-url-program)
20711         (mm-url-arguments): Add :version.
20712
20713         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20714         (mm-attachment-file-modes, mm-decrypt-option)
20715         (mm-w3m-safe-url-regexp): Add :version.
20716
20717         * message.el (message-cite-prefix-regexp)
20718         (message-sendmail-envelope-from, message-minibuffer-local-map)
20719         (message-user-fqdn, message-completion-alist): Add :version.
20720
20721         * gnus-win.el (gnus-configure-windows-hook)
20722         (gnus-use-frames-on-any-display): Add :version.
20723
20724         * gnus-art.el (gnus-article-address-banner-alist)
20725         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20726         (gnus-treat-from-picon, gnus-treat-mail-picon)
20727         (gnus-treat-x-pgp-sig): Add :version.
20728
20729         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20730         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20731         (gnus-summary-article-delete-hook)
20732         (gnus-summary-display-while-building): Add :version.
20733
20734         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20735         (gnus-get-top-new-news-hook): Add :version.
20736
20737         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20738         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20739
20740         * gnus-registry.el (gnus-registry): Add :version.
20741
20742         * gnus-spec.el (gnus-use-correct-string-widths)
20743         (gnus-make-format-preserve-properties): Add :version.
20744
20745         * gnus.el (gnus-group-charter-alist)
20746         (gnus-group-fetch-control-use-browse-url)
20747         (gnus-install-group-spam-parameters): Add :version.
20748
20749         * gnus-diary.el (gnus-diary): Add :version.
20750
20751         * gnus-delay.el (gnus-delay): Add :version.
20752
20753         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20754         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20755         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20756         Add :version.
20757
20758         * gnus-agent.el (gnus-agent-max-fetch-size)
20759         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20760         (gnus-agent-prompt-send-queue): Add :version.
20761
20762         * deuglify.el (gnus-outlook-deuglify): Add :version.
20763
20764         * html2text.el: Beautify code.  Improve doc strings.
20765         Some checkdoc cleanup.
20766         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20767
20768 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20769
20770         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20771
20772 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20773
20774         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20775         when package is loaded.
20776
20777         * spam.el (spam-summary-score-preferred-header): Add global preference
20778         for people who want to override the default SpamAssassin over
20779         Bogofilter preference (when both are set).
20780         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20781         (spam-user-format-function-S):
20782         Check spam-summary-score-preferred-header.
20783         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20784         (spam-user-format-function-S): Format the score correctly.
20785
20786 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20787
20788         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20789         signature file.  Suggested by Manoj Srivastava
20790         <srivasta@golden-gryphon.com>.
20791
20792         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20793         iso-2022-jp even in the Japanese language environment.
20794         Suggested by Jason Rumney <jasonr@gnu.org>.
20795
20796 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20797
20798         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20799         use the same characters as the dummy marks; make it free from
20800         getting affected by the language environment.
20801         (gnus-summary-read-group-1): Update mark positions only when the
20802         format spec is updated.
20803
20804         * gnus-spec.el (gnus-update-format-specifications): Return a list
20805         of updated types.
20806
20807 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20810         of boundp to check if display-warning is available.
20811
20812 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20813
20814         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20815
20816 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20817
20818         * nnspool.el (nnspool-spool-directory): Use news-path if the
20819         news-directory variable is not bound.
20820
20821         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20822         function instead of display-warning if it is not available.
20823
20824 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20825
20826         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20827         v5-10: Use `point-at-bol'.
20828
20829 2004-10-26  Simon Josefsson  <jas@extundo.com>
20830
20831         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20832         <chenggao@gmail.com>.
20833
20834 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20837         instead.
20838
20839 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20840
20841         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20842         to remove a server from the nnimap-server-buffer-alist.
20843         (nnimap-open-connection, nnimap-close-server): Use it.
20844
20845         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20846
20847 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20850         running the major-mode function.
20851
20852 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20855         dummy marks in the right way.
20856
20857 2004-10-18  David Edmondson  <dme@dme.org>
20858
20859         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20860         excessively.
20861
20862 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20863
20864         * gnus-util.el (gnus-split-references): Accept a nil references
20865         string and go on blissfully.
20866
20867         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20868         cases where the references string is non-nil but has no references.
20869
20870         * encrypt.el: Add autoload tags.
20871
20872         * spam.el (spam-resolve-registrations-routine): Remove article
20873         from unregistration list too.  Reported by David Hanak
20874         <dhanak@isis.vanderbilt.edu>
20875
20876 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20877
20878         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20879         nil.  Change custom type.
20880
20881 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20882
20883         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20884
20885         * gnus-sum.el (gnus-summary-move-article): Use it.
20886
20887 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20888
20889         * encrypt.el: Add autoload cookies.
20890
20891         * spam.el (spam-backend-article-list-property)
20892         (spam-backend-get-article-todo-list)
20893         (spam-backend-put-article-todo-list)
20894         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20895         Resolve registrations separately.
20896         (spam-register-routine): Format comments.
20897         (spam-unregister-routine, spam-register-routine): Always call with
20898         specific-articles, no default list.
20899         (spam-summary-prepare-exit): Use the spam-classifications function.
20900
20901         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20902         gnus-encrypt.el.
20903
20904         * encrypt.el: Copied from gnus-encrypt.el.
20905
20906         * gnus-encrypt.el: Commented that it's obsolete.
20907
20908 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20909
20910         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20911         (gnus-score-save): Use it.
20912
20913         * message.el (message-bury): Use `window-dedicated-p'.
20914
20915 2004-10-15  Simon Josefsson  <jas@extundo.com>
20916
20917         * pop3.el (top-level): Don't require nnheader.
20918         (pop3-read-timeout): Add.
20919         (pop3-accept-process-output): Add.
20920         (pop3-read-response, pop3-retr): Use it.
20921
20922 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20923
20924         * spam.el (spam-register-routine): Move comment.
20925         (spam-verify-bogofilter): Use 'unknown for the initial
20926         spam-bogofilter-valid state, not 'never.
20927
20928         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20929         for netrc-machine.
20930
20931         * nnimap.el (nnimap-open-connection):
20932         Use netrc-machine-user-or-password.
20933
20934 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20935
20936         * gnus-registry.el (gnus-registry-unload-hook):
20937         Set as a variable with add-hook.
20938
20939         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20940         of news-path.
20941
20942         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20943
20944         * spam.el: Delete duplicate `provide'.
20945         (spam-unload-hook): Set as a variable with add-hook.
20946
20947 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20950         in the doc string.
20951
20952         * message.el (message-ignored-news-headers)
20953         (message-ignored-supersedes-headers)
20954         (message-ignored-resent-headers)
20955         (message-forward-ignored-headers): Improve custom type.
20956
20957 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20958
20959         * message.el (message-tokenize-header): Fix 2004-09-06 change
20960         which used point-min in the wrong place.
20961
20962 2004-10-12  Simon Josefsson  <jas@extundo.com>
20963
20964         * tls.el (tls-certtool-program): New variable.
20965         (tls-certificate-information): New function, based on
20966         ssl-certificate-information.
20967
20968 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * compface.el: Move the version of ELisp-based uncompface program
20971         to the contrib directory because of the copyright problem.
20972
20973 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20974
20975         * message.el (message-kill-buffer): Raise the current frame.
20976
20977 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20978
20979         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20980
20981         * gnus.el (message-y-or-n-p): Autoload.
20982
20983         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20984         (pop3-password-required, pop3-authentication-scheme)
20985         (pop3-leave-mail-on-server): Make customizable.
20986         (pop3): New custom group.
20987         (pop3-retr): Remove `sleep-for' statements.
20988         Suggested by Dave Love <fx@gnu.org>.
20989
20990         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20991         Windows/DOS.
20992
20993         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20994         (imap-parse-body): Fix incorrect use of `assert'.
20995         Suggested by Dave Love <fx@gnu.org>.
20996
20997         * mml.el (mml-minibuffer-read-disposition): Require match.
20998         Suggested by Dave Love <fx@gnu.org>.
20999
21000 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21001
21002         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21003         doc string.
21004
21005 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21008
21009 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21010
21011         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21012         instead of calling `mm-insert-inline', to decode text/* parts
21013         before displaying them.
21014
21015 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21016
21017         * mm-uu.el (mm-uu-text-plain-type): New variable.
21018         (mm-uu-pgp-signed-extract-1): Use it.
21019         (mm-uu-pgp-encrypted-extract-1): Use it.
21020         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21021         bind mm-uu-text-plain-type with that value.
21022         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21023         mm-uu-dissect.
21024
21025 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * gnus-group.el (gnus-update-group-mark-positions):
21028         * gnus-sum.el (gnus-update-summary-mark-positions):
21029         * message.el (message-check-news-body-syntax):
21030         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21031         of string-as-multibyte.
21032
21033 2004-10-05  Juri Linkov  <juri@jurta.org>
21034
21035         * gnus-group.el (gnus-update-group-mark-positions):
21036         * gnus-sum.el (gnus-update-summary-mark-positions):
21037         * message.el (message-check-news-body-syntax):
21038         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21039         8-bit unibyte values to a multibyte string for search functions.
21040
21041 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21042
21043         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21044         (mm-uu-dissect-text-parts): New function.
21045
21046         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21047         dissect text parts.
21048
21049         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21050         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21051
21052         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21053
21054         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21055         Use gnus-current-topics instead of gnus-current-topic.
21056
21057 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21058
21059         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21060
21061 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21062
21063         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21064         where appropriate.
21065
21066         * nnml.el (nnml-generate-active-info): do.
21067
21068         * nndiary.el (nndiary-generate-active-info): do.
21069
21070         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21071         (gnus-topic-move): do.
21072
21073         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21074         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21075
21076         * gnus-srvr.el (gnus-server-prepare)
21077         (gnus-server-open-all-servers): do.
21078
21079         * gnus-msg.el (gnus-summary-cancel-article)
21080         (gnus-summary-resend-message)
21081         (gnus-summary-mail-crosspost-complaint): do.
21082
21083         * gnus-move.el (gnus-change-server): do.
21084
21085         * gnus-group.el (gnus-group-unmark-all-groups)
21086         (gnus-group-set-current-level): do.
21087
21088 2004-10-04  Simon Josefsson  <jas@extundo.com>
21089
21090         * message.el (message-generate-hashcash): Doc fix.
21091
21092 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21093
21094         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21095         avoid infinite recursion via gnus-get-function.
21096
21097 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21098
21099         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21100
21101         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21102
21103         * nnmail.el (nnmail-split-history): do.
21104
21105         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21106         (nnml-request-delete-group): do.
21107
21108         * nnslashdot.el (nnslashdot-read-groups): do.
21109
21110         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21111         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21112
21113         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21114         (nnspool-sift-nov-with-sed): Use last.
21115         (nnspool-retrieve-headers-with-nov): Use mapc.
21116         (nnspool-request-newgroups): Use dolist.
21117         (nnspool-request-group): Use last.
21118
21119         * nntp.el (nntp-read-server-type): Use dolist.
21120
21121         * nnvirtual.el (nnvirtual-create-mapping)
21122         (nnvirtual-update-read-and-marked): Use dolist.
21123         (nnvirtual-convert-headers): Simplify.
21124
21125 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21126
21127         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21128         Add support for sync'ing tick marks.
21129
21130 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21133         there's no visible header.
21134
21135 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21136
21137         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21138         When necessary, pass full group name to gnus-request-set-marks.
21139
21140 2004-10-01  Simon Josefsson  <jas@extundo.com>
21141
21142         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21143         acroread.
21144
21145 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21146
21147         * spam-report.el (spam-report-gmane): Fix interactive.
21148
21149         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21150
21151         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21152         when writing file.
21153         (gnus-agent-synchronize-flags): Don't default to being
21154         interactive.
21155
21156 2004-09-30  Simon Josefsson  <jas@extundo.com>
21157
21158         * message.el (message-generate-hashcash): Add.
21159         (message-send-mail): Use it, call mail-add-payment.
21160
21161 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21162
21163         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21164
21165 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21166
21167         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21168         gnus-requst-update-info with explicit code to sync the in-memory
21169         info read flags with the marks being sync'd to the backend.
21170
21171         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21172
21173 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21174
21175         * spam.el (spam-verify-bogofilter): Add new function.
21176         (spam-check-bogofilter)
21177         (spam-bogofilter-register-with-bogofilter): Use it.
21178         (spam-verify-bogofilter): Add small fixes.
21179
21180 2004-09-28  Simon Josefsson  <jas@extundo.com>
21181
21182         * hashcash.el (hashcash-generate-payment): Revert.
21183
21184 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21185
21186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21187         Use gnus-extract-references instead of gnus-split-references.
21188
21189         * gnus-util.el (gnus-extract-references): Add new function, analogous
21190         to gnus-split-references but extracts only the message-ID without
21191         anything extra.
21192
21193         * hashcash.el (hashcash-generate-payment)
21194         (hashcash-check-payment): Do the right thing if hashcash-path is
21195         nil (because the hashcash program could not be found).
21196
21197         * spam.el (spam-use-hashcash): Remove comment.
21198
21199 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21200
21201         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21202         (gnus-cache-enter-article, gnus-cache-remove-article)
21203         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21204
21205         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21206
21207         * gnus-art.el (article-hide-boring-headers)
21208         (article-translate-strings, article-display-face)
21209         (gnus-article-mime-match-handle-first)
21210         (gnus-article-highlight-headers)
21211         (gnus-article-add-buttons-to-head): do.
21212
21213 2004-09-27  Simon Josefsson  <jas@extundo.com>
21214
21215         * hashcash.el: New version, from
21216         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21217         ../contrib/.
21218
21219 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21222
21223 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21224
21225         * gnus-dup.el (gnus-dup-open): Use mapc.
21226         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21227
21228         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21229         Reported by Stefan Wiens <s.wi@gmx.net>.
21230
21231         * gnus.el (gnus-shutdown): Use dolist.
21232
21233         * gnus-undo.el (gnus-undo): Use mapc.
21234
21235         * nnrss.el (nnrss-generate-active): do.
21236
21237         * message.el (message-cite-original-without-signature)
21238         (message-cite-original): Use mapc.
21239         (message-do-actions, message-make-forward-subject): Use dolist.
21240
21241 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21242
21243         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21244         deletion to remove entire duplicate line.  Fixes merged article
21245         number bug.
21246
21247 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21248
21249         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21250         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21251         first ask if you want to open a server and then, even when you
21252         responded with no, asking if you want to synchronize the server's
21253         flags.
21254         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21255         multi-line expressions.
21256         (gnus-agent-synchronize-group-flags): New internal function.
21257         Updates marks in memory (in the info structure) AND in the
21258         backend.
21259
21260         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21261
21262         * nnagent.el (nnagent-request-set-mark):
21263         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21264         method, to ensure that synchronization updates marks in the
21265         backend and in the info (in memory) structure.
21266
21267 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21268
21269         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21270         convention fully; don't miss the root article of a thread; make
21271         the X-Draft-From header with correct article numbers.
21272
21273 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21274
21275         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21276         unless plugged.  Disable the agent so that an open failure causes
21277         an error.
21278
21279         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21280         Revert 2004-09-21 change.  The backend must be opened while
21281         synchronizing flags even when the backend stores the flags
21282         locally.
21283
21284 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21285
21286         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21287         in `header' match.  Reported by Svend Tollak Munkejord.
21288
21289         * message.el (message-cite-original): Fix use of
21290         `message-cite-articles-with-x-no-archive'.
21291
21292 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21293
21294         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21295         (gnus-window-to-buffer): Ditto.
21296
21297         * mml.el (mml-preview-buffer): New variable.
21298         (mml-preview): Manage window layout with gnus-buffer-configuration.
21299
21300         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21301         X-Draft-From header even if those articles aren't quoted.
21302
21303 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21304
21305         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21306         (gnus-request-set-mark, gnus-request-update-mark): Use new
21307         g-s-t-u-l-m to decide to use backend even when unplugged.
21308
21309 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21310
21311         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21312         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21313
21314 2004-09-20  Simon Josefsson  <jas@extundo.com>
21315
21316         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21317         "utf-16-le".
21318
21319 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21320
21321         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21322
21323 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21324
21325         * uudecode.el (uudecode-use-external): Add :version.
21326
21327         * smime.el (smime-CA-file, smime-encrypt-cipher)
21328         (smime-dns-server): Add :version.
21329
21330         * smiley.el (gnus-smiley-file-types): Add :version.
21331
21332         * sha1.el (sha1-use-external): Add :version.
21333
21334         * pgg-def.el (pgg-query-keyserver): Add :version.
21335
21336         * nnmail.el (nnmail-fancy-expiry-targets)
21337         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21338         Add :version.
21339
21340         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21341         (nnimap-retrieve-groups-asynchronous): Add :version.
21342         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21343
21344         * mml.el (mml-content-disposition-parameters)
21345         (mml-insert-mime-headers-always): Add :version.
21346
21347         * mm-util.el (mm-coding-system-priorities): Add :version.
21348
21349         * mm-decode.el (mm-inline-text-html-with-images)
21350         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21351         (mm-verify-option): Add :version.
21352         (mm-text-html-renderer): Change :version.
21353
21354         * message.el (message-fcc-externalize-attachments)
21355         (message-required-headers, message-draft-headers)
21356         (message-subject-trailing-was-query)
21357         (message-subject-trailing-was-ask-regexp)
21358         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21359         (message-mark-insert-end, message-archive-header)
21360         (message-archive-note, message-cross-post-default)
21361         (message-cross-post-note, message-followup-to-note)
21362         (message-cross-post-note-function, message-use-mail-followup-to)
21363         (message-subscribed-address-functions)
21364         (message-subscribed-address-file, message-subscribed-addresses)
21365         (message-subscribed-regexps, message-allow-no-recipients)
21366         (message-yank-cited-prefix, message-signature-insert-empty-line)
21367         (message-hidden-headers, message-hierarchical-addresses)
21368         (message-mail-user-agent, message-use-idna)
21369         (message-valid-fqdn-regexp)
21370         (message-strip-special-text-properties, message-header-synonyms)
21371         (message-beginning-of-line, message-tab-body-function): Add :version.
21372         (message-insert-canlock, message-wide-reply-confirm-recipients):
21373         Change :version.
21374
21375         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21376         and :version.
21377         (mail-source-delete-old-incoming-confirm)
21378         (mail-source-movemail-program): Add :version.
21379
21380         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21381         (gnus-agent-cache, gnus-agent): Change :version.
21382
21383         * gnus-util.el (gnus-use-byte-compile): Change :version.
21384
21385         * gnus-sum.el (gnus-summary-make-false-root-always)
21386         (gnus-summary-default-high-score)
21387         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21388         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21389         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21390         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21391         (gnus-sum-thread-tree-single-indent)
21392         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21393         (gnus-sum-thread-tree-leaf-with-other)
21394         (gnus-sum-thread-tree-single-leaf): Add :version.
21395         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21396         (gnus-article-loose-mime): Change :version.
21397
21398         * gnus-start.el (gnus-backup-startup-file)
21399         (gnus-save-startup-file-via-temp-buffer): Add :version.
21400
21401         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21402         (gnus-server-offline-face): Add :version.
21403
21404         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21405
21406         * gnus-msg.el (gnus-gcc-externalize-attachments)
21407         (gnus-debug-files, gnus-debug-exclude-variables)
21408         (gnus-discouraged-post-methods): Change :version.
21409         (gnus-confirm-mail-reply-to-news)
21410         (gnus-confirm-treat-mail-like-news): Add :version.
21411
21412         * gnus-int.el (gnus-server-unopen-status): Add :version.
21413
21414         * gnus-group.el (gnus-group-jump-to-group-prompt)
21415         (gnus-large-ephemeral-newsgroup)
21416         (gnus-fetch-old-ephemeral-headers): Add :version.
21417
21418         * gnus-fun.el (gnus-x-face-directory)
21419         (gnus-convert-pbm-to-x-face-command)
21420         (gnus-convert-image-to-x-face-command)
21421         (gnus-convert-image-to-face-command): Add :version.
21422
21423         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21424
21425         * gnus-cite.el (gnus-cite-blank-line-after-header)
21426         (gnus-article-boring-faces): Add :version.
21427
21428         * gnus-art.el (gnus-buttonized-mime-types)
21429         (gnus-inhibit-mime-unbuttonizing)
21430         (gnus-treat-display-face)
21431         (gnus-treat-body-boundary): Change :version.
21432         (gnus-body-boundary-delimiter, gnus-picon-databases)
21433         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21434         (gnus-treat-date-english, gnus-treat-fold-headers)
21435         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21436         (gnus-treat-mail-picon, gnus-treat-wash-html)
21437         (gnus-article-encrypt-protocol)
21438         (gnus-use-idna, gnus-article-over-scroll)
21439         (gnus-mime-display-multipart-alternative-as-mixed)
21440         (gnus-mime-display-multipart-related-as-mixed)
21441         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21442         (gnus-ctan-url, gnus-button-ctan-handler)
21443         (gnus-button-handle-ctan-bogus-regexp)
21444         (gnus-button-ctan-directory-regexp)
21445         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21446         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21447         (gnus-button-man-level, gnus-button-emacs-level)
21448         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21449
21450         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21451         (gnus-agent-go-online): Change :version.
21452         (gnus-agent-expire-unagentized-dirs)
21453         (gnus-agent-auto-agentize-methods): Add :version.
21454
21455         * flow-fill.el (fill-flowed-display-column)
21456         (fill-flowed-encode-column): Add :version.
21457
21458         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21459         (gnus-outlook-deuglify-unwrap-max)
21460         (gnus-outlook-deuglify-cite-marks)
21461         (gnus-outlook-deuglify-unwrap-stop-chars)
21462         (gnus-outlook-deuglify-no-wrap-chars)
21463         (gnus-outlook-deuglify-attrib-cut-regexp)
21464         (gnus-outlook-deuglify-attrib-verb-regexp)
21465         (gnus-outlook-deuglify-attrib-end-regexp)
21466         (gnus-outlook-display-hook): Add :version.
21467
21468         * binhex.el (binhex-use-external): Add :version.
21469
21470 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21471
21472         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21473         and `invisible'.
21474
21475 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21476
21477         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21478         in gnus-registry-trim.
21479
21480 2004-09-13  Simon Josefsson  <jas@extundo.com>
21481
21482         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21483
21484         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21485
21486         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21487         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21488         <yamaoka@jpl.org>.
21489         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21490         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21491         <yamaoka@jpl.org>.
21492
21493         * sieve.el (sieve-manage-mode): Ditto.
21494
21495 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21496
21497         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21498
21499 2004-09-11  Simon Josefsson  <jas@extundo.com>
21500
21501         * dns-mode.el: Add.
21502
21503         * mm-view.el (mm-display-dns-inline): Add.
21504
21505         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21506         (mm-automatic-display): Ditto.
21507
21508         * mailcap.el (mailcap-mime-data): Add text/dns.
21509         (mailcap-mime-extensions): Map .soa to text/dns.
21510
21511 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21512
21513         * gnus-art.el (article-decode-mime-words, article-babel)
21514         (gnus-article-highlight-signature, gnus-article-add-buttons)
21515         (gnus-signature-toggle): Remove unnecessary bindings of
21516         `inhibit-read-only' inherited from v5.10 merge.
21517
21518 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21519
21520         * nntp.el (nntp): New customization group.
21521         (nntp-authinfo-file): Add customization group.
21522
21523         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21524
21525         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21526
21527         * gnus.el (to-address, to-list, subscribed)
21528         (large-newsgroup-initial): Ditto.
21529
21530         * flow-fill.el (fill-flowed-display-column)
21531         (fill-flowed-encode-column): Ditto.
21532
21533 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21534
21535         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21536         Use point-min rather than 1.
21537         (message-send-mail): Use buffer-size rather than point-max.
21538
21539         * gnus-sum.el (gnus-summary-search-article-forward):
21540         Signal a specific `search-failed' rather than a generic `error'.
21541
21542         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21543         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21544         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21545
21546 2004-09-10  Simon Josefsson  <jas@extundo.com>
21547
21548         * nndb.el (require): Remove tcp and duplicate cl.
21549
21550 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * gnus-agent.el (directory-files-and-attributes): Move forward.
21553
21554 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21555
21556         * gnus-agent.el (directory-files-and-attributes):
21557         Optionally defined to support XEmacs.
21558
21559 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21560
21561         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21562         to avoid run-time CL dependencies.
21563         (gnus-agent-unfetch-articles): New function.
21564         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21565         article numbers even when local .overview file is missing.
21566         (gnus-agent-read-article-number): New function.  Only accepts
21567         27-bit article numbers.
21568         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21569         Use gnus-agent-read-article-number.
21570         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21571         from backend while recognizing that article numbers in .overview
21572         must be valid.
21573         (gnus-agent-update-files-total-fetched-for):
21574         Use directory-files-and-attributes to improve performance.
21575         * gnus-int.el (gnus-request-move-article):
21576         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21577         improve performance.
21578
21579         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21580         some users confused by references to .newsrc when they only have a
21581         .newsrc.eld file.
21582         (gnus-convert-mark-converter-prompt)
21583         (gnus-convert-converter-needs-prompt): Fix use of property list.
21584         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21585         New function.  Used internally to only display 'gnus converting
21586         files' message when actually necessary.
21587
21588         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21589         methods now autoloaded.
21590
21591 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21594         identifiers.
21595
21596 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21597
21598         * gnus-picon.el: Fix indentation and closing parenthesis.
21599
21600 2004-09-01  Simon Josefsson  <jas@extundo.com>
21601
21602         * message.el (message-canlock-generate): Require sha1, not
21603         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21604         to require within a function.  Sadly, if sha1.el isn't loaded, the
21605         let binding in m-c-g will hide the defcustom definition, which is
21606         bad.)
21607
21608         * canlock.el: Require sha1, not sha1-el.
21609
21610         * message.el: Don't autoload sha1 (there is a autoload cookie in
21611         sha1.el).
21612
21613         * sha1-el.el: Rename to sha1.el.
21614
21615 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21616
21617         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21618
21619 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21620
21621         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21622
21623 2004-08-30  Kim F. Storm  <storm@cua.dk>
21624
21625         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21626
21627         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21628         Add :group 'nnimap.
21629
21630 2004-08-30  Andreas Schwab  <schwab@suse.de>
21631
21632         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21633         ?* and ?\;.
21634
21635         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21636         and ?\' to symbol instead of whitespace.
21637
21638 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21639
21640         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21641
21642         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21643         instead of re-search-forward.
21644
21645         * gnus-uu.el (gnus-uu-save-article): Ditto.
21646         (gnus-uu-post-encode-uuencode): Ditto.
21647
21648         * html2text.el (html2text-clean-list-items): Ditto.
21649         (html2text-clean-dtdd): Ditto.
21650         (html2text-format-tags): Ditto.
21651
21652         * message.el (message-send-mail-with-sendmail): Fix regexp.
21653         (message-fill-field-general): Use search-forward instead of
21654         re-search-forward.
21655         (unbold-region): Ditto.
21656
21657         * nnrss.el (nnrss-request-article): Ditto.
21658
21659         * nnslashdot.el (nnslashdot-request-article): Ditto.
21660
21661         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21662
21663         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21664         "Unrecognized menu descriptor" error in XEmacs.
21665
21666 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21667
21668         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21669         parent article of a sparse article in the thread hashtb.
21670
21671 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21672
21673         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21674         (nnmail-expand-newtext): Lowercase expanded entries if
21675         nnmail-split-lowercase-expanded is non-nil.
21676
21677 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21678
21679         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21680
21681         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21682         of gnus-tmp-news-method into string under XEmacs.  It will be
21683         passed to gnus-correct-length which takes only a string argument.
21684
21685 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-util.el (gnus-bind-print-variables): New macro.
21688         (gnus-prin1): Use it.
21689         (gnus-prin1-to-string): Use it.
21690         (gnus-pp): New function.
21691         (gnus-pp-to-string): New function.
21692
21693         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21694         Replace pp-to-string with gnus-pp-to-string.
21695         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21696         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21697         * gnus-msg.el (gnus-debug): Ditto.
21698         * gnus-score.el (gnus-score-save): Ditto.
21699         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21700         gnus-pp-to-string.
21701         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21702         with gnus-pp.
21703         * score-mode.el (gnus-score-pretty-print): Ditto.
21704         * webmail.el (webmail-debug): Ditto.
21705
21706 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * gnus-art.el (article-display-face, article-display-x-face):
21709         Use buffer-read-only.
21710
21711 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21712
21713         * gnus-art.el (article-hide-list-identifiers):
21714         Bind inhibit-read-only as t.
21715
21716 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21717
21718         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21719
21720 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21721
21722         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21723         (gnus-narrow-to-page): Don't assume point-min == 1.
21724         (gnus-article-edit-mode): Derive from message-mode.
21725
21726         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21727         point-min == 1.
21728
21729         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21730         Disable incorrect use of `assert'.
21731
21732         * message.el (message-mode): Set comment-start-skip.
21733
21734
21735 2004-08-22  Sam Steingold  <sds@gnu.org>
21736
21737         * pop3.el (pop3-leave-mail-on-server): New user variable.
21738         (pop3-movemail): Delete mail only when it is nil.
21739
21740 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21741
21742         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21743
21744         * mml.el (mml-preview): Use `pop-to-buffer'.
21745
21746         * message.el (message-goto-mail-followup-to): Insert after "To".
21747         (message-carefully-insert-headers): Add comment.
21748
21749         * gnus.el: Remove unused variable `gnus-article-check-size'.
21750
21751         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21752
21753         * gnus-art.el (gnus-button-alist):
21754         Improve `gnus-button-handle-library' entry.
21755
21756 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21757
21758         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21759         Use downcase, since XEmacs capitalizes error messages differently.
21760
21761 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21762
21763         * nntp.el: Add (require 'gnus) due to reference to
21764         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21765
21766 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21767
21768         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21769         Bind `mm-fill-flowed'.
21770
21771         * mm-decode.el (mm-dissect-singlepart): Check it.
21772
21773 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21774
21775         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21776         'imap' for netrc parsing.
21777
21778 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21779
21780         * mailcap.el (mailcap-mime-data): Mark as risky.
21781
21782 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21785         may be included in the encoded word.
21786         (rfc2047-encode): Don't append a space if the encoded word
21787         includes close parenthesis.
21788
21789 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21790
21791         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21792         of text within parentheses.
21793
21794 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21795
21796         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21797         (gnus-encrypt-write-file-contents): Make the password key the file
21798         name PLUS the cipher, not just the cipher.  Also remove failed
21799         passwords from the cache.
21800
21801 2004-08-06  Simon Josefsson  <jas@extundo.com>
21802
21803         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21804         Doc fix.
21805
21806 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21807
21808         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21809         LWSP.
21810
21811 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21812
21813         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21814         Try to append in-reply-to: data to the references: header.
21815
21816         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21817         (netrc-parse): Use gnus-encrypt.el functions.
21818
21819         * gnus-encrypt.el: Add new file for encryption support; currently
21820         does only a few GPG ciphers and an internal XOR cipher.
21821
21822         * password.el: Add comments on using password-read-and-add.
21823         (password-read-and-add): Add function to read and add the
21824         password to the cache at once.
21825
21826 2004-07-28  Simon Josefsson  <jas@extundo.com>
21827
21828         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21829         parameter (but don't use it, for now).
21830
21831         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21832         instead of hard coding to nil.
21833
21834 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21835
21836         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21837         as mm-inline-image-xemacs does.
21838
21839 2004-07-26  Simon Josefsson  <jas@extundo.com>
21840
21841         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21842         Revert part of 2004-07-17 change below.
21843
21844 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21847         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21848
21849 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21850
21851         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21852         quotes that actually start with ">" at the beginning of the
21853         lines.
21854
21855 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21856
21857         * rfc2047.el (rfc2047-encode-region): Fix last change.
21858         (rfc2047-encode-parameter): Remove useless concat.
21859
21860 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21863         encode special characters; fix some kind of misconfigured headers;
21864         signal a real error if debug-on-quit or debug-on-error is non-nil.
21865         (rfc2047-encode-max-chars): New variable.
21866         (rfc2047-encode-1): Use it.
21867         (rfc2047-encode-parameter): New function.
21868
21869         * mml.el (mml-insert-parameter): Remove an excessive space.
21870
21871 2004-07-17  Simon Josefsson  <jas@extundo.com>
21872
21873         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21874         Kai Grossjohann <kai@emptydomain.de>.
21875         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21876         (gnus-group-make-menu-bar): Ditto.
21877
21878         * gnus-util.el (gnus-group-server): Add.
21879
21880 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21881
21882         * message.el (message-clone-locals): Clone sendmail and smtp
21883         variables.
21884
21885 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * rfc2047.el (rfc2047-encode-region): Fix last change.
21888
21889 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21890
21891         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21892         characters as non-special.
21893
21894 2004-07-09  Simon Josefsson  <jas@extundo.com>
21895
21896         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21897         Users will lose all flag changes made while unplugged with
21898         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21899         good default.  See numerous reports on ding mailing list.
21900
21901 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21904         add generate-head-function and generate-article-function to the
21905         rfc822-forward entry.
21906         (nndoc-rfc822-forward-generate-article): New function.
21907         (nndoc-rfc822-forward-generate-head): New function.
21908
21909         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21910
21911 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21912
21913         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21914         respect display group parameter and gnus-summary-expunge-below.
21915         (gnus-articles-to-read): Remove unused reference to display group
21916         parameter.
21917
21918 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21919
21920         * nnheader.el (nnheader-uniquify-message-id): New experimental
21921         variable.
21922         (nnheader-nov-read-message-id): Use it.
21923
21924         * spam-report.el (spam-report-gmane): Add interactive.
21925
21926 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21927
21928         * mm-encode.el (mm-content-transfer-encoding-defaults):
21929         Use qp-or-base64 for the application/* types.
21930
21931 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21932
21933         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21934
21935 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21936
21937         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21938         trim value.
21939
21940 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21941
21942         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21943         New macro and function.
21944         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21945
21946 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21949         after-load-alist.
21950
21951 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21952
21953         * gnus-group.el (gnus-group-get-new-news-this-group):
21954         Don't update info that isn't there.
21955
21956 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21957
21958         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21959         entry.
21960
21961 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21962
21963         * mm-view.el (mm-inline-render-with-function): Use multibyte
21964         buffer; decode html source by charset.
21965
21966         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21967
21968         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21969         Mule-UCS is loaded under XEmacs.
21970         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21971
21972 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21973
21974         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21975
21976 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21977
21978         * mm-util.el (mm-coding-system-p): Return a coding-system.
21979         (mm-mime-mule-charset-alist): Use shift_jis instead of
21980         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21981         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21982         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21983         instead of japanese-shift-jis and iso-latin-1 respectively in
21984         order to share the default value with both Emacs and XEmacs-mule.
21985         (mm-mule-charset-to-mime-charset):
21986         Make mm-coding-system-priorities effective.
21987         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21988         while predicating of candidates upon the priorities.
21989
21990 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21991
21992         * gnus-sum.el (gnus-summary-make-menu-bar):
21993         Add gnus-uu-invert-processable.
21994
21995         * gnus.el: Autoload gnus-uu-invert-processable.
21996
21997 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21998
21999         * mm-util.el (mm-with-multibyte-buffer): New macro.
22000
22001         * rfc2047.el (rfc2047-encode-string): Use it.
22002         (rfc2047-encode-region): Move point to the end of the region after
22003         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22004
22005 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22006
22007         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22008         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22009
22010 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22013         (gnus-cite-parse): Ignore quoted envelope From_.
22014         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22015
22016 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22017
22018         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22019         invalid addresses.
22020
22021 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22022
22023         * spam.el: Change section markers, revise TODO list.
22024         (spam-backends): Make new master list of all installed backends.
22025         (spam-summary-exit-behavior): Add new variable to determine how
22026         messages moves are done at summary exit.
22027         (spam-move-spam-nonspam-groups-only)
22028         (spam-process-ham-in-nonham-groups)
22029         (spam-process-ham-in-spam-groups): Remove variables, the
22030         spam-summary-exit-behavior variable should be used to manage this
22031         behavior.
22032         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22033         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22034         and spam-old-spam-articles.
22035         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22036         Add empty variables, placeholders for the backends they represent.
22037         (spam-set-difference): Move, unchanged.
22038         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22039         unless the user has a processor variable.
22040         (spam-classifications, spam-classification-valid-p)
22041         (spam-backend-properties, spam-backend-property-valid-p)
22042         (spam-backend-function-type-valid-p)
22043         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22044         (spam-report-articles-gmane, spam-report-articles-resend):
22045         Remove functions, they are not needed.
22046         (spam-install-backend-super, spam-backend-list)
22047         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22048         (spam-backend-function, spam-backend-ham-registration-function)
22049         (spam-backend-spam-registration-function)
22050         (spam-backend-ham-unregistration-function)
22051         (spam-backend-spam-unregistration-function)
22052         (spam-backend-statistical-p, spam-backend-mover-p)
22053         (spam-install-backend-alias, spam-install-checkonly-backend)
22054         (spam-install-mover-backend, spam-install-nocheck-backend)
22055         (spam-install-backend, spam-install-statistical-backend)
22056         (spam-install-statistical-checkonly-backend): Add backend installation
22057         support.
22058         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22059         (spam-group-processor-p): Use the new backend code and respect the
22060         summary exit behavior.
22061         (spam-mark-spam-as-expired-and-move-routine): Remove.
22062         (spam-summary-prepare): Change to use the new spam-old-articles
22063         variable.
22064         (spam-copy-or-move-routine, spam-copy-spam-routine)
22065         (spam-move-spam-routine, spam-copy-ham-routine)
22066         (spam-move-ham-routine): Add code to copy/move ham or spam.
22067         (spam-fetch-field-fast): Improve doc and code, plus allow the
22068         'number request.
22069         (spam-list-of-checks, spam-list-of-statistical-checks):
22070         Remove variables.
22071         (spam-split, spam-find-spam): Use the new backend code.
22072         (spam-registration-functions): Remove variable.
22073         (spam-unregister-routine): Add convenience wrapper.
22074         (spam-log-undo-registration, spam-register-routine)
22075         (spam-log-processing-to-registry)
22076         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22077         where possible.
22078         (spam-check-gmane-xref, spam-check-regex-headers)
22079         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22080         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22081         (spam-check-bogofilter-headers, spam-check-spamoracle)
22082         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22083         (spam-check-crm114-headers): Use the spam-split-group that
22084         spam-split prepares, no need to determine it every time.
22085
22086         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22087         to the nnheader-parse-naked-head call.
22088
22089         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22090
22091         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22092         the nnheader-nov-read-message-id call.
22093
22094 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22095
22096         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22097         gnus-activate-group twice.  Suggested by Markus Peter
22098         <warp@spin.de>.
22099
22100 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * gnus-art.el (gnus-article-time-format): Exchange the order of
22103         day and month in the default value; fix customization type.
22104         (article-date-ut): Use add-text-properties.
22105         (article-make-date-line): Use message-make-date instead of
22106         current-time-string.
22107
22108         * message.el (message-fetch-field): Don't use set-text-properties.
22109         (message-make-date): Simplify.
22110
22111         * messagexmas.el (message-xmas-make-date): New function.
22112         (message-xmas-redefine): Defalias message-make-date to it.
22113
22114 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22115
22116         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22117         (rfc2047-encode-region): Treat text within parentheses as special;
22118         show the original text when error has occurred.
22119
22120         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22121         already-computed method to gnus-activate-group.
22122
22123         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22124         same select-methods identical Lisp objects.
22125
22126         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22127         object when modifying the info.
22128
22129 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22130
22131         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22132         gnus-opened-servers since it has never been opened with the new
22133         configuration yet.
22134
22135 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22138         arg to nnheader-generate-fake-message-id.
22139
22140 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22141
22142         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22143         number and build a fake message ID localized to a group and
22144         article number (so it's repeatable from that point on).
22145         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22146         ID format.
22147
22148         * gnus-sum.el (gnus-get-newsgroup-headers):
22149         Call nnheader-generate-fake-message-id with the article number.
22150
22151 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22152
22153         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22154         end-of-buffer.
22155
22156 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22157
22158         * message.el (message-ignored-supersedes-headers): Add Approved.
22159
22160 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22163         goto-char.
22164         (rfc2047-encode): Fold the line before encoding.
22165
22166 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22167
22168         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22169         folding -- not all headers can be folded, and this should be done
22170         by the message composition mode.  Probably.  I think.
22171
22172 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22173
22174         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22175         fast.
22176
22177         * gnus-ems.el (gnus-remove-image): Don't use
22178         message-text-with-property; remove only the image found first.
22179
22180         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22181         found first.
22182
22183 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22184
22185         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22186
22187 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22188
22189         * message.el (message-text-with-property): Make it fast and accept
22190         optional arguments.
22191         (message-strip-forbidden-properties): Use it.
22192         (message-fix-before-sending): Follow the m-t-w-p change.
22193
22194         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22195
22196 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22197
22198         * gnus-art.el (article-hide-headers): Don't change the buffer
22199         mistakenly when performing mml-preview even if
22200         gnus-single-article-buffer is nil.
22201
22202 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22203
22204         * message.el (message-expand-name-databases): New user option.
22205         (message-expand-name): Use it.
22206
22207 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22208
22209         * spam.el (spam-report-articles-resend)
22210         (spam-report-resend-register-routine): Allow ham reporting.
22211         (spam-report-resend-register-ham-routine): Add wrapper.
22212         (spam-registration-functions): Add ham resending functions.
22213         (spam-list-of-processors): Add ham resend processor.
22214
22215         * gnus.el (ham-resend-to): Add new group parameter.
22216         (spam-process): Add ham resend option.
22217
22218         * spam-report.el (spam-report-resend): Allow reporting ham.
22219         (spam-report-resend-ham): Add wrapper.
22220
22221 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22222
22223         * message.el (message-cite-articles-with-x-no-archive):
22224         New variable.
22225         (message-cite-original): Use it.
22226
22227 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22228
22229         * message.el (message-cite-original): Respect X-No-Archive.
22230
22231 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * gnus-art.el (article-hide-headers): Refer to the values for
22234         gnus-ignored-headers and gnus-visible-headers in the summary
22235         buffer since a user may have set them as group parameters.
22236
22237 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22238
22239         * assistant.el (assistant-node-name): Add convenience function.
22240         (assistant-render-text, assistant-render-node): Add error handling,
22241         plus handle multiple next nodes.
22242         (assistant-find-next-node): Comment out for now.
22243         (assistant-find-next-nodes): Add function, returns list of next
22244         nodes.
22245
22246 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22247
22248         * mail-source.el (mail-source-directory): Fix doc-string.
22249
22250 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22251
22252         * assistant.el (assistant-render-text, assistant-eval): Add :set
22253         widget type, which is different because it takes and returns a
22254         list.  Much hilarity ensues.
22255
22256 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22257
22258         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22259
22260         * gnus-group.el (gnus-group-get-new-news-this-group):
22261         Add doc-string.
22262
22263         * gnus-start.el (gnus-activate-group): Add doc-string.
22264
22265 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22266
22267         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22268
22269 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22270
22271         * assistant.el (assistant-render-text): Try to add a :set
22272         widget, more to come.
22273
22274         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22275         strings.
22276         (spam-report-articles-resend)
22277         (spam-register-routine): Do registration iff any articles warrant
22278         it.
22279         (spam-summary-prepare-exit): Change log message for nil group
22280         destinations.
22281
22282 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22283
22284         * spam.el (spam-report-resend-register-routine):
22285         Allow spam-report-resend-to to be a group parameter or a global value.
22286
22287 2004-05-26  Simon Josefsson  <jas@extundo.com>
22288
22289         * starttls.el: Merge with my GNUTLS based starttls.el.
22290         (starttls-gnutls-program, starttls-use-gnutls)
22291         (starttls-extra-arguments, starttls-process-connection-type)
22292         (starttls-connect, starttls-failure, starttls-success):
22293         New variables.
22294         (starttls-program, starttls-extra-args): Doc fix.
22295         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22296         New functions.
22297         (starttls-negotiate, starttls-open-stream):
22298         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22299         function if it is set.
22300
22301 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22302
22303         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22304         structured fields.
22305
22306 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22309
22310 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22311
22312         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22313         Add variable.
22314         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22315         assigning the spam-mark to new messages.
22316
22317 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22318
22319         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22320
22321 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22322
22323         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22324
22325         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22326         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22327         default.
22328
22329 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22330
22331         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22332         correct data.
22333
22334 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22335
22336         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22337         (spam-group-processor-p): Fix function.
22338         (spam-group-processor-multiple-p)
22339         (spam-group-spam-processor-report-gmane-p)
22340         (spam-group-spam-processor-report-resend-p)
22341         (spam-group-spam-processor-bogofilter-p)
22342         (spam-group-spam-processor-blacklist-p)
22343         (spam-group-spam-processor-ifile-p)
22344         (spam-group-ham-processor-ifile-p)
22345         (spam-group-spam-processor-spamoracle-p)
22346         (spam-group-spam-processor-crm114-p)
22347         (spam-group-ham-processor-bogofilter-p)
22348         (spam-group-spam-processor-stat-p)
22349         (spam-group-ham-processor-stat-p)
22350         (spam-group-ham-processor-whitelist-p)
22351         (spam-group-ham-processor-BBDB-p)
22352         (spam-group-ham-processor-spamoracle-p)
22353         (spam-group-ham-processor-copy-p): Remove functions with some
22354         prejudice against unneeded code.
22355         (spam-report-articles-resend)
22356         (spam-report-resend-register-routine): Allow the group/topic
22357         spam-resend-to value to override spam-report-resend-to.
22358         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22359         properly now.
22360
22361         * gnus.el (spam-resend-to): Add group/topic parameter.
22362         (spam-process): Move the OBSOLETE processors to the end of the
22363         choices.
22364
22365 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22366
22367         * spam-report.el (spam-report-resend-to, spam-report-resend):
22368         Start with resend-to set to nil, and then ask the user if necessary.
22369         (spam-report-resend): spam-report-resend takes a list of articles, not
22370         separate article numbers.
22371
22372 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22373
22374         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22375         addition to emacs-w3m.
22376
22377 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22378
22379         * assistant.el (assistant-authinfo-data): New function.
22380         (assistant-eval): Eval for entire assistant.
22381
22382         * netrc.el (netrc-services-file): New variable.
22383         (netrc-parse-services): New function.
22384         (netrc-find-service-name): New function.
22385         (netrc-find-service-number): New function.
22386         (netrc-port-equal): New function.
22387         (netrc-machine): Use it.
22388
22389         * nnimap.el (nnimap-open-connection): Use netrc.
22390
22391         * gnus-util.el (gnus-netrc-get): Remove aliases.
22392
22393         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22394
22395         * assistant.el (wid-edit): Fix compilation.
22396
22397         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22398
22399 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22400
22401         * gnus-util.el (gnus-set-file-modes): New function.  (small
22402         patch).
22403
22404 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22405
22406         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22407
22408         * assistant.el (assistant-render-node): Fix up rendering and
22409         read-only text.
22410         (assistant-render-node): Reset.
22411         (assistant-make-read-only): Not sticky.
22412
22413 2004-05-20  Danny Siu  <dsiu@adobe.com>
22414
22415         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22416         centered even when gnus-auto-center-summary is t.
22417
22418 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22419
22420         * dns.el (dns-get-txt-answer): New function.
22421         (dns-read-txt): Ditto.
22422         (query-dns): Use it.
22423
22424 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22427         active for foreign groups even if the group level is higher than
22428         the specified value.
22429
22430 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22431
22432         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22433         non-active groups.
22434
22435         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22436
22437 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22438
22439         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22440
22441 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22442
22443         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22444         (spam-crm114-header, spam-crm114-spam-switch)
22445         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22446         (spam-crm114-positive-spam-header)
22447         (spam-crm114-database-directory, spam-list-of-processors)
22448         (spam-group-spam-processor-crm114-p)
22449         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22450         (spam-generic-score, spam-list-of-checks)
22451         (spam-list-of-statistical-checks, spam-registration-functions)
22452         (spam-check-crm114-headers, spam-crm114-score)
22453         (spam-check-crm114, spam-crm114-register-with-crm114)
22454         (spam-crm114-register-spam-routine)
22455         (spam-crm114-unregister-spam-routine)
22456         (spam-crm114-register-ham-routine)
22457         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22458
22459 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22460
22461         * gnus.el: Add spam-use-crm114.
22462
22463         * spam.el (spam-list-of-processors, spam-registration-functions):
22464         Add spam-use-resend.
22465         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22466         (spam-report-articles-gmane): Add doc fix.
22467         (spam-report-articles-resend, spam-report-resend-register-routine):
22468         Add wrappers around spam-report-resend-to.
22469
22470         * spam-report.el (spam-report-resend-to, spam-report-resend):
22471         Add support for resending spam.
22472         (spam-report-gmane): Fix line length >80.
22473
22474         * gnus.el (spam-process): Add spam-use-resend.
22475
22476 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22477
22478         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22479         number of processed spam messages.
22480         (spam-ham-copy-or-move-routine): Return the number of processed
22481         ham messages.
22482         (spam-summary-prepare-exit): Use the above values to decide
22483         whether status messages shouled be displayed.
22484
22485 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22488         `rfc2047-encoding-function-alist' in order to avoid conflicting
22489         with the old version.
22490         (rfc2047-encode-region): Concatenate words containing non-ASCII
22491         characters in structured fields; don't encode space-delimited
22492         ASCII words even in unstructured fields; don't break words at
22493         char-category boundaries.
22494         (rfc2047-encode-1): New function.
22495         (rfc2047-encode): Use it; encode text so that it occupies the
22496         maximum width within 76-column; work correctly on Q encoding for
22497         iso-2022-* charsets.
22498         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22499         sure not to break a line just after the header name.
22500         (rfc2047-b-encode-region): Remove.
22501         (rfc2047-b-encode-string): New function.
22502         (rfc2047-q-encode-region): Remove.
22503         (rfc2047-q-encode-string): New function.
22504
22505         * mm-util.el (mm-replace-in-string): New function.
22506
22507 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22508
22509         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22510         Really get it right.
22511         (gnus-inews-make-draft): Really.
22512
22513 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22514
22515         * nnmh.el (nnmh-request-list-1): Don't check the link count
22516         before descending.  (small patch)
22517
22518 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22519
22520         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22521         stuff.
22522
22523         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22524         Match on real group name.
22525
22526         * gnus-art.el (gnus-signature-limit): Doc fix.
22527
22528         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22529
22530         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22531
22532 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22533
22534         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22535         isn't a string.
22536
22537 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22538
22539         * gnus-draft.el (gnus-draft-send):
22540         Bind rfc2047-encode-encoded-words.
22541
22542         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22543         (rfc2047-encodable-p): Say that =? needs encoding.
22544         (rfc2047-encode-encoded-words): New variable.
22545
22546         * gnus-group.el (gnus-group-select-group): Doc fix.
22547
22548         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22549
22550         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22551         to nil.
22552
22553         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22554
22555         * nnheader.el (nnheader-get-lines-and-char): New function.
22556
22557 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22558
22559         * gnus-msg.el (gnus-summary-followup-with-original):
22560         Document yanking of region when active.
22561
22562 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22565         groups if the group level is higher than the specified value.
22566
22567 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22568
22569         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22570         (gnus-group-jump-to-group): Add prefix argument using
22571         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22572         non-active group.
22573
22574         * compface.el (uncompface): Be verbose when changing
22575         `uncompface-use-external'.
22576
22577         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22578         handle manual section.
22579
22580 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22581
22582         * gnus-art.el (gnus-button-alist): Revert previous change.
22583
22584 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22585
22586         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22587
22588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22589
22590         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22591         whether backend can accept message.
22592
22593         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22594
22595 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22596
22597         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22598         Avoid creating directory when nntp-marks-is-evil is true.
22599         Reported by Reiner Steib.
22600
22601 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22602
22603         * gnus-picon.el (gnus-picon-insert-glyph):
22604         Add optional `nostring' argument.
22605
22606 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22607
22608         * gnus-picon.el (gnus-picon-style): New variable.
22609         (gnus-picon-transform-address): Support `gnus-picon-style'.
22610
22611 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22612
22613         * message.el (message-fill-field): Return point.
22614         (message-generate-headers): Go to end of field.
22615
22616         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22617         stuff for non-living groups.
22618
22619 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22620
22621         * gnus-art.el (gnus-article-followup-with-original)
22622         (gnus-article-reply-with-original): gnus-mark-active-p ->
22623         gnus-region-active-p.
22624
22625 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22626
22627         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22628         only when there is spam or ham to be processed.
22629
22630 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22631
22632         * mail-source.el (mail-source-delete-crash-box): Refactor.
22633         (mail-source-fetch): Use it.
22634         (mail-source-fetch-file): Ditto.
22635         (mail-source-fetch-directory): Run postscript in loop.
22636         (mail-source-fetch-pop): Delete.
22637         (mail-source-fetch-maildir): Ditto.
22638         (mail-source-fetch-imap): Ditto.
22639
22640         * imap.el (imap-authenticators): Comment out sasl.
22641
22642         * message.el (message-skip-to-next-address): New function.
22643         (message-fill-header-address): Refactor.
22644         (message-fill-address): Use it.
22645         (message-delete-address): Use it.
22646         (message-fill-header-general): Refactor.
22647         (message-fill-field-address): Rename.
22648         (message-narrow-to-field): Find the start of the header.
22649         (message-header-format-alist): Don't pre-fill.
22650         (message-fill-header): Remove.
22651         (message-insert-header): New function.
22652         (message-shorten-references): Use it.
22653
22654         * rfc2047.el (rfc2047-field-value): Strip props.
22655
22656         * mail-parse.el (mail-header-make-address): New alias.
22657
22658         * ietf-drums.el (ietf-drums-make-address): New function.
22659
22660         * imap.el: Add compiler directives.
22661
22662         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22663
22664         * gnus-art.el (article-decode-idna-rhs): Don't use
22665         message-idna-inside-rhs-p.
22666
22667 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22668
22669         * message.el (message-idna-inside-rhs-p): Remove.
22670         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22671
22672         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22673         false positives.
22674
22675 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22676
22677         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22678
22679 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22680
22681         * nneething.el (nneething-file-name): Don't create spurious
22682         files.
22683
22684         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22685         (gnus-inews-do-gcc): Remove sleep.
22686
22687         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22688         part under point.
22689
22690         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22691         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22692
22693 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22694
22695         * spam.el (spam-summary-prepare-exit): Fix (length).
22696
22697 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22698
22699         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22700         as expired without moving it" message when there are spam
22701         messages left.
22702
22703 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22704
22705         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22706         header is not nil.
22707
22708 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22709
22710         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22711         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22712         (nntp-marks-changed-p): New arg SERVER.
22713         (nntp-request-update-info): Adjust caller.
22714
22715 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22716
22717         * nntp.el (nntp-save-marks): Pass missing arg.
22718
22719 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22720
22721         * nntp.el: Support marks.
22722         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22723         (nntp-marks-modtime, nntp-marks-directory): New variables.
22724         (nntp-request-set-mark, nntp-request-update-info)
22725         (nntp-possibly-create-directory, nntp-marks-changed-p)
22726         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22727         New functions.
22728
22729 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22730
22731         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22732         (gnus-xmas-redefine): Rename.
22733
22734         * gnus-score.el (gnus-score-insert-help):
22735         Use gnus-select-lowest-window.
22736
22737         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22738         appt-select-lowest-window and rename to gnus-select-lowest-window.
22739
22740         * gnus.el: do.
22741
22742 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22743
22744         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22745         encodings of MIME-encoded words, in order to improve
22746         interoperability with several broken MUAs.
22747
22748 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22749
22750         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22751         tags, only when charsets are not specified in headers.
22752         (mm-inline-text-html-render-with-w3m): Ditto.
22753
22754         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22755         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22756
22757 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22758
22759         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22760         instead of MIME-decoded from fields when checking
22761         `gnus-article-address-banner-alist'.
22762
22763 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22764
22765         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22766         description rather than subject.
22767
22768 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22769
22770         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22771
22772 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22773
22774         * gnus.el (gnus-version-number): Bump.
22775
22776 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22777
22778         * gnus.el: No Gnus v0.2 is released.
22779
22780 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22781
22782         * gnus-agent.el (gnus-agent-read-agentview):
22783         Inline gnus-uncompress-range.
22784
22785 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22786
22787         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22788         `exec-installed-p'.
22789
22790 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22791
22792         * gnus.el (spam-process, spam-autodetect-methods):
22793         Add bsfilter and bsfilter-headers.
22794
22795         * spam.el (spam-bsfilter): New customize group.
22796         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22797         (spam-bsfilter-header, spam-bsfilter-probability-header)
22798         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22799         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22800         (spam-bsfilter-database-directory): New options.
22801         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22802         (spam-list-of-statistical-checks, spam-registration-functions):
22803         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22804         (spam-bsfilter-score): New command.
22805         (spam-check-bsfilter-headers, spam-check-bsfilter)
22806         (spam-bsfilter-register-with-bsfilter)
22807         (spam-bsfilter-register-spam-routine)
22808         (spam-bsfilter-unregister-spam-routine)
22809         (spam-bsfilter-register-ham-routine)
22810         (spam-bsfilter-unregister-ham-routine): New functions.
22811         (spam-generic-score): Support bsfilter; Accept an optional argument
22812         to recalcurate spam score even if scoring header has already been
22813         added.
22814         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22815         optional argument to recalcurate spam score even if scoring header
22816         has already been added.
22817
22818 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22819
22820         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22821         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22822         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22823         link is missing.
22824
22825 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22826
22827         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22828         (html2text-get-attr): Rewrite.
22829
22830         * message.el (message-setup-1): Remove redundant put-text-property
22831         on mail-header-separator.
22832
22833 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22834
22835         * gnus-registry.el (gnus-registry-cache-whitespace)
22836         (gnus-registry-action, gnus-registry-spool-action)
22837         (gnus-registry-split-fancy-with-parent): Change message levels
22838         from 5 to 3 or 7, as needed.
22839
22840         * spam.el (spam-summary-prepare-exit)
22841         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22842         (spam-split, spam-find-spam, spam-log-undo-registration)
22843         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22844         level from 5 to 6.
22845
22846 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22847
22848         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22849         2004-03-04 change).
22850
22851 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22852
22853         * sieve-manage.el (sieve-manage-open):
22854         * nnweb.el (nnweb-insert-html):
22855         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22856         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22857         * nnspool.el (nnspool-request-group):
22858         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22859         * nnml.el (nnml-request-update-info):
22860         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22861         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22862         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22863         (nnimap-request-set-mark):
22864         * nnfolder.el (nnfolder-request-update-info):
22865         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22866         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22867         * gnus-uu.el (gnus-uu-find-articles-matching):
22868         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22869         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22870         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22871         * gnus-nocem.el (gnus-nocem-scan-groups):
22872         * gnus-int.el (gnus-start-news-server):
22873         * gnus-group.el (gnus-group-make-kiboze-group)
22874         (gnus-group-browse-foreign-server):
22875         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22876         Use mapc when appropriate.
22877
22878 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22879             Adam Sjøgren  <asjo@koldfront.dk>
22880             Wes Hardaker  <wes@hardakers.net>
22881             Michael Shields  <shields@msrl.com>
22882
22883         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22884         may need for spam sorting and scoring.
22885         (spam-user-format-function-S): Add user format function suitable for
22886         general use.
22887         (spam-article-sort-by-spam-status): Add sorting function for summary
22888         sorting.
22889         (spam-extra-header-to-number): Add function to get a score from a
22890         header.
22891         (spam-summary-score): Add function to get a numeric score from the
22892         headers.
22893         (spam-generic-score): Fix function doc, was in wrong place.
22894         (spam-initialize): Take symbols when it's run, and install the
22895         extra headers that spam-necessary-extra-headers thinks we need.
22896
22897 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22898
22899         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22900         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22901
22902 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22903
22904         * gnus-sum.el (gnus-set-global-variables)
22905         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22906         (gnus-article-get-xrefs, gnus-summary-best-group)
22907         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22908         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22909         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22910         Use with-current-buffer.
22911
22912 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22913
22914         * spam.el (spam-summary-prepare-exit): Simplify logic.
22915         (spam-fetch-article-header): Read the article header if it's not
22916         available.
22917         (spam-list-articles): Simplify logic.
22918         (spam-filelist-register-routine): Fix bug with unregister-list.
22919
22920         * gnus-registry.el: Fix comments at beginning.
22921
22922 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22923
22924         * message.el (message-cater-to-broken-inn): Remove.
22925         (message-shorten-references): Make sure the total folded length of
22926         References is shorter than 998 characters to cater to a bug in INN
22927         2.3.  Also, don't pretend that references aren't folded -- this
22928         hasn't worked for a while.
22929
22930 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22931
22932         * gnus-agent.el (gnus-agentize):
22933         gnus-agent-send-mail-real-function no longer set to current value
22934         of message-send-mail-function but rather a lambda that calls
22935         message-send-mail-function.  The change makes the agent real-time
22936         responsive to user changes to message-send-mail-function.
22937
22938 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22939
22940         * legacy-gnus-agent.el
22941         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22942         help from Florian Weimer <fw@deneb.enyo.de>
22943
22944 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22945
22946         * nnmail.el (nnmail-cache-insert): Revert last change.
22947
22948 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * nnmail.el (nnmail-cache-insert): Always check whether
22951         nnmail-cache-ignore-groups matches a group name.
22952
22953 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22954
22955         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22956         (spam-find-spam, spam-log-processing-to-registry)
22957         (spam-log-registered-p, spam-log-unregistration-needed-p)
22958         (spam-log-undo-registration): Use gnus-message instead of
22959         gnus-error, none of these errors are fatal.
22960
22961         * gnus-registry.el (gnus-registry-clean-empty-function)
22962         (gnus-registry-clean-empty): Remove only empty entries without
22963         extra data.
22964
22965 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22966
22967         * spam-stat.el (spam-stat-buffer-change-to-spam)
22968         (spam-stat-buffer-change-to-non-spam): Change (error) to
22969         (gnus-message 8) invocation.
22970
22971 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22972
22973         * nntp.el (nntp-via-netcat-command): New variable.
22974         (nntp-via-netcat-switches): New variable.
22975         (nntp-open-via-rlogin-and-netcat): New function.
22976         (nntp-open-connection-function): Doc fix.
22977         (nntp-telnet-command): Doc fix.
22978         (nntp-end-of-line): Doc fix.
22979         (nntp-via-rlogin-command): Doc fix.
22980         (nntp-via-user-name): Doc fix.
22981         (nntp-via-address): Doc fix.
22982
22983 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22984
22985         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22986         error in Emacs 21.1.
22987
22988 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22989
22990         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22991
22992 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22993
22994         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22995         (gnus-agent-with-refreshed-group): New macro.
22996         (gnus-agent-rename-group): New function.
22997         (gnus-agent-delete-group): New function.
22998         (gnus-agent-save-group-info): Use gnus-command-method when
22999         `method' parameter is nil.  Don't write nil entries into the
23000         active file.
23001         (gnus-agent-get-group-info): New function.
23002         (gnus-agent-fetch-articles):
23003         Use gnus-agent-update-files-total-fetched-for to increment disk space
23004         used.
23005         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23006         Use gnus-agent-update-view-total-fetched-for to increment disk space
23007         used.
23008         (gnus-agent-get-local): Add optional parameters to avoid calling
23009         gnus-group-real-name and gnus-find-method-for-group.
23010         (gnus-agent-set-local): Delete stored entry if either min, or max,
23011         are nil.
23012         (gnus-agent-fetch-session): Reworded error/quit messages.
23013         On quit, use gnus-agent-regenerate-group to record existance of any
23014         articles fetched to disk before the quit occurred.
23015         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23016         gnus-agent-update-view-total-fetched-for, and
23017         gnus-agent-update-files-total-fetched-for to decrement disk space
23018         used.
23019         (gnus-agent-retrieve-headers):
23020         Use gnus-agent-update-view-total-fetched-for to increment disk space
23021         used.
23022         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23023         with gnus-agent-update-files-total-fetched-for to decrement disk
23024         space and fresh group buffer.
23025         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23026         (gnus-agent-need-update-total-fetched-for): New variable.
23027         (gnus-agent-update-files-total-fetched-for): New function.
23028         (gnus-agent-update-view-total-fetched-for): New function.
23029         (gnus-agent-total-fetched-for): New function.
23030
23031         * gnus-cache.el (gnus-cache-save-buffers):
23032         Use gnus-cache-update-overview-total-fetched-for to change disk space
23033         used by this group.
23034         (gnus-cache-possibly-enter-article):
23035         Use gnus-cache-update-file-total-fetched-for to increment disk space
23036         used by this group.
23037         (gnus-cache-possibly-remove-article):
23038         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23039         used by this group.
23040         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23041         (gnus-cache-rename-group): New function.
23042         (gnus-cache-delete-group): New function.
23043         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23044         (gnus-cache-need-update-total-fetched-for): New variable.
23045         (gnus-cache-with-refreshed-group): New macro.
23046         (gnus-cache-update-file-total-fetched-for): New function.
23047         (gnus-cache-update-overview-total-fetched-for): New function.
23048         (gnus-cache-rename-group-total-fetched-for): New function.
23049         (gnus-cache-delete-group-total-fetched-for): New function.
23050         (gnus-cache-total-fetched-for): New function.
23051
23052         * gnus-group.el: Require gnus-sum and autoload functions to
23053         resolve warnings when gnus-group.el compiled alone.
23054         (gnus-group-line-format): Documented new %F.
23055         (size of Fetched data) group line format; identifies disk space
23056         used by agent and cache.
23057         (gnus-group-line-format-alist): Defined new F format.
23058         (gnus-total-fetched-for): New function.
23059         (gnus-group-delete-group): No longer update
23060         gnus-cache-active-altered as gnus-request-delete-group now keeps
23061         the cache in sync.
23062         (gnus-group-list-active): Let the agent store a server's active
23063         list if currently plugged.
23064
23065         * gnus-int.el (gnus-request-delete-group):
23066         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23067         local disk in sync with the server.
23068         (gnus-request-rename-group):
23069         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23070         local disk in sync with the server.
23071
23072         * gnus-start.el (gnus-get-unread-articles):
23073         Cosmetic simplification to logic.
23074
23075         * gnus-util.el (gnus-rename-file): New function.
23076
23077 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23078
23079         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23080
23081 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23082
23083         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23084         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23085
23086 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23087
23088         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23089         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23090
23091 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23092
23093         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23094
23095 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23096
23097         * spam.el (spam-set-difference): Add function to replace
23098         gnus-set-difference in spam.el.
23099         (spam-summary-prepare-exit): Use spam-set-difference.
23100
23101 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23102
23103         * gnus-registry.el (gnus-registry-cache-file): Update to use
23104         gnus-dribble-directory OR gnus-home-directory OR ~.
23105         (gnus-registry-split-fancy-with-parent): Fix doc.
23106
23107 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23108
23109         * message.el (message-exchange-point-and-mark):
23110         Use message-mark-active-p.  Suggested by Jesper Harder
23111         <harder@ifa.au.dk>.
23112
23113 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * message.el (message-exchange-point-and-mark): Don't activate
23116         region if it was inactive.  Suggested by Hiroshi Fujishima
23117         <pooh@nature.tsukuba.ac.jp>.
23118
23119 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23120
23121         * gnus-art.el (article-display-face): Display Faces in the same
23122         order as X-Faces.
23123
23124 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23127
23128 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23129
23130         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23131         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23132         (gnus-article-mime-hierarchy): Remove.
23133         (gnus-article-mime-hierarchy-next): Remove.
23134         (gnus-article-mode): Revert 2004-03-19 change.
23135         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23136         (gnus-insert-mime-button): Revert 2004-03-19 change.
23137         (gnus-mime-accumulate-hierarchy): Remove.
23138         (gnus-mime-enter-multipart): Remove.
23139         (gnus-mime-leave-multipart): Remove.
23140         (gnus-mime-display-part): Revert 2004-03-19 change.
23141         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23142
23143         * mml.el (mml-preview): Revert 2004-03-19 change.
23144
23145 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23146
23147         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23148
23149 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23152         t while entering a file name using the mm-with-multibyte macro.
23153         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23154
23155         * mm-util.el (mm-with-multibyte): New macro.
23156
23157 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23160         New user option.
23161         (gnus-mime-multipart-functions): Doc and customization fix.
23162         (gnus-article-mime-hierarchy): New variable.
23163         (gnus-article-mime-hierarchy-next): New variable.
23164         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23165         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23166         gnus-article-mime-hierarchy-next to nil.
23167         (gnus-insert-mime-button): Show hierarchy numbers.
23168         (gnus-mime-accumulate-hierarchy): New function.
23169         (gnus-mime-enter-multipart): New function.
23170         (gnus-mime-leave-multipart): New function.
23171         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23172         (gnus-mime-display-alternative): Show hierarchy numbers.
23173
23174         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23175         gnus-article-mime-hierarchy-next to nil.
23176
23177 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23178
23179         * dns.el: Don't require gnus-xmas.
23180
23181 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23182
23183         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23184         inline PGP.
23185         (mml-menu): Disable mml-quote-region if mark is inactive.
23186
23187 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23188
23189         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23190         when the group's active is not available.
23191
23192 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23193
23194         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23195         error.
23196
23197 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23198
23199         * imap.el (imap-store-password): New variable.
23200         (imap-interactive-login): Use it.
23201         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23202
23203 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23204
23205         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23206         window-start and hscroll to summary window.
23207
23208 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23209
23210         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23211         conversion message to newsrc-dribble when an actual conversion is
23212         performed.
23213
23214 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23215
23216         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23217
23218 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23219
23220         * mm-decode.el (mm-complicated-handles): New function reviving
23221         former definition of mm-multiple-handles.
23222
23223         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23224         (gnus-mime-delete-part): Use it.
23225
23226 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23227
23228         * gnus-agent.el (gnus-agent-read-local):
23229         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23230         avoid the implicit assumption that they will always be equal.
23231         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23232         coding-system-for-write, as the with-temp-file macro first prints
23233         to a buffer then saves the buffer.
23234
23235 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23236
23237         * gnus-art.el (gnus-article-edit-part): New function.
23238         (gnus-mime-save-part-and-strip): Use it; do query instead of
23239         signaling an error; don't use mm-multiple-handles.
23240         (gnus-mime-delete-part): Ditto.
23241
23242 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23243
23244         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23245         old file versions.
23246         (gnus-group-prepare-hook): Remove function that converted list
23247         form of gnus-agent-expire-days to group properties.
23248
23249         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23250         (gnus-request-accept-article): Re-indented.
23251
23252         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23253         converters to handle old agent file formats.  Add logic for a
23254         "backup before upgrading warning".
23255         (gnus-convert-mark-converter-prompt): Developers can mark
23256         functions as needing (default), or not needing,
23257         gnus-convert-old-newsrc's "backup before upgrading warning".
23258         (gnus-convert-converter-needs-prompt): Tests whether the user
23259         should be protected from potentially irreversable changes by the
23260         function.
23261
23262         * legacy-gnus-agent.el: New.  Provides converters that are only
23263         loaded when gnus-convert-old-newsrc needs to call them.
23264
23265 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23266
23267         * mail-source.el (mail-source-touch-pop): Doc fix.
23268
23269         * message.el (message-smtpmail-send-it): Doc fix.
23270
23271 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23274
23275         * nnmail.el (nnmail-split-fancy): do.
23276
23277         * gnus-kill.el (gnus-kill, gnus-execute): do.
23278
23279 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23280
23281         * gnus-sum.el (gnus-widget-reversible-match)
23282         (gnus-widget-reversible-to-internal)
23283         (gnus-widget-reversible-to-external): New functions.
23284         (gnus-widget-reversible): New widget.
23285         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23286
23287 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23288
23289         * gnus-sum.el (gnus-thread-sort-functions)
23290         (gnus-article-sort-functions): Document `(not F)' items.
23291
23292 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23293
23294         * spam.el (spam-use-gmane-xref): Add new backend.
23295         (spam-gmane-xref-spam-group): Add variable to control the name of the
23296         Gmane spam group.
23297         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23298         (spam-regex-headers-spam, spam-regex-headers-ham)
23299         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23300         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23301         backends and checks.
23302         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23303
23304         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23305         an autodetect method.
23306
23307 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23308
23309         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23310         articles are being added to a group.
23311         (gnus-request-replace-article): Inform the agent that articles
23312         need to be uncached as the cached contents are no longer valid.
23313
23314 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23315
23316         * binhex.el: Don't autoload executable-find.
23317
23318         * canlock.el: Don't autoload mail-fetch-field.
23319
23320         * dgnushack.el: Autoload c-mode for XEmacs.
23321
23322         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23323
23324         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23325         rmail-dont-reply-to and rmail-output.
23326
23327         * gnus-score.el: Don't autoload ffap-string-at-point.
23328
23329         * gnus-setup.el: Don't autoload sc-cite-original.
23330
23331         * imap.el: Don't autoload base64-decode-string,
23332         base64-encode-string and md5.
23333
23334         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23335         and rmail-msg-restore-non-pruned-header.
23336
23337         * mm-decode.el: Don't autoload executable-find.
23338
23339         * mm-url.el: Don't autoload executable-find.
23340
23341         * mm-view.el: Don't autoload diff-mode.
23342
23343         * nndb.el: Don't autoload news-reply-mode, news-setup,
23344         cancel-timer and telnet.
23345
23346         * password.el: Don't autoload run-at-time for Emacs.
23347
23348         * sha1-el.el: Don't autoload executable-find.
23349
23350         * sieve-mode.el: Don't autoload c-mode.
23351
23352         * uudecode.el: Don't autoload executable-find.
23353
23354 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23355
23356         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23357         (gnus-agent-possibly-alter-active): Avoid null in numeric
23358         comparison.
23359         (gnus-agent-set-local): Refuse to save null in local object table.
23360         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23361         list of articles that will be marked as unread.
23362
23363 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23364
23365         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23366
23367 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23368
23369         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23370         language tags.
23371
23372 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23373
23374         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23375         Don't bind "obarray".
23376
23377         * gnus-sum.el (gnus-thread-sort-functions):
23378         Add `gnus-thread-sort-by-most-recent-number' and
23379         `gnus-thread-sort-by-most-recent-date'.
23380         Reported by Kai Grossjohann <kai@emptydomain.de>.
23381
23382 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23385
23386 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23387
23388         * gnus-cus.el (gnus-agent-customize-category):
23389         Remove ignore-errors macro reference that required cl to be loaded at
23390         run-time.
23391
23392         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23393         single-interval range of the form (min . max).  Previously the
23394         range had to look like ((min . max)).  Likewise, return
23395         (min . max) rather than ((min . max)).
23396         (gnus-range-map): Use gnus-range-normalize to accept
23397         single-interval range.
23398
23399         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23400         the cache, but not the agent, now appear with their usual face.
23401
23402         * dgnushack.el (loaddir): New variable that is bound to the
23403         directory containing the dgnushack.el file. Use loaddir, rather
23404         than srcdir, to update load-path. Change lets dgnushack compile
23405         code in directories other than GNUS/lisp.
23406
23407 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * lpath.el: Don't bind w3m-safe-url-regexp.
23410
23411         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23412         w3m-safe-url-regexp variable buffer-local.
23413
23414         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23415
23416 2004-02-27  Simon Josefsson  <jas@extundo.com>
23417
23418         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23419         gnus-group-real-prefix.
23420         (gnus-summary-move-article): Use it, instead of
23421         gnus-group-real-prefix.
23422
23423 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * lpath.el: Bind w3m-safe-url-regexp.
23426
23427         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23428         w3m-safe-url-regexp variable buffer-local and set it as the value
23429         of mm-w3m-safe-url-regexp.
23430
23431         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23432
23433         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23434         parsing gnus-posting-styles when the message is not for replying.
23435
23436         * dgnushack.el: Autoload sgml-mode for XEmacs.
23437
23438         * nnrss.el (nnrss-opml-export):
23439         Use mm-set-buffer-file-coding-system instead of
23440         set-buffer-file-coding-system.
23441
23442 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23443
23444         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23445         of checkdoc.el).
23446         * nnrss.el: do.
23447         * gnus-mlspl.el: do.
23448         * gnus-ml.el: do.
23449         * gnus-srvr.el: do.
23450
23451         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23452
23453 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23454
23455         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23456         Corrections to custom-manual links.
23457
23458         * gnus-art.el (gnus-article): Ditto.
23459
23460         * mm-decode.el (mime-display, mime-security): Ditto.
23461
23462 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23463
23464         * flow-fill.el: Typo.
23465
23466 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23467
23468         * spam-wash.el: New file.
23469
23470 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23471
23472         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23473
23474 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23475
23476         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23477         to be run with new-articles as LIST1, not LIST2.
23478         (spam-registration-functions): Add spam-use-ham-copy as a nil
23479         registration backend.
23480
23481 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23482
23483         * spam-stat.el (spam-stat-washing-hook): New option.
23484         (spam-stat-buffer-words): Use it.
23485         (spam-stat-process-directory, spam-stat-test-directory):
23486         Use insert-file-contents-literally.
23487         (spam-stat-coding-system): New variable.
23488         (spam-stat-load, spam-stat-save): Use it.
23489
23490 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23491
23492         * spam-report.el (spam-report-plug-agent):
23493         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23494
23495 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23496
23497         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23498         Allow / in mailto URLs.
23499
23500 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23501
23502         * spam-report.el (spam-report-process-queue): Fix interactive use.
23503         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23504         (spam-report-unplug-agent): Doc fixes.
23505         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23506         (spam-report-agentize, spam-report-deagentize): Autoload.
23507
23508 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23509
23510         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23511
23512         * message.el (message-setup-fill-variables): Add mml tags to
23513         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23514         <ajk@iu.edu>.
23515         (message-mode): Don't modify paragraph-separate there.
23516
23517 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23518
23519         * compface.el (uncompface-use-external): Default to undecided.
23520         (uncompface-use-external-threshold): New variable.
23521         (uncompface-float-time): New macro.
23522         (uncompface): Determine whether to use the external decoder if
23523         uncompface-use-external is undecided.
23524
23525 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23526
23527         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23528         after images.
23529
23530         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23531
23532 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23533
23534         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23535
23536         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23537
23538         * gnus-sum.el (gnus-summary-limit-to-age)
23539         (gnus-summary-limit-children): do.
23540
23541         * gnus-int.el (gnus-request-scan): do.
23542
23543         * gnus-group.el (gnus-group-suspend): do.
23544
23545         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23546
23547         * gnus-cite.el (gnus-cite-parse-attributions): do.
23548
23549         * gnus-agent.el (gnus-summary-set-agent-mark)
23550         (gnus-agent-regenerate-group): do.
23551
23552         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23553
23554         * binhex.el (binhex-decode-region-internal): do.
23555
23556 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23557
23558         * gnus-fun.el (gnus-face-properties-alist): New user option.
23559         (gnus-display-x-face-in-from): Use it.
23560
23561         * gnus-art.el (article-display-face): Ditto.
23562
23563         * compface.el (uncompface-use-external): Default to nil.
23564
23565 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23566
23567         * nntp.el (nntp-erase-buffer): New function.
23568         (nntp-retrieve-data, nntp-send-command)
23569         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23570         (nntp-possibly-change-group): Use it.
23571
23572         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23573         Use with-current-buffer.
23574
23575 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23576
23577         * compface.el: Merge the ELisp-based uncompface program.
23578         (compface): New customization group.
23579         (uncompface-use-external): New user option.
23580         (uncompface): Call uncompface-internal if uncompface-use-external
23581         is nil.
23582         (uncompface-internal): New function.  Note that there are also
23583         some other functions and variables added for this function.
23584
23585 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23586
23587         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23588         if necessary.
23589
23590 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23591
23592         * spam-report.el (spam-report-unplug-agent)
23593         (spam-report-plug-agent, spam-report-deagentize)
23594         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23595         Add support for the Agent in spam-report: when unplugged, report to a
23596         file; when plugged, submit all the requests.
23597
23598         * spam.el (spam-register-routine): Fix message about
23599         registration.
23600
23601 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23602
23603         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23604         dependencies.
23605         (rfc2047-encode): Use it.
23606
23607         * gnus-art.el (gnus-button-marker-list): Move before first
23608         reference.
23609
23610         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23611         (imap-parse-body): Fix format string mismatch.
23612
23613         * gnus-score.el (gnus-summary-increase-score): do.
23614
23615         * nnrss.el (nnrss-close): New function.
23616
23617 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23618
23619         * nnrss.el (nnrss-make-filename): New function.
23620         (nnrss-request-delete-group, nnrss-read-server-data)
23621         (nnrss-save-server-data, nnrss-read-group-data)
23622         (nnrss-save-group-data): Use it.
23623         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23624         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23625         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23626
23627 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23628
23629         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23630
23631 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23632
23633         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23634         files.
23635
23636         * message.el (message-generate-headers-first): Don't quote nil
23637         and t in docstrings.
23638
23639         * imap.el (imap-id): do.
23640
23641         * gnus-agent.el (gnus-agent-consider-all-articles)
23642         (gnus-agent-queue-mail): do.
23643
23644 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23645
23646         * spam-report.el (spam-report-process-queue): New function.
23647         Process requests from `spam-report-requests-file'.
23648         (spam-report-process-queue): Doc fix.
23649
23650 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23651
23652         * spam.el (spam-register-routine)
23653         (spam-log-processing-to-registry, spam-log-registered-p)
23654         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23655         Change "check" to "spam-check" for semi-clarity.
23656
23657 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23658
23659         * pop3.el: Require nnheader.
23660
23661         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23662
23663         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23664
23665         * gnus-picon.el: Require cl.
23666
23667         * gnus-fun.el: Require gnus-ems and gnus-util.
23668
23669         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23670
23671         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23672
23673         * gnus-art.el (gnus-article-edit-mode): Define before first
23674         reference.
23675
23676 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23677
23678         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23679         (gnus-uu-post-encoded): Use point-at-bol.
23680
23681         * gnus-topic.el (gnus-group-active-topic-p): do.
23682
23683         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23684
23685         * gnus-group.el (gnus-group-kill-region): do.
23686
23687         * gnus-art.el (article-date-ut): do.
23688
23689         * message.el (message-fetch-field): Remove redundant
23690         case-fold-search binding.
23691         (message-narrow-to-field): Simplify.
23692
23693 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23694
23695         * spam.el (spam-directory): Derive from `gnus-directory'.
23696
23697         * spam-report.el (spam-report-url-to-file)
23698         (spam-report-requests-file): New function and variable for offline
23699         reporting.
23700         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23701         and user defined function.
23702         (spam-report-url-ping-mm-url): Remove doubled slash.
23703
23704 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23705
23706         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23707
23708 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23709
23710         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23711         Fix format string mismatch.
23712
23713         * sieve.el (sieve-deactivate-all): do.
23714
23715         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23716
23717         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23718
23719         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23720
23721         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23722
23723 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23724
23725         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23726         the list of checks.
23727
23728 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23729
23730         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23731         padding.
23732
23733 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23734
23735         * mm-view.el (mm-fill-flowed): New variable.
23736         (mm-inline-text): Use it.
23737
23738 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23739
23740         * spam.el (spam-spamassassin-register-ham-routine)
23741         (spam-spamassassin-register-spam-routine): Fix function names.
23742
23743 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23744
23745         * gnus.el (gnus-tmp-grouplens): Remove.
23746         (gnus-summary-line-format): Remove grouplens.
23747
23748         * gnus-group.el (gnus-group-line-format): Ditto.
23749
23750         * gnus-spec.el (gnus-format-specs): Ditto.
23751         (gnus-update-format-specifications): Flush the group format spec
23752         cache if there's the grouplens stuff.
23753         (gnus-parse-simple-format): Replace %l with the empty string.
23754
23755 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23756
23757         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23758         omission.
23759
23760 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23761
23762         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23763         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23764
23765 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23766
23767         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23768         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23769         New macros and functions.
23770         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23771         Handle > NLINK_MAX messages.
23772         * nnmaildir.el (nnmaildir-request-set-mark):
23773         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23774
23775 2004-01-25  Alex Schroeder  <alex@gnu.org>
23776
23777         * spam-stat.el (spam-stat-process-directory-age): New option.
23778         (spam-stat-process-directory): Use it.
23779
23780 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23781
23782         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23783         (spam-stat-save): Accept prefix argument.
23784
23785 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23786
23787         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23788         links" error.
23789
23790 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23793         the rest of the and/or forms.
23794
23795 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23796
23797         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23798         compatibility with old .newsrc.eld files.
23799
23800         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23801
23802         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23803
23804         * gnus-start.el (gnus-1): do.
23805
23806         * gnus-group.el (gnus-group-line-format-alist): do.
23807
23808         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23809
23810         * gnus-gl.el: Remove.
23811
23812 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23813
23814         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23815         marks consisting of a single range {for example, (3 . 5)} rather
23816         than a list of a single range { ((3 . 5)) }.
23817
23818 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23819
23820         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23821         Use with-current-buffer.
23822         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23823         avoid consing a string.
23824
23825         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23826         Remove obsolete entries for big5 and gb2312.
23827
23828 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23829
23830         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23831         uncompressed list.
23832
23833 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23834
23835         * spam-stat.el (spam-stat-strip-xref): New function.
23836         (spam-stat-process-directory): Use it.
23837
23838         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23839         here -- it's done in message-fetch-field.
23840
23841 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23842
23843         * gnus-agent.el (gnus-agent-queue-mail)
23844         (gnus-agent-prompt-send-queue): New variables.
23845         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23846         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23847         "nndraft:queue" along to gnus-draft-send.
23848         Use gnus-agent-prompt-send-queue.
23849         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23850         is "nndraft:queue".  Suggested by Gaute Strokkenes
23851         <gs234@srcf.ucam.org>
23852
23853         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23854         (agent-enable-undownloaded-faces): Add.
23855         (gnus-agent-cat-groups): Use eval-and-compile, not
23856         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23857         method of gnus-agent-cat-groups even when the buffer has been
23858         evaled.
23859         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23860         delete gnus-agent-save-active-1.
23861         (gnus-agent-save-groups): Delete.  Identical to
23862         gnus-agent-save-active.
23863         (gnus-agent-write-active): No longer adjust agent's copy of active
23864         file as agent's adjustments are now stored in their own
23865         file.  Remove optional parameter.
23866         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23867         servers.  Add use of min/max range limits from server's local
23868         file.
23869         (gnus-agent-save-alist): Remove unused optional argument.
23870         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23871         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23872         (gnus-agent-set-local): A per-server file that keeps min/max range
23873         limits for articles known to the agent.  Provides a fast mechanism
23874         for altering many active ranges.
23875         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23876         active file (local makes it unnecessary).
23877         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23878
23879         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23880         (agent-enable-undownloaded-faces): Add.
23881
23882         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23883         disable it when sending to "nndraft:queue".
23884         (gnus-group-send-queue): Add safety check to avoid sending queue
23885         when unplugged.
23886
23887         * gnus-group.el (gnus-group-catchup): Use new
23888         gnus-sequence-of-unread-articles, not
23889         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23890         numbers of articles.  Use gnus-range-map to avoid having to
23891         uncompress the unread list.
23892         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23893         Fix invalid ange-ftp reference.
23894
23895         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23896         (gnus-sorted-range-intersection): Intersection of two ranges
23897         without requiring that they first be uncompressed.
23898
23899         * gnus-start.el (gnus-activate-group): Unless blocked by the
23900         caller, possibly expand the active range to include both cached
23901         and agentized articles.
23902         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23903         multiple version-dependent converters.
23904         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23905         gnus-agent-save-active.
23906         (gnus-save-newsrc-file): Save dirty agent range limits.
23907
23908         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23909         gnus-agent-possibly-alter-active.
23910         (gnus-adjust-marked-articles): Faster handling of simple lists.
23911
23912 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23913
23914         * spam-stat.el (spam-stat-test-directory): New optional argument
23915         displays a list of files detected.  Suggested by Andrew Cohen
23916         <cohen@andy.bu.edu>.
23917         (spam-stat-buffer-words-with-scores): Don't narrow and change
23918         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23919
23920 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23921
23922         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23923         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23924         (spam-spamassassin-arguments)
23925         (spam-spamassassin-spam-flag-header)
23926         (spam-spamassassin-positive-spam-flag-header)
23927         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23928         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23929         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23930         (spam-list-of-processors, spam-list-of-checks)
23931         (spam-list-of-statistical-checks, spam-registration-functions)
23932         (spam-check-spamassassin-headers, spam-check-spamassassin)
23933         (spam-spamassassin-score)
23934         (spam-spamassassin-register-with-sa-learn)
23935         (spam-spamassassin-register-spam-routine)
23936         (spam-spamassassin-register-ham-routine)
23937         (spam-assassin-register-spam-routine)
23938         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23939         (spam-bogofilter-score): Fix to show article before scoring.
23940
23941 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23942
23943         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23944         default scoring function.
23945         (spam-generic-score): Call spam-spamassassin-score if
23946         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23947         spam-bogofilter-score otherwise.
23948
23949         * gnus.el (spam-process, spam-autodetect-methods):
23950         Add spamassassin and spamassassin-headers.
23951
23952 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23953
23954         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23955         Suppress unnecessary messages.
23956
23957 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23958
23959         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23960         make-hash-table.
23961
23962 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * canlock.el (base64-encode-string): Don't autoload it.
23965
23966 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23967
23968         * run-at-time.el: Remove useless (require 'itimer),
23969         eval-and-compile and (featurep 'xemacs).
23970
23971 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23972
23973         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23974         GROUP is a virtual group.
23975
23976 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23977
23978         * gnus.el: Autoload `message-y-or-n-p'.
23979
23980 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23981
23982         * pgg-parse.el: Remove unnecessary (require 'custom).
23983
23984         * pgg-def.el: do.
23985
23986         * nnmail.el: do.
23987
23988         * gnus-undo.el: do.
23989
23990         * gnus-picon.el: do.
23991
23992         * gnus-util.el: do.
23993
23994 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23995
23996         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23997
23998 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24001         handle, as well as a list.
24002
24003         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24004         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24005         (mm-w3m-cid-retrieve): Simplify.
24006
24007 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24008
24009         * message.el (message-kill-to-signature): Allow prefix arg to
24010         specify number of lines to keep before signature.
24011
24012 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24013
24014         * message.el (message-kill-to-signature): Change docstring.
24015
24016 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24017
24018         * canlock.el: Always require sha1-el.
24019         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24020
24021         * message.el: Autoload sha1 only when compiling.
24022
24023         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24024         eudc-expand-inline for XEmacs.
24025
24026 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24027
24028         * message.el (message-canlock-generate): Require sha1-el.
24029
24030 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24031
24032         * message.el (message-expand-name): Silence the byte compiler.
24033
24034         * lpath.el: Add detect-coding-system.
24035
24036         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24037         cus-edit.
24038
24039 2004-01-13  Simon Josefsson  <jas@extundo.com>
24040
24041         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24042         Invoke gnus-score-mode.
24043         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24044
24045         * gnus-range.el (gnus-compress-sequence): Doc fix.
24046         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24047
24048 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24049
24050         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24051
24052 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24053
24054         * spam.el (spam-get-article-as-string): Update to use
24055         gnus-request-article-this-buffer, much simpler.
24056         (spam-get-article-as-buffer): Remove.
24057
24058 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24059
24060         * message.el (message-expand-name): Use EUDC if the user uses that.
24061
24062 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24063
24064         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24065         character for the encoding to avoid consing a string.
24066
24067         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24068         unnecessarily.
24069
24070         * mm-util.el (mm-replace-chars-in-string): Remove.
24071
24072         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24073         of mm-replace-chars-in-string.
24074
24075 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24076
24077         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24078
24079         * mm-util.el (mm-subst-char-in-string): Support inplace.
24080
24081         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24082         a new string in every iteration.  Use shy groups.
24083
24084 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24085
24086         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24087         * gnus-soup.el (gnus-soup-group-brew):
24088         * gnus-msg.el (gnus-put-message):
24089         * gnus-move.el (gnus-group-move-group-to-server):
24090         * gnus-kill.el (gnus-batch-score):
24091         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24092         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24093         (gnus-group-update-group, gnus-group-read-group)
24094         (gnus-group-make-group, gnus-group-make-help-group)
24095         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24096         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24097         (gnus-group-sort-by-unread, gnus-group-catchup)
24098         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24099         (gnus-group-yank-group, gnus-group-set-info)
24100         (gnus-group-list-groups):
24101         * gnus.el (gnus-generate-new-group-name):
24102         * gnus-delay.el (gnus-delay-send-queue):
24103         * nnvirtual.el (nnvirtual-catchup-group):
24104         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24105         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24106         (gnus-group-prepare-topics, gnus-topic-check-topology):
24107         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24108         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24109         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24110         (gnus-group-make-articles-read):
24111         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24112         (gnus-group-change-level, gnus-kill-newsgroup)
24113         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24114         (gnus-get-unread-articles, gnus-make-articles-unread)
24115         (gnus-make-ascending-articles-unread): Use accessor
24116         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24117         to get group information for improved readability.
24118
24119
24120 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24121
24122         * gnus-art.el (article-decode-mime-words, article-babel)
24123         (gnus-article-highlight-signature, gnus-article-add-buttons)
24124         (gnus-signature-toggle): Use gnus-with-article-buffer.
24125
24126         * gnus-art.el (gnus-article-highlight-headers)
24127         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24128
24129         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24130         (gnus-article-set-globals, gnus-request-article-this-buffer)
24131         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24132         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24133         (gnus-mime-display-alternative): Use with-current-buffer.
24134
24135 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24136
24137         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24138         also under 80 char limit, and call gnus-error if needed.
24139         (spam-fetch-article-header): Fix - it was a
24140         buffer-local variable (gnus-newsgroup-data).
24141         (spam-find-spam): Use spam-generate-fake-headers, forget about
24142         spam-insert-fake-headers.
24143         (spam-insert-fake-headers): Remove.
24144
24145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24146
24147         * deuglify.el (gnus-article-outlook-unwrap-lines)
24148         (gnus-outlook-rearrange-article)
24149         (gnus-outlook-repair-attribution-outlook)
24150         (gnus-outlook-repair-attribution-block)
24151         (gnus-outlook-repair-attribution-other): Remove redundant
24152         save-excursion.
24153
24154 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24155
24156         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24157         (spam-fetch-field-subject-fast)
24158         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24159         (spam-fetch-article-header): Add functions to deal with Gnus
24160         internals for fast retrieval of article header data.
24161         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24162
24163 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24164
24165         * pop3.el (pop3-md5): Remove.
24166         (pop3-apop): Replace pop3-md5 with md5.
24167
24168         * mm-bodies.el: base64 is always built-in.
24169
24170         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24171         Use with-current-buffer.
24172
24173 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24174
24175         * canlock.el (canlock-insert-header): Remove excessive grouping in
24176         regexp.
24177
24178         * gnus-sum.el (gnus-summary-read-document): Ditto.
24179
24180         * gnus-uu.el (gnus-uu-part-number): Ditto.
24181
24182         * html2text.el (html2text-remove-tags): Ditto.
24183         (html2text-format-tags): Ditto.
24184         (html2text-format-single-elements): Ditto.
24185
24186         * mml.el (mml-parse-1): Ditto.
24187
24188 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24189
24190         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24191
24192         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24193
24194         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24195
24196         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24197
24198 2003-11-15  Simon Josefsson  <jas@extundo.com>
24199
24200         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24201         (pgg-gpg-lookup-key): Use regexp match instead of
24202         split-string (split-string is different between emacs 21.2 and
24203         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24204
24205 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24206
24207         * gnus-art.el (gnus-mime-view-all-parts)
24208         (gnus-article-part-wrapper, gnus-article-view-part):
24209         Use with-current-buffer.
24210
24211 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24212
24213         * spam.el (spam-disable-spam-split-during-ham-respool)
24214         (spam-spamoracle-database, spam-cache-lookups)
24215         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24216         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24217         (spam-group-ham-marks, spam-group-spam-marks)
24218         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24219         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24220         also add spam-use-blackholes to the statistical checks.
24221         (spam-fetch-field-fast): Add interface to fetching fields, may
24222         become a macro.
24223         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24224         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24225         (spam-insert-fake-headers): Fake an article when needed.
24226         (spam-find-spam): Fake article when possible.
24227         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24228         (spam-check-bogofilter-headers): Use message-fetch-field instead
24229         of nnmail-fetch-field.
24230
24231 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24232
24233         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24234
24235 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24236
24237         * spam.el (spam-split): Do not require spam-use-CHECK to be
24238         enabled if that check is passed to spam-split explicitly; also
24239         fix so 'spam doesn't get converted to spam-split-group when
24240         spam-split-symbolic-return is t.
24241         (spam-find-spam): Find registrations of the article and use those
24242         instead of re-running spam-split to find the spam/ham
24243         classification of the article.
24244         (spam-log-processing-to-registry, spam-log-registered-p)
24245         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24246         Use gnus-error instead of gnus-message.
24247         (spam-log-registration-type): Add function to determine the
24248         classification of a message based on registry entries; will
24249         return nil if both 'spam and 'ham are found.
24250         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24251         a reasonably fast local cache without the loading errors.
24252         (spam-cache-lookups): Set to t by default.
24253         (spam-find-spam): Don't try to guess spam-cache-lookups.
24254         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24255         spam-caches entry.
24256         (spam-filelist-build-cache, spam-filelist-check-cache):
24257         Fix caching of whitelist/blacklist entries.
24258         (spam-check-whitelist, spam-check-blacklist):
24259         Invoke spam-from-listed-p with a type, not a cache variable.
24260         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24261
24262 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24263
24264         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24265
24266         * nnmail.el (nnmail-split-fancy): do.
24267
24268         * mml.el (mml-parse): do.
24269
24270         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24271         (gnus-score-adaptive): do.
24272
24273 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24274
24275         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24276         (gnus-mime-button-map): Don't set keymap parent.
24277         (gnus-button-ctan-directory-regexp): Use shy grouping.
24278         (gnus-prev-page-map): Don't set keymap parent.
24279         (gnus-prev-page-map): Remove duplicated one.
24280         (gnus-next-page-map): Don't set keymap parent.
24281         (gnus-mime-security-button-map): Ditto.
24282
24283         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24284         version number.
24285
24286         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24287
24288 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24289
24290         * canlock.el (canlock-sha1-function): Remove.
24291         (canlock-sha1-function-for-verify): Remove.
24292         (canlock-openssl-program): Remove.
24293         (canlock-openssl-args): Remove.
24294         (canlock-ignore-errors): Remove.
24295         (canlock-sha1-with-openssl): Remove.
24296         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24297         (canlock-verify): Don't use canlock-ignore-errors.
24298
24299         * sha1-el.el (sha1-string-external): Make it can return a string
24300         in binary form.
24301         (sha1-region-external): Ditto.
24302         (sha1-string-internal): Ditto.
24303         (sha1-region-internal): Ditto.
24304         (sha1-region): Ditto.
24305         (sha1-string): Ditto.
24306         (sha1): Ditto.
24307
24308 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24309
24310         * spam.el (spam-report-articles-gmane): New command.
24311
24312 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24313
24314         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24315
24316         * run-at-time.el (run-at-time-saved): Remove.
24317         (run-at-time): Doc fix.
24318
24319 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24320
24321         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24322         (gnus-summary-limit-map): Add it.
24323         (gnus-summary-make-menu-bar): do.
24324
24325 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24326
24327         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24328         Make attempt at some caching support (done for BBDB only now).
24329         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24330         addresses to be checked.
24331         (spam-clear-cache-BBDB): Add function, to be invoked by
24332         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24333         (spam-check-BBDB): Check and use the caches, if
24334         spam-cache-lookups is on, remove superfluous (provide).
24335
24336 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24337
24338         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24339
24340 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24341
24342         * run-at-time.el (run-at-time-saved): Move to after the definition
24343         of `run-at-time'.
24344
24345         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24346
24347 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24348
24349         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24350         mm-w3m-local-map-property.
24351
24352         * mm-view.el (mm-w3m-mode-map): Remove.
24353         (mm-w3m-local-map-property): Remove.
24354         (mm-inline-text-html-render-with-w3m): Don't use
24355         mm-w3m-local-map-property.
24356
24357 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24358
24359         * run-at-time.el: New file.
24360
24361         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24362         under Emacs.
24363
24364         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24365         of gnus-set-text-properties.
24366
24367         * gnus-uu.el (gnus-uu-save-article): Ditto.
24368
24369         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24370
24371         * gnus-cite.el (gnus-cite-parse): Ditto.
24372
24373         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24374         of gnus-.
24375
24376         * gnus-xmas.el (run-at-time): Require run-at-time.
24377
24378         * gnus.el: Change calls to nnheader-run-at-time and
24379         password-run-at-time throughout to use run-at-time directly.
24380
24381         * password.el: Remove definition of run-at-time.
24382
24383         * nnheaderxm.el: Remove definition of run-at-time.
24384
24385 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24386
24387         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24388         in prompt.
24389
24390 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24391
24392         * messagexmas.el (message-xmas-redefine): Alias
24393         `message-make-caesar-translation-table' to
24394         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24395         version.
24396
24397         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24398         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24399         `gnus-xmas-set-text-properties'.
24400         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24401         `gnus-xmas-completing-read'.
24402         (gnus-xmas-completing-read): Removed.
24403         (gnus-xmas-open-network-stream): Removed.
24404
24405         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24406         XEmacs version.
24407
24408         * dns.el (dns-make-network-process): Use `open-network-stream'
24409         instead of `gnus-xmas-open-network-stream'.
24410
24411         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24412
24413         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24414
24415 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24416
24417         * gnus-art.el (gnus-mime-display-alternative)
24418         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24419         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24420         Don't use gnus-local-map-property.
24421
24422         * gnus-util.el (gnus-local-map-property): Remove.
24423
24424         * mm-view.el (mm-view-pkcs7-decrypt):
24425         Replace gnus-completing-read-maybe-default with completing-read.
24426
24427         * gnus-util.el (gnus-completing-read): do.
24428         (gnus-completing-read-maybe-default): Remove.
24429
24430 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24431
24432         * password.el: Only autoload `run-at-time' if not XEmacs.
24433         Only autoload the itimer functions if XEmacs.
24434
24435 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24436
24437         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24438         XEmacsen.
24439
24440         * dgnushack.el: Autoload executable-find for XEmacs.
24441
24442 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24443
24444         * gnus-art.el (gnus-read-string): Remove.
24445         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24446         read-string.
24447
24448 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24449
24450         * netrc.el: Autoload password-read.
24451         (netrc): Add configuration group.
24452         (netrc-encoding-method, netrc-openssl-path):
24453         Add variables for encoding and decoding of files with symmetric
24454         ciphers.
24455         (netrc-encode): Add assistant function to encode a file with
24456         netrc-encoding-method.
24457         (netrc-parse): Add interactive parameter, added optional
24458         decoding if netrc-encoding-method is non-nil but otherwise
24459         behavior is standard.
24460         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24461         Do s/encode/encrypt/ everywhere.
24462
24463         * spam.el: Remove executable-find autoload.
24464
24465 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24466
24467         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24468
24469         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24470
24471 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24472
24473         * gnus-art.el (gnus-treat-ansi-sequences)
24474         (article-treat-ansi-sequences): New variable and function.
24475         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24476
24477         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24478         Use it.
24479
24480 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24481
24482         * mm-util.el (mm-quote-arg): Remove.
24483
24484         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24485         shell-quote-argument.
24486
24487         * gnus-uu.el (gnus-uu-command): do.
24488
24489         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24490
24491         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24492         with make-char.
24493
24494         * mm-util.el (mm-make-char): Remove.
24495
24496         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24497         add-minor-mode.
24498
24499         * gnus-undo.el (gnus-undo-mode): do.
24500
24501         * gnus-topic.el (gnus-topic-mode): do.
24502
24503         * gnus-sum.el (gnus-dead-summary-mode): do.
24504
24505         * gnus-start.el (gnus-slave-mode): do.
24506
24507         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24508
24509         * gnus-ml.el (gnus-mailing-list-mode): do.
24510
24511         * gnus-gl.el (gnus-grouplens-mode): do.
24512
24513         * gnus-draft.el (gnus-draft-mode): do.
24514
24515         * gnus-dired.el (gnus-dired-mode): do.
24516
24517         * gnus-ems.el (gnus-add-minor-mode): Remove.
24518
24519         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24520         Replace gnus-char-width with char-width.
24521
24522         * gnus-ems.el (gnus-char-width): Remove.
24523
24524         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24525         Replace gnus-char-width with char-width.
24526
24527         * gnus-ems.el (gnus-char-width): Remove.
24528
24529         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24530         definition.
24531         Remove Emacs 20 hash table compatibility code.
24532
24533         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24534         20 compatibility code.
24535
24536         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24537
24538         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24539
24540         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24541         Replace with point-at-{eol,bol}.
24542
24543         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24544
24545         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24546
24547         * flow-fill.el (fill-flowed-point-at-bol)
24548         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24549
24550         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24551         Replace with point-at-{eol,bol} throughout all files.
24552
24553 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24554
24555         * ntlm.el (ntlm-string-as-unibyte): New macro.
24556         (ntlm-build-auth-response): Use it.
24557
24558         Remove Emacs 20 stuff:
24559         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24560         (butlast, mapc, remove): Remove the compiler macros.
24561         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24562         of delq and copy-sequence.
24563         * gnus-art.el (popup-menu): Remove the compiler macro.
24564         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24565         Emacs 20.
24566
24567 2004-01-05  Simon Josefsson  <jas@extundo.com>
24568
24569         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24570         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24571         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24572         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24573         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24574         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24575         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24576         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24577         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24578         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24579         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24580         string-xor into ntlm-string-xor.
24581         Suggested by Jesper Harder <harder@myrealbox.com>.
24582
24583         * ntlm.el: Don't include poem.
24584
24585         * md4.el (print-int32, print-string-hexa): Remove.
24586         Suggested by Jesper Harder <harder@myrealbox.com>.
24587
24588         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24589
24590         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24591         probably breaks emacs with DL patch, but do we care? Is anyone
24592         still using the DL stuff?)
24593
24594         * sieve-manage.el: Use the password package.
24595         (sieve-manage-read-passwd): Remove.
24596         (sieve-manage-interactive-login): Use password.  Re-add
24597         condition-case around loop.
24598
24599         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24600         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24601         Use the password package.
24602
24603 2003-02-19  Simon Josefsson  <jas@extundo.com>
24604
24605         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24606         token.
24607
24608 2002-08-07  Simon Josefsson  <jas@extundo.com>
24609
24610         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24611         (sieve-manage-authenticators):
24612         (sieve-manage-authenticator-alist): Add some SASL mechs.
24613         (sieve-sasl-auth): New function.
24614         (sieve-manage-cram-md5-auth):
24615         (sieve-manage-plain-auth): Rewrite using SASL library.
24616         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24617         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24618         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24619         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24620
24621 2004-01-05  Simon Josefsson  <jas@extundo.com>
24622
24623         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24624         New files.
24625
24626 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24627
24628         * gnus-group.el (gnus-no-groups-message): Update.
24629
24630         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24631
24632 2003-11-09  Simon Josefsson  <jas@extundo.com>
24633
24634         * imap.el: Support for ID IMAP extension (RFC 2971).
24635         (imap-local-variables): Add imap-id.
24636         (imap-id): New variable.
24637         (imap-id): New function.
24638         (imap-parse-response): Parse untagged ID response.
24639         * nnimap.el (nnimap-id): New variable.
24640         (nnimap-open-connection): Use it.
24641
24642 2003-12-28  Simon Josefsson  <jas@extundo.com>
24643
24644         * gnus-score.el (gnus-score-edit-all-score): New.
24645         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24646
24647 2004-01-04  Simon Josefsson  <jas@extundo.com>
24648
24649         * password.el: Add.
24650
24651 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24652
24653         * dns.el (dns-query-types): Fix typo.
24654         (dns-query-types): New function.
24655         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24656         PTR and SOA replies, see RFC 1035.
24657
24658 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24659
24660         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24661
24662         * Move to Changelog.2.
24663
24664 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24665
24666         * gnus.el (gnus-version-number): Bump version.
24667
24668 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24669
24670         * gnus.el: No Gnus v0.1 is released.
24671
24672 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24673
24674         * gnus.el: No Gnus v0.0 is released.
24675
24676 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24677
24678         * gnus.el (gnus-version-number): Bump.
24679         (gnus-version): No.
24680
24681 See ChangeLog.2 for earlier changes.
24682
24683   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24684
24685   This file is part of GNU Emacs.
24686
24687   GNU Emacs is free software: you can redistribute it and/or modify
24688   it under the terms of the GNU General Public License as published by
24689   the Free Software Foundation, either version 3 of the License, or
24690   (at your option) any later version.
24691
24692   GNU Emacs is distributed in the hope that it will be useful,
24693   but WITHOUT ANY WARRANTY; without even the implied warranty of
24694   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24695   GNU General Public License for more details.
24696
24697   You should have received a copy of the GNU General Public License
24698   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24699
24700 ;; Local Variables:
24701 ;; coding: utf-8
24702 ;; fill-column: 79
24703 ;; add-log-time-zone-rule: t
24704 ;; End: