nnweb.el (nnweb-google-parse-1): Fix minor Y10k bug
[gnus] / lisp / ChangeLog
1 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Fix minor Y10k bug.
4         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
5
6 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
9         message once it's actually open.
10
11 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12
13         * gnus.el: Ma Gnus v0.5 is released.
14
15 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16
17         * auth-source.el (auth-source--aput-1, auth-source--aput)
18         (auth-source--aget): New functions and macros.
19         Use them instead of aput/aget.
20
21 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
22
23         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
24
25 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
26
27         * plstore.el (plstore-called-interactively-p): New compat macro copied
28         from message.el.
29         (plstore-mode): Use it.
30
31 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
32
33         * plstore.el: Revive the editing feature.
34         (plstore-mode): New mode to edit plstore file.
35         (plstore-mode-toggle-display, plstore-mode-original)
36         (plstore-mode-decoded): New command.
37         (plstore--encode, plstore--decode, plstore--write-contents-functions)
38         (plstore--insert-buffer, plstore--make): New function.
39         (plstore-open, plstore-save): Simplify by using them.
40
41 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
44
45 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
46
47         * tls.el (open-tls-stream): Remove unused binding.
48
49 2012-04-16  Glenn Morris  <rgm@gnu.org>
50
51         * nndraft.el (nndraft-request-list): Fix declaration.
52
53 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * mm-decode.el (mm-dissect-buffer): Doc fix.
56
57         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
58         don't have a current group.
59
60         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
61         buffer if it doesn't exist.
62
63         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
64         given, mark the group as ephemeral with the current window conf.
65
66         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
67         buffer exists, which it doesn't if we haven't started Gnus.
68         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
69
70 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * mml.el (mml-generate-mime): Allow specifying what the top-level part
73         type is.
74
75         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
76         `unexists' entries.
77         (gnus-clean-old-newsrc): Fix last checkin.
78
79         * nnimap.el (nnimap-update-info): None of the articles below the active
80         low-water mark exist.
81
82         * dgnushack.el: Get rid of XEmacs compilation warning.
83
84         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
85         would have gotten if we posted to the group, and use that to compare
86         against the message we want to cancel (bug#10808).
87
88         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
89         on XEmacs.
90
91 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
92
93         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
94         `scroll-margin'.
95
96 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
97
98         * gnus-cite.el (gnus-dissect-cited-text): A single line without
99         citation prefix within a block of cited text should be considered part
100         of that block *only* if it is a blank line.
101
102 2012-04-09  Chong Yidong  <cyd@gnu.org>
103
104         * binhex.el, hashcash.el, uudecode.el:
105         Remove * characters from the front of variable docstrings.
106
107 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
110         before kinsoku-bol characters nor within kinsoku-eol characters.
111
112 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
115         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
116         (gnus-sync-read): Use mapc instead of mapcar.
117
118         * mm-archive.el: Require mm-decode for some macros.
119         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
120         the byte compiler.
121         (mm-archive-decoders): New function that returns the value of
122         the mm-archive-decoders variable.
123
124         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
125         instead.
126         (mm-dissect-singlepart): Use the function mm-archive-decoders.
127
128         * nnimap.el (gnus-refer-thread-use-nnir):
129         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
130
131 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
134
135 2012-03-12  Peter Münster  <pmrb@free.fr>
136
137         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
138         (gnus-demon-cancel): Ditto.
139         (gnus-demon-run-callback): When function cannot be called due to low
140         idleness, call it when idleness reaches the expected value, instead of
141         waiting another timer period.
142         (gnus-demon-init): Add `time' to arguments of call-back.
143
144 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
147
148         * gnus.el: Register gnus-registry functions.
149
150         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
151         indent.
152
153         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
154         enabled before warping.
155
156 2012-03-22  Dave Abrahams  <dave@boostpro.com>
157
158         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
159         registry about each article retrieved.
160
161         * gnus-int.el (gnus-select-group-with-message-id): New function.
162         (gnus-try-warping-via-registry): Ditto.
163         (gnus-warp-to-article): Fall back on the registry.
164
165 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
166
167         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
168         inboxes.
169
170 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
173
174 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
177         gnus-gcc-self-resent-messages may be a group parameter.
178         (gnus-summary-resend-message): Don't encode encoded words in header
179         when Gcc'ing resent message.
180
181 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * shr.el (shr-insert): Treat non-breaking space just like normal
184         space.  This seems to produce more pleasing results.
185         (shr-insert): Only insert a blank line if we're starting from an image.
186         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
187         (shr-ensure-paragraph): Consider lines with white space to be blank.
188
189 2012-03-15  Elias Pipping  <pipping@lavabit.com>
190
191         * Makefile.in: Respect DESTDIR.
192
193 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
194
195         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
196         and gnus-gcc-post-body-encode-hook.
197
198 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
201         messages that don't exist.
202
203         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
204
205 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
210         don't have a current group.
211
212 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
215         Remove.
216
217         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
218
219         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
220
221 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
224         have a group name.
225
226         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
227         a multibyte buffer (bug#7410).
228         (article-wash-html): Parse the original article buffer to get the
229         unencoded data (bug#7410).
230
231         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
232         .newsrc.el files.
233
234 2012-04-05  Bastien Guerry  <bzg@altern.org>
235
236         * color.el (color-lighten-name): Fix typo.
237
238 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
241         "#" to avoid having them interpreted as comments.
242
243 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * shr.el (shr-insert): Update the text state properly to avoid
246         inserting spurious paragraph starts.
247
248 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * shr.el (shr-table-widths): Divide the extra width more fairly over
251         the TDs (bug#10973).
252         (shr-render-td): Don't delete too much padding.
253         (shr-natural-width): Compute the natural width more correctly.
254         (shr-insert): Allow the natural width to be computed for tables again.
255         (shr-tag-table-1): Rework how the natural widths are computed by
256         rendering the table a third time.
257         (shr-natural-width): Removed.
258         (shr-buffer-width): New function.
259         (shr-expand-newlines): Use it.
260
261         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
262         using a `gnus-use-full-window' setup (bug#11013).
263
264 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
267         24.1 release.
268
269 2012-03-10  David Edmondson  <dme@dme.org>
270
271         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
272         'Forwarded Message' header and the start of the message.
273
274 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
275
276         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
277         isn't running (bug#10897).
278
279 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
282         This is inconsistent with all the other stream functions, which leave
283         the setting up to the higher levels (if so wanted) (bug#10931).
284
285 2012-02-28  Glenn Morris  <rgm@gnu.org>
286
287         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
288         mm-decode.el: Standardize possessive apostrophe usage.
289
290 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
293
294 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
295
296         * parse-time.el (parse-time-string): Allow extractor to return nil.
297
298 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
301
302 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
305
306 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
307
308         * mm-decode.el (mm-shr): Remove "soft hyphens".
309
310         * nnimap.el (nnimap-request-list): Return the group names encoded as
311         utf8.  Otherwise non-European group names don't work.
312         (nnimap-request-newgroups): Ditto.
313
314         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
315         the default in `read-string' (bug#10757).
316
317         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
318         topics (bug#10843).
319
320         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
321         buffer.  Suggested by Herbert Valerio Riedel.
322         (nnimap-request-move-article): Delete the message from the correct IMAP
323         server.
324
325 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
326
327         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
328         Reported by Peter Münster.
329
330 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * shr.el (shr-image-fetched): Make sure we really kill the right
333         buffer.
334
335 2012-02-16  Leo Liu  <sdl.web@gmail.com>
336
337         * gnus-start.el (gnus-1): Avoid duplicate entries.
338
339 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
340
341         * imap.el: Remove.
342
343         * nntp.el (nntp-coding-system-for-read): Remove.
344         (nntp-coding-system-for-write): Ditto.
345         (nntp-open-connection): Just use `binary' directly.
346
347         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
348         Gnus 0.3.
349
350 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
351
352         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
353         application/octet-stream parts really is.
354
355         * gnus-sum.el (gnus-propagate-marks): Remove.
356
357 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
358
359         * shr.el (shr-rescale-image): Undo previous change; see
360         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
361
362 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
363
364         * gnus.el: Ma Gnus v0.3 is released.
365
366 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-sum.el (gnus-summary-local-variables): Make
369         `gnus-newsgroup-unexist' into a local variable.
370
371 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
372
373         * registry.el (registry-usage-test, registry-persistence-test): Move to
374         tests/gnustest-registry.el.
375         (registry-make-testable-db, registry-match-test)
376         (registry-instantiation-test): Move to tests/gnustest-registry.el.
377
378         * gnus-registry.el (gnus-registry-misc-test)
379         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
380
381         * tests/gnustest-registry.el: New file with the registry and
382         gnus-registry ERT tests.
383
384 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-msg.el (gnus-summary-resend-message): Make
387         gnus-summary-resend-message-insert-gcc be last item in
388         message-header-setup-hook.
389
390 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
391
392         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
393         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
394         Remove.
395         (nnfolder-open-server): Don't use marks.
396         (nnfolder-request-delete-group): Ditto.
397         (nnfolder-request-rename-group): Ditto.
398         (nnfolder-request-set-mark, nnfolder-request-marks)
399         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
400         (nnfolder-save-marks, nnfolder-open-marks): Remove.
401
402         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
403         (nnml-marks-modtime): Remove.
404         (nnml-request-delete-group): Don't use marks.
405         (nnml-request-rename-group): Ditto.
406         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
407         (nnml-save-marks, nnml-open-marks): Remove.
408
409         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
410         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
411         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
412         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
413         (nntp-server-to-method-cache): Remove.
414
415         * shr.el (shr-rescale-image): Fix wrong merge.
416
417 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
420         too-wide lines.
421
422 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * nnimap.el (nnimap-record-commands): New variable.
425         (nnimap-log-command): Use it.
426         (nnimap-make-process-buffer): Add a space to the process buffer.
427         (nnimap-transform-headers): Don't bug out on header lines containing
428         stuff that look like IMAP length encodings.
429
430         * shr.el (shr-rescale-image): Allow viewing large images.
431
432 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * nnml.el (nnml-request-compact-group): Delete the marks file after
435         compaction (bug#10800).
436
437         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
438         group exit.
439
440         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
441         QRESYNC/FETCH output.
442
443 2012-02-11  Glenn Morris  <rgm@gnu.org>
444
445         * sieve-manage.el (sieve-manage-default-stream):
446         * shr.el (shr):
447         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
448         (nnir-retrieve-headers-override-function)
449         (nnir-imap-default-search-key, nnir-notmuch-program)
450         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
451         (nnir-method-default-engines):
452         * message.el (message-cite-reply-position):
453         * gssapi.el (gssapi-program):
454         * gravatar.el (gravatar):
455         * gnus-sum.el (gnus-refer-thread-use-nnir):
456         * gnus-registry.el (gnus-registry-unfollowed-addresses)
457         (gnus-registry-max-pruned-entries):
458         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
459         * gnus-int.el (gnus-after-set-mark-hook)
460         (gnus-before-update-mark-hook):
461         * gnus-async.el (gnus-async-post-fetch-function):
462         * auth-source.el (auth-source-cache-expiry):
463         Add missing :version tags to new defcustoms and defgroups.
464
465 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus-sum.el (gnus-adjust-marked-articles): Add to
468         `gnus-newsgroup-unexist'.
469
470         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
471         marks.
472         (gnus-article-special-mark-lists): Put the `unexist' in the special
473         marks list instead.
474
475         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
476         articles in the list of articles to be selected.
477
478         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
479         articles.
480         (nnimap-update-info): Keep track of unexisting articles.
481         (nnimap-update-qresync-info): Ditto.
482
483 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
484
485         * message.el (message-default-send-mail-function): Made into own
486         function for reuse by emacsbug.el.
487
488 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
489
490         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
491         `gnus-sloppily-equal-method-parameters' to avoid a warning.
492
493 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
494
495         * mm-archive.el (mm-archive-dissect-and-inline): New function.
496         (mm-archive-dissect-and-inline): Fix up the undisplayer.
497
498         * gnus-compat.el: Define `timer-set-function'.
499
500         * mm-decode.el (mm-display-external): Output the text from the command
501         in the buffer after the command finished.  This makes text-based
502         commands behave better.
503
504 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * gnus-compat.el: Add a compat for the old `url-retrieve'.
507
508 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
511         23.1.
512
513 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
516
517 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * message.el (smtpmail-smtp-user): Silence compiler warning.
520
521 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * message.el (message-multi-smtp-send-mail): Also allow specifying the
524         SMTP user name.
525
526 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * gnus-sum.el (gnus-summary-show-thread):
529         next-single-char-property-change may return nil in XEmacs.
530         (gnus-summary-article-map): Fix typo.
531
532 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
535         running.
536
537         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
538
539         * gnus.el (gnus-server-extend-method): Don't add an -address component
540         if the method already has one (bug#9676).
541
542 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
545         of an initial-input for consistency (bug#10757).
546
547         * dgnushack.el: Fix XEmacs compilation warning.
548
549         * shr.el: Inhibit getting and sending cookies when fetching pictures.
550
551         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
552
553 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
556         lines that are narrower than the window width.  Otherwise background
557         "blocks" will look less readable.
558
559 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * nnimap.el (nnimap-transform-headers): Remove unused variable.
562         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
563         have newlines within the strings, and where the UID comes after the
564         BODYSTRUCTURE element (bug#10537).
565
566         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
567         (bug#10732).
568
569         * shr.el (shr-insert-document): Add doc string.
570         (shr-visit-file): Ditto.
571         (shr-remove-trailing-whitespace): New function.
572         (shr-insert-document): Use it to clean up trailing whitespace as the
573         final step (bug#10714).
574
575 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
578         buffer if `gnus-kill-summary-on-exit' is nil.
579
580 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
583         when just reading a single group from "without" Gnus.
584
585 2012-02-06  Chong Yidong  <cyd@gnu.org>
586
587         * gnus-sum.el (gnus-summary-show-thread):
588         next-single-char-property-change never returns nil (Bug#8657).
589
590 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * message.el (message-multi-smtp-send-mail): New function.
593         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
594         header to implement multi-SMTP functionality.
595
596         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
597         (gnus-agentize): Don't set it.
598         (gnus-agent-send-mail): Don't use it.
599
600         * gnus-sum.el (gnus-summary-widget-backward): New function and
601         keystroke.
602
603         * gnus-compat.el: More the compat functions more compatible.
604
605         * shr.el (shr-put-image): Remove underlines from sliced images.
606         (shr-zoom-image): Compute the region to be replaced more correctly.
607
608 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
611         (gnus-summary-resend-message-insert-gcc): New function.
612         (gnus-summary-resend-message): Modify message-header-setup-hook and
613         message-sent-hook to make it work for Gcc.
614         (gnus-inews-do-gcc): Update the number of unread articles of groups
615         that messages are Gcc'd to.
616
617         * message.el (message-resend): Run message-sent-hook to do Gcc.
618
619 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
620
621         * lpath.el: Fix an XEmacs compilation warning.
622
623         * gnus-compat.el: Require `help-fns' to fix compilation error.
624
625         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
626         a higher level to silence compilation.
627
628         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
629         parameter to allow controlling the scaling.
630
631         * shr.el (shr-zoom-image): New command and keystroke.
632         (shr-put-image): Take a `size' flag to say how to scale the image.
633
634         * gnus-compat.el: Redefine `delete-directory' to provide recursive
635         deletion unless already defined.
636
637         * gnus.el (gnus-compat): Require it.
638
639         * gnus-compat.el: New file.
640
641         * gnus-start.el (gnus-clean-old-newsrc): New function.
642         (gnus-read-newsrc-file): Use it.
643
644         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
645         Use recursive deletion.
646         (mm-dissect-archive): Add support for zip files.
647
648         * gnus-util.el (gnus-recursive-directory-files): New function.
649
650         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
651         (mm-archive-decoders): Add tgz support.
652
653         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
654         Otherwise inserting text into the Gnus buffer can look odd.
655
656         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
657
658         * mm-archive.el (mm-archive-decoders): Add support for tar.
659
660         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
661
662         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
663
664 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
667
668         * mm-archive.el: New file.
669
670         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
671
672         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
673
674         * message.el (message-goto-*): Make all the `message-goto-*' commands
675         push the mark before moving point.  This makes it easier to go back to
676         where you came from after editing whatever you jumped to.
677
678 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
679
680         * gnus.el: Ma Gnus v0.1 is released.
681
682 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
683
684         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
685         without reconnecting.
686         (nnimap-possibly-change-group): Ditto.
687         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
688         connection has died before being called.
689
690 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
691
692         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
693         an initial sync unless we're really doing one.
694
695         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
696         address parameter if one already exists (bug#9676).
697
698         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
699         not the prefix, as documented (bug#10689).
700
701 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
702
703         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
704         the "server".
705
706         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
707         the real error message with the useless "previously known to be down".
708         Which isn't even correct.
709
710         * nntp.el (nntp-open-connection): Report the error message if the nntp
711         server can't be reached.
712
713         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
714         groups we do a total scan for.
715         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
716         doing that.
717
718 2012-01-31  Jim Meyering  <jim@meyering.net>
719
720         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
721         Correct a comment (insert "not") and hide nominally-doubled "to".
722
723 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * gnus.el (gnus-version): Change name to "Ma Gnus".
726
727 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
728
729         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
730         section in the manual.
731
732 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
733
734         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
735         words.
736         (rfc2047-encode-string): Ditto.
737         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
738         understand folded filename="..." parameters, for instance.
739
740         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
741         the message for greater debuggability.
742
743 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
744
745         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
746         instead of setting it locally, since the latter doesn't seem to have
747         any effect (most of the time).
748
749 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
750
751         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
752         function call.
753
754 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
755
756         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
757         seconds, and make the repeat clause with HH:MM specs work as
758         documented.
759
760 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
761
762         * proto-stream.el (proto-stream-capability-open): Fall back on
763         :end-of-command if :end-of-capability doesn't exist.
764
765 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
768         bound globally in old Emacsen and XEmacsen.
769
770 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
773         so that previous errors don't prohibit getting new news.
774
775         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
776
777         * nntp.el (nntp-retrieve-group-data-early): Ditto.
778
779 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
780
781         * gnus.el (gnus-group-find-parameter): Check for liveness of the
782         buffer, not of the string which is its name.
783
784 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
785
786         * proto-stream.el (proto-stream-capability-open): Wait for
787         :end-of-capability, not :end-of-command.
788
789         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
790         non-server-marks groups.
791         (gnus-group-make-articles-read): Ditto.
792
793         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
794         methods (bug#9676).
795
796         * gnus.el (gnus-method-ephemeral-p): New function.
797
798 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
801         left-to-right.
802
803 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
806         warning.
807
808 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
811         macroexpand the nnir things, since they haven't been defined yet, and
812         nnir requires gnus-sum.
813
814 2012-01-24  Julien Danjou  <julien@danjou.info>
815
816         * color.el (color-rgb-to-hsl): Fix value computing.
817         (color-hue-to-rgb): New function.
818         (color-hsl-to-rgb): New function.
819         (color-clamp, color-saturate-hsl, color-saturate-name)
820         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
821         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
822
823 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * mm-decode.el (mm-interactively-view-part): Fix prompt.
826
827 2012-01-19  Julien Danjou  <julien@danjou.info>
828
829         * color.el (color-name-to-rgb): Use the white color to find the max
830         color component value and return correctly computed values.
831         (color-name-to-rgb): Add missing float conversion for max value.
832
833 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
836         logical server name in addition to the actual machine address.
837
838         * auth-source.el (auth-source-user-and-password): Add convenience
839         wrapper to search by just host and optionally user.
840
841 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * shr.el (shr-visit-file): Move point to the beginning of the buffer
844         after rendering.
845
846 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
847
848         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
849         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
850         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
851
852 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-summary-read-group): Document more parameters
855         (bug#9693).
856         (gnus-summary-setup-buffer): Document return value (bug#9697).
857
858         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
859         since ido doesn't work on symbols (bug#9632).
860
861         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
862         when getting a single value as when getting all the values.  This means
863         that atoms like `gcc-self' work cumulatively, like variable settings,
864         instead of getting the value from the last matching clause.
865         (gnus-group-find-parameter): Protect against the group buffer not
866         existing (bug#9585).
867
868 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-start.el (gnus-activate-group): Document more parameters
871         (bug#9694).
872
873         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
874         (bug#9692).
875
876         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
877         article was fetched, so that it can be expired later (bug#9958).
878         (gnus-agent-summary-fetch-series): Add doc string.
879         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
880         (bug#9517).
881
882         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
883         retrieval is happening.
884
885         * gnus.el (gnus-parameters): Doc fix.
886
887 2012-01-06  Dave Abrahams  <dave@boostpro.com>
888
889         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
890         show the thread after expansion.
891
892 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-art.el (article-narrow-to-head): If the head is completely
895         empty, narrow to the empty region (bug#9764).
896
897         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
898         read, and then mark them as unread only when the unread mark is used.
899         This makes `C-- T k' actually work, even though it's confusing.
900
901         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
902         alive before we try to find its window.
903
904 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
905
906         * mm-decode.el (mm-display-external): Use a longer timeout for the
907         deletion to allow slow programs to display the file.
908
909 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
912         prompt to be less confusing.
913
914         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
915         argument to `message-reply'.  This broke `special-display-*' frame
916         pop-uping (bug#10238).
917
918 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
921         systems, since these allegedly don't work there.
922
923 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
924
925         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
926         live buffer.
927
928 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnir.el (nnir-retrieve-headers): Protect against the article not
931         existing on the server (bug#10335).
932
933 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
934
935         * gnus-agent.el (gnus-agent-load-local): Recompute
936         gnus-agent-article-local on changing method.
937
938 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus.el (gnus-parameters): Note precedence.
941
942 2012-01-04  Leo Liu  <sdl.web@gmail.com>
943
944         * nndraft.el (nndraft-update-unread-articles): Don't move point around
945         in the group buffer.
946
947 2012-01-04  Julien Danjou  <julien@danjou.info>
948
949         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
950         change.
951
952 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
955         too.
956
957         * nntp.el (nntp-retrieve-group-data-early): Use it.
958
959 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * nntp.el (nntp-retrieval-in-progress): New variable.
962         (nntp-make-process-buffer): Make it buffer-local.
963
964         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
965         2010.
966         (gnus-demon-init): Use it to compute the time if time is on the form
967         "04:23".
968
969         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
970
971         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
972         status in the correct buffer.
973
974 2012-01-03  Leo Liu  <sdl.web@gmail.com>
975
976         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
977         when opening topics (bug#10407).
978
979 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
980
981         * gnus-cus.el (gnus-score-customize):
982         * gnus-sum.el (gnus-sort-gathered-threads):
983         * message.el (message-shorten-references):
984         * nnmairix.el (nnmairix-request-group):
985         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
986
987 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
988
989         * gnus-agent.el (gnus-agent-regenerate-group):
990         * gnus-int.el (gnus-retrieve-group-data-early):
991         * mm-util.el (mm-codepage-ibm-list):
992         * nndiary.el (Commentary, nndiary-get-new-mail):
993         * nnir.el (nnir):
994         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
995
996 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * mm-view.el (mm-display-inline-fontify): Add comment.
999
1000 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1003         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1004
1005 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1006
1007         * gnus-art.el (gnus-split-methods):
1008         * gnus-msg.el (gnus-configure-posting-styles):
1009         * gnus-spec.el (gnus-parse-simple-format):
1010         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1011         * message.el (message-do-actions): Spelling fix.
1012
1013 2011-12-15  Juri Linkov  <juri@jurta.org>
1014
1015         * mm-decode.el (mm-inline-media-tests): Add missing
1016         `mm-handle-media-subtype'.
1017
1018 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1019
1020         * gnus-group.el (gnus-group-tool-bar):
1021         * gnus-sum.el (gnus-summary-tool-bar):
1022         * message.el (message-tool-bar):
1023         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1024
1025 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1026
1027         * plstore.el (plstore--insert-buffer): Spelling fix.
1028
1029 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1030
1031         * message.el (message-valid-fqdn-regexp): Update with newly approved
1032         top-level domain names ".tel" and ".asia".
1033
1034 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1037         unconditionally.
1038
1039 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1042         pop-to-buffer-same-window for old Emacsen.
1043
1044 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1045
1046         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1047
1048 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1049
1050         * netrc.el (netrc-credentials): Spelling fix.
1051
1052 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1053
1054         * gnus-fun.el (gnus-fun-ppm-change-string):
1055         * gnus-msg.el (gnus-inews-do-gcc):
1056         * gnus-sum.el (gnus-summary-find-for-reselect):
1057         * gnus.el (gnus-summary-cancelled):
1058         * message.el (message-cancel-hook, message-send-news):
1059         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1060         * nnir.el (nnir-run-hyrex):
1061         * nntp.el (nntp-with-open-group-function):
1062         * pgg.el (pgg-pending-timers): Spelling fix.
1063
1064 2011-12-04  Chong Yidong  <cyd@gnu.org>
1065
1066         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1067         change (Bug#10200).
1068
1069 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * compface.el (uncompface):
1072         * gnus-art.el (gnus-article-x-face-command): Update the header format
1073         of icon data for the most recent icontopbm program.
1074
1075 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-msg.el (gnus-inews-do-gcc):
1078         * message.el (message-send-mail):
1079         * mml.el (mml-generate-mime): Share the value of the buffer-local
1080         `message-options' variable between a draft buffer and temprary working
1081         buffers.
1082
1083 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1084
1085         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1086
1087 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1090         for Cygwin.
1091
1092 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1093
1094         * gnus-group.el (gnus-group-prepare-flat):
1095         * mm-bodies.el (mm-encode-body):
1096         * mml.el (mml-preview):
1097         * nnml.el (nnml-request-compact-group):
1098         * pop3.el (pop3-stream-type): Spelling fix.
1099
1100 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1101
1102         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1103
1104 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1105
1106         * color.el (color-rgb-to-hsl):
1107         * gmm-utils.el (gmm-tool-bar-style):
1108         * gnus-group.el (gnus-group-prepare-flat):
1109         * gnus-topic.el (gnus-topic-prepare-topic):
1110         * mm-decode.el (mm-discouraged-alternatives):
1111         * rfc2047.el (rfc2047-encode-1):
1112         * starttls.el: Spelling fix.
1113
1114 2011-11-24  Glenn Morris  <rgm@gnu.org>
1115
1116         * binhex.el (binhex-begin-line): Give it basic doc-string.
1117
1118         * starttls.el, tls.el: Fix case of "GnuTLS".
1119
1120 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1121
1122         * gnus-group.el (gnus-group-highlight): Fix typo.
1123
1124 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1125
1126         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1127         value of `delete-file', that returns nil for a local file but returns t
1128         for a remote file using ssh.
1129
1130 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1131
1132         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1133
1134 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1137         avoid later breakage.
1138
1139 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1142         article buffers' name.
1143
1144 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1147         by Paul Eggert's spellfixes two days ago.
1148
1149 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1152         doesn't have it.
1153
1154         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1155         buffer-local instead of binding them to avoid warnings.  Also demote
1156         errors (bug#10063).
1157         (font-lock-mode-hook): Shut up byte compiler.
1158
1159 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1160
1161         * mm-util.el (mm-charset-after):
1162         * nnir.el (nnir-run-hyrex):
1163         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1164         (ntlm-get-password-hashes, ntlm-md4hash):
1165         * smime.el: Fix typo.
1166
1167 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1168
1169         * gnus-agent.el (gnus-agent-expire-group-1):
1170         * nndiary.el (nndiary-last-occurence):
1171         * nnimap.el (nnimap-request-set-mark):
1172         * nnmairix.el (nnmairix-only-use-registry):
1173         * gnus-group.el (gnus-group-prepare-flat):
1174         * gnus-sum.el (gnus-decode-encoded-word-methods):
1175         * message.el (message-wash-subject):
1176         * nntp.el (nntp-retrieve-headers-with-xover):
1177         * smime.el (smime-certificate-directory): Spelling fix.
1178
1179 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1180
1181         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1182
1183         * color.el:
1184         * gnus-agent.el (gnus-agent-possibly-alter-active):
1185         * gnus-dired.el (gnus-dired-print):
1186         * mail-parse.el:
1187         * nnmairix.el (nnmairix-request-group):
1188         * shr.el (shr-image-displayer):
1189         * sieve-manage.el:
1190         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1191
1192 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1193
1194         * gnus-sum.el (gnus-auto-select-subject):
1195         * spam-report.el (spam-report-resend): Spelling fix.
1196
1197 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1198
1199         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1200         * gnus-art.el (gnus-default-article-saver):
1201         * gnus-srvr.el (gnus-server-copy-server):
1202         * gnus.el (gnus-sloppily-equal-method-parameters):
1203         * html2text.el (html2text-format-tag-list):
1204         * message.el (message-narrow-to-head):
1205         * nndiary.el:
1206         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1207         * sieve.el: Spelling fix.
1208
1209 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1210
1211         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1212         * gnus-sum.el (gnus-summary-make-menu-bar):
1213         * gnus-uu.el (gnus-uu-decode-postscript)
1214         (gnus-uu-decode-postscript-and-save):
1215         * mailcap.el (mailcap-print-command):
1216         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1217         Fix typos.
1218
1219 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1220
1221         * gnus-art.el (gnus-article-part-wrapper):
1222         * html2text.el (html2text-fix-paragraphs):
1223         * mm-decode.el (mm-image-fit-p):
1224         * rfc2047.el (rfc2047-encode-message-header):
1225         * shr-color.el (shr-color-visible-distance-min)
1226         (shr-color-relative-to-absolute, set-minimum-interval)
1227         (shr-color-visible): Fix typos.
1228
1229 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1230
1231         * gmm-utils.el (gmm-tool-bar-item):
1232         * gnus-art.el (gnus-treat-body-boundary):
1233         * gnus-diary.el (gnus-user-format-function-d):
1234         * gnus-start.el (gnus-get-unread-articles):
1235         * pgg-gpg.el (pgg-gpg-update-agent):
1236         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1237
1238 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1239
1240         * gnus-topic.el (gnus-group-prepare-topics):
1241         * gnus-uu.el (gnus-extract-view):
1242         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1243
1244 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1245
1246         * spam.el: Move BBDB autoloads.
1247         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1248         BBDB 2 and 3.
1249         (spam-check-BBDB): Use it.
1250         (spam-enter-ham-BBDB): Use it.
1251
1252 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1253
1254         * smime.el (smime-draw-buffer): Spelling fix.
1255
1256 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1257
1258         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1259         for scanning exactly one level.
1260         * gnus-start.el (gnus-get-unread-articles): Ditto.
1261
1262 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1265         slightly clearer.
1266
1267 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1268
1269         * gnus-sync.el: More commentary about setup.
1270
1271 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * message.el (message-send-and-exit): Document `arg'.
1274
1275 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1276
1277         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1278
1279 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1280
1281         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1282
1283         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1284         we don't use `bound-and-true-p'.
1285
1286 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * gnus-util.el (gnus-bound-and-true-p): Remove.
1289         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1290         * nnir.el: Use it.
1291         * nnmairix.el: Use it.
1292
1293 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1294
1295         * gnus-sync.el: Improve docs about CouchDB admins.
1296
1297         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1298         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1299         for reasons unknown.
1300         * nnir.el: Use it.
1301         * nnmairix.el: Use it.
1302
1303         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1304         * nnir.el: Ditto.
1305         * nnmairix.el: Ditto.
1306
1307         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1308
1309 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1310
1311         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1312         not needed.  Provide xmlplistread list function to produce XML plist
1313         output for non-Gnus LeSync clients.
1314
1315 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1318
1319         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1320         and save against it.  Group subscriptions, read marks, other marks,
1321         subscription levels, topic names, and topic offsets (the group's
1322         position within the topic) are saved.  This is an experimental backend
1323         and may change significantly.  Load json.el from the gnus-fallback-lib
1324         if it's not available otherwise.
1325         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1326
1327 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1328
1329         * message.el (message-completion-function): Make sure
1330         message-tab-body-function is not attempted if one of
1331         message-completion-alist fails to find a completion (bug#9158).
1332
1333 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1334
1335         * mml.el (mml-quote-region): Quote <#secure> tag.
1336         (mml-generate-mime-1): Unquote <#secure> tag.
1337
1338 2011-10-20  Chong Yidong  <cyd@gnu.org>
1339
1340         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1341         calling a minor mode from Lisp with nil arg enables it, so we have to
1342         make the wording a bit ambiguous here).
1343
1344 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1347         * nnir.el (nnir-mode): Use it.
1348         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1349         Use it.
1350
1351         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1352         * nnmairix.el (gnus-registry-enabled): Ditto.
1353
1354 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1355
1356         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1357         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1358         only while we need to find out if it should be t or nil.
1359         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1360         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1361         the registry is installed.  Set it to nil when it's unloaded.
1362         (gnus-registry-install-p): Provide user guidance for the initial value
1363         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1364         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1365         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1366         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1367         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1368         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1369         `gnus-registry-install'.
1370
1371 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1372
1373         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1374         previous change.
1375         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1376         primary key is marked as disabled.
1377
1378 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1379
1380         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1381         primary key is marked as disabled.
1382
1383 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1384
1385         * html2text.el (html2text-clean-anchor): Check for quotes around
1386         `href' value.
1387
1388 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1389
1390         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1391         searching.  Drop `bbdb-cache'.
1392
1393 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * message.el (message-signed-or-encrypted-p): Exclude header when
1396         checking if there is signed or encrypted body in text/plain message.
1397
1398 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1399
1400         * html2text.el (html2text-get-attr): Correctly handle attribute values
1401         containing "=".
1402
1403 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1404
1405         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1406         handle bindings.
1407
1408 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus-win.el (gnus-configure-windows): Protect against reading
1411         ephemeral groups outside of Gnus.
1412
1413 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * shr.el (shr-tag-img): Don't get images displayed in tables.
1416
1417 2011-10-03  Glenn Morris  <rgm@gnu.org>
1418
1419         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1420         the "maintainer" version of debbugs.gnu.org reports.
1421
1422 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1425         make asynchronous adjacent image insertion work better.
1426
1427 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1428
1429         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1430         documentation.
1431
1432 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1435         `gnus-asynchronous' isn't shadowed.
1436
1437 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1440
1441         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1442         (nnimap-insert-partial-structure): The charset parameter isn't
1443         case-sensitive.
1444
1445         * nnheader.el (nnheader-message-maybe): New function.
1446
1447         * shr.el (shr-tag-table): Render totally broken tables better.
1448
1449         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1450         computing the boundary.
1451
1452 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * pop3.el (pop3-number-of-responses): Remove.
1455         (pop3-wait-for-messages): Rewrite to take linear time instead of
1456         exponential time.
1457
1458 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1461         re-fetch images.
1462
1463         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1464         re-fetch images when hitting `g' in Gnus.
1465
1466 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1469         (mml-compute-boundary): Don't check collision if it is non-nil.
1470         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1471         before checking collision.
1472
1473 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * message.el (message-indent-citation): Really make sure there's a
1476         newline at the end.
1477
1478         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1479         Fix suggested by John Wiegley.
1480
1481         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1482
1483         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1484
1485         * message.el (message-default-send-rename-function): Break out into its
1486         own function.
1487
1488         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1489         doesn't work under XEmacs.
1490
1491         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1492         of "imaps" to word around Windows problems.
1493         (nnimap-open-connection-1): Use it.
1494
1495         * message.el (message-indent-citation): Revert last change which made
1496         `F' not work.
1497
1498 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1499
1500         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1501         terminal as well.
1502
1503 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1506         because it displays images using overlays that aren't easy to copy to
1507         the article buffer.
1508
1509 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1510
1511         * message.el (message-indent-citation): Fix empty line removal at the
1512         end of the citation.
1513
1514 2011-09-20  Julien Danjou  <julien@danjou.info>
1515
1516         * auth-source.el (auth-source-netrc-create): Use default value for
1517         password if specified.  Evaluate default.
1518         (auth-source-plstore-create): Ditto.
1519         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1520         value evaluation.
1521         (auth-source-netrc-create): Typo fix.
1522         (auth-source-plstore-create): Ditto.
1523
1524         * password-cache.el (password-cache-remove): Remove entries even if the
1525         value is nil, so that password with a nil value (negative caching) is
1526         possible to invalidate.
1527
1528         * auth-source.el (auth-source-format-cache-entry): New function.
1529
1530 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1533
1534 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1537
1538 2011-09-19  Julien Danjou  <julien@danjou.info>
1539
1540         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1541         which work with things that are not ASCII.
1542
1543 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1546
1547 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1550         message level.
1551
1552 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1555
1556 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1559
1560 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1561
1562         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1563         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1564
1565 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1566
1567         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1568         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1569         articles.
1570
1571 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1572
1573         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1574         (message-mail-other-window, message-mail-other-frame)
1575         (message-news-other-window, message-news-other-frame):
1576         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1577         instead of setting buffer display varibles.
1578
1579 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1582
1583         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1584
1585 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1588         duplicates" to a higher level.
1589
1590         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1591         most egregious messages.
1592
1593 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1596
1597 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1598
1599         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1600         up the file (bug#9351).
1601
1602 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1605         it does with all other backends, but decode the names immediately after
1606         getting them.
1607
1608         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1609         decoding nnimap groups.
1610
1611         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1612         newsrc file.  It doesn't seem like an important optimization any more.
1613
1614 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1615
1616         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1617         overflows.
1618
1619 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1622         (gnus-interactive-exit): Extend to `quiet'.
1623
1624         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1625
1626         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1627         string.
1628
1629         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1630         renaming function arguments from `this'.
1631
1632         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1633
1634         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1635         has been renamed.
1636         (gnus-lrm-string-p): Include RLM and PDF, too.
1637
1638         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1639         (bug#9225).
1640
1641 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1642
1643         Add autoload cookies for functions used by sendmail.el.
1644         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1645
1646         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1647
1648 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-art.el (article-date-ut): Work properly even when there are
1651         things like Date header in the body; work for forwarded parts.
1652
1653 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1654
1655         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1656         original-article-buffer.
1657
1658 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1659
1660         * nnir.el (nnir-compose-result): Fix matching of server type.
1661         (nnir-run-swish++): Ditto.
1662         (nnir-run-namazu): Ditto.
1663         (nnir-run-notmuch): Ditto.
1664
1665 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1668         (bug#9405).
1669
1670         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1671         (bug#9421).
1672
1673         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1674         (bug#9425).
1675
1676         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1677         thing (bug#9426).
1678
1679 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1682         the error message.
1683
1684 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1685
1686         * message.el (message-setup-1): Return t (Bug#9392).
1687
1688 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1689
1690         * gnus-sum.el: When adding article headers to a summary buffer also
1691         update gnus-newsgroup-articles (bug#9386).
1692
1693 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * auth-source.el: Autoload help-mode.
1696
1697 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1700         names.
1701
1702 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1703
1704         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1705         mm-replace-in-string for compatibility issues.
1706         * mml2015.el (mml2015-epg-verify): Ditto.
1707
1708 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1711
1712         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1713
1714 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1717         continue on and do the clean-up phase (bug#9188).
1718
1719         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1720         just ignore groups that can't be opened instead of erroring out
1721         (bug#9225).
1722
1723         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1724         nil since some many people are fuddy-duddies.
1725
1726         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1727         images.
1728
1729         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1730         instead.
1731
1732         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1733
1734         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1735
1736         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1737         processing.
1738
1739         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1740         buffer to avoid warnings.
1741
1742 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1743
1744         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1745         specified to reduce precision.
1746
1747 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1750         bodystructures (bug#9314).
1751
1752 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1755         Make button keymap non-sticky after buttons.
1756
1757 2011-08-18  David Engster  <dengste@eml.cc>
1758
1759         * nnmairix.el (nnmairix-request-set-mark)
1760         (nnmairix-goto-original-article): Remove adding of article to registry,
1761         since `gnus-registry-add-group' isn't available anymore.
1762         (nnmairix-determine-original-group-from-registry):
1763         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1764         available anymore.
1765
1766 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1767
1768         * starttls.el (starttls-any-program-available): Define as obsolete
1769         function.
1770
1771 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1774         versions which Gnus use when appropriate.
1775
1776         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1777         a pretty destructive command.
1778
1779         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1780
1781 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * message.el (message-fix-before-sending): Make a different warning
1784         about NUL characters (bug#9270).
1785
1786         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1787         from custom (bug#9260).
1788
1789         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1790         things work in Emacs 22 and XEmacs, too.
1791
1792         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1793         default From.
1794
1795         * gnus-spec.el (gnus-lrm-string-p): New macro.
1796         (gnus-lrm-string): New constant.
1797         (gnus-summary-line-format-spec): LRM-ify the from.
1798         (gnus-tilde-max-form): LRM-ify string chopping.
1799
1800         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1801
1802         * message.el (message-is-yours-p): Allow disabling canlock checking
1803         (bug#9295).
1804         (message-shoot-gnksa-feet): Add `canlock-verify'.
1805         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1806         message directory isn't writable (bug#9304).
1807
1808         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1809         non-world-readable.
1810
1811 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1814         articles.
1815
1816 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1817
1818         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1819         copy-list.
1820
1821 2011-08-12  Sam Steingold  <sds@gnu.org>
1822
1823         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1824         in the reverse order to avoid modifying the cache with `nreverse'.
1825         (gnus-all-score-files): Do not modify the value returned by
1826         `gnus-score-find-alist' because it lives in a cache variable.
1827         (gnus-current-home-score-file): No need to `nreverse' the return value
1828         of `gnus-score-find-alist', it is already in the correct order.
1829
1830 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1831
1832         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1833         type MESSAGE and subtype RFC822 is slightly different from those of
1834         type TEXT.
1835
1836 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1837
1838         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1839         This allows article-referral to work from an nnir group.
1840
1841 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1842
1843         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1844
1845 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1846
1847         * mml1991.el (mml1991-epg-find-usable-key)
1848         (mml1991-epg-find-usable-secret-key): New function.
1849         (mml1991-epg-sign): Check if signing key is usable.
1850         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1851
1852 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1853
1854         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1855         server-variables only.  This should fix a bug introduced with commit
1856         e1889675b7f4adf057833c5513c9374134c4e053.
1857         (nnir-run-query): 'nnir-search-engine should not be set from the global
1858         environment.
1859
1860 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1861
1862         * nnir.el (nnir-search-thread): Position point on referring article
1863         line.
1864         (nnir-warp-to-article): Clean up summary buffers.
1865
1866         * nnimap.el (nnimap-request-thread): Whitespace fix.
1867
1868 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1869
1870         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1871
1872 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * starttls.el (starttls-available-p): Rename from
1875         `starttls-any-program-available' and changed return convention.
1876
1877 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1880         `unix-sync' unless it's defined.
1881
1882 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1883
1884         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1885         `aref' for XEmacs compatibiltiy.
1886
1887 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1890
1891 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1892
1893         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1894         closures, quote the form properly (bug#9194).
1895
1896 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1899         (gnus-summary-insert-new-articles): Protect against servers that are
1900         down.
1901
1902 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1903
1904         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1905         in mm handle if none is specified.
1906
1907 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1908
1909         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1910
1911 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1912
1913         * nnir.el (nnir-search-thread): New function to make an nnir group
1914         based on a thread query.
1915
1916         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1917         of nnir in thread referral.
1918         (gnus-summary-refer-thread): Use it.
1919
1920         * nnimap.el (nnimap-request-thread): Use it.
1921
1922 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * shr.el (shr-tag-comment): Ignore HTML comments.
1925
1926 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1927
1928         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1929         argument.
1930         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1931         Use `nnir-address' to handle server info rather than passing an arg.
1932
1933         * nnimap.el (nnimap-make-thread-query): New utility function to format
1934         an imap thread search query.
1935         (nnimap-request-thread): Use it.
1936
1937         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1938         right select-method if we are not going back to the group buffer.
1939
1940 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1943         enter invalid buffer configurations into the quit form (bug#9107).
1944         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1945         unplugged/plugged.
1946
1947         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1948         keep track of which ones are unread (bug#9061).
1949
1950         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1951         (bug#9055).
1952
1953         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1954         (bug#9041).
1955
1956         * gnus-html.el (mm-util): Require (bug#9073).
1957
1958         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1959         (gnus-summary-refer-thread): Use it to remove duplicates in the
1960         un-threaded view (bug#9053).
1961         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1962
1963 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1964
1965         * nnir.el (nnir-read-server-parm): Use default value from global
1966         variable.  Without this the default search engine parameters aren't
1967         used at all.
1968
1969 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * message.el (message-unique-id): Don't use the undocumented return
1972         value from (random t) (bug#9118).
1973
1974 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * message.el (message-auto-save-directory): If the ~/Mail directory
1977         doesn't exist, use ~ as the auto-save directory (bug#4432).
1978
1979         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1980         hasn't already been started.
1981
1982 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1985
1986         * message.el (message-reply): Work around mysterious bug where
1987         `message-mode' seems to overwrite the locally bound `subject' variable.
1988
1989 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1990
1991         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1992         correct group.
1993
1994         * gnus-int.el (gnus-request-thread): Add group argument.
1995
1996         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1997
1998 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2001
2002         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2003         renamed to `debbugs-gnu-*'.
2004
2005 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2006
2007         * plstore.el: Revert the editing feature since it is not urgent.
2008         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2009         (plstore-mode-decoded): Remove.
2010
2011 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2014         isn't very interesting any more, and it leaks potentially secret data.
2015         (gnus-debug): Remove.
2016
2017         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2018         use of :custom-show.
2019
2020 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2021
2022         * plstore.el: Add documentation.
2023         (plstore-mode): New mode to edit plstore file.
2024         (plstore-mode-toggle-display, plstore-mode-original)
2025         (plstore-mode-decoded): New command.
2026         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2027         (plstore--insert-buffer, plstore--make): New function.
2028         (plstore-open, plstore-save): Simplify by using them.
2029
2030 2011-07-06  Glenn Morris  <rgm@gnu.org>
2031
2032         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2033
2034 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2037         no longer is much used.
2038         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2039         Articles".
2040
2041 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2042
2043         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2044         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2045         `notmuch' backend.
2046
2047 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * mm-decode.el (mm-text-html-renderer): Doc fix.
2050
2051         * gnus-msg.el (gnus-bug): Fix the MML tag.
2052
2053         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2054
2055 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2056
2057         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2058         secondary methods if started with `gnus-no-server'.
2059
2060 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2061
2062         * message.el (message-return-action): Fix typo in docstring.
2063
2064 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2067         bug reports at once.
2068
2069         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2070
2071 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * nndraft.el: Require gnus-group.
2074         (nndraft-request-list): Declare.
2075
2076         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2077         no unread article unless it matches gnus-permanently-visible-groups.
2078
2079         * nndraft.el (nndraft-update-unread-articles): New function.
2080         (nndraft-request-associate-buffer): Use it to update the number of
2081         unread articles for the nndraft groups in the group buffer when saving
2082         or killing a draft message.
2083
2084 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2087         systems to binary before writing and reading the mbox files.
2088
2089         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2090         instead of trying to list them all (bug#8978).
2091
2092 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2093
2094         * pop3.el (pop3-open-server): Use :end-of-capability.
2095
2096 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2099         the id is always a number.
2100
2101         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2102
2103         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2104         debbugs mode, if possible.
2105
2106 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2107
2108         * auth-source.el (auth-source-token-passphrase-callback-function):
2109         Reindent.
2110         (epg-context-operation): Remove unnecessary autoload.
2111
2112 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus.el (gnus-list-debbugs): New command.
2115
2116         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2117         mboxstat instead of the maintbox, since the stat seems to be fuller.
2118
2119         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2120         summary buffers.
2121
2122         * message.el (message-get-reply-headers): Delete all duplicates,
2123         instead of the first.
2124         (message-get-reply-headers): Ensure that we have progress while
2125         deleting duplicates.
2126
2127         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2128         gnus-posting-style value from the summary buffer to make it easier to
2129         make that a per-buffer conf.
2130
2131 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2132
2133         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2134         found by setting `shortcut' in 'query.
2135         (nnir-request-article): Use `shortcut' setting when requesting article
2136         by Message-ID.
2137
2138 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2141         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2142         Bring the pseudo-headers back too.
2143
2144 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2145
2146         * auth-source.el (auth-source-token-passphrase-callback-function):
2147         Simplify and remove EPA dependency.
2148
2149 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2150
2151         * nnir.el (nnir-request-article): Fix error message text.
2152
2153 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2154
2155         * auth-source.el (plstore-delete): Autoload.
2156         (auth-source-plstore-search): Support delete operation.
2157         * plstore.el (plstore-delete): New function.
2158
2159 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2162         mark actually existing articles as unread rather than the ones that
2163         active asserts.
2164
2165 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2166
2167         * nntp.el (nntp-record-command):
2168         * gnus-util.el (gnus-message-with-timestamp-1):
2169         Use format-time-string rather than decoding time stamps by hand.
2170         This is simpler and insulates the code from potential changes to
2171         current-time format.
2172
2173 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2176
2177 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2178
2179         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2180         (plstore-save): Support public key encryption.
2181         (plstore--init-from-buffer): New function.
2182         (plstore-open): Use it; fix error when opening a non-existent file.
2183         (plstore-revert): Use plstore--init-from-buffer.
2184
2185 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2186
2187         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2188
2189 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2192         for old Emacsen.
2193
2194 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2195
2196         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2197         is not fully working.
2198
2199 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * dgnushack.el: Autoload sha1 on XEmacs.
2202
2203         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2204         quit window configuration.
2205
2206         * auth-source.el (epg-context-set-passphrase-callback):
2207         Remove duplicate autoload.
2208
2209 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2210
2211         * nnir.el (nnir-request-article): Allow requesting articles by
2212         Message-ID with nnimap.
2213
2214         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2215         current server.
2216
2217 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * auth-source.el: Autoload EPA/EPG functions.
2220         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2221         changed when EPA/EPG is not available.
2222         (auth-source-backend): Rename "arg" member to "data".
2223         (auth-source-backend-parse, auth-source-plstore-search)
2224         (auth-source-plstore-create): Use it.
2225
2226 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2227
2228         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2229         `gnus-refer-article-methods'.
2230
2231 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2232
2233         * auth-source.el: Require EPA and EPG.
2234         (auth-source-passphrase-alist): New variable.
2235         (auth-source-passphrase-callback-function)
2236         (auth-source-token-passphrase-callback-function): Callbacks for the
2237         netrc field encryption (GPG tokens).
2238         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2239         Symmetric encryption and decryption of the netrc GPG tokens.
2240         (auth-source-netrc-normalize): Use them, simplifying the closure.
2241
2242 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2245         is available.
2246
2247 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2250         non-nil, and `nnimap-split-methods' is nil, use the former.
2251
2252 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2253
2254         * plstore.el (plstore-revert): New function.
2255         (plstore-open): Use it; hide the buffer from user.
2256
2257 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2258
2259         * auth-source.el (auth-source-backend): New member "arg".
2260         (auth-source-backend-parse): Handle new backend 'plstore.
2261         * plstore.el: New file.
2262
2263 2011-06-30  Glenn Morris  <rgm@gnu.org>
2264
2265         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2266
2267 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2270         expiring articles to.
2271
2272         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2273         variations as ASCII (bug#5458).
2274
2275 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2278
2279 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * message.el (message-point-in-header-p): Tweak the function to default
2282         to saying that we're not in the headers if there is no separator at
2283         all.  This makes it possible to use the Message version of `M-q' in
2284         buffers with no headers (bug#7987).
2285         (message-point-in-header-p): Fix last checkin to work with an empty
2286         mail-header-separator, too.
2287
2288         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2289         again, save the choice via customize.
2290
2291 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292
2293         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2294
2295         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2296         ended the connection, bail out before waiting infinitely on a new
2297         connection.
2298
2299 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2302         reports.
2303
2304         * gnus.el (gnus-bug-package): Use "gnus."
2305         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2306
2307 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * dgnushack.el: Make the timer warning go away on XEmacs.
2310
2311         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2312         animations going on at article exit time.
2313
2314         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2315         since removing it breaks people upgrading.
2316
2317         * shr.el (shr-put-image): Use the new interface for animating images.
2318         (shr-put-image): Animate for 60 seconds.
2319
2320         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2321         avoid compiler warnings.
2322
2323         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2324         error with `find-file-hooks' on Emacs 22.
2325         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2326         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2327         on all architectures.
2328
2329         * spam.el (spam-stat): Require in a normal fashion without binding
2330         `spam-stat-install-hooks' to avoid compilation warnings.
2331
2332         * spam-stat.el (spam-stat-install-hooks): Remove.
2333         (spam-stat-install-hooks): Don't run automatically.
2334
2335 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2336
2337         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2338         and keystroke.
2339
2340 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * auth-source.el (auth-source-netrc-cache): Move forward.
2343
2344 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * proto-stream.el (proto-stream-open-starttls): Use
2347         `gnutls-available-p' to see whether we have built-in support.
2348
2349         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2350         we already know.
2351         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2352         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2353
2354 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2357         %S format, since that looks odd.
2358         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2359         file, especially when saving.
2360
2361 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2362
2363         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2364         article found.
2365
2366 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2369         `auth-source-save-secrets' with a more sensitive alist that can be
2370         configured per file.  Experimental, so defaults to 'never.
2371         (auth-source-netrc-create): Use it.  Still experimental code.
2372         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2373         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2374
2375 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2376
2377         * auth-source.el (auth-source-save-secrets): New variable to control if
2378         secret tokens should be saved encrypted.
2379         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2380         to `auth-source-netrc-normalize'.
2381         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2382         on the EPA variables being defined.
2383         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2384         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2385         the lexical-let closure.
2386         (auth-source-netrc-create): Create "gpg:" tokens according to
2387         `auth-source-save-secrets'.
2388
2389 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-group.el (gnus-group-update-group): Add new argument
2392         `info-unchanged' that stops updating dribble buffer.
2393
2394         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2395         deletes lines matching to it in dribble buffer.
2396
2397         * gnus-agent.el (gnus-agent-fetch-group-1):
2398         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2399         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2400         * gnus-start.el (gnus-group-change-level):
2401         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2402
2403         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2404         if newsgroup info is not changed.
2405
2406         * gnus-group.el (gnus-group-get-new-news-this-group):
2407         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2408         Don't update dribble buffer.
2409
2410 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2411
2412         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2413         remove entries with groups we ignore.
2414
2415 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2418         the underline comes at the bottom.
2419
2420 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2423         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2424         (gnus-registry-article-marks-to-names): Rename from
2425         `gnus-registry-user-format-function-M2'.
2426
2427 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2430         ephemeral group.
2431
2432 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * shr.el (shr-browse-image): Copy the URL if called interactively.
2435
2436 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2439         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2440         done, then unselected articles may be marked as read.
2441
2442         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2443         since not doing this seems to lead to a race condition in pop3-logon.
2444
2445         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2446         so that the call chain it correct when we call "upwards".
2447
2448         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2449         in read-only groups.
2450
2451         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2452
2453         * message.el (message-cite-reply-position): Doc string fix.
2454
2455         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2456         avoid regexp overflow.
2457         (nnimap-transform-split-mail): Ditto.
2458
2459         * pop3.el (pop3-retr): Error out if the server closes the connection.
2460
2461 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2462
2463         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2464         mm-with-unibyte-current-buffer.  The buffer should not contain any
2465         multibyte chars anyway at this stage.
2466
2467 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2470         at the end of lines.
2471
2472 2011-05-29  Julien Danjou  <julien@danjou.info>
2473
2474         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2475
2476 2011-05-27  Glenn Morris  <rgm@gnu.org>
2477
2478         * gnus-group.el (gnus-bug-group-download-format-alist):
2479         Use the "maintainer" version of debian reports as well.
2480
2481 2011-05-26  Glenn Morris  <rgm@gnu.org>
2482
2483         * gnus-group.el (gnus-bug-group-download-format-alist):
2484         Use the "maintainer" version of debbugs.gnu.org reports.
2485
2486 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2489
2490 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2491
2492         * gnus-cus.el (gnus-agent-customize-category):
2493         * gnus-delay.el (gnus-delay-send-queue):
2494         * gnus.el (gnus-other-frame):
2495         Don't quote lambda expressions with `quote'.
2496
2497 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2500         the thread moves us backwards and so we loop forever.
2501
2502 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2505         whitespace in base64 data lines.
2506
2507 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * gnus-registry.el (gnus-registry-user-format-function-M):
2510         Use `mapconcat'.
2511         (gnus-registry-user-format-function-M2): Use to see the full text of
2512         the marks.  Make "," the mark text separator.
2513
2514         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2515         authentication with auth-source.
2516
2517 2011-05-17  Glenn Morris  <rgm@gnu.org>
2518
2519         * gnus-group.el (gnus-import-other-newsrc-file):
2520         Use insert-file-contents.
2521
2522 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2525         1000 iterations.
2526
2527 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * nntp.el (nntp-open-connection): Check if process-type is available.
2530
2531 2011-05-16  Julien Danjou  <julien@danjou.info>
2532
2533         * shr.el (shr-tag-del): Add support for del tag.
2534
2535 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-html.el (gnus-html-put-image): Register a displayer.
2538
2539         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2540
2541 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * registry.el (prune-factor): New initialization parameter defaulting
2544         to 0.1.
2545         (registry-prune-hard): Use it.
2546
2547         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2548         0.1 expicitly.
2549
2550 2011-05-13  Glenn Morris  <rgm@gnu.org>
2551
2552         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2553         is bound, since this function requires sendmail.
2554
2555 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * registry.el (registry-usage-test): Disable pruning test.
2558
2559 2011-05-11  David Engster  <dengste@eml.cc>
2560
2561         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2562         Bind set-network-process-option for XEmacs.
2563
2564 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * registry.el (registry-prune-hard-candidates)
2567         (registry-prune-soft-candidates): Helper methods for registry pruning.
2568         (registry-prune): Use them.  Make the sort function optional.
2569
2570 2011-05-10  Jim Meyering  <meyering@redhat.com>
2571
2572         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2573
2574 2011-05-10  Julien Danjou  <julien@danjou.info>
2575
2576         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2577         symbol and not a list.
2578
2579 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-art.el (gnus-article-mode): Move binding of
2582         shr-put-image-function here from gnus-article-prepare-display.
2583
2584         * shr.el (shr-put-image-function): New variable.
2585         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2586         (shr-put-image): Return scaled image.
2587
2588         * gnus-art.el (gnus-shr-put-image): New function.
2589         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2590
2591         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2592         original ones, as deletable.
2593
2594 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2595
2596         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2597
2598 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2599
2600         * registry.el (registry-full): Add convenience method.  Fix logic.
2601         (registry-insert): Use it.  Fix logic here too.
2602
2603         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2604         `registry-prune' if `registry-full' returns t.
2605         (gnus-registry-handle-action)
2606         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2607         (gnus-registry-usage-test): Use it.
2608
2609 2011-05-07  Julien Danjou  <julien@danjou.info>
2610
2611         * shr.el (shr-link): Make shr-link inherit from link by default.
2612
2613 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2614
2615         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2616
2617 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2620         error out because the face is not a list.
2621
2622 2011-05-05  Glenn Morris  <rgm@gnu.org>
2623
2624         * proto-stream.el (gnutls-negotiate): Fix declarations.
2625
2626         * gnus-start.el (gnus-propagate-marks): Declare.
2627
2628 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * registry.el (registry-reindex): Fix percentage message.
2631
2632         * proto-stream.el (network-stream-open-starttls): Adjust to call
2633         `gnutls-negotiate' with :process and :hostname arguments.
2634
2635 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * shr.el: Add shr-link face for links.
2638         (shr-urlify): Use it.
2639
2640         * registry.el (registry-insert): Make error message more helpful.
2641
2642 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-html.el (gnus-html-schedule-image-fetching):
2645         Use url-queue-retrieve, if it exists.
2646
2647         * shr.el (shr-tag-img): Ditto.
2648
2649         * gnus.el: Autoload more gnus-agent functions.
2650
2651         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2652         agent if we haven't already (bug#8502).
2653
2654         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2655         into the Agent, too.
2656
2657         * gnus-agent.el (gnus-agent-store-article): New function.
2658
2659         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2660         and moved from that file for reuse.
2661
2662         * pop3.el (pop3-open-server): Error messages are "-ERR".
2663
2664 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2667         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2668
2669 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2670
2671         * gnus.el: No Gnus v0.17 is released.
2672
2673 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2674
2675         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2676         buffer has moved to a different frame.
2677
2678 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2681         to get the conversion from unibyte to multibyte buffers to work on
2682         Emacs 22.
2683
2684         * nntp.el (nntp-request-article): Slight clean-up.
2685
2686 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * shr.el (shr-strike-through): New face.
2689         (shr-tag-s): Use it to provide <s> support.
2690         (shr-tag-s): Remove duplicate definition.
2691
2692 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2695         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2696
2697 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2700         `gnutls-negotiate'.
2701         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2702
2703 2011-04-23  Glenn Morris  <rgm@gnu.org>
2704
2705         * gnus-sum.el (gnus-extra-headers): Bump :version.
2706
2707 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * shr.el (shr-tag-sup): New function.
2710         (shr-tag-sub): Ditto.
2711
2712 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2715         for the case where `gnus-registry-ignored-groups' is a list of lists,
2716         and don't call `gnus-parameter-registry-ignore' otherwise.
2717
2718 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2719
2720         * nnimap.el (nnimap-user): New backend variable.
2721         (nnimap-open-connection-1): Use it.
2722         (nnimap-credentials): Accept user parameter so it's explicit what user
2723         name is desired.
2724
2725         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2726         default.
2727
2728         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2729         not gnus-registry.el.
2730
2731         * gnus-registry.el: Mention in comments how to modify
2732         `gnus-extra-headers' for proper recipient tracking and that it may
2733         already have To and Cc recently, which it does as of this commit.
2734         (gnus-registry-ignored-groups): Remove defcustom.
2735         Explain why in comments.
2736         (gnus-registry-action): Fix data-header reference to use the extra
2737         headers.  Explain in package commentary how to add To and Cc headers to
2738         the gnus-extra-headers.
2739         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2740         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2741         parameter list or a string list in `gnus-registry-ignored-groups'.
2742         Fix logic error.
2743
2744 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * shr.el (shr-expand-url): Protect against null urls.
2747
2748 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * shr.el (shr-base): New binding.
2751         (shr-tag-base): Keep track of <base>.
2752         (shr-expand-url): New function used throughout.
2753
2754 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * gnus-registry.el
2757         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2758         (gnus-registry-ignored-groups): New variable.
2759         (gnus-registry-ignore-group-p): Use it.
2760         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2761         set the destination group to nil (same as delete) if it's ignored.
2762
2763 2011-04-20  David Engster  <dengste@eml.cc>
2764
2765         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2766
2767         * Makefile.in (test-nntp): New rule.
2768         (check): Add it.
2769         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2770
2771 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-registry.el (gnus-registry-action)
2774         (gnus-registry-fetch-header-fast):
2775         Don't use mail-header that looks an internal function of mailheader.el.
2776
2777 2011-04-19  Glenn Morris  <rgm@gnu.org>
2778
2779         * time-date.el (time-to-days): Remove unused local variables.
2780
2781 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * gnus-registry.el: Eliminate cl functions.
2784         (gnus-registry-sort-addresses): New function that replaces mapcan.
2785         (gnus-registry-action, gnus-registry-spool-action)
2786         (gnus-registry-split-fancy-with-parent)
2787         (gnus-registry-fetch-recipients-fast): Use it.
2788         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2789
2790         * registry.el (initialize-instance, registry-lookup)
2791         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2792         (registry-lookup-secondary-value, registry-search, registry-delete)
2793         (registry-insert, registry-reindex, registry-size, registry-prune):
2794         Use eval-and-compile.
2795
2796 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         * registry.el (registry-reindex): New method to recreate the secondary
2799         registry indices.
2800
2801         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2802         tracked field changes.
2803         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2804         (gnus-registry-action, gnus-registry-spool-action)
2805         (gnus-registry-handle-action)
2806         (gnus-registry--split-fancy-with-parent-internal)
2807         (gnus-registry-split-fancy-with-parent)
2808         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2809         move, and delete actions, and for fancy splitting with parent.
2810         (gnus-registry-extract-addresses)
2811         (gnus-registry-fetch-recipients-fast)
2812         (gnus-registry-fetch-header-fast): Convenience functions.
2813         (gnus-registry-misc-test): ERT test of
2814         `gnus-registry-extract-addresses'.
2815
2816 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2819         Track by subject first, then sender.
2820
2821 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2824
2825         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2826         Lisp.
2827
2828         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2829         (gnus-draft-send): Use it to avoid popping
2830         up frames from gnus-group-send-queue.
2831
2832 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2833
2834         * gnus-registry.el: Updated gnus-registry docs.
2835
2836 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2837
2838         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2839         Fix logic bug.
2840         (gnus-registry-post-process-groups): Fix logging of no results and
2841         quote sender and subject.
2842
2843 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2846         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2847         gnutls-cli are too slow to be done opportunistically.
2848
2849         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2850         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2851         we had no early-data returned.
2852         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2853         two async commands to the same server at the same time.
2854
2855 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2856
2857         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2858
2859 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2862         "warning" level.
2863
2864         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2865         (mm-url-insert-file-contents): Don't set the package names.
2866
2867 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2868
2869         * gnus-registry.el (gnus-registry-action): Remove properties and
2870         simplify subject in `gnus-registry-handle-action'.
2871         (gnus-registry-spool-action): Get subject and sender from message if
2872         they are not passed in.
2873         (gnus-registry-handle-action): Remove properties and simplify subject
2874         consistently.
2875
2876 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2877
2878         * registry.el: Require CL before using defmacro*.
2879
2880 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-art.el (article-treat-date): Assume that
2883         gnus-article-date-headers may be a group parameter.
2884
2885 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2888
2889         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2890         interactively so the newsrc file can contain foreign groups too.
2891         Useful for debugging but not much for users.
2892
2893 2011-04-07  David Engster  <dengste@eml.cc>
2894
2895         * registry.el (registry-usage-test): Only do
2896         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2897         lexical binding.
2898
2899 2011-04-07  David Engster  <dengste@eml.cc>
2900
2901         * Makefile.in (check, test-registry): New rules for test-suite.
2902
2903 2011-04-06  David Engster  <dengste@eml.cc>
2904
2905         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2906         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2907
2908 2011-04-06  David Engster  <dengste@eml.cc>
2909
2910         * registry.el (initialize-instance): Change :after to :AFTER to be
2911         compatible with old EIEIO version in XEmacs.
2912
2913 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * gnus-registry.el (gnus-registry-post-process-groups)
2916         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2917         and provide better messaging.
2918
2919 2011-04-06  David Engster  <dengste@eml.cc>
2920
2921         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2922         errors.
2923
2924         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2925         dgnushack-compile with error-on-warn enabled, and to signal an error if
2926         clean compilation failed.
2927         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2928         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2929
2930 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2933         unconditionally anyway, discarding errors.
2934         (gnus-registry-delete-entries): New convenience function.
2935         (gnus-registry-import-eld): Import from old .eld registry.
2936
2937         * registry.el: Don't use ERT if it's not available.  Load it
2938         unconditionally anyway, discarding errors.
2939
2940         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2941         version from the Claudio Bley GnuTLS patch (extra optional parameters
2942         and host name).
2943
2944 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2945
2946         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2947         fixup the parameters that can be customized by the user between
2948         save/read cycles.
2949         (gnus-registry-read): Use it.
2950         (gnus-registry-make-db): Use it.
2951         (gnus-registry-spool-action, gnus-registry-handle-action):
2952         Fix messaging.
2953         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2954         Map references to actual group names with sender and subject tracking.
2955         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2956         (gnus-registry-usage-test): Add subject lookup test.
2957
2958         * registry.el (registry-db, initialize-instance): Set up constructor
2959         instead of :initform arguments for the sake of older Emacsen.
2960         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2961         pre-lexbind merge bug.
2962         (registry-usage-test): Use it.
2963         (initialize-instance, registry-db): Move the non-function initforms
2964         back to the class definition.
2965
2966 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2967
2968         * registry.el: New library to manage gnus-registry-style data.
2969
2970         * gnus-registry.el: Use it (major rewrite).
2971
2972         * nnregistry.el: Use it.
2973
2974         * spam.el: Use it.
2975
2976 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2979         marks on non-selected articles.
2980
2981 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2982
2983         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2984         parameter to open-protocol-stream.
2985
2986 2011-04-01  Julien Danjou  <julien@danjou.info>
2987
2988         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2989         fundamental-mode.
2990
2991 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2994         servers.
2995
2996 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2999         made marks not propagate, again.
3000
3001 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3002
3003         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3004         Make this the default type.
3005         (proto-stream-open-plain): Rename from proto-stream-open-default.
3006         (open-protocol-stream, proto-stream-open-starttls)
3007         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3008         with `plain'.
3009
3010         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3011         value.
3012
3013         * nntp.el (nntp-open-connection-function): Document the fact that some
3014         values are not functions but are instead handled specially.
3015         Recognize nntp-open-plain-stream value.
3016         (nntp-open-connection): Recognize that value.
3017
3018 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3021         where it seems to be needed.
3022
3023 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3026         stuff.
3027
3028         * gnus-score.el (gnus-score-string): Fix calling convention of
3029         `gnus-simplify-buffer-fuzzy' after last patches.
3030
3031         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3032         server for articles we didn't get any headers for.  This is a sanity
3033         check.
3034
3035 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3036
3037         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3038         new CAPABILITY, use it.
3039
3040 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3043         downloading anything.
3044
3045         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3046
3047 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3048
3049         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3050         colors.
3051         (gnus-splash-svg-color-symbols): New function.
3052
3053 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3056         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3057         (gnus-simplify-subject-fuzzy): Use the local
3058         gnus-simplify-subject-fuzzy-regex instead of the global one.
3059         This makes using this variable in group parameters work.
3060
3061 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-unfollowed-groups):
3064         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3065         archive:sent-YYYY-MM-DD groups).
3066         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3067         tracking if there are more than `gnus-registry-max-track-groups'
3068         matches.
3069
3070 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3071
3072         * message.el (message--yank-original-internal): New function to do the
3073         insertion cleanly inside eval in `message-yank-original'.
3074         (message-yank-original): Use it.
3075
3076 2011-03-29  Julien Danjou  <julien@danjou.info>
3077
3078         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3079         local variables disabled rather than `normal-mode'.
3080
3081 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3082
3083         * imap.el (imap-shell-open, imap-process-connection-type):
3084         Use imap-process-connection-type for 'shell' streams as well as
3085         Kerberos, SSL, other subprocesses.
3086
3087 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3088
3089         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3090         with open-network-stream.
3091         (proto-stream-always-use-starttls): Option removed.
3092         (open-protocol-stream): Return a process object by default.  Provide a
3093         new parameter :return-list specifying a list-type return value, which
3094         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3095         :type `network' to `try-starttls', and `network-only' to `default'.
3096         Make `default' the default, for compatibility with open-network-stream.
3097         Handle the no-parameter case exactly as open-network-stream, with no
3098         additional stream processing.  Search plists using plist-get.
3099         Explicitly add :end-of-commend parameter if it is missing.
3100         (proto-stream-open-default): Rename from
3101         proto-stream-open-network-only.  Return 'default as the type.
3102         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3103         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3104         failed.  Always return a list with a (possibly dead) process as the
3105         first element, for compatibility with open-network-stream.
3106         (proto-stream-open-tls): Use plist-get.  Always return a list.
3107         (proto-stream-open-shell): Return `default' as connection type.
3108         (proto-stream-capability-open): Use plist-get.
3109         (proto-stream-eoc): Function deleted.
3110
3111         * nnimap.el (nnimap-stream, nnimap-open-connection)
3112         (nnimap-open-connection-1): Handle renaming of :type parameter for
3113         open-protocol-stream.
3114         (nnimap-open-connection-1): Pass a :return-list parameter
3115         open-protocol-stream to obtain a list return value.  Parse this list
3116         using plist-get.
3117
3118         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3119         for open-protocol-stream.  Accept open-protocol-stream return value
3120         that is a subprocess object instead of a list.  Handle the case of a
3121         dead returned process.
3122
3123 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3126
3127         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3128
3129 2011-03-21  Julien Danjou  <julien@danjou.info>
3130
3131         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3132         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3133         query.
3134         (mm-inline-text): Render normal text with fontification whenever
3135         possible.
3136
3137         * gnus-sum.el (gnus-summary-save-parts-1):
3138         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3139         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3140         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3141         Use `mm-handle-filename'.
3142
3143         * mm-util.el (mm-handle-filename): New function, return the filename of
3144         an handle.
3145
3146 2011-03-18  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3149         (gnus-buffer-live-p): Check that buffer is not nil.
3150
3151 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3152
3153         * gnus.el: No Gnus v0.15 is released.
3154
3155 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3158         avoid warning on XEmacs.
3159
3160         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3161         on XEmacs.
3162
3163         * gnus-art.el: Require mouse, which the build bot seems to say is
3164         needed.
3165
3166         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3167
3168         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3169         XEmacs, since it doesn't have url-retrieve-synchronously.
3170
3171         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3172         since assoc-string doesn't exist in XEmacs.
3173
3174 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3175
3176         * gnus-group.el (gnus-group-list-ticked): New function.
3177         (gnus-group-make-menu-bar): Provide a menu entry for it.
3178         (gnus-group-list-map): Provide a binding for it.
3179
3180 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * shr.el (shr-visit-file): New command.
3183
3184         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3185
3186 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3187
3188         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3189         servers.
3190
3191 2011-03-16  Julien Danjou  <julien@danjou.info>
3192
3193         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3194         inline.
3195
3196         * gnus-art.el (article-hide-list-identifiers):
3197         Use gnus-group-get-list-identifiers.
3198
3199         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3200         (gnus-summary-remove-list-identifiers):
3201         Use gnus-group-get-list-identifiers to get regexp.
3202         (gnus-select-newsgroup, gnus-summary-insert-subject)
3203         (gnus-summary-insert-articles):
3204         Call gnus-summary-remove-list-identifiers unconditionally.
3205
3206 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3209         we're selecting a group with unread articles.
3210
3211         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3212
3213         * gssapi.el: New file separated out from imap.el to provide a general
3214         Kerberos 5 connection facility for Emacs.
3215
3216         * message.el (message-elide-ellipsis): Document the format spec
3217         ellipsis.
3218
3219 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * message.el (message-elide-region): Allow the ellipsis to say how many
3222         lines were removed.
3223
3224 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3227         window configurations containing buffers that are now dead.
3228
3229         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3230         parsing to avoid integer overflows.
3231         (nnimap-parse-flags): Simplify the last change.
3232         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3233         too large for 32-bit Emacsen.
3234
3235 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * auth-source.el (auth-source-netrc-create):
3238         * message.el (message-yank-original): Fix use of `case'.
3239
3240 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3241
3242         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3243         XEmacs, which was one character too wide.
3244
3245 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3246
3247         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3248         default number of articles to display.
3249         (gnus-articles-to-read): Use pretty names for prompt.
3250
3251 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-int.el (gnus-open-server): Ditto.
3254
3255         * gnus-start.el (gnus-activate-group): Give a backtrace if
3256         debug-on-quit is set and the user hits `C-g'.
3257         (gnus-read-active-file): Ditto.
3258
3259         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3260
3261 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * message.el (message-yank-original): Use cond instead of CL case.
3264
3265 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3266
3267         * auth-source.el (auth-source-netrc-create): Use usual format for the
3268         default in prompts.
3269
3270 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind read-char-choice for XEmacs.
3273
3274 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * auth-source.el (auth-source-netrc-create): Show the default in the
3277         prompt when prompting for token creation.
3278
3279 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3280
3281         * auth-source.el (auth-source-format-prompt): Always convert the value
3282         to a string to avoid evaluating non-string arguments.
3283         (auth-source-netrc-create): Offer default properly, not as initial
3284         content in `read-string'.
3285         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3286         of line to determine if we've been run before.  If so, don't run again,
3287         but print a trivial message to indicate the cache was hit instead.
3288
3289 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3292         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3293         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3294         Gnus.
3295
3296 2011-03-11  Julien Danjou  <julien@danjou.info>
3297
3298         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3299         modified file".
3300
3301 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3302
3303         * auth-source.el (auth-source-read-char-choice): New function to read a
3304         character choice using `dropdown-list', `read-char-choice', or
3305         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3306         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3307         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3308         (auth-source-netrc-saver): Use it.
3309         (auth-source-pick-first-password): New convenience function.
3310
3311 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3314         parameter in the credentials.
3315         (nnimap-open-connection-1): Use it after a successful login.
3316         (nnimap-credentials): Add IMAP-specific user and password prompt.
3317
3318         * auth-source.el (auth-source-search): Add :require parameter, taking a
3319         list.  Document it and the :save-function return token.  Pass :require
3320         down.  Change the CREATED message from a warning to a debug statement.
3321         (auth-source-search-backends): Pass :require down.
3322         (auth-source-netrc-search): Pass :require down.
3323         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3324         Change save prompt to indicate all modifications saved here are
3325         deletions.
3326         (auth-source-netrc-create): Take user login name as default in user
3327         prompt.  Move all the save functionality to a lexically bound function
3328         under the :save-function token in the returned list.  Set up clearer
3329         default prompts for user, host, port, and secret.
3330         (auth-source-netrc-saver): New function, intended to be wrapped for
3331         :save-function.
3332
3333 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3336         lines to be spaces instead.
3337
3338 2011-03-07  Julien Danjou  <julien@danjou.info>
3339
3340         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3341         (sieve-sasl-auth): Check that auth-source-search did return something,
3342         or just return an empty string.
3343
3344 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3345
3346         * gnus.el (gnus-interactive): Use read-directory-name.
3347
3348         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3349         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3350         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3351         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3352         Likewise.
3353
3354         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3355
3356 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3359         onto the list of killed groups, too.  This makes killed nnimap groups,
3360         for instance, more reliably not reappear.
3361
3362         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3363         the parent.
3364
3365         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3366
3367         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3368         really have server-side marks.
3369
3370         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3371         since most backends do not usefully have server-side marks.
3372         (gnus-update-read-articles): Propagate marks to all backends that
3373         really have server-side marks.
3374
3375 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3376
3377         * message.el (message-cite-reply-position, message-cite-style):
3378         New variables.
3379         (message-yank-original): Use the new citation styles.
3380
3381 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3382
3383         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3384         buffer-local issue); don't mark it buffer-local when running under
3385         XEmacs.
3386
3387 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3388
3389         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3390         numbers too big to be `read'.
3391
3392 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3393
3394         * password-cache.el (password-in-cache-p): Add autoload.
3395
3396         * message.el (message-options): Make buffer-local two ways to attempt
3397         to fix a XEmacs bug.
3398
3399 2011-03-02  Julien Danjou  <julien@danjou.info>
3400
3401         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3402
3403 2011-03-01  Julien Danjou  <julien@danjou.info>
3404
3405         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3406         group.
3407         (article-hide-list-identifiers): Use list-identifier group parameter.
3408
3409 2011-02-28  Julien Danjou  <julien@danjou.info>
3410
3411         * sieve.el (sieve-buffer-script-name): New local variable to store
3412         sieve script name.
3413         (sieve-edit-script): Store sieve script name.
3414         (sieve-upload): Use sieve script name when uploading.
3415         (sieve-upload): Use substitute-command-keys.
3416         (sieve-edit-script): Use substitute-command-keys.
3417         (sieve-refresh-scriptlist): Use substitute-command-keys.
3418         (sieve-manage-mode-map): Define keymap properly.
3419         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3420         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3421         Remove commented code about cvs.
3422         (sieve-manage-quit): New function.
3423         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3424
3425 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3428
3429 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3430
3431         * auth-source.el (auth-source-search): Cache empty result sets.
3432
3433         * password-cache.el (password-in-cache-p): Convenience function to
3434         check if a key is in the cache, even if the value is nil.
3435
3436         * auth-source.el (auth-source-save-behavior): New variable to replace
3437         `auth-source-never-create'.
3438         (auth-source-netrc-create): Use it.
3439         (auth-source-never-save): Remove.
3440
3441 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3442
3443         * nnimap.el (nnimap-stream): Doc fix.
3444         (nnimap-open-connection-1): Reverse the order of the ports to that the
3445         prompted-for port is first.
3446
3447         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3448         retrieval by the no-group selection.
3449
3450         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3451         numerical parameters.
3452
3453 2011-02-25  Julien Danjou  <julien@danjou.info>
3454
3455         * gnus-gravatar.el: Use gnus-with-article-buffer.
3456
3457         * gnus-art.el (gnus-with-article-buffer): Check that the
3458         gnus-article-buffer is alive.
3459
3460 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * auth-source.el (auth-source-creation-prompts): New variable to manage
3463         creation-time prompts.
3464         (auth-source-search): Document it.
3465         (auth-source-format-prompt): Add utility function.
3466         (auth-source-netrc-create): Don't default the user name to
3467         user-login-name.  Use `auth-source-creation-prompts' and some default
3468         prompts for user, host, port, and password (the default generic prompt
3469         remains ugly).
3470         (auth-source-never-save): Add customizable option to never save info.
3471         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3472         mode excursion.
3473
3474 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3477         argument that XEmacs doesn't support.
3478
3479         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3480         compiled for Emacsen having no `libxml-parse-html-region' support.
3481
3482         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3483
3484         * lpath.el: Bind buffer-save-without-query for XEmacs.
3485
3486 2011-02-23  Julien Danjou  <julien@danjou.info>
3487
3488         * gnus-art.el (article-make-date-line): Ignore errors if time is
3489         invalid and not convertible.
3490         (article-make-date-line): Only add lapsed time if time is not nil.
3491
3492 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3493
3494         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3495         `read-char-choice' for backwards compatibility.
3496         (auth-source-netrc-element-or-first): New function to DTRT for
3497         parameter extraction.
3498         (auth-source-netrc-create): Use it and fix multiple parameter print
3499         bug.  Use the default passed from above (given-default) or the
3500         built-in (user-login-name for :user).
3501
3502 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3503
3504         * gnus-start.el (gnus-dribble-read-file):
3505         Set buffer-save-without-query, since we always want to save the dribble
3506         file, probably.
3507
3508         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3509         nnimap.
3510
3511         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3512         -summary- since it's a user-visible variable.
3513
3514         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3515         first time you use the new Gnus.
3516
3517 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * auth-source.el: Don't load netrc.el.
3520         (auth-sources): Search ~/.netrc as well by default.
3521         (auth-source-debug): Add 'trivia option for extra output.
3522         (auth-source-do-trivia): Use it.
3523         (auth-source-search): Simplify logic to use
3524         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3525         appropriate.  Don't keep a running count at this level.  Layer :create
3526         and :delete options appropriately on the first and second passes.
3527         Don't track the backend with the search results.
3528         (auth-source-search-backends): New function to search a list of
3529         backends for a processed spec.
3530         (auth-source-netrc-parse): Cache all netrc files, making
3531         auth-source-netrc-cache an alist keyed by the file name and using the
3532         file mtime as the caching criterion.  Keep the obfuscated data secret
3533         with a lexical bind.
3534         (auth-source-netrc-search): Don't calculate the length of the results
3535         unnecessarily.
3536         (auth-source-search-backends): Fix bug.
3537         (auth-source-netrc-create): Rework prompts.
3538
3539 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3540
3541         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3542         Lower case names of search constraints.
3543         (nnir-run-query): Cache and reuse search constraints for all imap
3544         servers.
3545
3546 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3549         after exit.
3550         (gnus-setup-message): Define missing variable from last checkin.
3551
3552         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3553         value, show the raw article.
3554
3555 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3556
3557         * gnus.el: No Gnus v0.13 is released.
3558
3559 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3560
3561         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3562         auth-source now accepts numbers.
3563
3564         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3565         spec, too.
3566         (auth-source-ensure-strings): New function.
3567
3568         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3569         (gnus-article-setup-buffer): Always restart the date timer so that user
3570         changes to the frequency is respected.
3571
3572         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3573         port numbers, so make sure it gets that if nnimap-server-port is
3574         explicit.
3575
3576 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3577
3578         * nnimap.el (nnimap-inbox): Doc fix.
3579
3580 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3581
3582         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3583         Autoload.  Add optional arg FRAME, and pass it to color-values.
3584         (color-complement): Caller changed.  Doc fix.
3585         (color-gradient): Rewrite for better clarity and efficiency.
3586
3587 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3588
3589         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3590         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3591         color-lab-to-srgb.
3592
3593 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3594
3595         * color.el: First part of merge from hexrgb.el.
3596         (color-rgb-to-hex): Rename from color-rgb->hex.
3597         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3598         saturation to zero if the value is too small.
3599         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3600         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3601         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3602         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3603         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3604         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3605         (color-cie-de2000): Doc fix.
3606
3607 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3608
3609         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3610         given method as in the group name if we're using an extended method.
3611         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3612         command, if we're using that, instead of waiting for the beginning.
3613
3614         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3615         we're sure to get unique server names, and we don't output two async
3616         commands in the same buffer.  This fixes an NNTP hang for some users.
3617
3618 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3619
3620         * gnus.el: No Gnus v0.11 is released.
3621
3622 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3625         summary buffer before reading going to the next buffer.  This avoids
3626         putting the point in the group buffer if you `C-g' the command.
3627
3628         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3629         cache (for now) to make ~/.authinfo.gpg files usable.
3630
3631         * nnfolder.el (copyright-update): Define for the compiler.
3632
3633         * auth-source.el (auth-source-search): Fix unbound variable.
3634
3635 2011-02-19  Glenn Morris  <rgm@gnu.org>
3636
3637         * gnus.el (gnus-meta): Doc fix.
3638
3639 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3640
3641         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3642         in case it's not yet loaded.
3643
3644 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3645
3646         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3647         line we're waiting for.
3648
3649 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3650
3651         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3652         face with line-width greater than zero will cause RET in gnus summary
3653         buffer to scroll down article page-wise because auto vscroll happens,
3654         it should be temporally disabled when doing a scroll-up.
3655
3656 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3657
3658         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3659         outputs from the server.
3660
3661 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3662
3663         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3664         later so that bbdb can hook in easier.
3665
3666 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3667
3668         * auth-source.el (auth-source-search): Don't try to create credentials
3669         if the caller doesn't want that.
3670         (auth-source-search): If we don't find a match, don't bug out on
3671         non-bound variables.
3672         (auth-source-search): Only ask a single backend to create the
3673         credentials.
3674
3675         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3676         logging.
3677         (nnimap-credentials): Protect against auth-source-search returning nil.
3678         (nnimap-request-list): Protect against not being able to open the
3679         server.
3680
3681 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3682
3683         * auth-source.el (auth-source-search): Do a two-phase search, one with
3684         no :create to get the responses from all backends.
3685
3686         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3687         when getting credentials.
3688
3689         * gnus-util.el (gnus-delete-duplicates): New function.
3690
3691 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3694         a creation default, pass the whole port list down.  It will be
3695         completed.
3696
3697         * auth-source.el (auth-source-search): Updated docs to talk about
3698         multiple creation choices.
3699         (auth-source-netrc-create): Accept a list as a value (from the search
3700         parameters) and do completion on that list.  Keep a separate netrc line
3701         with the password obscured for showing the user.
3702
3703         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3704         first choice to `auth-source-search' so it will be used for entry
3705         creation instead of the server's Gnus-specific name.
3706         (nnimap-credentials): Rely on the auth-source library to select which
3707         port is actually wanted in the new netrc entry, so don't override
3708         `auth-source-creation-defaults'.
3709
3710         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3711         :protocol and accept a missing user, host, or port as a wildcard match.
3712         (auth-source-debug): Default to off.
3713
3714         (auth-source-netrc-search, auth-source-netrc-create)
3715         (auth-source-secrets-search, auth-source-secrets-create)
3716         (auth-source-user-or-password, auth-source-backend, auth-sources)
3717         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3718         instead of :protocol.
3719
3720         * nnimap.el (nnimap-credentials): Pass a port default to
3721         `auth-source-search' in case an entry needs to be created.
3722         (nnimap-open-connection-1): Use :port instead of :protocol.
3723
3724 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * auth-source.el: Bind load-path when loading EIEIO from
3727         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3728         21.4 doesn't support, to `require'.
3729         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3730         delete-dups that is not available in XEmacs 21.4.
3731
3732 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3733
3734         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3735         as EIEIO must also be loaded when auth-source.el is being
3736         byte-compiled.
3737
3738 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3741
3742         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3743
3744         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3745
3746         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3747
3748         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3749
3750         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3751
3752         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3753
3754         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3755         necessary.
3756
3757 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3760         nil means that nnimap doesn't get updated.
3761
3762 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3765         result when the user doesn't want to write to the file.
3766         (auth-source-netrc-search): Expect a synthetic result and proceed
3767         accordingly.
3768         (auth-source-cache-expiry): New variable to override
3769         `password-cache-expiry'.
3770         (auth-source-remember): Use it.
3771
3772         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3773         parameter.  Create entry if necessary by using :create t.
3774         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3775
3776 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3777
3778         * auth-source.el (auth-source-debug): Enable by default and don't
3779         mention the obsolete `auth-source-hide-passwords'.
3780         (auth-source-do-warn): New function to debug unconditionally.
3781         (auth-source-do-debug): Use it.
3782         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3783         and for Secrets API entries when the secrets.el library is not
3784         available.
3785
3786 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3787
3788         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3789         (gnus-summary-exit): Kill the correct article buffer on exit from a
3790         `C-d' group.
3791
3792         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3793         gnus-propagate-marks.
3794
3795         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3796         before killing the buffers so that a non-full window conf gets handled
3797         correctly.
3798         (gnus-summary-exit): Ditto.
3799         (gnus-summary-read-group-1): Ditto.
3800
3801         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3802         async code again so that we can debug it properly.
3803
3804         * message.el (message-reply): Take an optional switch-buffer parameter
3805         so that Gnus window confs are respected better.
3806
3807 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3808
3809         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3810         `plist-get' to accept non-list parameters (XEmacs issue).
3811         Fix docstring.
3812         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3813         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3814         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3815         Login collection is "Login" and not "login".
3816
3817 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3820         multiple headers.
3821
3822         * nnimap.el (nnimap-inhibit-logging): New variable.
3823         (nnimap-log-command): Don't log login commands.
3824
3825         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3826         to have more parameters.
3827
3828         * nnimap.el (nnimap-send-command): Mark the command time for each
3829         command, so that we don't get NOOPs stepping on our toes.
3830
3831         * gnus-art.el (article-date-ut): Get the date from the Date header on
3832         `t'.
3833
3834 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * auth-source.el (auth-source-search): Use copy-sequence instead of
3837         the cl.el copy-list.
3838
3839 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3840
3841         * imap.el: Bring it back (revert
3842         84d800cd31de3064f0ed39617d725709a2f8f42f).
3843
3844 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3845
3846         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3847         Improve prompt.
3848
3849 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3850
3851         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3852         washing status from the default format.  It isn't very informative.
3853
3854 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3855
3856         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3857         Fix Gcc processing on imap.
3858
3859 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * imap.el: Remove file.  All the functionality is in nnimap.el.
3862
3863 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3864
3865         * message.el (message-bury): Don't pop up a new window when selected
3866         window is dedicated.
3867
3868 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3869
3870         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3871
3872 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * sieve-manage.el: Autoload `auth-source-search'.
3875         (sieve-sasl-auth): Use it.
3876
3877 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * nnimap.el: Autoload `auth-source-forget+'.
3880         (nnimap-open-connection-1): Use it if the connection fails.
3881
3882         * auth-source.el: Require `password-cache'.
3883         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3884         obsolete.
3885         (auth-source-magic): Marker for `password-cache' keys.
3886         (auth-source-do-cache): Update docstring.
3887         (auth-source-search): Use and check cache.
3888         (auth-source-forget-all-cached, auth-source-remember)
3889         (auth-source-recall, auth-source-forget, auth-source-forget+)
3890         (auth-source-specmatchp): Caching support functions.
3891         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3892         Remove and obsolete.
3893         (auth-source-user-or-password): Remove caching to further discourage
3894         using it.  Always hide passwords.
3895
3896         * password-cache.el (password-cache-remove): Accept secrets that are
3897         not strings.
3898
3899 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3900
3901         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3902         code for now, since it doesn't work for all users.
3903
3904 2011-02-09  Julien Danjou  <julien@danjou.info>
3905
3906         * message.el (message-options): Make message-options really buffer
3907         local.
3908
3909 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3910
3911         * mail-source.el: Autoload `auth-source-search'.
3912         (mail-source-keyword-map): Note order matters.
3913         (mail-source-set-1): Get all the mail-source source values and
3914         defaults and search auth-source on those if needed.  This can all
3915         probably be simplified.
3916
3917         * nnimap.el: Autoload `auth-source-search'.
3918         (nnimap-credentials): Use it.
3919         (nnimap-open-connection-1): Ask for the virtual server and physical
3920         address in one shot.
3921
3922         * nntp.el: Autoload `auth-source-search'.
3923         (nntp-send-authinfo): Use it.  Note TODO.
3924
3925 2011-02-08  Julien Danjou  <julien@danjou.info>
3926
3927         * shr.el (shr-tag-body): Add support for text attribute in body
3928         markups.
3929
3930         * message.el (message-options): Make message-options a local variable.
3931
3932 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * auth-source.el (auth-source-secrets-search)
3935         (auth-source-user-or-password): Use `append' instead of `nconc'.
3936         (auth-source-user-or-password): Build return list better and protect
3937         against nil :secret.
3938
3939 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3940
3941         * nnimap.el (nnimap-update-info): Refactor slightly.
3942         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3943         (nnimap-update-info): Clean up slightly.
3944         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3945         characters.
3946         (nnimap-process-quirk): Rename function to avoid collision.
3947         (nnimap-update-info): Fix macrology bug-out.
3948         (nnimap-update-info): Simplify split history test.
3949
3950 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3951
3952         * auth-source.el (top): Require 'eieio unconditionally.
3953         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3954         (auth-source-secrets-search): Limit search when `max' is greater than
3955         number of results.
3956
3957 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3958
3959         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3960         part not returning any data.
3961
3962         * proto-stream.el (open-protocol-stream): Document the return value.
3963
3964 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         * auth-source.el (auth-source-secrets-search): Add examples.
3967
3968 2011-02-06  Julien Danjou  <julien@danjou.info>
3969
3970         * message.el (message-setup-1): Handle message-generate-headers-first
3971         set to t.
3972
3973 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3976         API with a string "secrets:collection-name" and with 'default.
3977         (auth-source-backend-parse): Parse "secrets:collection-name" and
3978         'default.  Recurse on parses instead of repeating code.  Use the
3979         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3980         message when ignoring a source.
3981         (auth-source-search): List ignored search keys at the top level.
3982         (auth-source-netrc-create): Use `case' instead of `cond'.
3983         (auth-source-secrets-search): Created with TODOs.
3984         (auth-source-secrets-create): Created with TODOs.
3985         (auth-source-retrieve, auth-source-create, auth-source-delete)
3986         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3987         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3988         (auth-source-user-or-password-sftp)
3989         (auth-source-user-or-password-smtp): Remove.
3990         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3991         around `auth-source-search'.  Not tested thoroughly.
3992
3993 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * auth-source.el: Bring in assoc and eioeio libraries.
3996         (secrets-enabled): New variable to track the status of the Secrets API.
3997         (auth-source-backend): New EIOEIO class to represent a backend.
3998         (auth-source-creation-defaults): New variable to set prompt defaults
3999         during token creation (see the `auth-source-search' docstring for
4000         details).
4001         (auth-sources): Simplify to allow a simple string as a netrc backend
4002         spec.
4003         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4004         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4005         (auth-source-search): Main auth-source API entry point.
4006         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4007         (auth-source-search-collection): Helper function for searching.
4008         (auth-source-netrc-parse, auth-source-netrc-normalize)
4009         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4010         Supports search, create, and delete.
4011         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4012         backend stubs.
4013         (auth-source-user-or-password): Call `auth-source-search' but it's not
4014         ready yet.
4015
4016 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4017
4018         * message.el (message-setup-1): Remove the read-only stuff, since it
4019         doesn't work under XEmacs, for some reason.
4020
4021         * gnus-sum.el (gnus-user-date): Rename back from
4022         gnus-summary-user-date since user code refers to it.
4023
4024         * shr.el (shr-render-td): Store the actual background color used.
4025
4026         * message.el (message-setup-1): Don't bind the constant
4027         -forbidden-properties.
4028         (message-setup-1): Revert previous change, since it needs to bind the
4029         props to insert them.
4030         (message-resend): Allow removing the read-only separator line.
4031
4032 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4033
4034         * nnimap.el (nnimap-request-accept-article): Give an error message if
4035         the APPEND wasn't successful.
4036
4037 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4038
4039         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4040         that have no groups.
4041
4042 2011-02-03  Julien Danjou  <julien@danjou.info>
4043
4044         * gnus-draft.el: Remove progn around gnus-draft-setup.
4045
4046 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4047
4048         * gnus-start.el (gnus-read-active-for-groups): This function is never
4049         called with a nil `infos', so clean that up.
4050         (gnus-get-unread-articles): Request active files from primary/secondary
4051         methods that have no groups (yet).
4052
4053 2011-02-03  Julien Danjou  <julien@danjou.info>
4054
4055         * message.el (message-setup-1): Always generate References first.
4056         (message-mail): Return the return value of message-setup, not always t.
4057         (message-setup-1): Insert mail-header-separator with read-only and
4058         intangible properties set.
4059
4060         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4061         user-date in docstring.
4062
4063         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4064
4065         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4066         docstring.
4067
4068         * gnus.el (gnus-user-date-format-alist): Change default value.
4069         Use defcustom, with type and group. Move from gnus-util.el.
4070         Rename to gnus-summary-user-date-format-alist.
4071
4072 2011-02-03  Glenn Morris  <rgm@gnu.org>
4073
4074         * nnimap.el (gnus-fetch-headers): Declare.
4075
4076         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4077
4078 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4079
4080         * message.el (message-forward-make-body-digest-plain)
4081         (message-followup, message-reply): Clean up things noted by Stefan.
4082
4083         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4084         gnus-article-update-date-headers is nil.
4085         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4086         it didn't really work with defcustom.
4087         (article-update-date-lapsed): Make sure the window start doesn't move,
4088         either.
4089
4090 2011-02-01  Julien Danjou  <julien@danjou.info>
4091
4092         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4093         format.
4094
4095         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4096         standard in Emacs nowadays.
4097
4098         * color.el (color-gradient): Add a color-gradient function.
4099
4100 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4101
4102         * message.el (message-expand-name): Don't trust the return value of
4103         bbdb-complete-name.
4104         (message-check-news-header-syntax): Remove unused var `start'.
4105         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4106         (message-inhibit-body-encoding): Move to before first use.
4107         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4108         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4109         (Organization, Message-ID, Date, mh-previous-window-config):
4110         Defvar the vars using dynamic scoping.
4111
4112 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4113
4114         * shr.el (shr-render-td): Only do colors at the final rendering.
4115         Should be slightly faster.
4116         (shr-insert-table): Fix up TD background colors when doing the
4117         vertical padding.
4118
4119         * gnus-art.el (article-date-ut): Protect against articles with no Date
4120         header.
4121         (article-update-date-lapsed): Don't use current-column to find the
4122         horizontal position.  It's fragile in the presence of \003 characters.
4123
4124         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4125
4126 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-art.el (article-transform-date): Rewrite to still work when
4129         there are several rfc2822 parts.
4130         (article-transform-date): Fix infinite recursion.
4131         (article-date-ut): Replace infinitely many Date headers with a single
4132         one when called interactively.
4133
4134         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4135         secure manner.
4136
4137         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4138         move around by not using save-window-excursion.  It seems to work...
4139
4140 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * gnus-art.el (article-make-date-line): Work for user-defined format.
4143
4144 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4145
4146         * nntp.el (nntp-retrieve-group-data-early)
4147         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4148         fetching functions.
4149
4150         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4151         thoroughly for all backends that have no known groups.  This should
4152         allow new nnml methods to retrieve mail.
4153
4154         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4155         that Gnus doesn't know exists again.
4156
4157         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4158         (gnus-treat-date-ut): Ditto.
4159         (gnus-article-update-date-header): Rename.
4160         (gnus-treat-date-local): Remove.
4161         (gnus-treat-date-english): Remove.
4162         (gnus-treat-date-lapsed): Remove.
4163         (gnus-treat-date-combined-lapsed): Remove.
4164         (gnus-treat-date-original): Remove.
4165         (gnus-treat-date-iso8601): Remove.
4166         (gnus-treat-date-user-defined): Remove.
4167         (gnus-article-date-headers): New variable to control all the date
4168         header options.
4169         (article-date-ut): Rewrite to allow using the new way to format date
4170         headers(s).
4171
4172 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4173
4174         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4175         method.
4176         (nnmail-article-group): A better test for fanciness.
4177
4178         * nnimap.el (nnimap-request-head): Protect against not finding the
4179         article by Message-ID.
4180
4181 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4182
4183         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4184         keep point at the "same place".
4185
4186 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4189         data if the group is inactive.
4190
4191 2011-01-28  Julien Danjou  <julien@danjou.info>
4192
4193         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4194         (gnus-all-windows-visible-p): Remove old compatibility code.
4195         (gnus-window-top-edge): Add docstring.
4196
4197         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4198
4199 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4200
4201         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4202         older request-update-info.
4203
4204         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4205
4206 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4207
4208         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4209         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4210
4211 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4212
4213         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4214         groups.  This makes the nndraft:queue group pop up if it's not already
4215         there.
4216
4217         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4218         messages" logic, which was reversed.
4219
4220         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4221         the "same place" even if point is on the line being replaced.
4222         (article-update-date-lapsed): Allow updating both the combined lapsed
4223         and the lapsed headers.
4224         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4225         (article-make-date-line): Limit the number of segments dynamically to
4226         avoid too-long lines.
4227
4228 2011-01-27  Julien Danjou  <julien@danjou.info>
4229
4230         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4231         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4232
4233 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4236         Use plist-get instead of the cl function getf.
4237
4238 2011-01-27  Glenn Morris  <rgm@gnu.org>
4239
4240         * gnus-util.el (float-time): Get rid of compiler warning, again.
4241
4242 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4243
4244         * shr.el (shr-put-color): Special-case background colors: Do put them
4245         at the blank parts at the front of the lines.
4246
4247         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4248         exit hook to nix out all data on readedness on group exit.
4249
4250         * gnus-util.el (float-time): If float-time is bound, always use it on
4251         all Emacsen.  It's unclear why the subrp check was there.
4252         (time-date): Require to make some autoload issues on XEmacs go away.
4253
4254         * shr.el (shr-put-color): Don't do the box padding in tables, since
4255         they're already padded.
4256
4257 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-art.el (gnus-article-next-page): When the last line of the
4260         article is displayed, scroll down once more instead of going to the
4261         next article at once.
4262         (article-lapsed-string): Refactor out and allow specifying how many
4263         segments you want.
4264         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4265         (gnus-article-update-lapsed-header): New variable.
4266
4267         * shr.el: Revert change that made headings use different-sized faces.
4268         The Emacs display engine isn't advanced enough that, for instance,
4269         tables can comfortably use differently-sized faces.
4270
4271 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4272
4273         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4274         used.
4275         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4276         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4277         we're using an encrypted connection.
4278
4279         * proto-stream.el: Alter the interface functions to also return the
4280         actual stream type used: network or tls.
4281
4282 2011-01-25  Julien Danjou  <julien@danjou.info>
4283
4284         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4285         (mm-display-javascript-inline): New function.
4286
4287         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4288         viewing function.
4289
4290 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * shr.el (shr-expand-newlines): Fix variable name.
4293
4294 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4295
4296         * shr.el (shr-expand-newlines): Make nested boxes work.
4297
4298 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4299
4300         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4301         backgrounds.
4302         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4303         in a more sensible manner.
4304
4305 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4308         if EPG is loaded.
4309
4310 2011-01-24  Julien Danjou  <julien@danjou.info>
4311
4312         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4313         tags.
4314
4315 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4316
4317         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4318         commands.
4319
4320         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4321         in the article buffer.
4322         (gnus-gravatar-insert): Use blank space from the current buffer to
4323         avoid breaking text properties.  This makes X-Sent updating work again.
4324
4325         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4326
4327 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4330         fix the bug in url-http.el instead.
4331
4332         * shr.el (shr-image-fetched): Ditto.
4333
4334         * shr.el (shr-image-fetched): Avoid having point move in the article
4335         buffer.
4336
4337         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4338         buffer after being called.  It's apparently being killed by url.el, and
4339         killing it made point move to end-of-buffer in a random buffer.
4340
4341         * shr.el (shr-image-fetched): Ditto.
4342
4343 2011-01-23  Julien Danjou  <julien@danjou.info>
4344
4345         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4346
4347         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4348         text/x-org.
4349
4350 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4351
4352         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4353         (i.e., nnimap) returning nil as the article number.
4354
4355 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4356
4357         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4358         "DelSp" parameter in RFC3676.
4359
4360 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4361
4362         * message.el (message-check-recipients): Display the encoded version of
4363         the bogus address if they differ.
4364
4365         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4366         after sending.
4367
4368         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4369
4370         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4371
4372         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4373         group buffer after sending the queue.
4374
4375         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4376
4377 2011-01-22  Julien Danjou  <julien@danjou.info>
4378
4379         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4380
4381 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4382
4383         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4384         nested related parts.
4385
4386         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4387         unexpired articles.  This fixes the regression that led expiry marks to
4388         disappear from nnfolder groups.
4389
4390 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4393         Don't confuse the "ret" of "retrograde" with RET.
4394
4395 2011-01-21  Julien Danjou  <julien@danjou.info>
4396
4397         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4398         than mm-insert-inline.
4399
4400 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4403         Widen article buffer.
4404
4405 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4408         the temp buffer.
4409         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4410
4411 2011-01-20  Julien Danjou  <julien@danjou.info>
4412
4413         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4414
4415         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4416         than mm-insert-inline to insert inline part: this respect
4417         mm-inline-media-tests displayers.
4418
4419         * mm-view.el (mm-display-shell-script-inline): New function.
4420
4421         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4422
4423         * mm-uu.el (mm-uu-type-alist): Add org block.
4424         (mm-uu-org-src-code-block-extract): New function.
4425
4426         * mm-view.el (mm-display-org-inline): New function.
4427
4428         * mm-decode.el (mm-automatic-display): Add text/org.
4429
4430         * mailcap.el (mailcap-mime-extensions): Add .org.
4431
4432 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4435         gnus-article-add-buttons.
4436
4437 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4438
4439         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4440         From header with a date and "nobody" as the sender.
4441
4442 2011-01-19  Julien Danjou  <julien@danjou.info>
4443
4444         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4445         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4446         if you have the same regexp several times.
4447         (gnus-button-push): Fix matching when regexp is symbol.
4448
4449 2011-01-15  Glenn Morris  <rgm@gnu.org>
4450
4451         * message.el (message-mail): A compose-mail function should
4452         accept headers as strings.
4453
4454 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4455
4456         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4457         Add :vert-only tags.
4458         (message-mail): New arg RETURN-ACTION.
4459         (message-return-action): New var.
4460         (message-bury): Use it.
4461         (message-mode): Make it buffer-local.
4462         (message-send-and-exit): Always call message-bury.
4463
4464         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4465         message-mail.
4466
4467 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * nnimap.el (nnimap-convert-partial-article): Protect against
4470         zero-length body parts.
4471
4472         * mm-decode.el (mm-preferred-alternative-precedence):
4473         Discourage showing empty parts.
4474
4475         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4476         and stuff if the backend didn't return the article number.  This fixes
4477         an Exchange-related nnimap bug.
4478
4479         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4480         group window, because it does the wrong thing when a separate frame
4481         displays the group buffer.
4482
4483         * proto-stream.el (open-protocol-stream): Protect against the low-level
4484         transport functions returning nil.
4485
4486 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4487
4488         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4489         (mml2015-epg-find-usable-secret-key): New function.
4490         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4491         mml2015-epg-find-usable-key (Bug#7797).
4492         (mml2015-epg-encrypt): Ditto.
4493
4494 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * dgnushack.el (rot13-string): Fix the way to get the argument.
4497
4498 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4501
4502 2011-01-03  Glenn Morris  <rgm@gnu.org>
4503
4504         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4505
4506         * sieve.el (sieve-open-server): Give a more explicit error if
4507         sieve-manage-open returns nil.  (Bug#7720)
4508
4509 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4510
4511         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4512
4513 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4516         This avoids sending passwords in plain text over non-encrypted
4517         channels.
4518
4519         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4520
4521         * nnimap.el (nnimap-login): Refactored out into own function, and
4522         implement CRAM-MD5.
4523         (nnimap-wait-for-line): Refactored out.
4524
4525         * mm-view.el (mml-smime): Require.
4526
4527 2010-12-20  David Engster  <deng@eml.cc>
4528
4529         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4530         use EPG to decrypt S/MIME messages instead of openssl.
4531
4532 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4535
4536         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4537         status is the group clearly is unreachable.
4538
4539         * auth-source.el (auth-source-create): Add the optional second
4540         parameter to `local-variable-p' to be compatible with XEmacs.
4541
4542 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4543
4544         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4545         work when using a compressed nnml folder.
4546
4547 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4548
4549         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4550         backends after sanitising on entry, because this never makes sense:
4551         If the articles have gone missing, then the data no longer exists on
4552         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4553         overwrite anything anyway.
4554
4555         * shr.el (shr-insert-document): Bind shr-width dynamically to
4556         window-width if it's nil.
4557
4558 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4559
4560         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4561         with the meaning of using the full emacs window width for rendering.
4562
4563 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4564
4565         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4566         case when sender is not given.
4567
4568 2010-12-23  Julien Danjou  <julien@danjou.info>
4569
4570         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4571         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4572         the addresses, otherwise we might misplaced the gravatar.
4573
4574 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4575
4576         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4577         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4578         obsolete in Emacs.
4579
4580 2010-12-20  Julien Danjou  <julien@danjou.info>
4581
4582         * gnus-util.el (gnus-rescale-image): Revert last change.
4583
4584 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4585
4586         * binhex.el: Improve commentary (Bug#7482).
4587
4588 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-group.el (gnus-group-delete-articles): New command.
4591
4592 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4593
4594         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4595
4596 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4599         here, since it's up to the backends to do CRLF removal if their
4600         protocol has it.
4601
4602         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4603
4604 2010-12-17  Julien Danjou  <julien@danjou.info>
4605
4606         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4607         they are from file.  Can also scale up.
4608
4609 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4610
4611         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4612         Restore gnus-use-agent.
4613         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4614
4615         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4616
4617 2010-12-17  Julien Danjou  <julien@danjou.info>
4618
4619         * gravatar.el (gravatar-retrieve-synchronously): New function.
4620         (gravatar-get-data): Make more robust.
4621
4622 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4625
4626 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4629         to really consider the last line.
4630
4631 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4632
4633         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4634         list of recipient keys, or use symmetric encryption if not a list.
4635         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4636         EPA override, replacing the call to `netrc-store-data'.
4637
4638 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4639
4640         * gnus-srvr.el: Avoid passing nil regexp argument to
4641         delete-matching-lines.
4642
4643 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4646         fetching stops when Gnus exits.
4647
4648         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4649         function.
4650         (nnfolder-request-expire-articles): Save all the buffers after doing
4651         expiry.
4652
4653         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4654         the last article", since that led to serious performance regressions
4655         when expiring nnml groups.
4656
4657 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4658
4659         * nnir.el: Improve customizations.
4660
4661 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4664
4665         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4666         group has been killed.
4667         (gnus-group-yank-group): Ditto.
4668
4669         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4670
4671         * nnimap.el (nnimap-request-update-group-status): New function.
4672
4673         * gnus-int.el (gnus-request-update-group-status): New interface
4674         function.
4675
4676         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4677         copying read-ness to the backends.
4678
4679         * nnimap.el (nnimap-quirk): New function.
4680         (nnimap-retrieve-group-data-early): Use it.
4681         (nnimap-quirks): New alist.
4682
4683 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4686         don't delete it within indentation.
4687
4688 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4691         previous line.
4692
4693 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4696         QRESYNC command by deleting a superfluous space which broke Cyrus
4697         servers.  This change will break other servers that are buggy the other
4698         way around.
4699
4700 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * spam.el: Reindent and fix long lines.
4703         (spam-copy-or-move-routine): Exclude invalid move destinations.
4704
4705 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4706
4707         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4708         installed the registry.
4709
4710 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4713
4714 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4715
4716         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4717         groupname doesn't contain "gmane".
4718
4719 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4722         and netrc-bound-and-true-p bindings.
4723         (netrc-parse): Cache the netrc contents.
4724
4725         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4726         (gnus-1): Don't create the nndrafts group twice.
4727         (gnus-setup-news): There's no need to read the active file here, since
4728         that's done again later on a per-backend basis.
4729         (gnus-start-draft-setup): Make sure that the new group is started out
4730         empty.
4731
4732         * gnus-agent.el (gnus-agentize): Don't create the queue group
4733         automatically on startup.  It'll be created later, if needed.
4734
4735         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4736         of automatically subscribed groups.
4737         (gnus-auto-subscribed-categories): New variable.
4738         (gnus-matches-options-n): Use it.
4739         (gnus-default-subscribed-newsgroups): Remove unused variable.
4740         (gnus-start-draft-setup): Message a bit less.
4741
4742 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4743
4744         * nnir.el (nnir-run-imap): Return article list in order of increasing
4745         UID.
4746
4747 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * gnus-sum.el (gnus-summary-enter-digest-group):
4750         Mention gnus-auto-select-on-ephemeral-exit.
4751
4752         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4753         convention of the network-only option.
4754
4755 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * proto-stream.el (proto-stream-open-network-only): New function to
4758         have a way to specify non-STARTTLS upgrade connections.
4759
4760 2010-12-10  Julien Danjou  <julien@danjou.info>
4761
4762         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4763         email address is nil.
4764
4765         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4766
4767 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4768
4769         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4770         deletion.
4771         (nnir-run-imap): Only need to parse list once.
4772
4773 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * shr.el (shr-tag-script): Ignore <script>.
4776         (shr-tag-label): Add <label> support.
4777
4778 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4781
4782         * shr.el (shr-image-displayer): Work for images lined side by side.
4783
4784 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4785
4786         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4787         parameter, since XEmacs doesn't accept t as a parameter.
4788
4789 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4790
4791         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4792         ids.
4793         (nnir-run-gmane): Simplify groupspec formatting.
4794         (nnir-request-expire-articles): New function.
4795
4796 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4799         overflow, possibly.
4800
4801         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4802         (shr-render-td): Handle td style="" better.
4803         (shr-tag-table): Use the color from the style sheet.
4804         (shr-render-td): Make sure we copy over all the overlays, too.
4805
4806 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4807
4808         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4809         (nnir-request-article): Improve article retrieval.
4810
4811 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * mm-util.el (mm-extra-numeric-entities): New variable.
4814
4815         * mm-url.el (mm-url-decode-entities):
4816         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4817
4818         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4819
4820 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4821
4822         * message.el: Use completion-at-point.
4823         (message-completion-function): New fun, extracted from message-tab.
4824         (message-mode): Use it for completion-at-point-functions.
4825         (message-tab): Use it and completion-at-point.
4826
4827 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4830         character if a non-breakable character follows.
4831
4832 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4835         any stream.
4836
4837         * shr.el (shr-tag-font): Colorize the region.
4838         (shr-tag-body): Ditto.
4839         (shr-tag-font): Actually let the styles be inherited instead of
4840         overwriting them.
4841         (shr-tag-font): Get the background color right.
4842         (shr-tag-style): Ignore all <style> tags for the moment.
4843
4844         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4845         a Message-ID to avoid having nnimap depend on gnus-sum.
4846
4847         * shr.el (shr-descend): Only colorize something if we have a node that
4848         sets colors.
4849
4850 2010-12-06  Julien Danjou  <julien@danjou.info>
4851
4852         * shr.el (shr-render-td): Render td content with shr-descend, so style
4853         will be applied to <td> too.
4854         (shr-colorize-region): Colorize region even if we only have a background.
4855         (shr-tag-body): Fix color and background color inheritance.
4856         Do not recolorize after shr-generic.
4857         (shr-tag-font): Let shr-generic colorize via inheritance.
4858
4859 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4862
4863 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4864
4865         * nnir.el (nnir-request-move-article): Remove obsolete code.
4866
4867 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4870
4871 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-sum.el (gnus-summary-respool-article): The completion function
4874         expects a list instead of an alist.
4875
4876         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4877         string as the parameter.
4878
4879         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4880
4881         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4882         styles.
4883         (shr-colorize-region): New function.
4884         (shr-insert-background-overlay): Remove.
4885         (shr-render-td): Background setting should be taken care of on a higher
4886         level.
4887         (shr-tag-body): Use post-hoc colorizations.
4888         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4889         (shr-put-color-1): Don't overwrite old colors.
4890         (shr-colorize-region): When the background color isn't explicit, use
4891         a fixed background.
4892
4893         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4894         nnmail variables.
4895
4896 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4897
4898         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4899         unless necessary.
4900
4901 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4902
4903         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4904         server.
4905
4906 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4909         so that TAB works.
4910
4911         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4912         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4913
4914         * shr.el (shr-urlify): Show the URL before the title to avoid
4915         misleading URLs.
4916
4917 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4918
4919         * shr.el (shr-urlify): Display the title in <a> tags.
4920
4921 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4922
4923         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4924
4925 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4926
4927         * nnir.el: Rearrange code to allow macros to be autoloaded by
4928         gnus-sum.el.
4929         (nnir-retrieve-headers-override-function): Make this variable
4930         customizable.
4931         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4932
4933         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4934         from nnir.el.
4935
4936 2010-12-03  Julien Danjou  <julien@danjou.info>
4937
4938         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4939
4940 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4943         allow optional argument `environment'.
4944
4945 2010-12-03  Glenn Morris  <rgm@gnu.org>
4946
4947         * mm-extern.el (message-goto-body): Update declaration.
4948
4949 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-util.el (gnus-macroexpand-all): New function.
4952
4953         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4954         instead of macroexpand-all that is unavailable in XEmacs.
4955
4956 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4957
4958         * nnir.el (nnir-summary-line-format): New variable.
4959         (nnir-mode): Use it.
4960         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4961         (nnir-article-ids): Reimplement as defsubst.
4962         (nnir-retrieve-headers): Don't mangle the subject header.
4963         (nnir-run-imap): Use 100 as RSV score.
4964         (nnir-run-find-grep): Fix for full server searching.
4965         (nnir-run-gmane): Better restriction to gmane groups.
4966
4967         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4968         summary buffers.
4969
4970 2010-12-02  Julien Danjou  <julien@danjou.info>
4971
4972         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4973
4974         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4975
4976         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4977         support.
4978
4979 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4980
4981         * nnir.el: Update to handle the registry better.
4982         (autoload): Silence byte-compiler.
4983         (nnir-open-server): Add a hook for nnir groups.
4984         (nnir-request-move-article): Don't mangle the header.  Better to use
4985         formatting variables (which will be added in the future).
4986         (nnir-registry-action): Update the registry using the original article
4987         group name.
4988         (nnir-mode): Install nnir-specific hooks for updating the registry.
4989
4990         * gnus-sum.el
4991         (gnus-article-original-subject,gnus-newsgroup-original-name):
4992         Remove obsolete variables.
4993         (gnus-summary-move-article): Remove use of obsolete variables.
4994         (gnus-summary-local-variables): Make move and delete hooks local to
4995         summary buffers.
4996
4997 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * rtree.el: New file.
5000
5001 2010-12-01  Julien Danjou  <julien@danjou.info>
5002
5003         * message.el (message-user-organization): Do not use
5004         gnus-local-organization.
5005
5006         * gnus.el: Remove gnus-local-organization.
5007
5008         * gnus-msg.el: Remove nastygram thing.
5009
5010 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5011
5012         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5013         funcall.
5014
5015 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5018         names.
5019
5020         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5021         characters.
5022
5023         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5024         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5025         Suggested by Štěpán Němec <stepnem@gmail.com>.
5026         (gnus-gravatar-transform-address): Use mail-extract-address-components
5027         that supports non-ASCII names rather than mail-header-parse-addresses.
5028
5029 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * proto-stream.el (open-protocol-stream): All starttls connections are
5032         handled by the network handler.
5033
5034 2010-11-30  Julien Danjou  <julien@danjou.info>
5035
5036         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5037         (nnimap-open-connection-1): Fix PREAUTH.
5038
5039         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5040
5041 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5044         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5045         (shr-insert): Use them.
5046         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5047
5048 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5049
5050         * nnir.el (nnir-request-move-article): Bail out if original group
5051         doesn't support article moves.
5052         (nnir-get-active): Improve active list retrieval.
5053
5054 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5055
5056         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5057
5058 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5059
5060         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5061         seem to accept strings-with-numbers as port numbers,
5062
5063 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5064
5065         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5066         change the registry.
5067
5068 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5071         delete-dups that is not available in XEmacs 21.4.
5072
5073         * mm-util.el (mm-delete-duplicates): Add comment.
5074
5075 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5076
5077         * nnir.el (nnir-ignored-newsgroups): New variable.
5078         (nnir-get-active): Use it.
5079
5080 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * proto-stream.el (proto-stream-open-network): Add some comments.
5083
5084         * nntp.el (nntp-open-connection): Provide a :success condition.
5085
5086         * nnimap.el (nnimap-open-connection-1): Ditto.
5087
5088         * proto-stream.el (proto-stream-open-network): See what the response to
5089         the STARTTLS command is.
5090
5091         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5092         backwards compatibility).
5093         (nnimap-open-connection-1): Really respect nnimap-server-port.
5094
5095         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5096         TLS upgrades we don't really care about the identity of the peer.
5097         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5098         that what we've checked for.
5099         (proto-stream-always-use-starttls): Only default to t if
5100         open-gnutls-stream exists.
5101         (proto-stream-open-network): If STARTTLS failed, then just open a
5102         normal connection.
5103         (proto-stream-open-network): Wait until the greeting before doing
5104         STARTTLS.
5105
5106         * nntp.el (nntp-open-connection): Report what the connection error is.
5107
5108         * proto-stream.el (open-protocol-stream): Rename from
5109         open-proto-stream.
5110
5111 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * nnimap.el (nnimap-stream): Change default to `undecided'.
5114         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5115         first, and then network.
5116         (nnimap-open-connection-1): Respect nnimap-server-port.
5117         (nnimap-open-connection): Be more backwards-compatible.
5118
5119         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5120         (proto-stream-open-starttls): De-duplicate the starttls code.
5121         (proto-stream-open-starttls): Folded back into the main function.
5122         (proto-stream-open-network): Fix typo in the gnutls path.
5123         (proto-stream-command): Refactor out.
5124
5125         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5126
5127         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5128         starttls.el STARTTLS.
5129
5130         * color.el (color-lab->srgb): Fix function call name.
5131
5132         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5133         if we're using tls.el.
5134         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5135         built in, then don't try to establish a STARTTLS connection.
5136
5137         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5138         servers.
5139
5140         * proto-stream.el (open-proto-stream): Use network, not stream.
5141         (open-proto-stream): Add a way to specify what the end of a command is.
5142
5143         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5144         connections types.
5145         (nntp-open-network-stream): Remove.
5146         (nntp-open-ssl-stream): Remove.
5147         (nntp-open-tls-stream): Remove.
5148         (nntp-ssl-program): Remove.
5149
5150         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5151
5152 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5153
5154         * nnir.el: Fix typos.
5155         (nnir-retrieve-headers-override-function): Rename variable to reflect
5156         new semantics.
5157         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5158         macros.
5159         (nnir-request-article, nnir-request-move-article): Use them.
5160         (nnir-categorize): New function.
5161         (nnir-run-query): Use it.
5162         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5163         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5164         sorted.
5165         (nnir-group-full-name): Use gnus-group-full-name instead.
5166         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5167         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5168
5169 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5172
5173         * proto-stream.el: New library to provide protocol-specific
5174         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5175         protocols.
5176         (open-proto-stream): Complete the documentation.
5177         (proto-stream-open-network): Fix some typos.
5178
5179         * nnimap.el (nnimap-open-connection): Use it.
5180
5181 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5182
5183         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5184         negotiation.
5185
5186 2010-11-26  Julien Danjou  <julien@danjou.info>
5187
5188         * color.el: Rename various rgb functions to srgb.
5189
5190 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5193         names.
5194
5195 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * shr.el (shr-insert): Revert last change.
5198         (shr-find-fill-point): Never leave point being at bol;
5199         relax the kinsoku limitation when rendering tables.
5200
5201 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5204         results from -accept-article.
5205
5206         * shr-color.el: Require cl when compiling.
5207
5208         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5209         checkin.
5210
5211         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5212
5213         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5214
5215         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5216         'add and 'delete to set backend marks.
5217
5218         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5219
5220         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5221
5222         * nntp.el (nntp-request-set-mark): Use it.
5223
5224         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5225
5226         * nnml.el (nnml-request-set-mark): Ditto.
5227
5228         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5229         introduces regressions in article selection.
5230         (nnimap-find-uid-response): New function.
5231         (nnimap-request-accept-article): Use the UID returned, if any.
5232         (nnimap-request-move-article): Use the UID returned, if any.
5233         (nnimap-get-groups): Reimplement to work with folded lines.
5234         (nnimap-find-uid-response): The UID is the last element in the list.
5235         (nnimap-request-set-mark): Extend syntax with 'set.
5236
5237         * nnml.el (nnml-request-set-mark): Ditto.
5238
5239         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5240
5241         * nntp.el (nntp-request-set-mark): Ditto.
5242
5243 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * message.el (message-called-interactively-p): A temporary macro.
5246         (message-goto-body): Use it temporarily.
5247
5248 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5251         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5252         (nnimap-last-response-string): Fix last unfolding fix.
5253
5254 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * shr.el (shr-insert): Fix the way to fold lines.
5257
5258 2010-11-25  Julien Danjou  <julien@danjou.info>
5259
5260         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5261
5262         * color.el: Rename from color-lab.el
5263         (color-rgb->hex): Add.
5264         (color-complement): Add.
5265         (color-complement-hex): Add.
5266
5267         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5268
5269 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270
5271         * shr-color.el (shr-color-visible): Don't bug out if the color names
5272         don't exist.
5273
5274 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5277         assuming that article displaying or another mml-preview may be
5278         interrupted for an error or for the like.
5279
5280         * shr.el (shr-get-background): Fix argument name.
5281
5282 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5285
5286         * gnus-sum.el (gnus-summary-include-articles): New function.
5287
5288         * message.el (message-goto-body): called-interactively-p needs a
5289         parameter, so use `any'.
5290
5291         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5292         clear marks before moving, since they're synced from the Gnus side
5293         first.
5294
5295         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5296         (gnus-summary-move-article): Copy over all marks before moving, so that
5297         IMAP doesn't think a new article has arrived.
5298
5299 2010-11-24  Julien Danjou  <julien@danjou.info>
5300
5301         * shr.el (shr-insert-background-overlay): Fix typo.
5302         (shr-render-td): Copy the background before rendering.
5303
5304         * shr-color.el (shr-color-visible): Fix docstring.
5305
5306         * shr.el (shr-tag-table): Add bgcolor support.
5307         (shr-render-td): Add bgcolor support.
5308         (shr-get-background): Add.
5309         (shr-insert-foreground-overlay): Use shr-get-background.
5310
5311         * message.el (message-goto-body): Use called-interactively-p.
5312         (message-in-body-p): message-goto-body returns point.
5313
5314 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5317         Fixes something or other in Emacs 23, and is backwards compatible.
5318
5319         * message.el (message-goto-body): Remove the <#secure special-casing,
5320         which is too special.
5321
5322         * shr.el (shr-parse-style): Drop !important from styles.
5323
5324 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5325
5326         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5327         this function to return incorrect results when calling it with an
5328         explicit article argument different from
5329         (gnus-summary-article-number).
5330
5331 2010-11-24  Julien Danjou  <julien@danjou.info>
5332
5333         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5334         (shr-tag-body): Add background support.
5335         (shr-descend): Add background support.
5336         (shr-tag-title): Add.
5337
5338         * shr-color.el (shr-color-visible): Really return original background
5339         if fixed.
5340
5341 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * shr.el (shr-color-check): Protect against non-existent color names.
5344
5345 2010-11-24  Julien Danjou  <julien@danjou.info>
5346
5347         * color-lab.el: Require 'cl when compiling.
5348
5349         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5350
5351         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5352         matched part.
5353
5354         * color-lab.el: Fix all expt calls to use float type.
5355
5356 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5359         expression to shr-color-check as is.
5360
5361         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5362
5363         * color-lab.el: Add coding cookie.
5364         (float-pi): Use eval-and-compile.
5365
5366         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5367         compiled for Emacsen having no `libxml-parse-html-region' support.
5368
5369 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * shr.el (shr-insert-color-overlay): Split stuff like
5372         "#444444 !important" to find the real color.
5373         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5374         parse <font color="red"> entries.
5375
5376 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5377
5378         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5379         point when parsing headers.
5380
5381         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5382         is positioned properly when parsing headers.
5383
5384 2010-11-23  Julien Danjou  <julien@danjou.info>
5385
5386         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5387
5388         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5389
5390         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5391
5392         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5393         Use shr-color-hue-to-rgb.
5394         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5395
5396 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * shr.el (shr-color->hexadecimal): Autoload.
5399         (shr-descend): Add color to all tags.
5400
5401 2010-11-22  Julien Danjou  <julien@danjou.info>
5402
5403         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5404         shr-color->hexadecimal.
5405
5406         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5407         RGB() or HSL() color representation.
5408
5409         * shr.el (shr-tag-font): Add.
5410         (shr-tag-color-check): New function to get better colors.
5411         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5412         tag-span.
5413
5414         * shr-color.el: New file.
5415
5416         * color-lab.el: New file.
5417
5418         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5419
5420 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5421
5422         * nnir.el: Fix typo in comments.
5423         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5424         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5425
5426 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5429
5430         * nnimap.el (nnimap-get-capabilities): Refactor out.
5431         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5432
5433 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5434
5435         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5436         appearing when `mm-uu-hide-markers' is nil.
5437
5438 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * nnimap.el (nnimap-unselect-group): Make into its own function.
5441         (nnimap-request-rename-group): Unselect group before renaming.
5442         This had gotten lost somewhere.
5443         (nnimap-request-accept-article): Keep track of examined groups, and
5444         unselect the group before APPENDing to read-only groups.
5445         (nnimap-request-move-article): Clear flags before moving so that they
5446         can be re-set later.
5447
5448 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5451         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5452
5453 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-mime-display-single):
5456         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5457         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5458         parameter.
5459
5460 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5463         (shr-table-vertical-line): New variable.
5464         (shr-insert-table): Use it.
5465
5466 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-html.el (gnus-html-wash-images): Don't display images if
5469         gnus-inhibit-images is non-nil; register displayer for cid images.
5470         (gnus-html-display-image): Work for cid image.
5471         (gnus-html-insert-image): Allow arguments.
5472         (gnus-html-put-image): Inhibit read-only.
5473         (gnus-html-prefetch-images): Don't prefetch images if
5474         gnus-inhibit-images is non-nil.
5475
5476 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * shr.el (shr-put-image): Break lines when inserting big pictures.
5479
5480 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5481
5482         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5483         sender, thanks Katsumi Yamaoka.
5484
5485 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5486
5487         * nnir.el (nnir-run-imap): Reverse the article list for each group
5488         rather than the whole list.
5489
5490 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * shr.el (shr-image-displayer): Protect function against non-existent
5493         image source.
5494
5495         * gnus-art.el (gnus-inhibit-images): New user option.
5496         (gnus-mime-display-single): Don't display image if it is non-nil.
5497
5498         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5499         gnus-inhibit-images.
5500
5501         * shr.el (shr-image-displayer): New function.
5502         (shr-tag-img): Use it.
5503
5504 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5505
5506         * mml2015.el (mml2015-epg-sign): Use From header.
5507
5508 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5511
5512         * gnus-util.el (gnus-find-text-property-region): Return markers.
5513
5514         * shr.el (shr-tag-img): Put a displayer in the text property.
5515
5516         * gnus-util.el (gnus-find-text-property-region): New utility function.
5517
5518         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5519         (gnus-html-show-images): Remove.
5520
5521         * gnus-art.el (gnus-article-show-images): New, more general function.
5522
5523         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5524         image url text properties.
5525
5526         * shr.el: Ditto.
5527
5528         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5529         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5530
5531 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5534         work for two or more articles.
5535
5536 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5539         divide an image that's in an html article to two or more when washing
5540         non-ASCII characters in alt text of it.
5541
5542 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5545         smime-decrypt-region using function argument.
5546         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5547
5548         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5549
5550         * smime.el (smime-decrypt-region): Catch it.
5551
5552 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * smime.el (smime-mode-map): Move initialization into declaration.
5555         (gnus-run-mode-hooks): Don't autoload.
5556         (smime-mode): Use define-derived-mode.
5557
5558 2010-11-11  Glenn Morris  <rgm@gnu.org>
5559
5560         * smime.el (from): Restrict declaration to XEmacs.
5561
5562         * nnir.el (gnus-group-topic-name): Autoload.
5563
5564 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * shr.el (shr-insert): Don't break long line if it is because of
5567         kinsoku-bol characters in the line end.
5568
5569 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5570
5571         * nnir.el (nnir-request-move-article): Fix to provide original group
5572         and subject.
5573         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5574         been retrieved.
5575
5576         * gnus-sum.el (gnus-summary-move-article): Use original group and
5577         subject for virtual articles such as those in an nnir summary buffer.
5578
5579 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5582         least 21.5).
5583
5584         * smime.el (from): Declare it again for XEmacs.
5585
5586 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * message.el (message-resend): Don't disable encoding unless it's
5589         already encoded.
5590
5591         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5592         low-numbered articles.
5593
5594 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * rfc2047.el (rfc2047-syntax-table): Simplify.
5597
5598         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5599
5600         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5601         set-char-table-range for XEmacs.
5602
5603 2010-11-10  Glenn Morris  <rgm@gnu.org>
5604
5605         * time-date.el (time-to-seconds): Always an alias on Emacs,
5606         never a real function.
5607         (with-no-warnings): Remove compat stub, now unused.
5608         (time-less-p): Doc fix.
5609         (time-to-number-of-days): Simplify.
5610
5611         * smime.el (from): Remove unused declaration.
5612
5613         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5614         (gnus-float-time): On Emacs, always an alias.
5615
5616         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5617         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5618
5619 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * dgnushack.el: Don't use ignore-errors in the top level form since it
5622         is unavailable in XEmacs even if cl is loaded.
5623
5624         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5625
5626 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * shr.el (browse-url-mailto): Autoload.
5629
5630         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5631
5632         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5633         regexp doesn't need quoting.
5634
5635 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5636
5637         * message.el (message-subject-trailing-was-ask-regexp)
5638         (message-subject-trailing-was-regexp): Match was: in addition to was.
5639
5640 2010-11-09  Glenn Morris  <rgm@gnu.org>
5641
5642         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5643         (nnbabyl-check-mbox): Use point-at-bol.
5644
5645 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5648
5649         * message.el (message-mailto): New function.
5650         (message-mailto): Should accept other parameters.
5651         (message-mailto): Remove since it duplicates browse-url-mailto
5652         functionality.
5653
5654 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5657         methods.
5658         (gnus-read-active-file): Ditto.
5659
5660         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5661         ": " from the prompt.
5662         (gnus-group-make-group): Ditto.
5663
5664 2010-11-07  Glenn Morris  <rgm@gnu.org>
5665
5666         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5667         (gnus-bookmark-kill-line): Use point-at-eol.
5668
5669 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5672         asterisks in From header.
5673
5674 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5677         string to avoid making the From headers syntactically invalid.
5678
5679         * message.el (message-send-mail): Don't insert courtesy messages if the
5680         message already has List-Post and List-ID messages.
5681
5682 2010-11-06  Glenn Morris  <rgm@gnu.org>
5683
5684         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5685         `condition', `type', `length' a prefix.
5686         (gnus-treat-predicate): Update for above name changes.
5687
5688 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5689
5690         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5691         binding.  Handled by `gnus-summary-refer-thread' instead.
5692         (nnir-warp-to-article): New backend function.
5693
5694         * nnimap.el (nnimap-request-thread): Force dependency updating.
5695
5696         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5697         (gnus-summary-refer-thread): Rework to improve thread-referral.
5698
5699         * gnus-int.el (gnus-warp-to-article): New function.
5700
5701         * gnus-sum.el (gnus-summary-article-map): Bind it.
5702
5703 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5704
5705         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5706         gnus-summary-refer-thread.
5707
5708         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5709         headers.
5710         (gnus-summary-limit-include-thread): Prevent articles in thread from
5711         being cut in gnus-cut-threads.
5712         (gnus-summary-refer-thread): Limit retrieved headers to those in
5713         thread.
5714
5715 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * message.el (message-send-mail): Use the value of
5718         message-courtesy-message from the message buffer.
5719
5720         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5721
5722         * shr.el (shr-browse-url): Implement mailto: URLs.
5723
5724         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5725         "raw".
5726
5727         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5728         if it's already selected.
5729
5730         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5731
5732 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5735         to measure the length and truncate alt text.
5736
5737 2010-11-03  Glenn Morris  <rgm@gnu.org>
5738
5739         * nndiary.el (nndiary-generate-nov-databases-1)
5740         (nndiary-generate-active-info): Rename dynamic variable `files' to
5741         something less generic.
5742
5743 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5744
5745         * nnir.el (nnir-request-move-article): Call the underlying backend to
5746         move articles from nnir.
5747
5748 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5751
5752 2010-11-02  Julien Danjou  <julien@danjou.info>
5753
5754         * nnir.el: Remove wais support.
5755
5756 2010-11-02  Glenn Morris  <rgm@gnu.org>
5757
5758         * gnus-html.el: Reorder requirements to quieten compiler.
5759
5760 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5763         properly for XEmacs as well.
5764         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5765         (gnus-article-natural-long-line-p): Use window-width rather than
5766         frame-width.
5767
5768 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5769
5770         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5771         (nnir-read-parms): Don't modify query.
5772         (nnir-run-query): Add ability to search topic on current line.
5773         (nnir-get-active): Clean up.
5774
5775 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5778         degenerate articles.
5779
5780         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5781         (gnus-print-buffer): Just print the buffer as is, without any copying
5782         to a buffer and then re-highlighting.
5783
5784         * nnimap.el (nnimap-request-group): Store the new updated info.
5785         (nnimap-request-group): Select the group when we don't know whether it
5786         exists or not.
5787
5788         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5789         groups.
5790
5791         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5792         groups.
5793
5794         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5795         groups.
5796
5797         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5798         long-lines case by only filling the long lines.
5799
5800         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5801         (bug #7311).
5802
5803 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * shr.el: No need to declare `declare-function' since shr.el is for
5806         only Emacsen that provide `libxml-parse-html-region'.
5807
5808         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5809         effective only in a file it is referred to.
5810
5811 2010-11-01  Glenn Morris  <rgm@gnu.org>
5812
5813         * mm-util.el (gnus-completing-read): Autoload.
5814         (mm-read-coding-system): Simplify Emacs definition.
5815
5816         * nnmail.el (gnus-activate-group):
5817         * nnimap.el (gnutls-negotiate):
5818         * nntp.el (netrc-parse): Fix declarations.
5819
5820 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5823         string-match-p in Emacs >=23.
5824
5825         * gnus-msg.el (gnus-configure-posting-styles):
5826         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5827
5828 2010-11-01  Glenn Morris  <rgm@gnu.org>
5829
5830         * nnir.el (declare-function): Add compat stub.
5831         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5832         (nnir-run-gmane): Require 'mm-url.
5833
5834         * mm-util.el (mm-string-to-multibyte): Simplify.
5835
5836         * shr.el (declare-function): Add compat stub.
5837         (url-cache-create-filename): Declare.
5838         (mm-disable-multibyte, widget-convert-button): Autoload.
5839
5840         * smime.el (ldap-search): Declare.
5841         (smime-cert-by-ldap-1): Require ldap on Emacs.
5842
5843         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5844         (nnimap-keepalive): Use gnus-float-time.
5845
5846         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5847         (mail-source-delete-crash-box): Use gnus-float-time.
5848
5849         * gnus-dired.el (gnus-completing-read): Autoload.
5850
5851         * mm-view.el (gnus-rescale-image): Autoload.
5852
5853         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5854
5855         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5856
5857         * sieve-manage.el: Require 'cl when compiling.
5858
5859         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5860         (gnus-iswitchb-completing-read): Require iswitchb.
5861         (gnus-select-frame-set-input-focus): Silence compiler.
5862
5863 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * message.el (message-subject-trailing-was-query): Change default to t,
5866         since I think that's what most people want.
5867
5868         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5869         appending for easier debugging.
5870         (nnimap-wait-for-connection): Take a regexp.
5871         (nnimap-request-accept-article): Wait for the continuation line before
5872         sending anything unless we're streaming.
5873
5874         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5875         leave the header washing to take place.
5876
5877 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5878
5879         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5880         regular expression match and replace in posting styles.
5881
5882 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5883
5884         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5885         an entire server.
5886         (nnir-get-active): New function.
5887         (nnir-run-imap): Use it.
5888         (nnir-run-gmane): Who knew, gmane search returns an article score!
5889
5890         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5891         server on the current line with nnir.
5892
5893 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5896         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5897         left edge.
5898         (gnus-article-foldable-buffer): Skip past the prefix when determining
5899         raggedness.
5900
5901         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5902         the raw article, and change `C-u g' to show the article without doing
5903         treatments.
5904
5905         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5906         on to `gnus-treat-article'.
5907         (gnus-inhibit-article-treatments): New variable.
5908
5909         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5910
5911         * gnus-art.el (gnus-treatment-function-alist): Have
5912         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5913         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5914         sections.
5915
5916         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5917         parameter.
5918         (gnus-article-fill-cited-long-lines): New function.
5919         (gnus-article-fill-cited-article): Allow filling only long sections.
5920
5921         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5922         and non-punctuation (like after the apostrophe in "'We").
5923
5924         * gnus-sum.el (gnus-summary-select-article): Make sure
5925         gnus-original-article-buffer is alive.
5926
5927         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5928         reflect the order they're in in the digest.
5929
5930         * gnus.el (gnus-group-startup-message): Move point to the start of the
5931         buffer.
5932
5933         * nnimap.el (nnimap-capability): New function.
5934         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5935         is set.
5936
5937 2010-10-31  David Engster  <dengste@eml.cc>
5938
5939         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5940         conform with changes to gnus-completing-read.
5941
5942 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5945
5946 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * nnir.el: Move defvar, defcustom around to keep file organized
5949         and keep byte-compiler quiet.
5950         (nnir-read-parms): Accept search-engine as arg.
5951         (nnir-run-query): Pass search-engine as arg.
5952         (nnir-search-engine): Remove.
5953
5954 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * shr.el (shr-generic): The text nodes should be text, not :text.
5957
5958         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5959         later in the file.
5960
5961 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5962
5963         * nnir.el: General clean up.  Allow searching with multiple engines.
5964         Allow separate extra-parameters for each engine.
5965         Batch queries when possible.
5966         (nnir-imap-default-search-key,nnir-method-default-engines):
5967         Add customize interface.
5968         (nnir-run-gmane): New engine.
5969         (nnir-engines): Use it.  Qualify all prompts with engine name.
5970         (nnir-search-engine): Remove global variable.
5971         (nnir-run-hyrex): Restore for now.
5972         (nnir-extra-parms,nnir-search-history): New variables.
5973         (gnus-group-make-nnir-group): Use them.
5974         (nnir-group-server): Remove in favor of gnus-group-server.
5975         (nnir-request-group): Avoid searching twice.
5976         (nnir-sort-groups-by-server): New function.
5977
5978 2010-10-30  Julien Danjou  <julien@danjou.info>
5979
5980         * gnus-group.el: Remove gnus-group-fetch-control.
5981
5982         * gnus-start.el (gnus-find-new-newsgroups):
5983         Remove gnus-check-first-time-used.
5984
5985         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5986
5987 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5988
5989         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5990         set on groups that don't have \* permanentflags.
5991
5992 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5995         control the background color.
5996         (shr-tag-img): Ignore very small web bug type images.
5997         (shr-put-image): Add help-echo alt texts to the images.
5998         (shr-tag-video): Show the video poster image.
5999
6000 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * shr.el (shr-table-depth): New variable.
6003         (shr-tag-table-1): Only insert the images after the top-level table.
6004
6005         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6006
6007         * gnus-util.el (gnus-list-memq-of-list): New function.
6008
6009         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6010         selected.
6011         (nnimap-unsplittable-articles): New slot.
6012         (nnimap-new-articles): Use it.
6013
6014 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6015
6016         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6017         move to the previous line on `M-g'.
6018
6019 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6022         *-request-group, which seems unnecessary.
6023
6024         * nnimap.el (nnimap-quote-specials): Function copied over from
6025         imap.el.
6026         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6027         they support that.  Suggested by Tom Regner.
6028
6029 2010-10-29  Julien Danjou  <julien@danjou.info>
6030
6031         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6032         defalias.
6033         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6034
6035         * gnus.el: Remove `gnus-nntp-service' variable.
6036         (gnus-secondary-servers): Make obsolete.
6037         (gnus-nntp-server): Make obsolete.
6038
6039         * gnus-start.el (gnus-1): Remove x-splash calls.
6040
6041         * gnus-ems.el (gnus-x-splash): Remove.
6042
6043         * gnus.el (gnus-group-startup-message): Simplify/update code.
6044
6045         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6046         definition.
6047
6048         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6049         capability before doing anything.
6050         (gnus-group-insert-group-line): Remove useless
6051         gnus-group-remove-excess-properties.
6052
6053 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6056
6057 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6060         config after reselecting.
6061
6062 2010-10-28  Julien Danjou  <julien@danjou.info>
6063
6064         * shr.el (shr-put-image): Use point even if only inserting text.
6065         (shr-put-image): Save excursion when inserting alt text on non-graphic
6066         display, so the behavior is the same when we are on a graphic display.
6067
6068         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6069
6070 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6073         (gnus-mime-copy-part): Check coding system, not charset.
6074         (gnus-mime-view-part-externally): Never remove part.
6075         (gnus-mime-view-part-internally): Don't remove part here.
6076         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6077         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6078         multipart/alternative.
6079
6080         * mm-decode.el (mm-display-part): Take optional arg `force'.
6081
6082 2010-10-26  Julien Danjou  <julien@danjou.info>
6083
6084         * gnus-group.el (gnus-group-default-list-level): Add this function to
6085         compute the default list level.
6086         (gnus-group-default-list-level): Add possibility to use a function.
6087
6088 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6091
6092         * gnus-group.el (gnus-group-completing-read)
6093         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6094         gnus-replace-in-string.
6095
6096 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * shr.el (shr-tag-div): Add.
6099
6100         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6101
6102 2010-10-25  Julien Danjou  <julien@danjou.info>
6103
6104         * gnus-util.el: Remove `gnus-with-local-quit'.
6105
6106         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6107
6108 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6111         the original article buffer.
6112
6113 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114
6115         * nnimap.el (nnimap-request-head): New function.
6116         (nnimap-request-move-article): Try to be slightly faster by not
6117         requesting the entire message when moving.
6118         (nnimap-transform-headers): Don't bug out on bodiless articles.
6119         (nnimap-send-command): Have no outstanding messages if the IMAP server
6120         doesn't support streaming.
6121         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6122
6123 2010-10-24  Julien Danjou  <julien@danjou.info>
6124
6125         * message.el (message-default-headers): Fix type.
6126
6127 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6130         prefetching images.
6131
6132         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6133         backend for unknown groups.  This is mainly useful for nnimap groups.
6134
6135         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6136         group isn't covered by the agent.
6137
6138 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6139
6140         * nnir.el (nnir-method-default-engines): New variable.
6141         (nnir-run-query): Use it.
6142         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6143         (gnus-summary-nnir-goto-thread): Change group if needed.
6144
6145         * gnus-group.el (gnus-group-group-map): Add key binding for
6146         gnus-group-make-nnir-group.
6147
6148 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6149
6150         * shr.el (shr-tag-object): Add.
6151
6152         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6153         original article buffer live.
6154         (gnus-summary-select-article-buffer):
6155         Mention gnus-widen-article-buffer.
6156
6157 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158
6159         * shr.el (shr-tag-strong): Add.
6160
6161 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6164         group names.  They mess up the group buffer badly.
6165
6166         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6167
6168         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6169         instead of the summary one.
6170
6171 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * mml.el (mml-preview): Work properly when editing article.
6174
6175         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6176         gnus-have-read-active-file if it's already been in.
6177
6178 2010-10-22  Tom Tromey  <tromey@redhat.com>
6179
6180         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6181         gnus-group-completing-read.
6182
6183 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6184
6185         * message.el (message-mode-map): Don't bind M-; to comment region, to
6186         allow the global comment-dwim to work.
6187
6188 2010-10-21  Julien Danjou  <julien@danjou.info>
6189
6190         * message.el (message-setup-1): Allow message-default-headers to be a
6191         function.
6192
6193 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * shr.el (shr-tag-table): Simplify.
6196
6197 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6200         to avoid trying to snarf invalid stuff.
6201
6202         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6203
6204         * gnus.el (gnus-message-archive-group): Quote value.
6205         (gnus-message-archive-group): Mark as changed.
6206
6207         * shr.el (shr-add-font): Don't put the font properties on the newline
6208         or the indentation.
6209
6210         * message.el (message-fix-before-sending): Change options when sending
6211         non-printable characters.
6212
6213         * gnus.el (gnus-message-archive-method): Change the default to
6214         monthly outgoing groups.
6215
6216         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6217         that have gotten new numbers.
6218
6219         * nnimap.el (nnimap-request-replace-article): New function.
6220
6221 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6224         (nnrss-request-article): Don't use special html washing code.
6225
6226 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * shr.el (shr-tag-table): Remove useless nconc.
6229
6230 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * gnus-art.el (article-wash-html): Simplify and remove the charset
6233         stuff.  Use the normal html rendering code instead of the special html
6234         washing code.
6235
6236         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6237         `gnus-w3m' symbols.
6238         (mm-text-html-washer-alist): Remove.
6239
6240         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6241         (mm-inline-media-tests): Remove use.
6242         (mm-text-html-renderer): Change default to the `shr' symbol.
6243
6244         * mm-view.el (mm-inline-text-html): Remove use.
6245
6246         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6247         `gnus-blocked-images' to be a function.
6248         (gnus-article-wash-function): Remove.
6249
6250 2010-10-20  Julien Danjou  <julien@danjou.info>
6251
6252         * spam.el (spam-list-of-processors): Mark as obsolete.
6253
6254         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6255         (nnimap-insert-partial-structure): Fix boundary detection.
6256
6257 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6258
6259         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6260         run file-truename on remote files.  This can be expensive and even
6261         prevent one from editing drafts if some unrelated buffer has a stale
6262         connection.
6263
6264 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6267         kinsoku-eol regardless of shr-kinsoku-shorten.
6268         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6269         (shr-tag-table): Support caption, thead, and tfoot.
6270
6271 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6274         lines.
6275         (shr-save-contents): New command and keystroke.
6276
6277         * nndoc.el (nndoc-type-alist): Add git support.
6278         (nndoc-git-type-p): New function.
6279         (nndoc-transform-git-article): Ditto.
6280         (nndoc-transform-git-headers): Ditto.
6281         (nndoc-transform-git-headers): Generate Subject headers.
6282
6283         * shr.el (shr-parse-style): New function.
6284         (shr-tag-span): Ditto.
6285
6286         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6287         to `G G' to avoid collisions.
6288
6289 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * shr.el: Load kinsoku if necessary.
6292         (shr-kinsoku-shorten): New internal variable.
6293         (shr-find-fill-point): Make kinsoku shorten text line if
6294         shr-kinsoku-shorten is bound to non-nil.
6295         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6296         shr-indentation too when testing if table is wider than frame width.
6297         (shr-insert-table): Use `string-width' instead of `length' to measure
6298         text width.
6299         (shr-insert-table-ruler): Make sure indentation is done at bol.
6300
6301 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6302
6303         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6304         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6305         undecoded network data.
6306
6307 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6310         name in the mode line spec so that the mode line menu works
6311         (bug #2431).
6312
6313         * message.el (message-get-reply-headers): If we're fed `to-address',
6314         then always use that.
6315
6316         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6317         aren't so wide as to need to switch off the edit menu.
6318
6319         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6320         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6321
6322         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6323         `M-g'.
6324         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6325         the permanent marks.
6326
6327 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6328
6329         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6330         Splitting according to references/in-reply-to obeys the ignore-groups
6331         variable, while splitting by sender and subject do not.
6332
6333 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6334
6335         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6336         alist, so that we can look for non-Unicode chars.
6337         (article-translate-strings): Allow both character and string maps.
6338
6339 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * shr.el (shr-insert): Don't insert space behind a wide character
6342         categorized as kinsoku-bol, or between characters both categorized as
6343         nospace.
6344
6345 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6346
6347         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6348         headers to gnus-newsgroup-headers.
6349
6350 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * shr.el (shr-tag-img): Don't align images -- since we're not
6353         rescaling, this often leads to ugly displays.
6354
6355 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6356
6357         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6358         duplicates.
6359
6360 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6361
6362         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6363         call.
6364
6365 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus.el: Autoload gnus-html-show-images.
6368
6369         * nnimap.el: Use nnheader-message throughout.
6370
6371         * shr.el (shr-tag-img): Ignore images with no data.
6372
6373 2010-10-15  Julien Danjou  <julien@danjou.info>
6374
6375         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6376         a possibility to disable format=flow encoding when using hard newlines.
6377
6378 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * shr.el (shr-insert): Remove space inserted before or after a
6381         breakable character or at the beginning or the end of a line.
6382         (shr-find-fill-point): Do kinsoku; find the second best point or give
6383         it up if there's no breakable point.
6384
6385 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6386
6387         * nnimap.el (nnimap-open-connection): Message when opening connection
6388         for debugging purposes.
6389
6390         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6391         on every setup buffer call to allow this to change from article to
6392         article.
6393
6394         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6395         buffers where we have a wide table.
6396
6397 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6398
6399         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6400         uses *-request-thread.
6401
6402 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6403
6404         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6405         incantation, which is no longer valid.
6406
6407 2010-10-14  Julien Danjou  <julien@danjou.info>
6408
6409         * shr.el: Fix defcustom type (char -> character).
6410
6411 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6414         programs.
6415
6416 2010-10-14  Julien Danjou  <julien@danjou.info>
6417
6418         * shr.el (shr-tag-a): Use url-link as widget type.
6419
6420         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6421         `gnus-group-get-icon'.
6422
6423 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6426         This should make server editing work better.
6427
6428         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6429
6430         * tls.el (tls-program): Remove spurious %s from openssl.
6431
6432         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6433         (nnimap-parse-flags): Fix regexp.
6434
6435         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6436         probably work for CJVK text, too.
6437
6438         * nnimap.el (nnimap-extend-tls-programs): Remove.
6439         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6440
6441         * tls.el (tls-starttls-switches): Remove starttls hack.
6442         (open-tls-stream): Ditto.
6443         (tls-find-starttls-argument): Ditto.
6444
6445 2010-10-13  Julien Danjou  <julien@danjou.info>
6446
6447         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6448         responses.
6449
6450 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6453
6454         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6455         anything in Emacs.
6456
6457         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6458
6459 2010-10-13  Julien Danjou  <julien@danjou.info>
6460
6461         * shr.el (shr-width): Make shr-width a defcustom with default to
6462         fill-column.
6463         (shr-tag-img): Use shr-width rather than fill-column.
6464
6465 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * dgnushack.el (byte-optimize-apply):
6468         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6469
6470         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6471         position when (X-)Faces exist.
6472         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6473         avatars when called interactively.
6474
6475 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6478         gnus-article-x-face-too-ugly is bound.
6479
6480 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6483
6484         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6485         mailbox that doesn't exist.
6486
6487 2010-10-12  Julien Danjou  <julien@danjou.info>
6488
6489         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6490         (shr-get-image-data): Encode URL properly when fetching from cache.
6491         (shr-tag-img): Use aligned-to spaces to align correctly images.
6492
6493         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6494         before inserting the Gravatar.
6495
6496         * shr.el (shr-tag-img): Add align attribute support for <img>.
6497
6498 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * gnus-gravatar.el (gnus-art): Require.
6501
6502         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6503         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6504         Remove long obsoleted functions.
6505
6506 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6509
6510         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6511
6512         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6513         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6514         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6515         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6516         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6517         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6518         * sieve-manage.el, smime.el, spam.el:
6519         Fix comment for declare-function.
6520
6521 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * nnimap.el (nnimap-request-rename-group): Select group read-only
6524         before renaming it.
6525
6526         * shr.el (shr-insert): Fix up the white space only regexp.
6527
6528         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6529         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6530
6531         * shr.el (shr-current-column): New function.
6532         (shr-find-fill-point): New function.
6533
6534 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6535
6536         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6537         numbers.
6538
6539 2010-10-11  Julien Danjou  <julien@danjou.info>
6540
6541         * shr.el (shr-hr-line): Add.
6542         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6543         display hr lines.
6544         (shr-max-columns): Do not change state to nil if we just inserting
6545         spaces.
6546
6547 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6550         select the last group.
6551
6552 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6555
6556 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6557
6558         * dig.el (dig-mode-map): Declare and define in one step.
6559
6560 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6563         for Gnus.
6564         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6565         (nnimap-update-qresync-info): Mark \Seen articles as read.
6566
6567         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6568         non-variable, too.
6569
6570         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6571         available.
6572         (nnimap-update-info): Rely more on the current active than the param
6573         active to avoid marking articles as read too much.
6574
6575         * auth-source.el (auth-source-create): Use (user-login-name) for the
6576         user name default.
6577
6578         * nnimap.el (nnimap-update-info): If the server doesn't return any
6579         useful info, just use the previous info.
6580         (nnimap-update-info): Prefer old info over start-article.
6581         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6582
6583 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6584
6585         * nnir.el (autoload): Clean up autoloads.
6586         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6587         Use key rather than value.
6588         (nnir-imap-search-other): New variable.
6589         (nnir-read-parm): Use it.
6590         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6591         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6592
6593 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6594
6595         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6596         the process, too.
6597
6598 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * spam.el (gnus-summary-mode-map): Bind to "$".
6601         Suggested by Russ Allbery.
6602
6603         * shr.el: Rework the way things are indented by <li> slightly.
6604
6605         * gnus.el (gnus-group-set-parameter): Fix typo.
6606
6607         * nnimap.el: Start implementing QRESYNC support.
6608
6609 2010-10-09  Julien Danjou  <julien@danjou.info>
6610
6611         * nnir.el (nnir-engines): Fix too many arguments.
6612
6613 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6616         group is the "last", so that the backends like nnfolder actually save
6617         their folders.
6618
6619         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6620         try to use that for the tls stream.
6621         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6622         UIDVALIDITY and find out which groups are read-only and not.
6623         (nnimap-get-flags): Use the same marks parsing code as the rest of
6624         nnimap.
6625
6626 2010-10-09  Julien Danjou  <julien@danjou.info>
6627
6628         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6629
6630         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6631         retrieving gravatars.
6632
6633         * shr.el (shr-table-corner): Add.
6634         (shr-table-line): Add.
6635         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6636
6637 2010-10-08  Julien Danjou  <julien@danjou.info>
6638
6639         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6640
6641 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6644
6645         * gnus-sum.el (gnus-mark-article-as-unread)
6646         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6647         (gnus-summary-set-bookmark): Use it.
6648
6649         * gnus-msg.el (gnus-setup-message): Use it.
6650
6651         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6652
6653         * gnus.el (gnus-group-remove-parameter): Use it.
6654
6655         * gnus-group.el (gnus-group-make-web-group): Use it.
6656
6657         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6658
6659         * nnregistry.el: Update docs to mention manual.
6660
6661         * gnus-registry.el: Update docs to mention nnregistry.el.
6662         (gnus-registry-initialize): Don't install nnregistry refer method
6663         automatically.
6664         (gnus-registry-install-nnregistry): Remove it.
6665
6666 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * shr.el (shr-insert): Don't insert double spaces.
6669
6670 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-gravatar.el (gnus-treat-from-gravatar)
6673         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6674         called interactively.
6675
6676         * gnus-art.el (gnus-mime-view-part-externally)
6677         (gnus-mime-view-part-internally): Make predicate function passed to
6678         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6679         of a mime type.
6680
6681         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6682
6683 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684
6685         * shr.el (require): Require cl when compiling.
6686         (shr-tag-hr): New function.
6687
6688         * nnimap.el (nnimap-update-info): Remove double setting of high.
6689         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6690         This makes nnimap work properly on Courier again.
6691
6692         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6693         the variable for backwards compatibility.
6694
6695         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6696         the file name before using to avoid setting mm-default-directory to
6697         nil.
6698
6699         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6700         bidning gnus-agent variables.
6701
6702         * shr.el (shr-render-td): Use a cache for the table rendering function
6703         to avoid getting an exponential rendering behavior in nested tables.
6704         (shr-insert): Rework the line-breaking algorithm.
6705         (shr-insert): Don't leave trailing spaces.
6706         (shr-insert-table): Also insert empty TDs.
6707         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6708
6709 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6710
6711         * gnus-sum.el (gnus-number): Rename from `number'.
6712         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6713         (gnus-summary-limit-children): Update uses correspondingly.
6714
6715 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6718         (gnus-gravatar-transform-address): Don't show avatars of people of
6719         which mail addresses match gnus-gravatar-too-ugly.
6720
6721 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * shr.el (shr-table-widths): Expand TD elements to fill available
6724         space.
6725
6726 2010-10-07  Julien Danjou  <julien@danjou.info>
6727
6728         * nnimap.el (nnimap-request-rename-group): Add this method.
6729
6730 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6733         name from XEmacs' function-arglist.
6734
6735         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6736         gravatar under XEmacs.
6737
6738 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * auth-source.el: Update docs with TODO items.
6741
6742         * gnus-sync.el: Update docs to explain state and plans.
6743
6744         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6745         Hooks for mark updates.
6746         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6747
6748         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6749         hooks with arguments, which is needed for mark update hooks.
6750
6751 2010-10-06  Julien Danjou  <julien@danjou.info>
6752
6753         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6754         was matched.
6755
6756         * sieve-manage.el: Update example in `Commentary'.
6757
6758         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6759
6760         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6761         not 2000.
6762         (sieve-manage-authenticate): Re-add function.
6763
6764 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * shr.el (shr-insert): Get 'space transition right.
6767         (shr-render-td): Only delete space at the end of the TD.
6768
6769         * nnimap.el (nnimap-open-connection): Prepare to support
6770         open-gnutls-stream.
6771
6772         * shr.el: Rearrange function order to be more logical.
6773
6774 2010-10-06  Julien Danjou  <julien@danjou.info>
6775
6776         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6777         (nnrss-discover-feed): Remove 404 URL in docstring.
6778
6779         * nnir.el: Fix Swish-E URL.
6780         Fix Namazu URL.
6781
6782         * message.el (message-change-subject): Remove 404 URL in a comment.
6783
6784 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6787         called interactively.
6788
6789         * gnus-util.el (gnus-remove-if): Allow hash table.
6790         (gnus-remove-if-not): New function.
6791
6792         * gnus-art.el (gnus-mime-view-part-as-type):
6793         * gnus-score.el (gnus-summary-score-effect):
6794         * gnus-sum.el (gnus-read-move-group-name):
6795         Replace remove-if-not with gnus-remove-if-not.
6796
6797         * gnus-group.el (gnus-group-completing-read):
6798         Regard collection as a hash table if it is not a list.
6799
6800 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6803
6804         * shr.el: Document the table-rendering algorithm.
6805
6806 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6809         for Emacsen having no `libxml-parse-html-region' support.
6810
6811 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6814         invalid URLs.
6815
6816         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6817         line-broken.
6818         (shr-tag-img): Ignore image fetching errors.
6819         (shr-overlays-in-region): Compute overlay positions correctly.
6820
6821         * mm-decode.el (mm-shr): Require shr.
6822
6823         * gnus-art.el (gnus-blocked-images): Move variable here.
6824
6825         * shr.el (shr-insert-table): Bind free variable.
6826
6827         * mm-decode.el (mm-shr): Bind shr-content-function.
6828
6829         * shr.el (shr-content-function): New variable.
6830
6831         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6832         added for symmetry.
6833
6834         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6835
6836         * gnus-group.el (gnus-group-make-group): Doc fix.
6837
6838         * nnimap.el (nnimap-request-newgroups): Return success.
6839
6840         * shr.el (shr-find-elements): New function.
6841         (shr-tag-table): Put all the images after the table.
6842         (shr-tag-table): Really inhibit images inside the table.
6843         (shr-collect-overlays): Copy over overlays from the TD elements to the
6844         main document.
6845
6846         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6847         gnus-blocked-images.
6848
6849 2010-10-05  Julien Danjou  <julien@danjou.info>
6850
6851         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6852
6853         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6854         (gnus-html-maximum-image-size): Add this function.
6855         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6856
6857         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6858         server-value of the capability is nil.
6859
6860 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * shr.el (shr-tag-em): Add <EM> tag.
6863
6864 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6865
6866         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6867         customizable.
6868
6869         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6870         handing broken links to browse-url.
6871
6872 2010-10-05  Julien Danjou  <julien@danjou.info>
6873
6874         * gnus-util.el (gnus-emacs-completing-read)
6875         (gnus-iswitchb-completing-read): Use autoload rather than require.
6876
6877 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6880         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6881         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6882         iswitchb-temp-buflist for XEmacs.
6883
6884         * gnus-util.el (gnus-completing-read-function): Exclude
6885         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6886         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6887         XEmacs.
6888
6889         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6890         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6891
6892         * gnus-html.el: Don't require help-fns under XEmacs.
6893         (gnus-html-schedule-image-fetching): Work for XEmacs.
6894
6895         * mm-decode.el (mm-shr): Decode contents by charset.
6896
6897 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6900         unknown.
6901
6902         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6903         (shr-get-image-data): Ensure against the cache file missing.
6904
6905         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6906         for data.
6907
6908         * spam-report.el (spam-report-url-ping-plain): Don't query about
6909         killing the process.
6910
6911         * shr.el (shr-render-td): Protect against too-wide text.
6912
6913 2010-10-04  Julien Danjou  <julien@danjou.info>
6914
6915         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6916         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6917
6918         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6919         retrieved.
6920
6921 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922
6923         * shr.el (browse-url): Require.
6924         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6925         lines.
6926         (shr-show-alt-text, shr-browse-image): New commands.
6927         (shr-browse-url, shr-copy-url): New commands.
6928
6929         * gnus-sum.el (gnus-widen-article-window): New variable.
6930         (gnus-summary-select-article-buffer): Use it.
6931
6932         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6933         without @ signs.
6934
6935 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6936
6937         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6938
6939 2010-10-04  Julien Danjou  <julien@danjou.info>
6940
6941         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6942         for XEmacs.
6943
6944 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6947
6948         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6949         (nnimap-close-server): Implement.
6950
6951         * dgnushack.el (iswitchb): Require to shut up the compiler.
6952
6953         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6954         (shr-insert): Tweak line breaking.
6955         (shr-insert): Handle <pre> better.
6956         (shr-tag-li): Get <li> indentation right.
6957         (shr-tag-li): Get <li> indentation even righter.
6958         (shr-tag-blockquote): Ensure paragraph start.
6959         (shr-make-table): Tweak table generation.
6960         (shr-make-table): Fix typo.
6961
6962         * shr.el: Implement table rendering.
6963
6964 2010-10-04  Julien Danjou  <julien@danjou.info>
6965
6966         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6967
6968 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * shr.el (shr-insert): Use string anchors instead of line anchors.
6971
6972 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973
6974         * shr.el: Add headings.
6975         (shr-ensure-paragraph): Actually work.
6976         (shr-tag-li): Make <ul> prettier.
6977         (shr-insert): Get white space at the beginning/end of elements right.
6978         (shr-tag-p): Collapse subsequent <p>s.
6979         (shr-ensure-paragraph): Don't insert double line feeds after blank
6980         lines.
6981         (shr-insert): \t is also space.
6982         (shr-tag-s): Fix "s" tag name function.
6983         (shr-tag-s): Fix face prop name.
6984
6985 2010-10-03  Julien Danjou  <julien@danjou.info>
6986
6987         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6988
6989         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6990         gnus-window-inside-pixel-edges.
6991
6992         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6993         gnus-ems.
6994
6995         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6996
6997         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6998         function.
6999
7000         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7001         resize choice.
7002
7003 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7006         beginning of the buffer.
7007
7008         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7009         article buffer again.
7010
7011         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7012
7013         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7014         when it's at the start of the buffer.
7015
7016         * shr.el (shr-tag-blockquote): Convert name.
7017         (shr-rescale-image): Use the right image-size variant.
7018
7019         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7020         buffer isn't shown, then select the current article first instead of
7021         bugging out.
7022         (gnus-summary-select-article-buffer): Show both the article and summary
7023         buffers again.
7024
7025         * shr.el (shr-fontize-cont): Protect against regions with no text.
7026         Rename tag functions to shr-tag-* for enhanced security.
7027         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7028
7029 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7030
7031         * shr.el (shr-insert):
7032         * pop3.el (pop3-movemail):
7033         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7034         loaded.
7035
7036 2010-10-03  Glenn Morris  <rgm@gnu.org>
7037
7038         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7039
7040         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7041
7042         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7043
7044         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7045
7046         * gnus-util.el (gnus-make-local-hook): Simplify.
7047
7048 2010-10-02  Julien Danjou  <julien@danjou.info>
7049
7050         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7051         (gnus-ido-completing-read): New function.
7052         (gnus-emacs-completing-read): New function.
7053         (gnus-completing-read): Use gnus-completing-read-function.
7054         Add gnus-completing-read-function.
7055
7056 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7057
7058         * shr.el (shr-insert-document): Autoload.
7059         (shr-img): Be silent.
7060         (shr-insert): Add a newline after every picture before text.
7061         (shr-add-font): Use overlays for combining faces.
7062         (shr-insert): Pass upwards the text start point.
7063
7064         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7065         possible.
7066         (mm-shr): New function.
7067
7068 2010-10-02  Julien Danjou  <julien@danjou.info>
7069
7070         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7071         should go backward.
7072
7073 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7074
7075         * shr.el (shr): Fix typo in provide call.
7076
7077 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * shr.el: New file.
7080
7081         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7082
7083         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7084         completing read.
7085
7086 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7089         we're being queried about.  Suggested by Dan Jacobson.
7090
7091         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7092         Suggested by Jason Eisner.
7093
7094         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7095         table, too.  Suggested by Stefan Wiens.
7096         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7097         the table unnecessary.  Suggested by Stefan Wiens.
7098
7099         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7100         longer needed, and probably doesn't work either, as pointed out by
7101         Stefan Wiens.
7102         (gnus-summary-exit): Remove call to the clearing function.
7103         (gnus-summary-exit-no-update): Ditto.
7104
7105         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7106         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7107         Reported by Stefan Monnier.
7108         (gnus-summary-save-in-rmail): Ditto.
7109
7110         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7111         article buffer, instead of both the article buffer and the summary
7112         buffer.  Sort of suggested by Dan Jacobson.
7113
7114         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7115
7116         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7117         Suggested by Dan Jacobson.
7118
7119         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7120         documentation clearer.
7121
7122         * message.el (message-shorten-references): Comment on the number "21".
7123         Suggested by Stefan Monnier.
7124
7125         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7126         Suggested by Dan Jacobson.
7127
7128         * gnus.el (gnus-large-newsgroup):
7129         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7130
7131         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7132         externalize attachments.  Bug reported by Steve Wen.
7133
7134         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7135         really message anything to the user.
7136
7137         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7138         directly.
7139
7140         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7141         messages in empty groups.
7142
7143 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7144
7145         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7146         non-UIDNEXT group.
7147
7148 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7151         not the value from the collection.
7152
7153         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7154         values.  This sometimes happens on some groups that have no info.
7155         (nnimap-request-newgroups): New function.
7156
7157 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7158
7159         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7160         check into `gnus-registry-initialize'.
7161         (gnus-registry-initialize): Ditto.
7162         Fix and extend header docs.
7163
7164 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7167         regexp backtrace overflows.
7168
7169         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7170         for starttls that tls.el implements; i.e. openssl.
7171
7172         * tls.el (tls-starttls-switches): Give up on using starttls with
7173         gnutls-cli.
7174         (tls-program): Add --insecure to be consistent with the defaults from
7175         openssl s_client.  Now all three commands are insecure.
7176
7177 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * lpath.el: Bind completion-styles-alist for XEmacs.
7180
7181         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7182         (gravatar-create-image): New function that's an alias to
7183         gnus-xmas-create-image, gnus-create-image, or create-image.
7184         (gravatar-data->image): Use it.
7185
7186 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7187
7188         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7189         install the nnregistry refer method.
7190         (gnus-registry-install-hooks): Use it.
7191         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7192         unfollowed groups.
7193
7194 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7195
7196         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7197         expanding threads.
7198
7199 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * nnir.el: Use the server names without suffixes (bug #7009).
7202
7203         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7204         unencrypted to STARTTLS, if possible.
7205
7206 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7207
7208         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7209         headers before superseding.
7210
7211 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212
7213         * nnrss.el (nnrss-use-local): Add documentation.
7214
7215         * nnimap.el (nnimap-extend-tls-programs): New function.
7216         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7217         (nnimap-wait-for-connection): Accept the greeting from the stupid
7218         output from openssl s_client -starttls, too.
7219
7220         * tls.el (tls-starttls-switches): New variable.
7221         (tls-find-starttls-argument): Use it.
7222         (open-tls-stream): Ditto.
7223
7224         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7225         (netrc-machine): Ditto.
7226
7227         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7228         article number.
7229         (nnimap-split-fancy): New variable.
7230         (nnimap-split-incoming-mail): Use it.
7231
7232         * nntp.el (nntp-server-list-active-group): Document.
7233
7234         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7235         SELECT to get the message-id.
7236
7237         * mail-source.el (mail-sources): Remove webmail support.
7238         (defvar): Ditto.
7239         (mail-source-fetcher-alist): Ditto.
7240         (mail-source-fetch-webmail): Remove.
7241
7242         * webmail.el: Remove -- doesn't seem relevant any more.
7243
7244         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7245
7246         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7247         the \r.
7248
7249 2010-09-30  Julien Danjou  <julien@danjou.info>
7250
7251         * gnus-agent.el (gnus-agent-add-group): Fix call to
7252         gnus-completing-read.
7253
7254 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * nndoc.el (nndoc-retrieve-groups): New function.
7257
7258         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7259         `default', use nnmail-split-methods.
7260         (nnimap-request-article): Downcase the NILs so that they are nil.
7261
7262         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7263         symbol.
7264
7265         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7266         code, since if the user has requested network, that's what they ought
7267         to get.
7268         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7269         (nnimap-split-rule): Mark as obsolete.
7270
7271         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7272         New variable.
7273
7274         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7275         correct slot, too.
7276
7277 2010-09-29  Julien Danjou  <julien@danjou.info>
7278
7279         * gnus.el (gnus-local-domain): Declare variable obsolete.
7280
7281         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7282         Fix history computing.
7283         (gnus-ido-completing-read): Require ido.
7284
7285 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7288         build Gnus.
7289
7290         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7291         when interpreting the structures.
7292         (nnimap-request-accept-article): Add \r\n to the lines to make this
7293         work with Cyrus.
7294
7295         * nndraft.el (nndraft-request-expire-articles): Use the group name
7296         instead if "nndraft".  Fix found by Nils Ackermann.
7297
7298 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7299
7300         * nnregistry.el: Add.
7301
7302 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7303
7304         * nnmail.el (group, group-art-list, group-art):
7305         Remove unneeded directives.
7306
7307 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7310         (mm-mime-charset):
7311         * rfc2047.el (rfc2047-syntax-table):
7312         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7313
7314         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7315         rather than `insert-file-contents' and `eval-region'.
7316
7317         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7318         construction.
7319
7320         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7321
7322         * time-date.el: No need to require cl for Emacs 21.
7323
7324 2010-09-29  Julien Danjou  <julien@danjou.info>
7325
7326         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7327         replacement of `gnus-gravatar-relief' to mimic
7328         `gnus-faces-properties-alist'.
7329         Add :version property.
7330
7331 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * mail-source.el (mail-source-report-new-mail):
7334         * message.el (message-default-mail-headers):
7335         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7336
7337         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7338
7339 2010-09-28  Julien Danjou  <julien@danjou.info>
7340
7341         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7342         mail-address contains the same string as real-name.
7343
7344         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7345         non-blank in header, otherwise it'll get stripped.
7346
7347         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7348         real-name, and then for mail address rather than doing : or , search.
7349
7350 2010-09-27  Julien Danjou  <julien@danjou.info>
7351
7352         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7353         right completing-read function.
7354         (gnus-use-ido): New variable
7355         (gnus-completing-read-with-default): Remove.
7356         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7357         (gnus-agent-add-group):
7358         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7359         * mm-view.el (mm-view-pkcs7-decrypt):
7360         * mm-util.el (mm-codepage-setup):
7361         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7362         * mml-smime.el (mml-smime-openssl-sign-query):
7363         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7364         (mml-insert-multipart):
7365         * gnus-msg.el (gnus-summary-yank-message):
7366         * gnus-int.el (gnus-start-news-server):
7367         * mm-decode.el (mm-interactively-view-part):
7368         * gnus-dired.el (gnus-dired-attach):
7369         * gnus.el (gnus-read-method):
7370         * gnus-bookmark.el (gnus-bookmark-jump):
7371         * gnus-art.el (gnus-mime-view-part-as-type)
7372         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7373         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7374         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7375         * nnmairix.el (nnmairix-create-server-and-default-group)
7376         (nnmairix-update-groups, nnmairix-get-server)
7377         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7378         (nnmairix-get-group-from-file-path):
7379         * nnrss.el (nnrss-find-rss-via-syndic8):
7380         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7381         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7382         (gnus-group-browse-foreign-server):
7383         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7384         (gnus-summary-execute-command, gnus-summary-respool-article)
7385         (gnus-read-move-group-name):
7386         * gnus-score.el (gnus-summary-increase-score)
7387         (gnus-summary-score-effect):
7388         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7389
7390 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7393         x-focus-frame.
7394
7395         * nnimap.el (auth-source-forget-user-or-password)
7396         (auth-source-user-or-password): Autoload.
7397
7398         * message.el (message-from-style, message-interactive)
7399         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7400         (message-yank-prefix, message-indentation-spaces, message-signature)
7401         (message-signature-file): Add comment.
7402
7403 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7406         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7407         new articles.
7408
7409         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7410         parts.
7411         (nnimap-request-article): Work with the t setting, too.
7412
7413         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7414         that you don't get flashes of other buffers.
7415         (gnus-summary-show-complete-article): Intern before setting.
7416
7417 2010-09-27  David Engster  <dengste@eml.cc>
7418
7419         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7420         well as HEADERS.
7421         (nnmairix-retrieve-headers): Provide new argument for the above.
7422
7423 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus-sum.el (gnus-summary-move-article): Don't alter
7426         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7427         group.
7428
7429         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7430
7431         * message.el (message-cite-prefix-regexp): Revert my last edit.
7432
7433         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7434         variable instead of the Gnus variable.
7435
7436         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7437
7438         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7439
7440         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7441         since some servers don't like it.
7442         (nnimap-open-connection): Forget credentials if the server says the
7443         password was wrong.
7444         (nnimap-parse-line): Protect against invalid data.
7445
7446         * gnus-sum.el (gnus-summary-move-article): Add comment.
7447         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7448         nothing alters it while scanning for new messages.
7449
7450         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7451         which may or may not help.
7452         (nnimap-open-connection): If we're doing a stream connection, and then
7453         discover we're on a STARTTLS-capable server, then open a STARTTLS
7454         connection instead.
7455
7456 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * nnimap.el (utf7): Require.
7459
7460         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7461         prefix.
7462
7463 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7464
7465         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7466
7467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7468
7469         * nnimap.el (nnimap-request-accept-article): Message the error on
7470         error.
7471
7472 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7475
7476 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * nndoc.el (nndoc-request-list): Return success always.
7479
7480         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7481         `fetch-old' -- we only want to fetch the articles we've requested.
7482         The rest are in the agent, probably.
7483         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7484         disappeared server" to something low.  It's not important.
7485
7486         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7487         arrived before the FETCH data.
7488
7489         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7490         target here, because we don't know the Gnus name of the group.
7491
7492         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7493         for the correct group.
7494
7495         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7496
7497         * gnus.el (gnus): Give a final warning after startup.
7498
7499         * gnus-util.el (gnus-action-message-log): New variable.
7500         (gnus-message): Use it.
7501         (gnus-final-warning): New function.
7502
7503         * nnimap.el (nnimap-open-connection): Record the greeting.
7504         (nnimap): Add greeting.
7505
7506 2010-09-26  Julien Danjou  <julien@danjou.info>
7507
7508         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7509         arguments.
7510         (gnus-html-wash-images): Fix spec computing to include start/end.
7511
7512         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7513
7514 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7517         deletion.
7518         (nnimap-retrieve-headers): Don't select the group, because that's
7519         already done by nnimap-possibly-change-group.
7520
7521         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7522         (gnus-picon-transform-address): Use it.
7523
7524         * mail-source.el (mail-source-value): Revert previous patch.
7525
7526         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7527         on failure.
7528         (nnimap-open-connection): Look up both virtual and physical server name
7529         credentials.
7530
7531         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7532
7533 2009-02-07  Dave Love  <fx@gnu.org>
7534
7535         * tls.el (open-tls-stream): Don't query killing process.
7536
7537 2009-02-08  Dave Love  <fx@gnu.org>
7538
7539         * gnus-win.el (gnus-window-to-buffer-helper)
7540         (gnus-all-windows-visible-p): Function needn't be a symbol.
7541
7542         * mail-source.el (mail-source-value): Function needn't be a symbol.
7543
7544 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545
7546         * message.el (message-cite-prefix-regexp): Remove } from the cite
7547         prefix.
7548
7549         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7550         highlight again, so that the highlight is correct.
7551
7552         * gnus-picon.el (gnus-picon): Remove again.
7553         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7554
7555         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7556         doing the header highlightling, so that the background color of the
7557         picon is correct.
7558
7559         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7560         (gnus-picon): Ditto.
7561         (gnus-picon): Reinstate.  The background color for picons is white.
7562         (gnus-picon-insert-glyph): Make the background white.
7563
7564         * nnml.el (nnml-open-nov): Don't return dead buffers.
7565
7566         * auth-source.el (auth-source-create): Query the user for whether to
7567         store the credentials.
7568
7569         * netrc.el (netrc-store-data): New function.
7570
7571         * auth-source.el (auth-source-user-or-password): Use the existing auth
7572         sources, if any, for creation.
7573
7574         * gnus.el (gnus-group-fast-parameter): Return the last matching
7575         parameter instead of the first matching parameter.
7576
7577 2010-09-26  Julien Danjou  <julien@danjou.info>
7578
7579         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7580
7581 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * mml2015.el (mml2015-use): Remove gpg support.
7584
7585         * mml1991.el (mml1991-function-alist): Remove gpg function.
7586         (mml1991-gpg-sign): Remove.
7587
7588 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7589
7590         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7591         (gnus-browse-unsubscribe-current-group): Document it.
7592         (gnus-browse-unsubscribe-group): Use it.
7593
7594 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7597         address to the To list for easier response.
7598
7599         * gnus.el (gnus-play-startup-jingle): Remove.
7600         (gnus-splash): Don't play jingle.
7601         (gnus): Silence gnus-load message.
7602
7603         * gnus-art.el (gnus-treat-play-sounds): Remove.
7604
7605         * gnus.el (gnus-play-jingle): Remove audio support.
7606
7607         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7608
7609         * earcon.el: Remove -- no users.
7610
7611         * gnus-audio.el: Remove -- no users of this package.
7612
7613         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7614
7615         * gnus-start.el (gnus-setup-news): Remove nocem support.
7616
7617         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7618
7619         * gnus.el (gnus-use-nocem): Remove.
7620
7621         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7622         Remove.
7623
7624         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7625         uses NoCeM any more.
7626
7627         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7628         (gnus-button-ctan-handler): Ditto.
7629         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7630         (gnus-button-ctan-directory-regexp): Ditto.
7631         (gnus-button-handle-ctan): Ditto.
7632         (gnus-button-tex-level): Ditto.
7633         (gnus-button-alist): Remove CTAN stuff.
7634
7635 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7638         nnimap-streaming test.
7639
7640         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7641         servers twice.
7642
7643         * nnimap.el (nnimap-open-connection): Add more error reporting when
7644         nnimap fails early.
7645
7646         * nnheader.el (nnheader-get-report-string): New function.
7647         (nnheader-get-report): Use it.
7648
7649         * gnus-int.el (gnus-check-server): Say what the error was when opening
7650         failed.
7651
7652         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7653         using streaming.
7654
7655 2010-09-25  Julien Danjou  <julien@danjou.info>
7656
7657         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7658         gnus-window-inside-pixel-edges.
7659
7660 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7663
7664         * mm-decode.el (mm-save-part): Allow saving to other directories the
7665         normal Emacs way.
7666
7667         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7668         Suggested by Jay Berkenbilt.
7669
7670         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7671         there isn't a single byte.
7672
7673         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7674         just do it.  It doesn't really seem to matter what the user responds
7675         here, I think, so it's just a confusing question.
7676
7677         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7678         non-streaming case.
7679
7680         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7681         (gnus-article-encrypt-body): Use it.
7682
7683         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7684         keystroke.
7685
7686         * nnimap.el (nnimap-find-wanted-parts-1):
7687         Use gnus-fetch-partial-articles.
7688
7689         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7690
7691         * nnimap.el (nnimap-insert-partial-structure): New function.
7692         (nnimap-get-partial-article): New function.
7693         (nnimap-request-article): Use it.
7694         (nnimap-wait-for-response): Return whether the wait was successful.
7695         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7696         retrieval wasn't successful.
7697         (nnimap-retrieve-group-data-early): Allow throttling servers.
7698         (nnimap-streaming): New variable.
7699         (nnimap-fetch-partial-articles): Remove.
7700
7701         * mm-decode.el (mm-with-part): Protect against killed buffers.
7702
7703         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7704         for prettier summary display.
7705
7706 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7707
7708         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7709
7710 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7713         apparently third-party libraries depend on it.
7714
7715         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7716         before starting negotiation.
7717
7718         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7719         privacy reasons.
7720         (gnus-treat-mail-gravatar): Ditto.
7721
7722         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7723         buffer when inserting images.  Inserting text into the headers, for
7724         instance, can make them invalid.
7725
7726 2010-09-25  Julien Danjou  <julien@danjou.info>
7727
7728         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7729         variables.
7730
7731         * nnheader.el: Remove useless variables news-reply-yank-from and
7732         news-reply-yank-message-id.
7733
7734         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7735         variables.
7736
7737         * mml1991.el: Remove useless mml1991-verbose.
7738
7739         * gnus.el: Remove useless variable gnus-use-generic-from.
7740         Remove obsolete variable gnus-topic-indentation.
7741
7742         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7743
7744         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7745
7746         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7747
7748         * gnus-group.el: Remove useless gnus-group-icon-cache.
7749         Remove useless gnus-ephemeral-group-server.
7750
7751         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7752
7753         * mml2015.el: Remove useless mml2015-verbose.
7754
7755         * mml-smime.el: Remove useless mml-smime-verbose.
7756
7757         * gnus.el: Remove useless gnus-local-domain.
7758
7759         * gnus-gravatar.el (gnus-gravatar-transform-address):
7760         Use gnus-gravatar-size.
7761
7762         * gnus-art.el: Remove useless gnus-treat-translate.
7763
7764 2010-09-24  Julien Danjou  <julien@danjou.info>
7765
7766         * gnus-sum.el: Add support for Gravatars.
7767
7768         * gnus-art.el: Add support for Gravatars.
7769
7770         * gnus-gravatar.el: Add this file.
7771
7772         * gravatar.el: Add this file.
7773
7774 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7777
7778         * gnus-group.el (gnus-group-fetch-faq): Remove.
7779
7780         * gnus.el (gnus-group-faq-directory): Remove.
7781
7782         * gnus-group.el (gnus-group-fetch-charter): Remove.
7783
7784         * gnus.el (gnus-group-charter-alist): Remove.
7785
7786         * gnus-group.el (gnus-group-archive-directory): Remove.
7787         (gnus-group-recent-archive-directory): Ditto.
7788         (gnus-group-make-archive-group): Remove.
7789
7790         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7791
7792         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7793         use the same article number for all the cached articles.
7794
7795         * nnimap.el (nnimap-command): Register the last command time so
7796         that we can use it for idling NOOPs.
7797         (nnimap-open-connection): Start the keeplive timer.
7798         (nnimap-make-process-buffer): Store all the process buffers.
7799         (nnimap-keepalive): New function.
7800
7801         * starttls.el (starttls-open-stream): Add autoload cookie.
7802
7803 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7804
7805         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7806         handling.
7807
7808 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7811         its data structures.
7812
7813         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7814         instead of the cl.el copy-list.
7815         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7816         equalp.
7817
7818 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7821         and tool-bar-local-item-from-menu.
7822
7823         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7824         mode-line-highlight face for Emacs.
7825
7826         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7827         loading gnus-sum.elc; fix comment for canlock-verify.
7828         (gnus-article-jump-to-part): Use read-number.
7829         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7830         Remove Emacs pre-21 compatible code for help-echo.
7831         (gnus-article-next-page-1): No need to adjust the number of lines.
7832         (gnus-article-describe-bindings): Always use help-buffer.
7833
7834         * gnus-audio.el (gnus-audio-inline-sound):
7835         * gnus-cus.el (gnus-custom-mode):
7836         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7837
7838         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7839
7840         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7841         compatible code.
7842
7843 2010-09-24  Glenn Morris  <rgm@gnu.org>
7844
7845         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7846         visiting the fcc file in rmail-mode.
7847
7848         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7849
7850 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * nnir.el: Silence the byte compiler.
7853
7854         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7855         alias to browse-url-url-encode-chars if any.
7856         (gnus-html-encode-url): Use it.
7857
7858 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus-start.el (gnus-use-backend-marks): New variable.
7861         (gnus-get-unread-articles-in-group): Use it.
7862
7863         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7864         makeover.
7865
7866 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7867
7868         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7869
7870 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7873         Remove.
7874         (gnus-setup-news-hook):
7875         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7876
7877         * gnus-int.el (gnus-request-update-info): Protect against backends not
7878         having the function.
7879
7880         * nnimap.el (nnimap-stream): Mention starttls.
7881         (nnimap-open-connection): Add starttls support.
7882
7883 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7884
7885         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7886
7887 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7890         BODYSTRUCTUREs.
7891         (nnimap-transform-headers): Unfold quoted {42} headers.
7892
7893         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7894         the info.
7895         (gnus-get-unread-articles): Only call updatep on backends that support
7896         it.
7897
7898         * nnweb.el (nnweb-request-update-info): NOOP.
7899
7900         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7901
7902         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7903         since it only deals with marks.
7904
7905         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7906         gnus-request-marks, and make a new gnus-request-update-info.
7907
7908         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7909         the active instead of the high number, which is usually too low.
7910
7911 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7914         * encrypt.el: Remove.
7915
7916 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7919         server in symbolic form.
7920
7921         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7922
7923 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7926         (nnimap-update-info): Fix up code slightly.
7927
7928         * gnus-int.el (gnus-open-server): Add tracing for performance
7929         debugging.
7930
7931         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7932         (gnus-group-insert-group-line): Pass the real group name so that it
7933         gets the right data.
7934
7935         * gnus-start.el (gnus-get-unread-articles): Don't have
7936         `gnus-get-unread-articles-in-group' update info, since that can be
7937         really slow and doesn't seem to be needed?
7938
7939 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7940
7941         * time-date.el (date-to-time): Try using parse-time-string first before
7942         using the slower timezone-make-date-arpa-standard.
7943
7944 2010-09-22  Julien Danjou  <julien@danjou.info>
7945
7946         * gnus-group.el (gnus-group-insert-group-line):
7947         Call gnus-group-highlight-line.
7948         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7949         default hook list.
7950         (gnus-group-update-eval-form): Add new function.
7951         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7952         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7953
7954 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7957         immediate, then expire all articles.
7958         (nnimap-update-info): Fix off-by-one errors.
7959         (nnimap-flags-to-marks): Would return no marks lists for group with no
7960         flags.  Instead return the other data.
7961
7962 2010-09-22  Julien Danjou  <julien@danjou.info>
7963
7964         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7965         Only return an icon.
7966         (gnus-group-insert-group-line): Compute icon to return.
7967
7968         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7969         (gnus-html-image-fetched): Only cache if
7970         gnus-html-image-automatic-caching is set.
7971         (gnus-html-image-fetched): Check for errors.
7972
7973 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7976         once per method on `g'.  This ensures that backends like nnfolder don't
7977         open all their folders.
7978
7979         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7980         (nnimap-request-list): Nix out group in the correct buffer.
7981         (nnimap-parse-flags): Implement by using `read' instead of
7982         hand-parsing.
7983         (nnimap-flags-to-marks): Pass on permanent-flags.
7984         (nnimap-make-process-buffer): Record the server name.
7985         (nnimap-parse-flags): Fix typo.
7986         (nnimap-request-scan): Run split on the server in general, not just a
7987         single group.
7988
7989         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7990         parameter, and propagate this downwards.
7991
7992         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7993         since EXAMINE changes it on the server.
7994
7995         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7996         this command might take a while.
7997
7998 2010-09-22  Julien Danjou  <julien@danjou.info>
7999
8000         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8001         harmful if you have 2 images side-by-side, they can't be properly
8002         update on text deletion.  Using text-property is safer here.
8003         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8004         data.
8005
8006 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * nnimap.el (nnimap-expunge-inbox): Remove.
8009         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8010         (nnimap-expunge): Flip default to t.
8011
8012         * gnus.el (gnus-method-to-server): Don't push things to the cache
8013         unless it's unique.
8014         (gnus-server-to-method): Ditto.
8015
8016 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8019
8020 2010-09-22  Julien Danjou  <julien@danjou.info>
8021
8022         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8023         get the start of data.
8024         (gnus-html-encode-url): Add this function to encode special chars in
8025         URL.
8026         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8027         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8028
8029         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8030         default.
8031         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8032
8033         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8034         images alt-text.
8035         (gnus-html-put-image): Put alt-text as help-echo.
8036
8037 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8040         * mm-util.el (mm-decompress-buffer):
8041         * nnir.el (nnir-run-find-grep):
8042         * pop3.el (pop3-list): Use 3rd arg of split-string.
8043
8044         * time-date.el (format-seconds): Comment fix.
8045
8046         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8047         and byte-optimize-form-code-walker.
8048         (dgnushack-make-auto-load): Don't advise make-autoload.
8049
8050         * lpath.el: Remove Emacs 21 stuff.
8051
8052 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8055         outside the active range.  Suggested by Dan Christensen.
8056
8057         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8058         slightly later to avoid double-getting it.
8059
8060         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8061         previous patch.
8062
8063         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8064
8065 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8066
8067         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8068
8069 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * gnus-int.el (gnus-open-server): Give a better error message in the
8072         "go offline" case.
8073
8074         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8075         marks for nnimap, which is seldom the right thing to do.
8076
8077         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8078         (gnus-same-method-different-name): New function.
8079
8080         * nnimap.el (parse-time): Require.
8081
8082         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8083         method in the presence of many similar methods.
8084
8085         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8086
8087         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8088         nnml-inhibit-expiry.
8089
8090         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8091         find out whether methods are equal.
8092
8093         * nnimap.el (nnimap-find-expired-articles): New function.
8094         (nnimap-process-expiry-targets): New function.
8095         (nnimap-request-move-article): Request the article before looking at
8096         what the Message-ID is.  Fix found by Andrew Cohen.
8097         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8098
8099         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8100         for oldness in addition to being a predicate.
8101
8102         * nnimap.el (nnimap-request-group): When we have zero articles, return
8103         the right data to Gnus.
8104         (nnimap-request-expire-articles): Only delete articles immediately if
8105         the target is 'delete.
8106
8107         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8108         method, this would bug out.
8109
8110         * gnus-group.el (gnus-group-expunge-group): Rename from
8111         gnus-group-nnimap-expunge, and implemented as a normal interface
8112         function.
8113
8114         * gnus-int.el (gnus-request-expunge-group): New function.
8115
8116         * nnimap.el (nnimap-request-create-group): Implement.
8117         (nnimap-request-expunge-group): New function.
8118
8119 2010-09-21  Julien Danjou  <julien@danjou.info>
8120
8121         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8122         (gnus-html-cache-expired): Add new function.
8123         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8124         wethever we should display image for fetch it.
8125         Compute alt-text earlier to pass it to the fetching function too.
8126         (gnus-html-schedule-image-fetching): Change function argument to only
8127         get one image at a time, not a list.
8128         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8129         cache.
8130         (gnus-html-get-image-data): New function to retrieve image data from
8131         cache.
8132         (gnus-html-put-image): Change buffer argument to use image data rather
8133         than file, and place image above region rather than inserting a new
8134         one.  Do not take alt-text as argument, since it's useless now: we place
8135         the image above alt-text.
8136         (gnus-html-prune-cache): Remove.
8137         (gnus-html-show-images): Start to fetch image when we find one, do not
8138         push into a temporary list.
8139         (gnus-html-prefetch-images): Only fetch image if they have expired.
8140         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8141         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8142
8143 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8146
8147 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148
8149         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8150         spec inser "*" if the group isn't active instead of 0.
8151
8152         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8153         opening the server.
8154         (nnimap-request-delete-group): Implement group deletion.
8155         (nnimap-transform-headers): Return the size of the entire message in
8156         the Bytes header, not just the size of the first part.
8157         (nnimap-request-move-article): When moving an article from nnimap,
8158         request the article first so the accepting form has an article to
8159         accept.  Reported by Dan Christensen.
8160         (nnimap-command): Make sure that the error message doesn't error out.
8161
8162 2010-09-20  David Edmondson  <dme@dme.org>
8163
8164         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8165         we haven't requested anything.
8166
8167 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8170         "".  Fix found by Andrew Cohen.
8171
8172         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8173         instead of -encode-string.
8174
8175 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8178
8179         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8180         by mm-subst-char-in-string.
8181
8182 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8185         waiting for the connection string.
8186
8187         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8188         arriving.
8189
8190         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8191         bogus characters.  This allows selecting certain Gmail groups.
8192
8193         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8194         (nnimap-fetch-partial-articles): New variable.
8195         (nnimap-open-connection): When looking for credentials, also use the
8196         nnimap-server-port.
8197         (nnimap-request-article): Return the group/article number, so that Gnus
8198         `^' works as expected.
8199         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8200
8201         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8202         comments.
8203         (gnus-methods-sloppily-equal): New function.
8204         (gnus): When using the development version of Gnus, load the gnus-load
8205         file.
8206
8207         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8208         `gnus-open-server' on each method before trying to scan them etc.
8209         This ensures that all the backend parameters are set correctly.
8210
8211         * nnimap.el (nnimap-authenticator): New variable.
8212         (nnimap-open-connection): Allow anonymous login.
8213         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8214         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8215
8216         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8217         patch, found by Knut Anders Hatlen.
8218
8219 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8220
8221         * gnus-agent.el (gnus-agent-batch-confirmation)
8222         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8223         to gnus-message.
8224         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8225         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8226         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8227         * gnus-int.el (gnus-open-server): Likewise.
8228         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8229         (gnus-score-check-syntax): Likewise.
8230         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8231         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8232         Likewise.
8233         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8234
8235 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8238         calling conventions so that prefetch doesn't bug out.
8239
8240 2010-09-19  Julien Danjou  <julien@danjou.info>
8241
8242         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8243         rather than `subst-char-in-region' in order to be able to replace ASCII
8244         char by UTF-8 ones.
8245
8246         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8247         than curl.
8248         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8249         the right URL and ALT text on images.
8250         (gnus-html-wash-tags): Fix tag case.
8251         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8252         (gnus-article-html): Add -o display_ins_del=2 option.
8253         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8254
8255 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8256
8257         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8258         the extra mail headers, which sometimes seem to happen for unknown
8259         reasons.
8260
8261         * mail-parse.el (mail-header-encode-parameter): Define as
8262         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8263         (or most, perhaps?) mail readers don't understand the latter, but do
8264         understand the former.
8265
8266         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8267         to nil, so that no methods are automatically agentized.  I think this
8268         is probably what most users want.
8269
8270         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8271         from url-retrieve, for instance about invalid URLs.
8272
8273         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8274         groups that have no articles.
8275         (nnimap-request-article): Check that we really got an article when we
8276         requested one.
8277
8278         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8279         doesn't exist.
8280
8281         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8282         nntp buffer so the agent can save it.
8283         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8284         that CRLF doesn't get translated to \n.
8285         (nnimap-open-connection): Don't make 'shell commands only send \n.
8286
8287 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8288
8289         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8290         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8291         Update var name.
8292         (nnml-generate-nov-file): Use dolist.
8293         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8294         Use with-current-buffer.
8295
8296 2010-09-18  Julien Danjou  <julien@danjou.info>
8297
8298         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8299         parallel.
8300
8301 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8302
8303         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8304         the range update right.
8305         (nnimap-request-group): Don't make `M-g' bug out on group with no
8306         marks.
8307         (nnoo): Require, so that other packages can require nnimap.
8308         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8309         command we're looking for.  This helps when the server sends more
8310         responses after we've gotten everything we expected.
8311         (nnimap): Add a `newlinep' field to keep track of end-of-line
8312         conventions.
8313         Don't send CRLF to things that don't want it.
8314         (nnimap-request-accept-article): Ditto.
8315
8316 2010-09-18  Julien Danjou  <julien@danjou.info>
8317
8318         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8319         than curl to retrieve images.
8320
8321 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8324         the marks.
8325         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8326         (nnimap-wait-for-connection): New function.
8327         (nnimap-open-connection): If we have PREAUTH, don't query for login
8328         credentials.
8329         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8330         when doing a partial update.
8331
8332 2010-09-18  Julien Danjou  <julien@danjou.info>
8333
8334         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8335         tags.
8336
8337 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * nnimap.el (nnimap-credentials): New function.
8340         (nnimap-open-connection): Use the new function to look for credentials
8341         also on the numeric equivalents of "imap" and "imaps".
8342
8343         * gnus-start.el (gnus-activate-group): Send the info to
8344         gnus-request-group.
8345
8346         * nnimap.el (nnimap-request-group): Have the "check" version of the
8347         function parse flags and update the info, so that a `M-g' get a total
8348         resync of all flags from the group.
8349
8350         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8351         to allow backends to alter the info on group selection.  Also alter all
8352         the backend -request-group functions to take the parameter.
8353
8354         * nnimap.el (nnimap-store-info): New function.
8355         (nnimap-update-info): Store the info for later usage.
8356         (nnimap-request-group): Use the stored info for the dont-check case, so
8357         that we don't retrieve all marks when we enter a group.
8358
8359         * nnimap.el: Use deffoo instead of defun for interface functions.
8360
8361         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8362         update the group info.  This makes the nndraft groups, for instance, go
8363         back to their old behavior.
8364
8365         * gnus-sum.el (gnus-select-newsgroup): Indent.
8366
8367         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8368         in.
8369         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8370         nothing.
8371
8372         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8373         from methods that are denied.
8374
8375         * gnus-int.el (gnus-method-denied-p): New function.
8376
8377         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8378         store the password instead of netrc.
8379         (nnimap-open-connection): Don't error out when we can't make a
8380         connections.
8381
8382         * auth-source.el (auth-source-create): In the password prompt, say what
8383         we're querying for.  Also prompt for user name if that hasn't been
8384         given.
8385
8386         * nnimap.el (nnimap-with-process-buffer): Remove.
8387
8388 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8391         method when we're reading from the agent.
8392
8393         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8394
8395         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8396         that's probably most useful for users.
8397
8398         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8399         "failed" all the time.
8400
8401         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8402         ...)) with (with-current-buffer ... ).
8403
8404         * nntp.el (nntp-open-server): Return whether the open was successful or
8405         not.
8406
8407         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8408         select an unread unseen article first.
8409
8410         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8411         /etc/services, supply some sensible port defaults.
8412
8413         * dgnushack.el: Define netrc-credentials.
8414
8415 2010-09-17  Julien Danjou  <julien@danjou.info>
8416
8417         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8418
8419 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8420
8421         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8422         doesn't have any parameters.
8423
8424 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8427         only upcased checks.
8428
8429         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8430
8431         * nnimap.el (nnimap-open-shell-stream): New function.
8432         (nnimap-open-connection): Use it.
8433         (nnimap-transform-headers): Get the number of lines in each message.
8434         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8435         number of lines.
8436         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8437         problem.
8438
8439         * utf7.el (utf7-encode): Autoload.
8440
8441         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8442         to allow the mail splitting to not return a default group.  This is
8443         useful for nnimap, which will leave unmatched mail in the inbox.
8444
8445         * nnimap.el: Rewritten.
8446
8447         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8448         nnimap usage.
8449
8450         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8451         if the move is internal, so that nnimap can do fast internal moves.
8452
8453         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8454         data.
8455         (gnus-read-active-for-groups): Support finishing the early retrieval of
8456         data.
8457
8458         * gnus-range.el (gnus-range-nconcat): New function.
8459
8460         * gnus-int.el (gnus-finish-retrieve-group-infos)
8461         (gnus-retrieve-group-data-early): New functions.
8462
8463 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8464
8465         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8466         (nnrss-retrieve-groups):
8467         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8468         (pop3-quit): Use with-current-buffer.
8469
8470 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8473         instead of nnheader-accept-process-output.
8474
8475         * dgnushack.el (dgnushack-compile): Add comment.
8476
8477         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8478
8479         * gnus-html.el (gnus-html-schedule-image-fetching)
8480         (gnus-html-prefetch-images): Replace process-kill-without-query by
8481         gnus-set-process-query-on-exit-flag.
8482
8483 2010-09-16  Romain Francoise  <romain@orebokech.com>
8484
8485         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8486
8487 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8490         parameter to unintern is mandatory-ish in Emacs 24.
8491
8492         * gnus-html.el (gnus-html-schedule-image-fetching)
8493         (gnus-html-prefetch-images): Check for curl before using it.
8494
8495         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8496         depend on curl, which isn't essential.
8497
8498         * imap.el: Revert back to version
8499         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8500         seem problematic.
8501
8502 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8503
8504         * gnus-registry.el (gnus-registry-install-shortcuts):
8505         Explicitly pass `obarray' to `unintern' to avoid a warning.
8506
8507 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8510         change.
8511
8512         * nnrss.el (nnrss-request-list): Remove this function and related
8513         functions, including the moreover stuff.
8514
8515 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * nnrss.el (nnrss-retrieve-groups): New function.
8518
8519 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8520
8521         * .dir-locals.el: Add no-byte-compile cookie.
8522
8523 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * time-date.el (format-seconds): Comment fix.
8526
8527         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8528         for back end that doesn't support request-scan.
8529
8530 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8533         then do request scans from the backends.
8534
8535         * netrc.el (netrc-credentials): New conveniency function.
8536
8537         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8538         avoid running a hook per line, since this takes a lot of time,
8539         profiling shows.
8540         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8541         directly if gnus-visual-p is true.
8542
8543 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8546         groups; replace mapcar with dolist which is a bit faster; pass groups
8547         info to gnus-read-active-file-1.
8548         (gnus-read-active-file-1): Scan only specified groups if the new
8549         optional arg `infos' is given.
8550
8551 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8554
8555         * pop3.el (pop3-movemail): Remove.
8556         (pop3-streaming-movemail): Rename to pop3-movemail.
8557
8558         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8559         don't restrict end-tag searches to the end of the line.
8560
8561 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8564         articles of every unchecked group to t, which means unknown since the
8565         server has never been opened.
8566
8567 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8568
8569         * gnus-html.el (gnus-html-show-alt-text): New command.
8570         (gnus-html-browse-image): Ditto.
8571         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8572         to browse the image directly.
8573         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8574         better.
8575
8576         * gnus-async.el (gnus-async-article-callback):
8577         Call `gnus-html-prefetch-images' unconditionally.
8578
8579         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8580         before feeding URLs to curl.
8581
8582 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8585         internal images as deletable by `W D D'.
8586
8587         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8588         (gnus-async-article-callback): Fix typo.
8589
8590 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8593         current line to work around bugs in the output from w3m.
8594
8595         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8596         for groups that want that.
8597
8598         * nntp.el (nntp-wait-for-string): Supply a timeout for
8599         accept-process-output to ensure progress.
8600
8601         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8602         level to get unread articles from, then use that for foreign groups,
8603         too.
8604
8605         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8606         confuses the rest of the function.
8607
8608         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8609         for the methods that support -retrieve-groups, too.
8610
8611         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8612
8613 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8616         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8617
8618         * pop3.el: Require cl when compiling.
8619         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8620
8621 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8624         that aren't going to be activated.
8625         (gnus-get-unread-articles): Fix up the last commit.
8626
8627         * gnus-html.el (gnus-article-html): Allow calling without specifying
8628         the handle.  In that case, dissect the buffer first.
8629
8630         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8631
8632         * nnimap.el (nnimap-open-connection): Revert the change that would look
8633         into authinfo for imaps instead of imap.
8634
8635         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8636         say that you don't want to call gnus-request-group with don-check, but
8637         do check the reponse.  This is for virtual groups only.
8638         (gnus-get-unread-articles): Count the archive groups as secondary, so
8639         that they're activated the same way as before.
8640
8641         * imap.el (imap-message-map): Removed optional buffer parameter, since
8642         no callers use it.
8643         (imap-message-get): Ditto.
8644         (imap-message-put): Ditto.
8645         (imap-mailbox-map): Ditto.
8646         (imap-mailbox-put): Ditto.
8647         (imap-mailbox-get): Ditto.
8648         (imap-mailbox-get): Revert last change for this function.
8649
8650         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8651         case-insensitively.
8652         (nnimap-debug): Remove.
8653
8654         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8655         callers to use `imap-fetch' instead.  According to the comments, this
8656         should be safe, since all other IMAP clients use the 1:* syntax.
8657         (imap-enable-exchange-bug-workaround): Remove.
8658         (imap-debug): Remove -- doesn't seem very useful.
8659
8660         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8661         mail from a file, and the file doesn't exist.
8662
8663         * imap.el (imap-log): New convenience function used throughout instead
8664         of repeating the same code all over the place.
8665
8666         * pop3.el (pop3-streaming-movemail): Return t for success.
8667
8668         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8669         .authinfo if we're using ssl connection.
8670
8671         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8672         already have if we're in a main Gnus `g' run.
8673
8674         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8675
8676 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8679
8680         * nnmh.el (nnmh-request-list-1): Bind `file'.
8681
8682         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8683         alias to set-process-query-on-exit-flag or process-kill-without-query.
8684         (pop3-open-server): Use it.
8685
8686 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8689         box to the Incoming file.  Fixes mistake in previous checkin.
8690
8691         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8692         request loop (for debugging purposes) removed.
8693
8694         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8695         culprit is more visible.
8696         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8697         (nnml-add-incremental-nov): New functions to do "incremental" nov
8698         updates, where we just append to the end of the existing nov files
8699         without reading/writing them in full.
8700
8701         * mail-source.el (mail-source-delete-crash-box): Really only check the
8702         incoming files once in a while.
8703
8704         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8705
8706         * mail-source.el (mail-source-delete-crash-box): Only check the
8707         incoming files for deletion once per day to save a lot of file
8708         accesses.
8709
8710         * pop3.el (pop3-logon): Fix up unbound variable typo.
8711
8712         * mail-source.el (pop3-streaming-movemail): Autoload.
8713
8714         * pop3.el (pop3-streaming-movemail):
8715         Respect pop3-leave-mail-on-server.
8716
8717         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8718         retrieval.
8719
8720         * pop3.el (pop3-process-filter): Remove unused function.
8721         (pop3-streaming-movemail, pop3-send-streaming-command)
8722         (pop3-wait-for-messages, pop3-write-to-file)
8723         (pop3-number-of-responses): New functions for streaming pop3
8724         retrieval.
8725
8726         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8727         come from no known methods.
8728         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8729         list.
8730
8731         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8732         message sizes.
8733         (pop3-movemail): Use erase-buffer instead of looping and deleting
8734         regions, which seems rather odd.
8735
8736         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8737         file once per `g' run.
8738
8739         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8740         directories.  This makes the draft queue directory work.
8741
8742         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8743         data from the backends, so that we only request the list of groups from
8744         each method once.  This should speed things up considerably.
8745
8746         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8747         detect that it's not implemented.
8748
8749         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8750         we actually do recurse down into the tree, but don't stat all leaf
8751         nodes.
8752
8753         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8754         then say so instead of bugging out.
8755
8756         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8757         files exist before trying to read them.
8758
8759         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8760         around <pre_int>.
8761
8762         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8763
8764         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8765
8766 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * mm-util.el (mm-image-load-path): Just return the image directories,
8769         not all directories in the path in addition to the image directories.
8770         (mm-image-load-path): Maintain a cache of the image directories so that
8771         the `g' command in Gnus doesn't have to stat dozens of directories each
8772         time.
8773
8774         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8775         (gnus-html-wash-tags): Add a new `i' command to insert images.
8776         (gnus-html-insert-image): New command and keystroke.
8777         (gnus-html-redisplay-with-images): New command and keystroke.
8778         (gnus-html-show-images): Rename command.
8779         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8780         spacers.
8781         (gnus-html-wash-tags): Decode entities at the end, so that entities
8782         inside the tags don't mess up the rest of the "parsing".
8783
8784         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8785         so that nnimap methods aren't agentized by default.  There's apparently
8786         many problems related to agent/imap behavior.
8787
8788         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8789
8790         * gnus-html.el: Doc fix.
8791
8792 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8795         specifier-spec-list for Emacs 21.
8796
8797         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8798         glyph-width and glyph-height instead of display-graphic-p and
8799         image-size; make avoidance of displaying small images work for XEmacs.
8800
8801         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8802         for XEmacs.
8803
8804         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8805         of symbol that holds plist data.
8806         (gnus-process-plist): Remove plist of process after getting it.
8807
8808 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * message.el (message-generate-hashcash): Change default to
8811         'opportunistic if hashcash is installed.
8812
8813         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8814         (gnus-html-put-image): Only call image-size once, since it's somewhat
8815         time-consuming on remote X servers.
8816
8817 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8820         type on data, not a file name.
8821
8822         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8823         window-pixel-edges for Emacs 21.
8824
8825         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8826         decoded contents.
8827         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8828
8829 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8832         group line format, since it isn't very interesting.
8833
8834         * gnus-agent.el (gnus-agent-short-article),
8835         (gnus-agent-long-article): Increase values for these two variables,
8836         since most people are likely to have more network connection and
8837         storage than before.
8838
8839         * gnus.el (gnus-refer-article-method): Change default to 'current.
8840         When referring an article, the common behavior is to refer it from the
8841         current select method, not the native select method.  The chances of
8842         the native select method having the message in question is rather slim
8843         these days.
8844
8845         * gnus-sum.el (gnus-auto-select-subject): Change default to
8846         `unseen-or-unread'.  I think it's likely that most people want to
8847         select an unseen article over a previously seen, but unread one.
8848
8849         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8850         means that in the article buffer none of the minor mode elements will
8851         be shown, usually, and this is not desirable in most cases.
8852
8853         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8854         that commands like `d' (and the like) go to the next line in the
8855         buffer, instead of the next unread article.  I think this is the
8856         behavior that is most natural for most users.
8857         (gnus-single-article-buffer): Change default to nil, so that people can
8858         have as many article buffers open as they have summary buffer.  I think
8859         this is the most natural way for the groups to behave.
8860
8861         * message.el (message-generate-new-buffers): Change default to
8862         `unsent', so that all new message buffers start their names with the
8863         string "*unsent", and it's easier to find the buffers if you move from
8864         them.
8865
8866 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8869         small.  They're probably tracking images.
8870         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8871         (gnus-html-rescale-image): Yet another try at getting the image sizing
8872         right.
8873
8874         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8875         nntp-marks-file-name is nil.
8876
8877 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8878
8879         * gnus-html.el (gnus-html-wash-tags)
8880         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8881         Better logging.
8882
8883 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8886
8887         * gnus-html.el (gnus-html-wash-tags): Check the value of
8888         gnus-blocked-images in the summary buffer.
8889
8890 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8891
8892         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8893
8894 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8895
8896         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8897         like "a", it seems like.
8898         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8899         since it needs to be picked from the correct buffer.
8900
8901         * nnwfm.el: Remove.
8902
8903         * nnlistserv.el: Remove.
8904
8905 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8906
8907         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8908         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8909
8910 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * nnkiboze.el: Remove.
8913
8914         * nndb.el: Remove.
8915
8916         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8917         alt text.
8918         (gnus-html-rescale-image): Try to get the rescaling logic right for
8919         images that are just wide and not tall.
8920
8921         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8922         overshadow variable bindings.
8923
8924 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8925
8926         * gnus-html.el (gnus-html-wash-tags)
8927         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8928         Add extra logging.
8929
8930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8933         (gnus-max-image-proportion): New variable.
8934         (gnus-html-rescale-image): New function.
8935         (gnus-html-put-image): Rescale images.
8936
8937 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8938
8939         Fix up some byte-compiler warnings.
8940         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8941         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8942         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8943         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8944         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8945         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8946         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8947
8948 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-html.el (gnus-article-html): Decode contents by charset.
8951
8952 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8955         (gnus-html-frame-width, gnus-blocked-images):
8956         * message.el (message-prune-recipient-rules): Add custom version.
8957         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8958
8959         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8960         functions.
8961
8962         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8963         gnus-process-get.
8964
8965 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8966
8967         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8968         instead of lsub directly.
8969
8970 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * nnwarchive.el: Remove.
8973
8974         * gnus-soup.el: Remove.
8975
8976         * nnsoup.el: Remove.
8977
8978         * nnultimate.el: Remove.
8979
8980         * gnus-html.el (gnus-blocked-images): New variable.
8981
8982         * message.el (message-prune-recipients): New function.
8983         (message-prune-recipient-rules): New variable.
8984
8985         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8986         guess whether a long line is natural text or not.
8987
8988         * gnus-html.el (gnus-html-schedule-image-fetching):
8989         Use gnus-process-plist and friends for compatibility.
8990
8991 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8992
8993         * gnus-html.el: Require packages that define macros used in this file.
8994         (gnus-article-mouse-face): Declare to silence byte-compiler.
8995         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8996         process-get.
8997         (gnus-html-put-image): Use plist-get to avoid getf.
8998         (gnus-html-prefetch-images): Use with-current-buffer.
8999
9000 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-ems.el: Provide compatibility functions for
9003         gnus-set-process-plist.
9004
9005         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9006         header-line-format for XEmacs 21.4.
9007
9008         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9009         * gnus.el (gnus-valid-select-methods):
9010         * message.el (message-send-mail-partially-limit):
9011         * mm-decode.el (mm-text-html-renderer):
9012         * mml.el (mml-insert-mime-headers-always):
9013         * smiley.el (smiley-regexp-alist): Bump custom version.
9014
9015 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-html.el: require mm-url.
9018         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9019         with the url to `url'.
9020         (gnus-html-wash-tags): Support cid: URLs/images.
9021
9022 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9025         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9026         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9027
9028         * gnus-move.el: Remove file, since it doesn't really work.
9029
9030         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9031         UTF-8.  This seems to fix problems with some German web feeds.
9032
9033         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9034         at the top so that the proper colors are applied.
9035
9036         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9037         don't have dots in their names.
9038
9039         * gnus-art.el (gnus-article-view-part): Doc fix.
9040
9041         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9042         XEmacs-compatible.
9043         (gnus-html-put-image): Don't do images on non-graphic displays.
9044
9045         * nnslashdot.el: Remove this unused backend.
9046
9047         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9048         actions.
9049         (gnus-undo-register-1): Revert last change.
9050
9051         * gnus-group.el (gnus-group-completing-read): Protect against not
9052         having completion-styles bound.
9053
9054         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9055         make broken recipients happier.
9056
9057         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9058
9059         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9060         point parameter.
9061
9062         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9063
9064         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9065         completion-styles for group selection.
9066
9067 2009-02-04  Andreas Schwab  <schwab@suse.de>
9068
9069         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9070         headers and regexp-quote the match if necessary.
9071
9072 2009-03-24  Miles Bader  <miles@gnu.org>
9073
9074         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9075         the blinking smiley.
9076
9077 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9078
9079         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9080         blink smiley.
9081
9082 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9085         where the dribbel file lives exists.
9086
9087         * message.el (message-send-mail-partially-limit): Change the default to
9088         nil, since most people don't want this.
9089
9090         * mm-url.el (mm-url-decode-entities): Also decode entities like
9091         &#x3212.
9092
9093 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9094
9095         * gnus-sum.el (gnus-summary-idna-message):
9096         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9097         Hyperlink urls in docstrings with URL `...'.
9098
9099 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9100
9101         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9102         functions.
9103
9104 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9107         say what the mouseover text should be.
9108
9109         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9110         version of the mm-w3m-safe-url-regexp variable to only download images
9111         in the groups where we want that to happen.
9112
9113         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9114
9115         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9116         easier debugging.
9117         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9118         big pictures in the article buffer.
9119
9120         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9121         gnus-article-html.
9122         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9123         w3m.
9124
9125         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9126
9127 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9130         which doesn't exist.
9131
9132         * message.el (message-inhibit-ecomplete): New variable to allow some
9133         function to inhibit ecomplete address storage.
9134         (message-resend): Disable ecomplete message storage when resending
9135         messages.
9136
9137         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9138
9139 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9142         Save excursion while copying, moving, and deleting articles in order to
9143         prevent the cursor from jumping to unforeseen place.
9144
9145 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * lpath.el: No need to bind bookmark-current-buffer,
9148         bookmark-yank-point and bookmark-make-record-function.
9149
9150 2010-08-17  Glenn Morris  <rgm@gnu.org>
9151
9152         * gnus-sync.el: Require gnus components whose functions are used.
9153
9154         * gnus-art.el (bookmark-make-record-function):
9155         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9156         Declare for compiler.
9157
9158         * mm-url.el (mml-compute-boundary): Autoload.
9159
9160 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9163
9164 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         Typo fix "hoo4a" -> "hook".
9167
9168         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9169
9170 2010-08-14  Glenn Morris  <rgm@gnu.org>
9171
9172         * gnus-sync.el (gnus-sync): Fix defgroup version.
9173
9174 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9175
9176         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9177
9178         * gnus-sync.el: Fix docs.
9179         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9180         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9181
9182 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9183
9184         Optimizations for gnus-sync.el.
9185
9186         * gnus-sync.el: Add docs about gnus-sync-backend
9187         possibilities.
9188         (gnus-sync-save): Remove unnecessary message.
9189         (gnus-sync-read): Optimize and show what groups were skipped.
9190
9191 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9192
9193         Minor bug fixes for gnus-sync.el.
9194
9195         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9196         Don't read the sync on get-new-news.
9197
9198         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9199         quiet.
9200
9201         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9202         (fix typo).
9203
9204 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9205
9206         Make saving and restoring of hidden threads work with overlays.
9207         Patch applied by Ted Zlatanov.
9208
9209         * gnus-sum.el (gnus-hidden-threads-configuration)
9210         (gnus-restore-hidden-threads-configuration): Update to deal with text
9211         properties, rather than searching for a magic character.
9212
9213 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9214
9215         New gnus-sync.el library for synchronization of marks.
9216
9217         * gnus-sync.el: New library for synchronization of marks.
9218
9219         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9220         renamed from `gnus-registry-grep-in-list'.
9221
9222         * gnus-registry.el (gnus-registry-follow-group-p):
9223         Use `gnus-grep-in-list'.
9224
9225         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9226
9227 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9230         determining charset of text fails.
9231
9232 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * nnmail.el (nnmail-get-new-mail-1): Revert.
9235
9236         * nnml.el (nnml-active-number): Make sure names of newly created groups
9237         in nnml-group-alist are encoded.
9238
9239 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9242         containing non-ASCII characters in active file for nnml back end.
9243
9244 2010-07-24  David Engster  <dengste@eml.cc>
9245
9246         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9247         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9248
9249 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9250
9251         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9252         tag (Bug#6654).
9253
9254 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9257         the article buffer, not the summary buffer.
9258
9259 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9262         Emacs 23 as well.
9263
9264 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9267         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9268
9269 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9270
9271         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9272         Patch applied by Karl Fogel.
9273
9274         * gnus-sum.el (gnus-summary-bookmark-make-record):
9275         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9276
9277 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9278
9279         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9280         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9281         C-w still not working correctly from Article buffers; Thierry's
9282         patch to fix that will be applied after this.
9283
9284         * gnus-art.el (bookmark-make-record-function): New local variable.
9285
9286         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9287         article buffer.
9288         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9289
9290 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9291
9292         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9293         on changes in bookmark.el.
9294
9295 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9298         `no-log' instead of message not to log prompt string.
9299
9300 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9301
9302         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9303         the *other* type of HTML form submission.
9304
9305 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9306
9307         * auth-source.el (auth-source-pick): If choice does not contain a
9308         questioned keyword, set the check to t.
9309
9310 2010-06-12  Romain Francoise  <romain@orebokech.com>
9311
9312         * gnus-util.el (gnus-date-get-time): Move up before first use.
9313
9314 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9317         (gnus-article-edit-part): Bind it to make last part that is substituted
9318         or deleted visible.
9319         (gnus-mime-display-single): Buttonize part of which id equals to
9320         gnus-mime-buttonized-part-id.
9321
9322 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9323
9324         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9325         (gnus-dd-mmm): Use gnus-date-get-time.
9326         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9327         simplify logic.
9328         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9329         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9330
9331 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9332
9333         * auth-source.el (top): Autoload `secrets-list-collections',
9334         `secrets-create-item', `secrets-delete-item'.
9335         (auth-sources): Fix tag string.
9336         (auth-get-source, auth-source-retrieve, auth-source-create)
9337         (auth-source-delete): New defuns.
9338         (auth-source-pick): Rewrite in order to avoid 2 passes.
9339         (auth-source-forget-user-or-password): New parameter USERNAME.
9340         (auth-source-user-or-password): New parameters CREATE-MISSING and
9341         DELETE-EXISTING.  Retrieve password interactively, if needed.
9342
9343 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9344
9345         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9346         deleting unused directories when gnus-expert-user is t.
9347
9348 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9351         for each temp file when gnus-article-browse-delete-temp is ask.
9352
9353 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9354
9355         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9356         Replace Lisp calls to delete-backward-char by calls to delete-char.
9357
9358 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9359
9360         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9361
9362 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9363
9364         * password-cache.el (password-cache-remove): Fix docstring.
9365
9366 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9369         article unless decoding article to be saved.
9370
9371 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9374         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9375         generated within the mm-with-unibyte-current-buffer macro.
9376
9377 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9378
9379         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9380         to nil when we're in a mml-preview buffer and no group is selected.
9381
9382 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9383
9384         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9385         when catching the `C-g'.  Reported by "Leo".
9386
9387 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * message.el (message-forward-make-body-plain)
9390         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9391         multibyte-string-p.
9392
9393         * lpath.el: Revert.
9394
9395 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * message.el (message-forward-make-body-mml): Assume original message
9398         is multibyte string; error on unibyte.
9399         (message-forward-make-body-plain): Ditto; don't add excessive newline
9400         in body end.
9401
9402         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9403
9404 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9405
9406         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9407         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9408
9409 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * mm-extern.el (mm-extern-url): Don't use
9412         mm-with-unibyte-current-buffer.
9413         (mm-extern-cache-contents): Use with-current-buffer instead of
9414         save-excursion + set-buffer.
9415
9416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mm-util.el (mm-emacs-mule): Remove.
9419
9420 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9421
9422         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9423         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9424         change.
9425
9426 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9429         bind the default value of enable-multibyte-characters to nil.
9430
9431 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * message.el (message-forward-make-body-plain)
9434         (message-forward-make-body-mml):
9435         Don't use mm-with-unibyte-current-buffer.
9436
9437 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9438
9439         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9440
9441 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9442
9443         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9444         (Bug#5592).
9445
9446 2010-05-07  Julien Danjou  <julien@danjou.info>
9447
9448         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9449         it to mm-pipe-part.
9450
9451         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9452         it is given.
9453
9454 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * binhex.el (binhex-decode-region-internal):
9457         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9458         (dns-query):
9459         * nnweb.el (nnweb-gmane-search):
9460         * pgg-parse.el (pgg-parse-armor):
9461         * pgg.el (pgg-verify-region):
9462         * sha1.el (sha1-string-external):
9463         * uudecode.el (uudecode-decode-region-internal):
9464         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9465         XEmacs.
9466
9467         * gnus-art.el (gnus-article-browse-html-parts):
9468         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9469         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9470         make-temp-file.
9471
9472         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9473         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9474         compiling.
9475
9476         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9477         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9478         XEmacs when compiling.
9479
9480         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9481         gnus-pick-mode-off-hook for XEmacs when compiling.
9482         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9483         gnus-binary-mode-off-hook for XEmacs when compiling.
9484
9485         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9486         Return nil if char-charset is not available.
9487
9488         * imap.el (imap-disable-multibyte)
9489         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9490         macros.
9491
9492         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9493         instead of encode-coding-string.
9494
9495         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9496         'xemacs) instead of mm-emacs-mule to switch function definitions.
9497         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9498
9499         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9500         bind temporary-file-directory for XEmacs;
9501         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9502         timer-set-function for XEmacs 21.4 and SXEmacs;
9503         bind timer-list for XEmacs 21.4 and SXEmacs;
9504         fbind char-charset and find-charset-region for non-Mule XEmacs;
9505         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9506         encode-coding-region and encode-coding-string for XEmacs having no
9507         file-coding feature.
9508
9509 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9510
9511         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9512
9513 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9516         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9517
9518 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9519
9520         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9521         alias `jka-compr-delete-temp-file' no longer exists.
9522
9523 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9524
9525         Use define-minor-mode in Gnus where applicable.
9526         * mml.el (mml-mode): Use define-minor-mode.
9527         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9528         (gnus-undo-mode): Use define-minor-mode.
9529         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9530         (gnus-dead-summary-mode): Use define-minor-mode.
9531         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9532         Initialize in declaration.
9533         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9534         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9535         (gnus-mailing-list-mode): Use define-minor-mode.
9536         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9537         (gnus-draft-mode): Use define-minor-mode.
9538         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9539         (gnus-dired-mode): Use define-minor-mode.
9540
9541 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9542
9543         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9544         handles on recursive mml-to-mime translation and check them for
9545         boundary delimiter collisions.  Reported by Greg Troxel.
9546
9547 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9550
9551 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9552
9553         * mm-util.el (mm-find-buffer-file-coding-system):
9554         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9555
9556 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9557
9558         * message.el (message-generate-headers): Record insertion of optional
9559         headers as well.  Otherwise the check to prevent repeated insertion of
9560         optional headers is a no-op.
9561
9562 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9563
9564         * smime.el: Don't mention CVS.
9565
9566         * nnrss.el (nnrss-fetch): Don't mention CVS.
9567
9568         * nnir.el: Don't mention CVS.
9569
9570 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9571
9572         * gnus-sum.el (gnus-summary-bookmark-make-record):
9573         Add `location' field.
9574
9575 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * lpath.el: Fbind bookmark-default-handler,
9578         bookmark-get-bookmark-record, bookmark-make-record-default,
9579         bookmark-prop-get for Emacs <23 and XEmacs.
9580
9581 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9582
9583         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9584         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9585         Use with-current-buffer to silence the byte-compiler.
9586         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9587         bother to require `gnus'.
9588         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9589
9590 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9591
9592         * gnus-sum.el (gnus-summary-bookmark-make-record)
9593         (gnus-summary-bookmark-jump): New functions.
9594         (gnus-summary-mode): Setup bookmark support.
9595
9596 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9597
9598         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9599         if set.
9600
9601 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9604         gnus-article-browse-html-save-cid-image; make it work recursively for
9605         forwarded messages as well.
9606         (gnus-article-browse-html-parts): Work when prefix arg is given.
9607         (gnus-article-browse-html-article): Doc fix.
9608
9609 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9610
9611         * message.el (message-default-mail-headers):
9612         (message-default-headers): Carry the value mail-default-headers over
9613         into message-default-mail-headers, rather than message-default-headers.
9614
9615 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9616
9617         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9618         charset.
9619
9620         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9621         charset into the <meta> tag when the article is encoded to utf-8.
9622
9623 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-art.el (gnus-article-browse-delete-temp-files):
9626         Delete directories as well.
9627         (gnus-article-browse-html-parts): Work for images that do not specify
9628         file names; delete temp directory when quitting; insert header at the
9629         right place; use file: scheme for image files.
9630
9631 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9632
9633         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9634         (gnus-article-browse-html-parts): Use it to make temporary cid image
9635         files in addition to html file so that browser may display them.
9636
9637 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9640
9641 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9642
9643         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9644
9645 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         * auth-source.el (auth-sources): Change default to be simpler.
9648         Explain about Secret Service API sources.  Improve Customize options.
9649         (auth-source-pick): Change to accept any number of search parameters.
9650         Implement fallbacks iteratively, not recursively.  Add scoring on the
9651         second pass and sort by score.  Call Secret Service API when needed.
9652         (auth-source-user-or-password): Use it.  Call Secret Service API
9653         directly when needed to get the user name and the password.
9654
9655 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9656
9657         * message.el (message-interactive): Doc fix.
9658         (message-qmail-inject-args): Reflow.
9659         (message-kill-to-signature): Fix typo in docstring.
9660
9661         * smiley.el (smiley-buffer): Fix typo in docstring.
9662
9663 2010-03-24  Glenn Morris  <rgm@gnu.org>
9664
9665         * mail-source.el (gnus-message): Declare.
9666         (mail-source-delete-old-incoming): Require gnus-util.
9667
9668 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9671
9672         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9673
9674         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9675         password-cache's default if it is not bound.
9676         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9677         password-cache-expiry's default if it is not bound.
9678
9679         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9680         available in Emacs 21.
9681
9682         * lpath.el: Suppress compiler warnings for:
9683         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9684         XEmacs;
9685         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9686         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9687         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9688
9689 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9690
9691         * auth-source.el (auth-sources): Fix up definition so extra parameters
9692         are always inline.
9693
9694 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9695
9696         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9697         wasn't updated after mismatch.  Clear cached mailbox info correctly
9698         when uidvalidity changes.
9699         (nnimap-group-prefixed-name): New function to avoid some code
9700         duplication.
9701         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9702         (nnimap-request-group): Use it.
9703         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9704         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9705         with many imap folders.  This is done by caching the group status from
9706         the imap server persistently in a group parameter `imap-status'.  (This
9707         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9708         but not persistently, so every Gnus startup was still very slow.)
9709
9710 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9711
9712         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9713         delete the extra newline.  Otherwise editing of :string and :number
9714         types don't work.
9715
9716 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9719         secrets.el dependency.
9720         (auth-sources): Add optional user name.  Add secrets.el configuration
9721         choice (unused right now).
9722
9723 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9724
9725         * gnus-sum.el (gnus-summary-make-menu-bar):
9726         Let `gnus-registry-install-shortcuts' fill in the functions.
9727
9728         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9729         warnings.
9730         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9731         (gnus-registry-install-shortcuts): Populate and use it in a
9732         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9733
9734 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9735
9736         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9737         In-place substitutions for the group name encoding/decoding.
9738         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9739         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9740         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9741         (nnimap-update-unseen, nnimap-request-list)
9742         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9743         (nnimap-request-set-mark, nnimap-split-to-groups)
9744         (nnimap-split-articles, nnimap-request-newgroups)
9745         (nnimap-request-create-group, nnimap-request-accept-article)
9746         (nnimap-request-delete-group, nnimap-request-rename-group)
9747         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9748         `encoded-mbx' for consistency.
9749         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9750         variable `imap-current-mailbox'.
9751
9752         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9753         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9754
9755 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9756
9757         * pop3.el (pop3-display-message-size-flag): Display message size byte
9758         counts during POP3 download.
9759         (pop3-movemail): Use it.
9760         (pop3-list): Implement listing of available messages.
9761
9762 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9763
9764         * nnir.el (nnir-get-article-nov-override-function): New function to
9765         override the normal NOV retrieval.
9766         (nnir-retrieve-headers): Use it.
9767
9768 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9769
9770         * auth-source.el (netrc-machine-user-or-password): Autoload.
9771
9772 2010-03-19  Glenn Morris  <rgm@gnu.org>
9773
9774         Stop message.el from loading about 40 libraries it doesn't always need.
9775         The general approach is to autoload rather than require, and to
9776         require in the specific functions rather than the file.  (Bug#5642)
9777
9778         * gmm-utils.el: Don't require wid-edit.
9779         (widget-create-child-value, widget-convert, widget-default-get):
9780         Autoload.
9781
9782         * gnus-util.el: Don't require time-date, netrc.
9783         (message-fetch-field, gnus-group-name-decode): Declare rather than
9784         autoloading.
9785         (gnus-fetch-field): Require message.
9786         (gnus-decode-newsgroups): Require gnus-group.
9787
9788         * ietf-drums.el: Don't require time-date.
9789
9790         * message.el: Don't require hashcash, canlock, ecomplete.
9791         Do require mail-utils.  Require nnheader only when compiling.
9792         (smtpmail-default-smtp-server): Remove declaration.
9793         (message-send-mail-function): Check smtpmail-default-smtp-server
9794         is bound rather than requiring smtpmail.
9795         (message-auto-save-directory, message-insert-signature):
9796         Use expand-file-name rather than nnheader-concat.
9797         (nnheader-insert-file-contents): Autoload.
9798         (hashcash-wait-async): Declare.
9799         (message-send-mail): Only call gnus-setup-posting-charset if
9800         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9801         (message-send-mail-with-sendmail): Require sendmail.
9802         (canlock-password, canlock-password-for-verify): Declare.
9803         (message-canlock-password): Require canlock.
9804         (nnheader-get-report): Autoload.
9805         (gnus-setup-posting-charset): Declare.
9806         (message-send-news): Require gnus-msg.
9807         (message-make-references, message-make-in-reply-to): Use mail-header-id
9808         rather than the alias mail-header-message-id.
9809         (ecomplete-add-item, ecomplete-save): Declare.
9810         (message-put-addresses-in-ecomplete): Require ecomplete.
9811         (ecomplete-display-matches): Autoload.
9812
9813         * mm-decode.el: Don't require mailcap, gnus-util.
9814         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9815         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9816         Autoload.
9817         (mailcap-mime-extensions): Declare.
9818
9819         * mm-encode.el: Don't require mailcap.
9820         (mailcap-extension-to-mime): Autoload.
9821
9822         * mml-sec.el: Don't require password-cache.
9823
9824         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9825         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9826         (mml-minibuffer-read-type): Require mailcap.
9827         (mml-preview): Require gnus-msg.
9828
9829         * mml1991.el: Require password-cache.
9830         (password-cache-expiry): Remove declaration.
9831
9832         * mml2015.el: Require password-cache.
9833         (password-cache-expiry): Remove declaration.
9834
9835         * nneething.el (mailcap): Require mailcap.
9836
9837         * nnheader.el (declare-function): Add compatibility stub.
9838         (message-remove-header): Declare rather than autoload.
9839         (nnheader-replace-header): Require message.
9840
9841         * nnimap.el (declare-function): Add compatibility stub.
9842         (netrc-parse, netrc-machine-user-or-password): Declare.
9843         (nnimap-open-connection): Require netrc.
9844
9845         * nntp.el (declare-function): Add compatibility stub.
9846         (netrc-parse, netrc-machine, netrc-get): Declare.
9847         (nntp-send-authinfo): Require netrc.
9848
9849         * rfc2047.el: Don't require qp.
9850         (quoted-printable-encode-region, quoted-printable-decode-string):
9851         Autoload.
9852
9853         * sieve-mode.el: Don't require easymenu.
9854         (easy-menu-add-item): Autoload it.
9855
9856         * spam-stat.el (time-to-number-of-days): Autoload it.
9857
9858 2010-03-19  Glenn Morris  <rgm@gnu.org>
9859
9860         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9861
9862 2010-03-18  Glenn Morris  <rgm@gnu.org>
9863
9864         * hashcash.el (declare-function): Remove duplicate definition.
9865
9866 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9867
9868         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9869         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9870         value if any backslash escapes).
9871
9872 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9875         if it is available.  (bug#5647)
9876
9877         * lpath.el: Suppress compiler warning for coding-system-from-name for
9878         Emacs 21 and XEmacs.
9879
9880 2010-03-14  Juri Linkov  <juri@jurta.org>
9881
9882         * hmac-def.el:
9883         * hmac-md5.el:
9884         * netrc.el: Fix keywords.
9885
9886 2010-02-26  Glenn Morris  <rgm@gnu.org>
9887
9888         * message.el (message-send-mail-function): Change the default, so that
9889         it inherits from a customized send-mail-function.  (Bug#5643)
9890
9891 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9892
9893         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9894         shell-command-to-string signals an error (bug#5299).
9895
9896 2010-02-24  Glenn Morris  <rgm@gnu.org>
9897
9898         * message.el (message-smtpmail-send-it)
9899         (message-send-mail-with-mailclient): Doc fixes.
9900
9901 2010-02-16  Glenn Morris  <rgm@gnu.org>
9902
9903         * message.el (message-default-mail-headers): Change the default value
9904         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9905
9906 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9909         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9910
9911 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9912
9913         * time-date.el (date-to-time): Doc fix (Bug#5408).
9914
9915 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9916
9917         * message.el (message-mail): Just pass yank-action on to message-setup.
9918         (message-setup): Handle (FUN . ARGS) form of yank-action.
9919         (message-with-reply-buffer, message-widen-reply)
9920         (message-yank-original): Handle non-buffer values of
9921         message-reply-buffer (Bug#4080).
9922         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9923
9924 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9925
9926         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9927         Fix typo in docstring.
9928
9929 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9930
9931         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9932         response.
9933
9934 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9937
9938         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9939
9940         * message.el (message-check-news-header-syntax): Protect against a
9941         string that `rfc822-addresses' returns when parsing fails.
9942
9943 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9946         (gnus-previous-char-property-change): New functions.
9947
9948         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9949
9950 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9951
9952         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9953         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9954
9955 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9956
9957         * message.el (message-exchange-point-and-mark): Rework last change to
9958         avoid using optional arg of exchange-point-and-mark, for backward
9959         compatibility.
9960
9961 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9962
9963         * message.el (message-exchange-point-and-mark):
9964         Call exchange-point-and-mark with an argument rather than setting
9965         mark-active by hand (Bug#5175).
9966
9967 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * nntp.el (nntp-service-to-port): Work for service expressed with
9970         numeric string; replace [:digit:] with [0-9] for XEmacs.
9971
9972 2009-12-17  Glenn Morris  <rgm@gnu.org>
9973
9974         * gnus-group.el (gnus-bug-group-download-format-alist):
9975         Change emacs entry to debbugs.gnu.org.  Bump :version.
9976
9977 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9980
9981 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * message.el (message-info): Explain why we use `Info-goto-node'.
9984
9985 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9988
9989 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9990
9991         * message.el (message-completion-in-region): New compatibility function.
9992         (message-expand-group): Use it.
9993
9994 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9997         with no unread article should be listed if the 2nd arg `predicate' is
9998         given.
9999
10000 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10003
10004 2009-11-29  Juri Linkov  <juri@jurta.org>
10005
10006         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10007         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10008         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10009
10010 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10011
10012         * sha1.el (sha1-string-external): default-directory "/" in case
10013         otherwise non-existent.  process-connection-type pipe for touch of
10014         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10015
10016 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10017
10018         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10019         it's comms related and sgml-mode.el has "comm" on that basis too.
10020
10021 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10024         containing tspecial characters if they have been already quoted.
10025
10026 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10027
10028         * dns-mode.el (auto-mode-alist): Purecopy string.
10029
10030 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10031
10032         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10033
10034 2009-10-24  Glenn Morris  <rgm@gnu.org>
10035
10036         * gnus-art.el (help-xref-stack-item): Define for compiler.
10037
10038 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10039
10040         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10041
10042 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10045
10046 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10049         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10050
10051 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10054         (gnus-overlays-in): New alias to overlays-in.
10055
10056         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10057         gnus-overlay-get, and gnus-delete-overlay.
10058         (gnus-summary-show-thread): Make it work as well for systems in which
10059         next-single-char-property-change is not available.
10060         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10061
10062         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10063         (gnus-overlay-get): New alias to extent-property.
10064         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10065
10066         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10067         SXEmacs.
10068
10069         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10070         SXEmacs.
10071
10072 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10075
10076 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10077
10078         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10079         and XEmacs that don't have `remove-overlays'.
10080
10081 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10082
10083         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10084         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10085         selective display.  Use overlays instead.
10086
10087 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10088
10089         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10090
10091 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10092
10093         * spam-stat.el (spam-stat-load): Fix typo in message.
10094
10095 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10096
10097         * dig.el (dig-invoke): Fix typo in docstring.
10098         (query-dig): Reflow docstring.
10099
10100 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10101
10102         * gnus-art.el (gnus-article-encrypt-body):
10103         * message.el (message-check-recipients):
10104         * mm-util.el (mm-codepage-setup):
10105         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10106         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10107
10108 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10109
10110         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10111         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10112         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10113         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10114         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10115
10116 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10117
10118         * dig.el: Add "Keywords: comm", as per net-utils.el.
10119
10120 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10121
10122         * dig.el (dig-mode): Use define-derived-mode.
10123
10124 2009-09-19  Glenn Morris  <rgm@gnu.org>
10125
10126         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10127
10128 2009-09-18  Glenn Morris  <rgm@gnu.org>
10129
10130         * gnus-diary.el (gnus-diary-check-message):
10131         * message.el (message-insert-formatted-citation-line):
10132         * nnbabyl.el (top-level):
10133         * nndiary.el (nndiary-schedule):
10134         Fix typos in condition-case handlers.
10135
10136 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10139         configuration that provides the sole article window in a frame;
10140         position point correctly after deleting a part.
10141
10142 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10143
10144         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10145         (spam-resolve-registrations-routine): Use it to unregister articles
10146         that change status.
10147
10148 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10151         with XEmacs.
10152         (parse-time-string-chars): Use it.
10153
10154 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10155
10156         * imap.el (imap-interactive-login): Better messages.
10157         (imap-open): Fix bug with renamed buffer on reconnect.
10158         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10159         for easier debugging and cleaner code.  On successful (guessed based on
10160         server capabilities) secondary authentication, set imap-state
10161         correctly.
10162         (imap-last-authenticator): Define imap-last-authenticator as a variable
10163         to avoid warnings.
10164
10165 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * nnrss.el (nnrss-request-article): Remove binding of
10168         default-enable-multibyte-characters that has gotten needless by
10169         the 2007-07-13 change in rfc2047-encode-message-header.
10170
10171         * mml.el (mml-insert-multipart): Error on the message header.
10172         (mml-insert-part): Error on the message header; position point at
10173         the end of a MIME tag.
10174
10175 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * time-date.el (autoload): Expand define-obsolete-function-alias into
10178         defalias and make-obsolete for old Emacsen that Gnus supports.
10179         (with-no-warnings): Define it for old Emacsen.
10180         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10181         is available.
10182         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10183         float-time is available; suppress compile warning for time-to-seconds.
10184
10185         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10186         (gnus-float-time): Alias to float-time if it exists.
10187
10188         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10189         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10190         float-time is available; suppress compile warning for time-to-seconds.
10191
10192         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10193         XEmacs.
10194
10195 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * imap.el (imap-message-map): Docstring fix.
10198
10199 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10202         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10203         Add the optional argument `encoding' that overrides the default.
10204
10205         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10206         mm-encode-buffer.
10207
10208 2009-09-04  Glenn Morris  <rgm@gnu.org>
10209
10210         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10211         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10212         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10213         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10214         * mm-util.el (mm-with-unibyte-current-buffer)
10215         (mm-find-buffer-file-coding-system):
10216         * yenc.el (yenc-decode-region): Use default-value rather than
10217         default-enable-multibyte-characters.
10218
10219 2009-09-03  Glenn Morris  <rgm@gnu.org>
10220
10221         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10222         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10223         than default-enable-multibyte-characters.
10224
10225 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10226
10227         * gnus-art.el (gnus-article-read-summary-keys):
10228         Fix gnus-buffer-configuration's value temporarily used.
10229
10230 2009-09-02  Glenn Morris  <rgm@gnu.org>
10231
10232         * gnus-util.el (gnus-float-time): New function.
10233         * gnus-delay.el (gnus-delay-article):
10234         * gnus-sum.el (gnus-thread-latest-date):
10235         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10236         * nnspool.el (nnspool-request-newgroups):
10237         Use gnus-float-time rather than time-to-seconds.
10238         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10239
10240         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10241         (gnus-header-subject-face, gnus-header-newsgroups-face)
10242         (gnus-header-name-face, gnus-header-content-face):
10243         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10244         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10245         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10246         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10247         (gnus-cite-face-11):
10248         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10249         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10250         (gnus-server-closed-face, gnus-server-denied-face)
10251         (gnus-server-offline-face):
10252         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10253         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10254         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10255         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10256         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10257         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10258         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10259         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10260         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10261         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10262         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10263         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10264         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10265         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10266         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10267         (gnus-summary-high-undownloaded-face)
10268         (gnus-summary-low-undownloaded-face)
10269         (gnus-summary-normal-undownloaded-face)
10270         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10271         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10272         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10273         (gnus-splash-face):
10274         * message.el (message-header-to-face, message-header-cc-face)
10275         (message-header-subject-face, message-header-newsgroups-face)
10276         (message-header-other-face, message-header-name-face)
10277         (message-header-xheader-face, message-separator-face)
10278         (message-cited-text-face, message-mml-face):
10279         * sieve-mode.el (sieve-control-commands-face)
10280         (sieve-action-commands-face, sieve-test-commands-face)
10281         (sieve-tagged-arguments-face):
10282         * spam.el (spam-face):
10283         Mark face aliases with "-face" in the name as obsolete.
10284
10285 2009-09-01  Glenn Morris  <rgm@gnu.org>
10286
10287         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10288         than goto-line.
10289
10290 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10291
10292         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10293         Don't move point if the command is invoked inside the message header.
10294
10295 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10296
10297         * imap.el (imap-send-command): Simplify.
10298         (imap-wait-for-tag): point-max -> buffer-size.
10299
10300 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10301
10302         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10303         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10304         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10305         * nnir.el (nnir-swish-e-index-file):
10306         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10307         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10308         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10309         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10310         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10311         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10312
10313 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10316         Don't save excursion.
10317
10318 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10319
10320         * nnheader.el (nnheader-find-file-noselect):
10321         * mm-util.el (mm-insert-file-contents):
10322         Use (default-value 'major-mode) instead of default-major-mode.
10323
10324 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10325
10326         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10327
10328 2009-08-26  Glenn Morris  <rgm@gnu.org>
10329
10330         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10331         than placing in files.el.
10332
10333 2009-08-25  Glenn Morris  <rgm@gnu.org>
10334
10335         * nnir.el (top-level): Don't require cl at run-time.
10336         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10337         Replace cl-function substitute with gnus-replace-in-string.
10338         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10339         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10340         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10341         simplified expansions.
10342
10343 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10344
10345         * dig.el (dig): Add autoload cookie.
10346
10347 2009-08-22  Glenn Morris  <rgm@gnu.org>
10348
10349         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10350         goto-line.
10351
10352 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10353
10354         * parse-time.el (parse-time-string-chars): Save match data.
10355
10356 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10357
10358         * parse-time.el (parse-time-string-chars): Compute using character
10359         classes, to handle non-ascii characters (Bug#3190).
10360
10361 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10364
10365         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10366         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10367         (gnus-mm-display-part, gnus-mime-display-single)
10368         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10369         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10370
10371         * gnus-sum.el
10372         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10373         (gnus-summary-move-article): Add expirable mark to articles copied or
10374         moved to group that has auto-expire turned on if the option is non-nil.
10375
10376 2009-07-24  Glenn Morris  <rgm@gnu.org>
10377
10378         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10379         Fix typo.  (Bug#3903)
10380
10381 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10384         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10385         that should not be used for draft articles.
10386         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10387         that has no concern in minor mode keys.
10388         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10389         Abolish.
10390
10391 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10394         article without making inquiry to a user for unknown encoding.
10395
10396         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10397         (nnmaildir--scan): Assume i-node and device number that file-attributes
10398         returns might be cons-cell.
10399
10400         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10401
10402         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10403
10404 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10405
10406         * auth-source.el: Remove docs now in auth.texi.  Don't use
10407         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10408         `auth-source-hide-passwords' and use them.
10409
10410 2009-07-15  Glenn Morris  <rgm@gnu.org>
10411
10412         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10413
10414 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10417         excessive whitespace from the default values of title and description.
10418
10419 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10422         mail-fetch-field to fetch Content-Description header in order to
10423         exclude newlines.
10424
10425 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10426
10427         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10428         format used by GnuPG 2.0.11.
10429
10430 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10433         to deleted part.
10434
10435 2009-05-30  David Engster  <dengste@eml.cc>
10436
10437         * nnmairix.el: Remove old documentation in the commentary block.
10438         (nnmairix-request-group): Do not update active file for nnml back ends.
10439         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10440         end so that overview files are ignored.
10441         (nnmairix-update-groups): Make updating the groups more robust by using
10442         marks.
10443         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10444         with dollar characters in message-id.
10445
10446 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10449         2008-12-25 in dns.el.
10450
10451 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10452
10453         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10454         could happen if the text is only composed of spaces and/or tabs.
10455
10456 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10457
10458         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10459         when sending a queued message to avoid extra mml tags.
10460
10461 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10464
10465 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10468         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10469         rmail-toggle-header for XEmacs;
10470         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10471
10472 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-dired.el: Remove autoload for gnus-setup-message.
10475         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10476         displaying Gnus logo; always use compose-mail.
10477
10478 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10481
10482 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10485         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10486         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10487         available.
10488         (gnus-nocem-epg-verify): New function.
10489
10490 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10493
10494 2009-02-15  Glenn Morris  <rgm@gnu.org>
10495
10496         * gnus-util.el (rmail-insert-rmail-file-header)
10497         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10498         autoloads.
10499         (rmail-default-rmail-file): Remove unnecessary declaration.
10500         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10501
10502 2009-02-14  Glenn Morris  <rgm@gnu.org>
10503
10504         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10505         variable (only used in gnus-util, which declares it anyway).
10506         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10507         which was only needed by gnus-art (changed to not use it any more).
10508         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10509         only used in gnus-util, which autoloads it itself.
10510         (rmail-update-summary): Fix autoload.
10511
10512         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10513         rather than rmail-output-to-rmail-file.
10514
10515 2009-02-07  Glenn Morris  <rgm@gnu.org>
10516
10517         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10518         autoload of function that no longer exists.
10519         (rmail-toggle-header): Declare.
10520         (message-forward-rmail-make-body): Handle mbox Rmail.
10521
10522 2009-01-31  Glenn Morris  <rgm@gnu.org>
10523
10524         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10525         2009-01-09 change.
10526
10527 2009-01-31  Dave Love  <fx@gnu.org>
10528
10529         * imap.el (imap-fetch-safe): Bind debug-on-error.
10530         (imap-debug): Add imap-fetch-safe.
10531
10532 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10533
10534         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10535         (auth-source-forget-all-cached): New convenience function.
10536         (auth-source-user-or-password): Accept list of modes or a single mode.
10537
10538         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10539         auth-source modes.
10540
10541         * netrc.el (netrc-machine-user-or-password): Use list of
10542         auth-source modes.
10543
10544         * nnimap.el (nnimap-open-connection): Use list of
10545         auth-source modes.
10546
10547         * nntp.el (nntp-send-authinfo): Use list of
10548         auth-source modes.
10549
10550 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10551
10552         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10553         now.
10554
10555 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10558         coding system in XEmacs; add a workaround for XEmacs.
10559
10560         * lpath.el: Fbind coding-system-aliasee.
10561
10562 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10565         of current-language-environment.
10566
10567 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10570         available at runtime.
10571
10572 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10575
10576 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10577
10578         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10579         the greatest positive fixnum value doesn't work under an XEmacs with
10580         bignum support; use the most-positive-fixnum constant instead,
10581         available since Emacs 21.1 with cl and XEmacs 21.1.
10582
10583 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10586         XEmacs gets not to work.
10587
10588 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-util.el (mm-coding-system-priorities): Allow the value like
10591         "Japanese (UTF-8)" of current-language-environment.
10592
10593 2009-01-09  Glenn Morris  <rgm@gnu.org>
10594
10595         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10596         with last-command-event.
10597
10598 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10601         in the doc string.
10602
10603         * message.el (message-fix-before-sending): Amend comment.
10604
10605 2009-01-08  Dave Love  <fx@gnu.org>
10606
10607         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10608
10609 2009-01-07  David Engster  <dengste@eml.cc>
10610
10611         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10612         simplified server definitions by converting it via
10613         gnus-server-to-method.
10614
10615 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10618         parameter's operands.
10619
10620 2009-01-06  David Engster  <dengste@eml.cc>
10621
10622         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10623         primary select method (for gnus-group-mark-article-as-read).
10624
10625 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10626
10627         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10628         `(gnus)Face', not `(gnus)X-Face'.
10629
10630 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * mm-util.el (mm-ucs-to-char): New function.
10633
10634         * mm-url.el (mm-url-decode-entities): Use it.
10635
10636         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10637         unicode-to-char.
10638
10639 2009-01-05  Dave Love  <fx@gnu.org>
10640
10641         * time-date.el: Require cl for `declare'.
10642
10643 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10646         Dave Love.
10647
10648 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * message.el (message-fix-before-sending): Add `eight-bit' to
10651         illegible-text check.
10652
10653 2009-01-03  Michael Olson  <mwolson@gnu.org>
10654
10655         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10656         `headers' is nil.  This can occur if the IMAP server does not have
10657         permissions to read messages from a folder, but can write new messages
10658         to the folder.
10659         (nnimap-request-article-part): Do not insert `data' if it is nil.
10660
10661         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10662         characters which will confuse `read', so skip past them.
10663
10664 2009-01-01  Dave Love  <fx@gnu.org>
10665
10666         * imap.el (imap-string-to-integer): Fix typo.
10667         (imap-fetch-safe): New function.
10668         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10669
10670         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10671
10672         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10673         (imap-parse-greeting): Fix doc strings.
10674         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10675         (imap-parse-flag-list): Make messages unique.
10676         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10677
10678         * nnimap.el: Fix author email.
10679         (nnimap-split-rule): Add FIXME comment.
10680         (nnimap-debug): Fix doc string.
10681
10682 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10685
10686 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10689         nslookup if resolv.conf isn't available.
10690         (dns-query): Rename from query-dns.
10691         (dns-query-cached): Rename from query-dns-cached.
10692
10693 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10696         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10697         to check if those variables exist (first appeared in Emacs 18.50).
10698
10699 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * mm-util.el (mm-line-number-at-pos): New function.
10702
10703         * spam-report.el (spam-report-process-queue): Use it.
10704
10705 2008-12-24  David Engster  <dengste@eml.cc>
10706
10707         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10708         parameters that haven't existed as variables as buffer-local variables.
10709
10710 2008-12-23  Dave Love  <fx@gnu.org>
10711
10712         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10713         cadar.
10714
10715         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10716         imap-starttls-p.
10717         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10718
10719 2008-12-22  Dave Love  <fx@gnu.org>
10720
10721         * imap.el: Fix author email.  Doc fixes.
10722         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10723         reply.
10724
10725 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * spam-report.el (spam-report-gmane-max-requests): New constant.
10728         (spam-report-gmane-wait): New variable.
10729         (spam-report-gmane-ham, spam-report-gmane-spam)
10730         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10731         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10732         the server.
10733
10734         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10735         Add explanations.
10736
10737         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10738         nnheader-accept-process-output and nnheader-read-timeout if available.
10739         (pop3-movemail): Use it.
10740
10741         * message.el (message-check-news-body-syntax): Fix signature check if
10742         there's an attachment.
10743
10744 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * mm-util.el: Add comments to the mm- emulating functions.
10747
10748 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10751         Reported by Stephen Berman <stephen.berman@gmx.net>.
10752
10753 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * mm-util.el (mm-substring-no-properties): New function.
10756         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10757         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10758         (mm-string-to-multibyte): Doc fix.
10759
10760         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10761
10762 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * mml.el (mml-attach-file): Strip text properties from file name.
10765         (Bug#1574)
10766
10767 2008-12-16  Glenn Morris  <rgm@gnu.org>
10768
10769         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10770
10771 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10774         knows since the charset specified might be a bogus alias that
10775         mm-charset-synonym-alist provides.
10776
10777 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10780         "ISO_8859-1".
10781
10782         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10783
10784 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * mm-util.el (mm-charset-eval-alist):
10787         Define it before mm-charset-to-coding-system.
10788         (mm-charset-to-coding-system): Add optional argument `silent';
10789         define it before mm-charset-override-alist.
10790         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10791         default value if it can be used in Emacs currently running;
10792         silence mm-charset-to-coding-system.
10793
10794 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10797         `allow-override' which says whether to use `mm-charset-override-alist'.
10798         (rfc2047-decode-encoded-words): Use it.
10799
10800         * mm-util.el (mm-charset-override-alist): Fix custom type;
10801         add `(gb2312 . gbk)' to choices.
10802
10803 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10806         fast.
10807
10808         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10809
10810         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10811
10812 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10813
10814         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10815         on links.
10816
10817         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10818
10819 2008-12-03  Lute Kamstra  <lute@gnu.org>
10820
10821         * sha1.el: Remove leading * from docstrings of defcustoms,
10822         deffaces, defconsts and defuns.
10823
10824 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10827         users' addresses that don't have domain parts.
10828         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10829         rather than message-narrow-to-head since there will be the message
10830         header separator.
10831
10832 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10835         since the result is inserted in a unibyte buffer anyway.
10836         (nnimap-demule-use-string-to-multibyte): Remove.
10837         (nnimap-demule): Alias it to mm-string-to-multibyte.
10838
10839 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10842         variable for debugging bug#464 and bug#1174.
10843         (nnimap-demule): Use it.
10844
10845 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10848         score calculation correctly.
10849
10850 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10851
10852         * message.el (message-send-mail): Just set the buffer to unibyte
10853         rather than use mm-with-unibyte-current-buffer which does a lot more.
10854         (message-send-mail-partially): Don't bother with
10855         mm-with-unibyte-current-buffer since it's already been made unibyte by
10856         message-send-mail.
10857
10858 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10859
10860         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10861
10862 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10863
10864         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10865
10866 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10869         require itself and to remove `with-no-warnings'.
10870
10871 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10872
10873         * starttls.el (starttls-any-program-available): Get the name of the
10874         available TLS layer program.
10875         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10876         well as the host name in the "opening" message.
10877
10878         * auth-source.el (auth-source-cache, auth-source-do-cache)
10879         (auth-source-user-or-password): Cache passwords and logins by default,
10880         allow override with `auth-source-do-cache'.
10881         (auth-source-forget-user-or-password): Allow users to remove cache
10882         entries if needed.
10883
10884 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10885
10886         * md4.el (md4-buffer): Fix typo in docstring.
10887         (md4, md4-64): Doc fixes.
10888         (md4-pack-int32): Reflow docstring.
10889
10890 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10891
10892         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10893         condition-case to only the forward-sexp call.
10894
10895 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10896
10897         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10898         quotes contained.  Make it more robust regardless by an extra
10899         condition-case wrapper.
10900
10901 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10904
10905 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * nnml.el (nnml-request-expire-articles): Check if the function set to
10908         `nnmail-expiry-target' returns the symbol `delete'.
10909
10910         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10911
10912         * nnmail.el (nnmail-expiry-target): Fix custom type.
10913
10914 2008-10-02  Glenn Morris  <rgm@gnu.org>
10915
10916         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10917         Silence compiler warning.
10918
10919 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10920
10921         * tls.el (open-tls-stream): Show the actual command being
10922         executed, instead of the format string.
10923
10924 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * lpath.el: Fbind codepage-setup for Emacs 23.
10927
10928 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10929
10930         * mml.el (mml-menu): Don't assume mml2015 is bound.
10931
10932 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10935         exists.
10936
10937 2008-09-27  Glenn Morris  <rgm@gnu.org>
10938
10939         * gnus-util.el (mail-header-remove-comments): Autoload it.
10940
10941 2008-09-27  Andreas Schwab  <schwab@suse.de>
10942
10943         * gnus-util.el (gnus-split-references): Strip comments.
10944         (gnus-parent-id): Likewise.
10945
10946 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * message.el (message-confirm-send): Fix version.
10949
10950 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * message.el (message-idna-to-ascii-rhs-1): Use
10953         mail-extract-address-components rather than mail-header-parse-addresses
10954         that is an alias by default to ietf-drums-parse-addresses that does not
10955         support non-ASCII names in headers' contents.
10956
10957 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10958
10959         * message.el (message-confirm-send): Fix variable documentation to
10960         avoid the "y/n" wording.
10961
10962 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10963
10964         * message.el (message-set-auto-save-file-name): Save to a different
10965         filename so multiple messages (especially drafts) can be recovered.
10966
10967 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10968
10969         * message.el (message-confirm-send): Add appropriate version.
10970
10971 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10974         defvar.
10975
10976 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10977
10978         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10979         (mm-pkcs7-enveloped-magic): Ditto.
10980
10981 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10982
10983         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10984         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10985
10986 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10987
10988         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10989         default, it's better.
10990
10991 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10992
10993         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10994         summary line gnus-number property and ignore them (with a warning
10995         message).
10996
10997 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11000         macro caddr in the interactive form since it won't be expanded.
11001
11002 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11005         `charset'; fix name of function called recursively.
11006         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11007
11008 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11011         (gnus-mime-set-charset-parameters): New function.
11012         (gnus-mime-view-part-as-charset): Use it to correctly display part
11013         specifying wrong charset.
11014
11015 2008-09-08  David Engster  <dengste@eml.cc>
11016
11017         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11018         in completing-read for back end server.
11019
11020 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11021
11022         * message.el (message-confirm-send): New variable to confirm sending a
11023         message.
11024         (message-send): Use it.
11025
11026 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11027
11028         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11029
11030 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11033
11034 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11035
11036         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11037         prevent tracking too many groups.
11038         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11039         Use it.
11040
11041 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11042
11043         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11044         moving point to the bottom of the window in order to avoid recentering.
11045
11046 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11049
11050         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11051         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11052         (gnus-article-beginning-of-window): Fix calculation.
11053
11054 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-msg.el (gnus-summary-supersede-article)
11057         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11058         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11059         message header.
11060
11061 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11062
11063         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11064         pending output coming after the status change.
11065
11066 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11067
11068         * message.el:
11069         * gnus-start.el:
11070         * gnus-registry.el: Remove VMS support.
11071
11072 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11075         macro.
11076         (rfc2104-hash): Use it.
11077
11078 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11081         (gnus-summary-sort-by-most-recent-date): New commands.
11082         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11083         and menu entries.
11084
11085 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11088         don't redisplay article for raw contents; remove plural articles stuff.
11089
11090         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11091         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11092         on gnus-summary-save-article; display results properly.
11093
11094 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * lpath.el: No need to fbind ns-focus-frame.
11097
11098 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11101
11102 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-art.el (gnus-summary-save-in-pipe):
11105         Consider gnus-save-all-headers.
11106
11107 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11108
11109         * gnus-util.el (ns-focus-frame): Remove declaration.
11110         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11111         like x.
11112
11113 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11114
11115         * rfc2104.el (rfc2104-zero): Delete defconst.
11116         (rfc2104-hex-alist): Likewise.
11117         (rfc2104-hex-to-int): Delete func.
11118         (rfc2104-hexstring-to-bitstring): Likewise.
11119         (rfc2104-nybbles): New defconst.
11120         (rfc2104-hash): Rewrite for speed.
11121
11122 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * tls.el (open-tls-stream): Make it work with the 2nd argument
11125         BUFFER that is a string but does not exist as a buffer object, as
11126         mentioned in the doc-string.
11127
11128 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11131         SXEmacs.
11132
11133 2008-07-16  Glenn Morris  <rgm@gnu.org>
11134
11135         * gnus-util.el (ns-focus-frame): Declare for compiler.
11136
11137 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11140         set as a group parameter.
11141         (gnus-summary-save-in-pipe): Work when it is called independently.
11142         (gnus-summary-pipe-to-muttprint): Don't modify
11143         gnus-summary-pipe-output-default-command.
11144
11145 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11146
11147         * message.el (message-send-mail-with-sendmail):
11148         Display the error message.
11149
11150 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-art.el (gnus-default-article-saver):
11153         Add gnus-summary-save-in-pipe to choices.
11154         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11155         gnus-summary-pipe-output-default-command as the default command.
11156         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11157         instead of gnus-last-shell-command.
11158
11159         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11160         New user option.
11161         (gnus-summary-muttprint-program): Mention the value will be changed.
11162         (gnus-summary-save-article): Force showing of all headers.
11163         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11164
11165 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11166
11167         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11168
11169 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11170
11171         * nnimap.el (nnimap-id):
11172         * sieve-manage.el (sieve-manage-open): Doc fixes.
11173
11174 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11175
11176         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11177         if available.
11178
11179 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11180
11181         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11182
11183         * nnkiboze.el (nnkiboze-generate-group):
11184         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11185
11186         * nnmairix.el: Require CL.
11187
11188 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * dgnushack.el: Autoload get-display-table and put-display-table for
11191         XEmacs 21.5.
11192
11193         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11194         21.4 and SXEmacs.
11195
11196 2008-06-15  David Engster  <dengste@eml.cc>
11197
11198         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11199
11200 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11201
11202         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11203         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11204         runtime choice under XEmacs.
11205
11206         * gnus-sum.el (gnus-summary-set-display-table):
11207         Use `gnus-put-display-table', `gnus-get-display-table',
11208         `gnus-set-display-table' for the display table, instead of `aset'.
11209
11210         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11211         Use `gnus-put-display-table', `gnus-get-display-table',
11212         `gnus-set-display-table' for the display table.
11213
11214 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * nnmairix.el: Add autoloads.
11217
11218 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * nnmairix.el (nnmairix-delete-recreate-group)
11221         (nnmairix-update-and-clear-marks): Fix error messages.
11222
11223 2008-06-14  David Engster  <dengste@eml.cc>
11224
11225         * nnmairix.el: Upgrade to version 0.6.
11226         (nnmairix-group-toggle-propmarks-this-group)
11227         (nnmairix-group-toggle-readmarks-this-group)
11228         (nnmairix-group-delete-recreate-this-group)
11229         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11230         (nnmairix-remove-tick-mark-original-article): New commands.
11231         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11232         (nnmairix-propagate-marks-to-nnmairix-groups)
11233         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11234         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11235         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11236         functions needed for marks propagation and manipulation of read marks.
11237         (nnmairix-update-groups): New function.
11238         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11239         (nnmairix-determine-original-group-from-registry)
11240         (nnmairix-determine-original-group-from-path)
11241         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11242         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11243         New helper functions.
11244         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11245         keystrokes for new commands.
11246         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11247         (nnmairix-request-group): Check allow-fast group parameter.
11248         (nnmairix-request-create-group): Set allow-fast group parameter if
11249         nnmairix-allowfast-default is set.
11250         (nnmairix-close-group): Propagate marks upon closing if needed.
11251         (nnmairix-group-toggle-threads-this-group): Use new.
11252         nnmairix-group-toggle-parameter helper function.
11253         (nnmairix-search): Better check for empty search result.
11254         (nnmairix-goto-original-article): Use new helper functions for
11255         determining original article.
11256         (nnmairix-show-original-article): Make sure message-id is in brackets.
11257         (nnmairix-call-mairix-binary): Change variable name.
11258         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11259         helper function.
11260         (nnmairix-widget-toggle-activate): Fix doc string.
11261
11262 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * nnir.el: Require edmacro when compiling with XEmacs.
11265         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11266         available in Emacs 21.
11267
11268 2008-06-11  Glenn Morris  <rgm@gnu.org>
11269
11270         * gnus-util.el (x-focus-frame):
11271         * gnus.el (image-size):
11272         * mm-decode.el (image-size): Declare.
11273
11274         * gnus-picon.el (declare-function): Add compat definition.
11275         (image-size): Declare.
11276
11277         * gnus-group.el (tool-bar-map):
11278         * gnus-sum.el (tool-bar-map): Define for compiler.
11279
11280         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11281
11282         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11283
11284         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11285         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11286         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11287         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11288         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11289         * sieve-manage.el, spam-report.el, spam.el:
11290         Remove unnecessary eval-and-compile of autoloads.
11291
11292 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11293
11294         * auth-source.el: Precise Tramp doc.
11295
11296 2008-06-07  Glenn Morris  <rgm@gnu.org>
11297
11298         * nnmairix.el: Remove unnecessary eval-when-compile.
11299
11300 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * lpath.el: Fbind propertize for XEmacs 21.4.
11303
11304 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * nnir.el: Move here from ../contrib.
11307
11308 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11309
11310         * gnus-util.el (gnus-read-shell-command): New function.
11311         * mm-decode.el (mm-pipe-part):
11312         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11313
11314 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11317
11318 2008-06-03  Glenn Morris  <rgm@gnu.org>
11319
11320         * pop3.el (nnheader-accept-process-output): Autoload it.
11321
11322 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11325         are not 2-digit hexadecimal characters that follow `%'s.
11326
11327 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * message.el (message-bogus-recipient-p): Fix type in doc string.
11330         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11331         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11332         Improve custom options.
11333         (message-bogus-recipient-p): Adjust accordingly.
11334
11335 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11336
11337         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11338         long-form month and day names.
11339
11340 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * dgnushack.el: Autoload debug, eudc-expand-inline and
11343         pgg-snarf-keys-region for XEmacs.
11344
11345         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11346
11347         * nnmairix.el: Require edmacro when compiling with XEmacs.
11348
11349 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11352         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11353
11354 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * auth-source.el: Add more docs.
11357
11358         * netrc.el (netrc-machine): Always match if the port is not given.
11359
11360 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11363         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11364         retrieval faster in some cases, but might make CPU usage larger.
11365         If this has any bad side effects, we might revert this change.
11366
11367         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11368         seems to make mail retrieval much, much faster.
11369         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11370         unconditionally.
11371
11372         * gnus-draft.el (gnus-group-send-queue):
11373         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11374
11375 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11378
11379         * message.el (message-bogus-address-regexp): Fix and improve custom
11380         type.
11381         (message-setup-hook): Add message-check-recipients as custom option.
11382
11383 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * message.el (message-cite-function): Remove bogus autoload which crept
11386         in during merge from v5-10.
11387
11388 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11389
11390         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11391
11392         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11393
11394         * auth-source.el: Preliminary Tramp docs.
11395         (auth-sources): Change the default auth-sources to use
11396         EPA .gpg files.
11397
11398 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11399
11400         * nntp.el: Autoload `auth-source-user-or-password'.
11401         (nntp-send-authinfo): Use it.
11402
11403         * nnimap.el: Autoload `auth-source-user-or-password'.
11404         (nnimap-open-connection): Use it.
11405
11406         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11407         for the gnus-message function.
11408         (auth-source-user-or-password): Use it.
11409
11410 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11411
11412         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11413         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11414         (rfc2104-hash): Use it.
11415
11416 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11417
11418         * gnus-art.el (gnus-article-toggle-truncate-lines):
11419         Don't use `iff' in docstring.
11420
11421 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11422
11423         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11424
11425         * gnus-util.el (gnus-extract-address-component-name)
11426         (gnus-extract-address-component-email): Convenience functions around
11427         `gnus-extract-address-components'.
11428
11429         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11430         Use `gnus-extract-address-component-email' to fix bug of comparing full
11431         sender name to `user-mail-address'.
11432
11433 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11436         catch/throw to optimize.
11437         (gnus-registry-find-keywords): Just use member to find a keyword.
11438
11439 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11440
11441         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11442         is current before calling gnus-server-prepare.
11443         (gnus-server-setup-buffer, gnus-server-update-server)
11444         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11445
11446 2008-05-04  Juri Linkov  <juri@jurta.org>
11447
11448         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11449         (mailcap-file-default-commands): Use mailcap-replace-in-string
11450         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11451         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11452
11453 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11454
11455         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11456
11457 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11458
11459         * gnus.el: Bump version to 0.11.
11460
11461 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11462
11463         * gnus.el: No Gnus v0.10 is released.
11464
11465 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11468         hooks.
11469         (gnus-update-read-articles): Speed up non-marks-using users.
11470         (gnus-use-marks): Define gnus-use-marks.
11471         (gnus-propagate-marks): Rename variable to something more sensible.
11472
11473 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11474
11475         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11476         (gmm-image-load-path-for-library): Fix typos in docstrings.
11477         (gmm-message): Reflow docstring.
11478
11479 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11480
11481         * mail-source.el (mail-source-set-1, mail-source-bind):
11482         Move auth-source code out of the macro to clean it up and fix bugs.
11483
11484 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11485
11486         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11487         by sender if it's equal to user-mail-address, it's likely to be
11488         useless.
11489
11490         * mail-source.el (mail-source-bind): Don't use user or password if they
11491         are not bound.  Unintern them if they are nil.  Don't use server unless
11492         it's bound, and default it to empty string otherwise.
11493
11494 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11495
11496         * mail-source.el: Load auth-source.el.
11497         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11498         get user name or password, if auth-sources is set up.
11499
11500         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11501         strategy of splitting with parent.
11502         (gnus-registry-split-fancy-with-parent)
11503         (gnus-registry-post-process-groups): Use it and fix prior
11504         bug (returning a list as the split result).
11505
11506         * auth-source.el (auth-sources): Remove server parameter.
11507         (auth-source-pick, auth-source-user-or-password)
11508         (auth-source-user-or-password-imap)
11509         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11510         (auth-source-user-or-password-sftp)
11511         (auth-source-user-or-password-smtp): Remove server parameter.
11512
11513 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11514
11515         * smime.el (smime-sign-region, smime-encrypt-region)
11516         (smime-decrypt-region):
11517         Remove redundant calls to `generate-new-buffer-name'.
11518
11519 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11520
11521         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11522         Don't use QP for message/rfc822.
11523         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11524
11525 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11526
11527         * sieve-manage.el (sieve-string-bytes): Remove.
11528         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11529         correct byte-length only if the process's coding-system is the same as
11530         the one used internally by Emacs to represent strings.
11531
11532 2008-04-22  Juri Linkov  <juri@jurta.org>
11533
11534         * mailcap.el (mailcap-file-default-commands): New function.
11535
11536 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * message.el (message-signature-separator, message-cite-function):
11539         Change custom version.
11540
11541 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11542
11543         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11544         commands.
11545         (tls-checktrust): Ditto.
11546
11547 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * mm-decode.el (mm-display-external): Make temp file read-only.
11550
11551 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11554         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11555         `C-c C-f d'.
11556
11557 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11558
11559         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11560
11561 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus.el: Bump version to 0.9.
11564
11565 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * gnus.el: No Gnus v0.8 is released.
11568
11569 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11570
11571         * mail-source.el (mail-source-value):
11572         Prefer fboundp to functionp so it works with macros as well.
11573
11574 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11575
11576         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11577         Fix last change in case the element is not even a symbol.
11578
11579 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11580
11581         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11582         Prefer fboundp to functionp so it works with macros as well.
11583
11584 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11585
11586         * auth-source.el: Add docs.
11587         (auth-sources): Modify format to support server.
11588         (auth-source-pick, auth-source-user-or-password)
11589         (auth-source-user-or-password-imap)
11590         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11591         (auth-source-user-or-password-sftp)
11592         (auth-source-user-or-password-smtp): Add server parameter.
11593
11594 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         * gnus-registry.el: Initialize the registry when gnus-registry-install
11597         is t.
11598
11599 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * compface.el (uncompface): Make buffer unibyte.
11602
11603 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11604
11605         * mail-source.el (mail-source-value):
11606         Prefer fboundp to functionp so it works with macros as well.
11607
11608 2008-04-05  Glenn Morris  <rgm@gnu.org>
11609
11610         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11611
11612 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11613
11614         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11615         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11616
11617         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11618         multibyteness after rather than before erasing it.
11619
11620         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11621         mm-with-multibyte.
11622         (gnus-request-article-this-buffer): Make sure the proper decoding is
11623         used if gnus-original-article-buffer happens to be unibyte.
11624
11625         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11626         default-enable-multibyte-characters.
11627
11628         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11629         default-enable-multibyte-characters.
11630
11631         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11632
11633         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11634
11635 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11636
11637         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11638         Fix last change in case the element is not even a symbol.
11639
11640 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11641
11642         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11643         (imap-message-copyuid-1): Use it.
11644         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11645         J. Williams in
11646         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11647
11648         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11649         imap-enable-exchange-bug-workaround.
11650         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11651
11652 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11653
11654         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11655         a 100 byte status-checks into a 2-3MB transfer for each group.
11656         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11657         to enable bug workaround or not.
11658         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11659
11660 2008-03-31  Glenn Morris  <rgm@gnu.org>
11661
11662         * message.el (mml2015-use): Declare for compiler.
11663         (message-info): Require mml2015 when appropriate.
11664
11665 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11668         whitespace.
11669
11670 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11671
11672         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11673         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11674         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11675         (nntp-service-to-port): New function.
11676         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11677         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11678         (nntp-open-netcat-stream): New function.
11679         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11680
11681 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11682
11683         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11684
11685 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11686
11687         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11688
11689 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11690
11691         * dns.el (dns-write): Use set-buffer-multibyte.
11692
11693 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11694
11695         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11696
11697 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * message.el (message-signature-separator): Change default.
11700         Improve custom type.
11701         (message-cite-function): Change default to
11702         message-cite-original-without-signature.
11703
11704         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11705         toggle.
11706
11707         * message.el (message-check-news-body-syntax): Fix signature check.
11708         (message-setup-1): Mark buffer as unmodified _after_ running
11709         message-setup-hook and handling message-alternative-emails.
11710         (message-shorten-references): Be more strict when building list of
11711         valid references to comply with GNKSA.
11712
11713         * gnus-group.el (gnus-read-ephemeral-bug-group)
11714         (gnus-read-ephemeral-debian-bug-group)
11715         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11716
11717         * message.el (message-info): Don't use booleanp which isn't supported
11718         in Emacs 21 and XEmacs.
11719
11720 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11723         gnus-group-gmane-group-download-format.
11724         (gnus-group-read-ephemeral-gmane-group): Rename from
11725         gnus-group-read-ephemeral-gmane-group.
11726         (gnus-read-ephemeral-gmane-group-url): Rename from
11727         gnus-group-read-ephemeral-gmane-group-url.
11728         (gnus-bug-group-download-format-alist): New variable.
11729         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11730         (gnus-read-ephemeral-emacs-bug-group): New commands.
11731
11732 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11735         (gnus-visible-headers): Improve custom type.
11736
11737 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * mml.el (mml-menu): Add workarounds for XEmacs.
11740
11741         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11742         X-Boundary header.
11743
11744         * message.el (message-simplify-recipients): Fix previous commit.
11745
11746 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11747
11748         * mm-util.el (mm-set-buffer-multibyte): New function.
11749         * mm-decode.el (mm-copy-to-buffer): Use it.
11750
11751         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11752         Prefer fboundp to functionp so it works with macros as well.
11753
11754 2008-03-19  Glenn Morris  <rgm@gnu.org>
11755
11756         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11757         Accidentally removed in the sync process with Emacs.
11758
11759 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * message.el (message-alter-recipients-discard-bogus-full-name):
11762         New function.
11763         (message-alter-recipients-function): New variable.
11764         (message-get-reply-headers): Use it.
11765         (message-replace-header): New helper function.
11766         (message-recipients-without-full-name): New variable.
11767         (message-simplify-recipients): New command.
11768
11769         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11770
11771         * message.el (message-info): Handle EasyPG manual.
11772
11773         * mml.el (mml-menu): Add entry for EasyPG.
11774
11775 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11776
11777         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11778         parameter.
11779
11780         * message.el (message-disassociate-draft): Specify drafts group name
11781         fully.
11782
11783 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11784
11785         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11786         Eliminate unnecessary duplicates from the match list.
11787
11788 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11791
11792         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11793
11794         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11795         args of `how-many' of which the XEmacs version doesn't take; declare
11796         Info-index-next as function.
11797
11798 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * gnus-score.el (gnus-score-headers): Fix handling of
11801         gnus-inhibit-slow-scoring.
11802
11803         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11804         string.
11805         (gnus-button-url-regexp): Improve handling of parenthesis.
11806         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11807         (gnus-button-handle-info-keystrokes): Handle index entries.
11808
11809 2008-03-15  Glenn Morris  <rgm@gnu.org>
11810
11811         * parse-time.el (parse-time-string): Simplify.
11812
11813 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11816         Incoming* files.
11817
11818 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11819
11820         * auth-source.el (auth-sources): Rename from auth-source-choices.
11821         (auth-source-pick): Use it.
11822
11823 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11824
11825         * binhex.el (binhex-decode-region-internal):
11826         * uudecode.el (uudecode-decode-region-internal):
11827         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11828         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11829         setting default-enable-multibyte-characters.
11830
11831 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11832
11833         * auth-source.el (auth-source-protocols)
11834         (auth-source-protocols-customize, auth-source-choices): Add and
11835         modified variable customizations and defaults.
11836         (auth-source-pick, auth-source-user-or-password)
11837         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11838         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11839         (auth-source-user-or-password-sftp)
11840         (auth-source-user-or-password-smtp): Use new variables and provide an
11841         interface to netrc.el.
11842
11843 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11846         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11847         Make sure the nntp port to specify is a string.
11848
11849 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11850
11851         * nntp.el: Use with-current-buffer.
11852         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11853         dubious mm-with-unibyte-current-buffer.
11854         (nntp-with-open-group-function): New function extracted from
11855         nntp-with-open-group macro.
11856         (nntp-with-open-group): Use the function, so it's easier to debug.
11857         Add indentation and debugging info.
11858         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11859         Recommend the use of the netcat alternatives.
11860
11861         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11862         Avoid mm-string-as-multibyte as well.
11863
11864         * nnweb.el (nnweb-insert-html):
11865         Remove use of nnheader-string-as-multibyte.
11866
11867         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11868         (nnheader-string-as-multibyte): Remove.
11869
11870         * mm-view.el: Use inhibit-read-only.
11871         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11872         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11873         or unibyte-string.
11874
11875         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11876         (mm-uu-yenc-extract): Use with-current-buffer.
11877
11878         * gnus-soup.el (gnus-soup-send-packet): Don't use
11879         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11880
11881         * nnmh.el: Use with-current-buffer.
11882         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11883         mm-string-as-multibyte on the output of mm-encode-coding-string.
11884
11885         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11886         (nnimap-request-move-article): Use with-current-buffer.
11887
11888         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11889         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11890         conversion uses string-make-unibyte rather than string-as-unibyte.
11891
11892         * gnus-msg.el: Use with-current-buffer.
11893
11894         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11895
11896 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11897
11898         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11899         string for caching if it is 'PIN.
11900
11901 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * lpath.el: Consider the case without Emacs/W3.
11904
11905 2008-03-08  Glenn Morris  <rgm@gnu.org>
11906
11907         * time-date.el (date-to-time, time-subtract, time-add)
11908         (safe-date-to-time): Doc fixes.
11909
11910 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * mail-source.el (mail-source-delete-old-incoming-confirm):
11913         Change default to nil.
11914         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11915
11916 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * lpath.el: Rearrange.
11919
11920         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11921         (gnus-article-goto-prev-page): Work for articles having ^L's.
11922
11923         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11924
11925         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11926
11927 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11928
11929         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11930         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11931         (gnus-bookmark-jump): Adjust some variable names.
11932
11933 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11934
11935         * auth-source.el: New package.
11936         (auth-source-choices): Add customization entry point variable.
11937
11938         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11939         bug.
11940
11941 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11944         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11945         (gnus-registry-install-shortcuts): Rename from
11946         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11947         the `gnus-registry-mark-map' keymap dynamically from
11948         `gnus-registry-marks'.  The generated functions update the summary line
11949         when a registry mark is added or deleted, and will call
11950         `gnus-registry-install-p' (see the comments in the code).
11951         (gnus-registry-user-format-function-M): Use concat intelligently.
11952
11953         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11954         the registry mark functions.
11955
11956 2008-03-05  Glenn Morris  <rgm@gnu.org>
11957
11958         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11959         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11960         gnus-art.
11961         (top-level): No need to load own source when compiling.
11962
11963 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11966         Suggested by <chris.anderton@zetnet.co.uk>.
11967
11968 2008-03-04  Glenn Morris  <rgm@gnu.org>
11969
11970         * gnus-sum.el (top-level): No need to require gnus when compiling,
11971         since unconditionally required near start of file.
11972         (gnus-summary-display-while-building): Move definition before use.
11973
11974 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11975
11976         * gnus-registry.el (gnus-registry-user-format-function-M):
11977         Add formatting function.
11978
11979 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11980
11981         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11982         with plists.
11983         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11984         Use new format.
11985
11986 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11989         `where-is-internal' that returns a range of key sequences.
11990
11991 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11992
11993         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11994
11995         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11996         (gnus-summary-jump-to-group): Consider windows on other displayed
11997         frames as well.  Similar changes might be needed elsewhere, but that's
11998         the one I've bumped into during my use.
11999
12000         * nndoc.el (nndoc-oe-dbx-type-p):
12001         * gnus-msg.el (gnus-debug):
12002         * gnus-group.el (gnus-update-group-mark-positions):
12003         Use mm-string-to-multibyte.
12004
12005 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12008         doesn't handle NotDashEscaped.
12009
12010         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12011         (mml-dnd-attach-options): Fix typo in custom choice.
12012
12013         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12014         Change nndoc-article-type to mbox.
12015         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12016
12017         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12018         to nil, instead of html2text.
12019
12020         * imap.el (imap-debug): Add `imap-ping-server'.
12021
12022         * gnus-bookmark.el: Add FIXMEs.
12023
12024         * message.el (message-form-letter-separator)
12025         (message-send-form-letter-delay): New variables.
12026         (message-send-form-letter): Use them.  New command to send form
12027         letters.  Requested by Uwe Siart.
12028         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12029
12030 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * Update copyright years.
12033
12034 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         Sync from EMACS_22_BASE.
12037
12038         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12039
12040 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12041
12042         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12043         empty author.
12044
12045 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12046
12047         * gnus-registry.el (gnus-registry-marks): Add variable for
12048         customization of marks and their appearance.
12049         (gnus-registry-read-mark): Use it.
12050         (gnus-registry-do-marks): Add utility function to loop through
12051         `gnus-registry-marks'.
12052         (gnus-registry-install-shortcuts-and-menus): Add function to install
12053         shortcuts and menus.
12054         (gnus-registry-initialize): Use it.
12055         (gnus-registry-default-mark): Clarify documentation.
12056
12057 2008-02-29  Glenn Morris  <rgm@gnu.org>
12058
12059         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12060         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12061         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12062         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12063         Change defcustom :version from 23.0 to 23.1.
12064
12065 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12066
12067         * gnus-registry.el (gnus-registry-follow-group-p)
12068         (gnus-registry-post-process-groups): Add functions to aid registry
12069         splitting and improve logging.  Clarify behavior in function
12070         documentation.
12071         (gnus-registry-split-fancy-with-parent): Use them.
12072
12073 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12074
12075         * gnus-art.el: Use with-current-buffer.
12076
12077 2008-02-27  David Engster  <dengste@eml.cc>
12078
12079         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12080         Express real group name in the response.
12081
12082 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12085         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12086         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12087         autoload gnus-registry-fetch-group when compiling.
12088         (nnmairix-request-group-with-article-number-correction):
12089         Remove unreferenced argument passed to nnmairix-call-backend.
12090
12091 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12094         (mm-uu-extract): Improve face for low color ttys.
12095         Reported by Sascha Wilde.
12096
12097 2008-02-27  Glenn Morris  <rgm@gnu.org>
12098
12099         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12100         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12101         variables to defconsts.  Convert comments to doc-strings.
12102         (nnmairix-last-server, nnmairix-current-server): Convert from free
12103         variables to defvars.  Convert comments to doc-strings.
12104         (gnus-registry-fetch-group): Autoload.
12105         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12106         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12107         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12108         caddr.
12109         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12110         nnmairix-request-group-with-article-number-correction call.
12111         (nnmairix-fast, nnmairix-group): New, less general names, for free
12112         variables passed from nnmairix-request-group to
12113         nnmairix-request-group-with-article-number-correction.  Declare.
12114         (nnmairix-request-group-with-article-number-correction):
12115         Use nnmairix-fast, nnmairix-group rather than fast, group.
12116
12117 2008-02-26  David Engster  <dengste@eml.cc>
12118
12119         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12120         version 0.5.
12121
12122 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12123
12124         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12125         instead of making an extra function call.  Don't add the current group
12126         to articles only when they have the group.  Use
12127         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12128         Reported by David <de_bb@arcor.de>.
12129
12130 2008-02-24  Miles Bader  <miles@gnu.org>
12131
12132         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12133         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12134         (mm-find-mime-charset-region):
12135         * mm-bodies.el (mm-encode-body):
12136         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12137
12138 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12141         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12142
12143 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12144
12145         * mail-source.el (mail-source-delete-incoming): Change default.
12146         Supplement doc string.
12147
12148         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12149
12150 2008-02-14  Glenn Morris  <rgm@gnu.org>
12151
12152         * time-date.el (format-seconds): New function.
12153
12154 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * nnmail.el (nnmail-message-id-cache-file): Derive from
12157         `gnus-home-directory'.
12158
12159 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12162         Document negative prefix.
12163
12164         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12165
12166 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167
12168         * message.el (message-unsent-separator): Add the Exim bounce
12169         separator.
12170
12171 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12172
12173         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12174         list.
12175         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12176         recipient/signer list.
12177
12178 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * Makefile.in (datarootdir): Define.
12181         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12182         name that might contain whitespace.
12183
12184 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12187         fbound (Emacs 23 unicode), signal an error.
12188
12189 2008-02-08  Glenn Morris  <rgm@gnu.org>
12190
12191         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12192
12193 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12194
12195         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12196         ports to the calls to `netrc-machine-user-or-password' in addition to
12197         "imap" and "imaps".
12198
12199 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12200
12201         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12202
12203         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12204
12205 2008-02-01  Kenichi Handa  <handa@m17n.org>
12206
12207         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12208         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12209         (rfc2104-hash): Convert the result of concat to unibyte string.
12210
12211 2008-02-01  Dave Love  <fx@gnu.org>
12212
12213         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12214         coding-system-for-read.
12215         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12216
12217 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12220         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12221         <hanche@math.ntnu.no>.
12222
12223 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12226
12227         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12228
12229 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12230
12231         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12232         * message.el (message-beginning-of-line): Use featurep instead of bound
12233         tests in order to resolve conditionals at compile time.
12234
12235 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12236
12237         * mail-source.el (mail-sources): Add `group' choice.
12238
12239         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12240         parameter `in-group' to control into which group the articles go.
12241         Add treatment of `group' mail-source.
12242
12243 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12246
12247         * mm-decode.el (mm-dissect-buffer): Decode description.
12248
12249         * mml.el (mml-to-mime): Encode message header first.
12250
12251 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12254         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12255
12256         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12257         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12258
12259 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12260
12261         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12262
12263 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12266         prefix keys.
12267         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12268         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12269         gnus-xmas.el.
12270
12271         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12272         (gnus-xmas-article-describe-bindings): New function.
12273         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12274         gnus-xmas-article-describe-bindings.
12275
12276         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12277
12278 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12279
12280         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12281         Add new variables for article mark management.
12282         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12283         list of extra data entries which, when present, will indicate that the
12284         article ID should not be trimmed from the registry.
12285         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12286         functions.
12287         (gnus-registry-read-mark): New function to read a mark name from the
12288         user.
12289         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12290         (gnus-registry-set-article-mark-internal): New functions to add and
12291         remove marks.
12292         (gnus-registry-get-article-marks): New function to show the marks for
12293         an article, or retrieve them for further use.
12294
12295 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12298         keys when no argument is given.
12299
12300 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * imap.el (imap-ping-server): New variable.
12303         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12304         (imap-ping-server): Minor doc string fixes.
12305
12306 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12307
12308         * imap.el (imap-ping-server): New function.
12309         (imap-opened): Call imap-ping-server.
12310
12311 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * gnus-sum.el (gnus-article-sort-by-random)
12314         (gnus-thread-sort-by-random): Fix doc strings.
12315         Reported by jidanni@jidanni.org.
12316
12317 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-art.el (gnus-article-describe-bindings): New function.
12320         (gnus-article-read-summary-keys): Use it.
12321         (gnus-article-mode-map): Bind `C-h b' to it.
12322
12323 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12326         XEmacs.
12327         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12328         Protect against non-character events.
12329
12330         * lpath.el: Fbind map-keymap for Emacs 21.
12331
12332 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12335         New command.
12336         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12337         instead of END.  Change name of the temp file.
12338         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12339         customizable.
12340
12341 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12344         bind `S W' to gnus-article-wide-reply-with-original; set default
12345         binding to gnus-article-read-summary-send-keys.
12346         (gnus-article-read-summary-keys): Fix the order of keys; display
12347         continuation keys correctly in the echo area; describe bindings
12348         correctly when keys end with `C-h'.
12349         (gnus-article-read-summary-send-keys): New function.
12350         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12351         Work for gnus-article-read-summary-send-keys; display continuation keys
12352         correctly in the echo area.
12353         (gnus-article-reply-with-original): Ignore prefix argument.
12354         (gnus-article-wide-reply-with-original): New function.
12355
12356         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12357         Emacs 21.
12358
12359 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12362         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12363
12364 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12367         (gnus-group-read-ephemeral-gmane-group): New command.
12368
12369 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12370
12371         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12372
12373 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * message.el (message-send-mail-function): Increase custom version.
12376
12377         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12378         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12379
12380 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12381
12382         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12383         for the cases where imap-authenticate is called with a nil buffer
12384         parameter.
12385
12386 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12389         html parts correctly; support forwarded messages.
12390         (gnus-article-browse-html-article): Remove work buffers.
12391
12392         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12393         compiling.
12394         (netrc-bound-and-true-p): New macro.
12395         (netrc-parse): Use it instead of bound-and-true-p that is not available
12396         in XEmacs 21.4.
12397
12398 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * gnus-registry.el (gnus-registry-mark-article)
12401         (gnus-registry-article-marks): Add functionality to mark articles
12402         through the Gnus registry.
12403
12404         * encrypt.el: Clarify documentation for the new pgg method.
12405         (encrypt-file-alist): Add PGG option.
12406         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12407         functionality.  Abstract password key and messaging to external
12408         functions.
12409         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12410         (encrypt-message-method-and-cipher): Add new convenience external
12411         functions.
12412         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12413         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12414
12415         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12416         (netrc-parse): Use encrypt-file-alist to determine if
12417         encrypt-find-model or encrypt-insert-file-contents should be used.
12418
12419         * encrypt.el: Clarify documentation.  Load password-cache or
12420         password, whichever one is found first, instead of autoloading.
12421
12422 2007-12-19  Glenn Morris  <rgm@gnu.org>
12423
12424         * mml.el (message-options-set, message-narrow-to-head)
12425         (message-in-body-p, message-mail-p, message-encode-message-body):
12426         Autoload.
12427         (message-remove-header, message-narrow-to-headers-or-head)
12428         (message-subscribed-p, message-make-mail-followup-to)
12429         (message-position-on-field, message-news-p)
12430         (message-options-set-recipient, message-generate-headers)
12431         (message-sort-headers): Declare as functions.
12432
12433 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12436         convention in doc string.
12437
12438 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12441         title to html parts.
12442         (gnus-article-browse-html-article): Pass message header to it.
12443
12444         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12445
12446 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12449         or password compatible with XEmacs.
12450
12451 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12454         format document.
12455         (gnus-mime-delete-part): Don't write description line if empty.
12456         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12457
12458 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12459
12460         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12461         (gnus-summary-mark-read-and-unread-as-read)
12462         (gnus-summary-mark-current-read-and-unread-as-read)
12463         (gnus-summary-mark-unread-as-ticked): Doc fix.
12464         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12465
12466 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12469         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12470
12471 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12474         yes-or-no-p.
12475
12476 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-decode.el (mm-add-meta-html-tag): New function.
12479         (mm-save-part-to-file, mm-pipe-part): Use it.
12480
12481         * gnus-art.el (gnus-article-browse-delete-temp-files):
12482         Use gnus-y-or-n-p instead of y-or-n-p.
12483         (gnus-article-browse-html-parts): Work with message/external-body; use
12484         mm-add-meta-html-tag.
12485
12486 2007-12-11  Glenn Morris  <rgm@gnu.org>
12487
12488         * gnus-cache.el: Require gnus-sum not just when compiling.
12489
12490         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12491
12492         * gnus-int.el (gnus-server-opened, gnus-status-message):
12493         Move definitions before use.
12494
12495         * mm-decode.el: Require gnus-util.
12496         (mm-remove-part): Only call delete-annotation on XEmacs.
12497
12498         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12499
12500         * nnmail.el: Require gnus-int.
12501
12502         * spam.el: Move `require's before `eval-when-compile's.
12503
12504         * gnus-ems.el (gnus-alive-p):
12505         * gnus-fun.el (message-goto-eoh):
12506         * gnus-util.el (gnus-group-name-decode):
12507         * mail-source.el (gnus-compress-sequence):
12508         * message.el (Info-goto-node, format-spec):
12509         * mm-bodies.el (message-options-get):
12510         * mm-decode.el (mm-view-pkcs7):
12511         * mm-util.el (gmm-write-region):
12512         * mml-smime.el (mml-compute-boundary)
12513         (gnus-completing-read-with-default):
12514         * mml.el (widget-button-press, gnus-make-hashtable):
12515         * mml1991.el (mm-decode-content-transfer-encoding)
12516         (mm-encode-content-transfer-encoding)
12517         (message-options-get, message-options-set):
12518         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12519         * nnfolder.el (gnus-request-group):
12520         * nnheader.el (ietf-drums-unfold-fws):
12521         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12522         * smime.el (gnus-run-mode-hooks):
12523         * spam-stat.el (gnus-message): Autoload.
12524
12525         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12526         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12527         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12528         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12529         Add declare-function compatibility definition.
12530
12531         * gnus-cache.el (nnvirtual-find-group-art):
12532         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12533         (gnus-add-image, gnus-add-wash-type):
12534         * gnus-group.el (nnkiboze-score-file):
12535         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12536         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12537         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12538         (message-tokenize-header, gnus-get-buffer-create)
12539         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12540         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12541         * gnus.el (gnus-group-decoded-name):
12542         * mail-source.el (imap-capability):
12543         * mm-bodies.el (message-options-set):
12544         * mm-decode.el (gnus-configure-windows):
12545         * mm-extern.el (message-goto-body):
12546         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12547         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12548         (epg-sub-key-validity, message-options-set):
12549         * mml.el (widget-event-point, gnus-configure-windows):
12550         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12551         * mml2015.el (epg-check-configuration, epg-configuration)
12552         (message-options-set):
12553         * nndb.el (nndb-request-article):
12554         * nnfolder.el (gnus-request-create-group):
12555         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12556         * nnmaildir.el (gnus-group-mark-article-read):
12557         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12558         * rfc1843.el (message-fetch-field):
12559         * spam.el (gnus-extract-address-components):
12560         Declare as functions.
12561
12562 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12565
12566         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12567
12568         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12569         bind show-trailing-whitespace for XEmacs.
12570
12571 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12574         new no-op macro for backward compatibility.
12575
12576         * imap.el (imap-string-to-integer): New function.
12577
12578 2007-12-09  Glenn Morris  <rgm@gnu.org>
12579
12580         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12581
12582         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12583         * message.el, mm-view.el, sieve-manage.el, smime.el:
12584         Add declare-function compatibility definition.
12585
12586         * gnus-art.el (w3-region, w3m-region, Info-menu):
12587         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12588         * gnus-sum.el (gnus-get-predicate):
12589         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12590         * message.el (mail-abbrev-in-expansion-header-p):
12591         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12592         (w3m-detect-meta-charset, w3m-region):
12593         * sieve-manage.el (password-read, password-cache-add)
12594         (password-cache-remove):
12595         * smime.el (password-read-and-add): Declare as functions.
12596
12597 2007-12-08  David Kastrup  <dak@gnu.org>
12598
12599         * gnus-sum.el (gnus-summary-simplify-subject-query):
12600         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12601         `message'.
12602
12603 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12606         it to bind idna-program, installation-directory, defined-colors, and
12607         face-attribute for XEmacs of the version that compiles defcustom forms.
12608
12609 2007-12-07  Glenn Morris  <rgm@gnu.org>
12610
12611         * gnus-art.el (article-make-date-line): Revert previous change.
12612
12613 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12616
12617 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12618
12619         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12620         Call gnus-add-to-range ranges only once with a prepared article-list.
12621
12622 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12623
12624         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12625         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12626         group names with backslashes.
12627         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12628
12629 2007-12-06  Deepak Goel  <deego3@gmail.com>
12630
12631         * gnus-art.el (article-make-date-line):
12632         * gnus-start.el (gnus-load):
12633         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12634
12635 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-art.el (gnus-use-idna):
12638         * gnus-start.el (gnus-site-init-file):
12639         * message.el (message-use-idna):
12640         * mm-uu.el (mm-uu-hide-markers):
12641         * smiley.el (smiley-style): Revert changes that suppress warnings.
12642
12643 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12646         specify charset to html source.
12647         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12648
12649 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12652         idna-program in order to suppress byte compile warning issued by XEmacs
12653         that came to byte compile the default value section of defcustom forms
12654         recently.
12655
12656         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12657         value of installation-directory.
12658
12659         * message.el (message-use-idna): Don't directly refer to the value of
12660         idna-program.
12661
12662         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12663
12664         * smiley.el (smiley-style): Don't directly call face-attribute.
12665
12666 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12669
12670         * gnus-dired.el: Reduce Gnus dependencies.
12671         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12672         Don't require.  Use autoloads instead.
12673         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12674         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12675         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12676         (gnus-dired-mode): Adjust doc string.
12677         (gnus-dired-mail-mode): New variable.
12678         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12679         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12680         (gnus-dired-mail-buffers): New function.  Return mail or message
12681         composition buffers.
12682         (gnus-dired-attach): Use it.
12683         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12684         NO-DECODE.
12685         (gnus-dired-print): Use `gnus-print-buffer' depending on
12686         `gnus-dired-mail-mode'.
12687
12688 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * rfc2047.el (rfc2047-encoded-word-regexp)
12691         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12692         explaining what regexp patterns are for.
12693
12694 2007-12-04  Glenn Morris  <rgm@gnu.org>
12695
12696         * password.el: Move to password-cache.el.
12697
12698         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12699         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12700         * mml-smime.el (password-read, password-cache-add)
12701         (password-cache-remove):
12702         No need to autoload, since mml-sec requires password.
12703
12704         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12705         * message.el (gnus-extract-address-components):
12706         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12707
12708         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12709         password.
12710
12711 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * mailcap.el: Reduce dependencies.
12714         (mail-header-parse-content-type): Autoload.
12715         (mailcap-delete-duplicates): New alias.
12716         (mailcap-mime-info): Add optional argument NO-DECODE.
12717         (mailcap-mime-types): Use mailcap-delete-duplicates.
12718
12719         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12720
12721 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12722
12723         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12724         (imap-parse-status): Upcase status-att for servers that sends them
12725         lower-case (e.g., MS Exchange 2007).
12726
12727 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12730         function.
12731
12732         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12733         (gnus-uu-yenc-article): New function.
12734
12735         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12736
12737         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12738
12739 2007-12-02  Glenn Morris  <rgm@gnu.org>
12740
12741         * binhex.el (binhex): New custom group.
12742         (binhex-decoder-program, binhex-decoder-switches)
12743         (binhex-use-external): Move to the binhex custom group.
12744
12745         * uudecode.el (uudecode): New custom group.
12746         (uudecode-decoder-program, uudecode-decoder-switches)
12747         (uudecode-use-external): Move to the uudecode custom group.
12748
12749         * netrc.el (top-level): Don't load `encrypt' features.
12750         (netrc-parse): Don't use encrypt.
12751         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12752
12753         * encrypt.el: Remove file.
12754
12755 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12758         matches on patches.
12759
12760         * gnus-art.el (gnus-article-browse-html-article):
12761         Mention `mm-text-html-renderer' in the doc string.
12762
12763         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12764         string.  Add comments.
12765
12766         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12767         if rhs is ASCII.
12768
12769 2007-12-01  Glenn Morris  <rgm@gnu.org>
12770
12771         * mail-source.el (top-level): Require format-spec before
12772         eval-when-compile.
12773
12774 2007-11-30  Glenn Morris  <rgm@gnu.org>
12775
12776         * encrypt.el: Require password, rather than autoloading password-read.
12777
12778 2007-11-29  Glenn Morris  <rgm@gnu.org>
12779
12780         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12781         (sasl-make-client, sasl-next-step, sasl-step-data)
12782         (sasl-step-set-data): Declare as functions.
12783
12784 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12787
12788 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12789
12790         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12791         certs should be verified and what is to be done in the event of a
12792         verification failure.
12793
12794         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12795         caller can indicate whether the cache should be disregarded for this
12796         call.  This way the result of the call is reproducible at all times and
12797         can be considered a canonical server name for the supplied method.
12798         (gnus-agent-method-p): Canonicalize server names by pushing their
12799         method through `gnus-method-to-server' using the no-cache argument.
12800
12801         * gnus-srvr.el (gnus-server-insert-server-line):
12802         Call `gnus-method-to-server' with `no-cache' argument.
12803
12804         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12805         gnus-agent-possibly-synchronize-flags as this should be called when the
12806         server is actually being opened.
12807         (gnus-agent-possibly-synchronize-flags)
12808         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12809         flags file of an agentized server to the latter function.
12810
12811         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12812         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12813         after a connection has been established successfully.
12814
12815 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-art.el (article-display-face): Force to display face if called
12818         interactively; check if gnus-article-x-face-too-ugly matches author.
12819         (article-display-x-face): Display face even if From header is missing
12820         as article-display-face does.
12821
12822 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12823
12824         * hashcash.el (message-narrow-to-headers-or-head)
12825         (message-fetch-field, message-goto-eoh)
12826         (message-narrow-to-headers): Declare as functions.
12827
12828 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * mail-source.el (mail-sources): Default to fetch from file for
12831         compatibility with default of nnmail-spool-file.
12832
12833 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12836         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12837         to look for encoded word that should be encoded again.
12838         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12839         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12840         encoding pattern.
12841         (rfc2047-decode-region): Switch strict regexp and loose one according
12842         to rfc2047-allow-irregular-q-encoded-words.
12843
12844 2007-11-25  Romain Francoise  <romain@orebokech.com>
12845
12846         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12847
12848 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * tls.el (tls-program): Provide more custom choices from
12851         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12852         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12853
12854 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12857         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12858
12859         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12860         `nnmail-spool-file'.
12861
12862         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12863         `nnmail-spool-file'.
12864
12865         * gnus-move.el (gnus-change-server): Ditto.
12866
12867         * gnus-kill.el (gnus-batch-score): Ditto.
12868
12869         * gnus-cache.el (gnus-jog-cache): Ditto.
12870
12871         * gnus-msg.el (gnus-summary-reply):
12872         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12873
12874 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12877         version.  Minor improvement to doc strings.
12878         (tls-program): Add comment.
12879
12880 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12881
12882         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12883         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12884         mismatch between the hostname provided in the certificate and the name
12885         of the host connnecting to.
12886         (open-tls-stream): Use them.  Check certificates against trusted root
12887         certificates.
12888
12889 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-cache.el (gnus-cache-generate-nov-databases):
12892         Use nnml-generate-nov-databases-directory instead of
12893         nnml-generate-nov-databases-1.
12894
12895 2007-11-24  Glenn Morris  <rgm@gnu.org>
12896
12897         * message.el (message-tool-bar-retro): Update for rename
12898         mail_send.xpm->mail-send.xpm.
12899
12900 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12903         `smime-ldap-search' for Emacs 22 and up.
12904
12905 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12906
12907         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12908
12909         * message.el (message-send-mail-function): Fix error convention.
12910         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12911         (message-widen-reply, message-send-mail, message-talkative-question)
12912         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12913         (message-clone-locals, message-send-news): Use with-current-buffer.
12914         (message-insert-or-toggle-importance): Remove unused var `valid'.
12915         (message-make-references): Remove unused var `new-references'.
12916         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12917
12918 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12919
12920         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12921         (spam-split-symbolic-return-positive): Reflow docstring.
12922         (spam-backends, spam-summary-exit-behavior)
12923         (spam-mark-ham-unread-before-move-from-spam-group)
12924         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12925         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12926         (spam-clear-cache, spam-backend-check, spam-install-backend)
12927         (spam-install-statistical-backend, spam-list-of-processors)
12928         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12929         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12930         (spam-check-crm114, spam-initialize, spam-unload-hook):
12931         Fix typos in docstrings.
12932
12933 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12936         been checked if they have never been read and those group levels are
12937         higher than the one that a user specified.
12938
12939 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12942         foreign groups unless a group level is specified by a user.
12943         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12944
12945 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * message.el (message-send-mail-function): Require sendmail.
12948
12949 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * message.el (message-send-mail-function): Check for smtpmail too.
12952
12953         * utf7.el (utf7-encode, utf7-decode): Use coding system
12954         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12955
12956         * message.el (message-send-mail-function): New function.
12957         (message-send-mail-function): Set default using
12958         message-send-mail-function.  Adjust doc string.
12959         (message-send-mail-with-mailclient): New function.
12960
12961 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12962
12963         * smime.el (from):
12964         * rfc2047.el (message-posting-charset):
12965         * qp.el (mm-use-ultra-safe-encoding):
12966         * pop3.el (parse-time-months):
12967         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12968         * nnml.el (files):
12969         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12970         (jka-compr-compression-info-list, ange-ftp-path-format)
12971         (efs-path-regexp):
12972         * nndiary.el (files):
12973         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12974         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12975         (epg-digest-algorithm-alist, inhibit-redisplay)
12976         (password-cache-expiry):
12977         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12978         (pgg-output-buffer, password-cache-expiry):
12979         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12980         (efs-path-regexp):
12981         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12982         (inhibit-redisplay):
12983         * mm-uu.el (file-name, start-point, end-point, entry)
12984         (gnus-newsgroup-name, gnus-newsgroup-charset):
12985         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12986         (latin-unity-ucs-list):
12987         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12988         (mm-uu-binhex-decode-function):
12989         * message.el (gnus-message-group-art, gnus-list-identifiers)
12990         (rmail-enable-mime-composing, gnus-local-organization)
12991         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12992         (gnus-read-active-file, facemenu-add-face-function)
12993         (facemenu-remove-face-function, gnus-article-decoded-p)
12994         (tool-bar-mode):
12995         * mail-source.el (display-time-mail-function):
12996         * gnus-util.el (nnmail-pathname-coding-system)
12997         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12998         (gnus-original-article-buffer, gnus-user-agent)
12999         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13000         (xemacs-codename, sxemacs-codename, emacs-program-version):
13001         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13002         * gnus-start.el (gnus-agent-covered-methods)
13003         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13004         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13005         (gnus-newsgroup-headers, gnus-group-list-mode)
13006         (gnus-group-mark-positions, gnus-newsgroup-data)
13007         (gnus-newsgroup-unreads, nnoo-state-alist)
13008         (gnus-current-select-method, mail-sources)
13009         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13010         (nnmail-spool-file, gnus-cache-active-hashtb):
13011         * gnus-mh.el (mh-lib-progs):
13012         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13013         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13014         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13015         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13016         (gnus-group-buffer):
13017         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13018         (font-lock-set-defaults):
13019         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13020         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13021         (gnus-summary-post-menu, total-parts, type, condition, length):
13022         * gnus-agent.el (gnus-agent-read-agentview):
13023         * flow-fill.el (show-trailing-whitespace):
13024         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13025         eval-and-compile wrappers for byte compiler pacifiers.
13026
13027         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13028         (mm-display-inline-fontify): Check for featurep 'xemacs not
13029         extent-list.
13030
13031         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13032         itimer-list.
13033         (mm-create-image-xemacs): Only do something for XEmacs.
13034         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13035
13036         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13037
13038         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13039         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13040
13041 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13042
13043         * nnimap.el (nnimap-split-download-body):
13044         * gnus-demon.el (gnus-demon):
13045         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13046
13047 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13050         New macros.
13051         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13052         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13053         copy data from unibyte buffer to multibyte current buffer.
13054         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13055         to copy data from unibyte current buffer to multibyte buffer.
13056         (nntp-make-process-buffer): Make process buffer unibyte.
13057
13058         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13059
13060 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13061
13062         * pop3.el (pop3-open-server): Accept and process data more robustly at
13063         connection start to avoid spurious "POP SSL connection failed" errors.
13064
13065 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13068         read group names.
13069
13070 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13073
13074 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13077         (nnmail-save-active): Use a unibyte buffer when saving active file,
13078         which may contain non-ASCII group names.
13079
13080         * nnml.el (nnml-request-group): Decode group names in messages.
13081
13082 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * message.el (message-citation-line-function)
13085         (message-insert-formatted-citation-line): Fix spelling of
13086         `message-insert-formated-citation-line'.
13087
13088 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13091
13092 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13095         nnmail-pathname-coding-system.
13096
13097         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13098         that a user enters; decode group names in messages.
13099
13100         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13101
13102 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13105
13106         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13107
13108         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13109         risky local variable.
13110
13111         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13112
13113 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13114
13115         * encrypt.el: Improve documentation to fix function name typo.
13116         Reported by Daiki Ueno <ueno@unixuser.org>.
13117
13118 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13121         even if the point is not in the last page of an article.
13122         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13123         back to the previous page.
13124
13125 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13128
13129 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13132
13133 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13134
13135         * message.el (message-check-news-body-syntax):
13136         Avoid mm-string-as-multibyte.
13137         (message-hide-headers): Don't assume (point-min)==1.
13138
13139 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * message.el (message-remove-blank-cited-lines): Fix if remove is
13142         given.
13143         (message-bogus-address-regexp): New variable.
13144         (message-bogus-recipient-p): New function.
13145         (message-check-recipients): New command.
13146         (message-syntax-checks): Add `bogus-recipient'.
13147         (message-fix-before-sending): Add `bogus-recipient'.
13148
13149         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13150         (gnus-treat-body-boundary): Don't test window-system.
13151
13152 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13153
13154         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13155
13156 2007-10-28  Miles Bader  <miles@gnu.org>
13157
13158         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13159         at compile-time too.
13160
13161 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gnus-msg.el (gnus-message-setup-hook):
13164         Add `message-remove-blank-cited-lines' to options.
13165
13166 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * message.el (message-remove-blank-cited-lines): New function.
13169         Suggested by Karl Plästerer.
13170
13171 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13174         mapc.
13175
13176         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13177         (top-level): Use mapc to set functions to be traced for debugging.
13178
13179         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13180         called for effect with while loop.
13181
13182         * message.el (message-talkative-question): Replace mapcar called for
13183         effect with mapc.
13184
13185         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13186         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13187         called for effect with dolist.
13188
13189         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13190
13191         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13192         gnus-extra-headers and nnmail-extra-headers.
13193
13194         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13195         called for effect with dolist.
13196         (top-level): Use mapc to set functions to be traced for debugging.
13197
13198         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13199         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13200         dolist.
13201
13202         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13203         Replace mapcar called for effect with mapc.
13204         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13205         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13206         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13207         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13208
13209         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13210         remove-if that's a cl function.
13211
13212         * webmail.el (webmail-debug): Replace mapcar called for effect with
13213         dolist.
13214
13215         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13216         with mapc.
13217
13218 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13221         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13222         with while loop.
13223
13224         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13225         functions from article-* functions.
13226         (gnus-multi-decode-header): Replace mapcar called for effect with
13227         dolist.
13228
13229         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13230         (gnus-bookmark-show-details): Replace mapcar called for effect with
13231         while loop.
13232
13233         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13234         called for effect with while loop.
13235
13236         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13237         with dolist.
13238
13239         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13240         Replace mapcar called for effect with dolist.
13241
13242         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13243
13244         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13245         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13246         Replace mapcar called for effect with dolist.
13247         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13248         mapc.
13249
13250         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13251         Replace mapcar called for effect with dolist.
13252         (gnus-topic-list): Replace mapcar called for effect with mapc.
13253
13254         * gnus.el: Use mapc instead of mapcar to add autoloads.
13255
13256 2007-10-23  Richard Stallman  <rms@gnu.org>
13257
13258         * gnus-group.el (gnus-group-highlight): Mark as risky.
13259
13260 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * gnus.el (gnus-server-to-method): Return method found first in
13263         gnus-newsrc-alist.
13264
13265         * gnus-art.el (gnus-article-highlight-signature)
13266         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13267         button overlay without the front stickiness.
13268
13269 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13270
13271         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13272         overview buffer needed a catch to receive its throw.
13273         (gnus-agent-flush-cache): Declare as interactive to make this function
13274         easier to use.
13275
13276 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13279         `next-line'.
13280
13281 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13284         exclude address matching message-dont-reply-to-names.
13285
13286 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gnus-util.el (gnus-string<): New function.
13289
13290         * gnus-sum.el (gnus-article-sort-by-author)
13291         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13292
13293 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13296         the frame-focus tag is set in gnus-buffer-configuration.
13297
13298 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13301         the front stickiness.
13302
13303 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13306         url pattern; remove duplicate one.
13307         (gnus-article-extend-url-button): New function.
13308         (gnus-article-add-buttons): Use it.
13309         (gnus-button-push): Use concatenated url that it makes.
13310
13311 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13312
13313         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13314
13315 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13316
13317         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13318         Don't hardcode point-min==1.
13319
13320 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13323         Fix comment about "iso8859-1".
13324
13325 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13326
13327         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13328         ones returned from the verify-function.
13329
13330         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13331         Call mml2015-extract-cleartext-signature if extraction failed.
13332
13333 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13334
13335         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13336         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13337         failed.
13338
13339 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13342
13343 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13346         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13347         recommends to use EasyPG instead of PGG.
13348
13349         * pgg.el: Revert to revision 6.23.2.16.
13350
13351         * pgg-def.el: Revert to revision 6.6.2.14.
13352
13353         * pgg-gpg.el: Revert to revision 6.23.2.34.
13354
13355 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13356
13357         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13358         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13359         thread for both the null and zero (kill/expire thread) universal prefix
13360         cases.
13361         (gnus-summary-expire-thread): Add new function to expire a thread,
13362         using gnus-summary-kill-thread.
13363         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13364         shortcuts for gnus-summary-expire-thread.
13365         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13366         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13367
13368 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13369
13370         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13371         extras value, so an extras entry can be deleted.
13372         (gnus-registry-delete-extra-entry): Use it.
13373         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13374         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13375         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13376         storage through the gnus-registry, and provide an appropriate API for
13377         it.
13378
13379 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13382         Suggested by Leo <sdl.web@gmail.com>.
13383
13384         * gnus.el: Do.
13385
13386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13389         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13390
13391         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13392
13393         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13394         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13395
13396 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13399         newline.
13400         (nnmbox-request-accept-article): Don't change article in source buffer;
13401         narrow to header to use message-fetch-field rather than
13402         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13403         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13404         as delimiters; make sure article ends with newline.
13405         (nnmbox-delete-mail): Correct last position of article to be deleted;
13406         ignore X-Gnus-Newsgroup header in article body.
13407         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13408         positions; make sure article ends with newline.
13409
13410         * message.el (message-display-abbrev): Don't infloop when a user
13411         inserts SPC in the beginning of header.
13412
13413         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13414         coding-system-for-read and coding-system-for-write for XEmacs having no
13415         file-coding feature.
13416
13417         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13418
13419 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13422         list of groups not followed by default.  Fix type to be regexp.
13423         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13424
13425 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13426
13427         * hmac-def.el (define-hmac-function): Switch from old-style to
13428         new-style backquotes.
13429
13430         * md4.el (md4-make-step): Likewise.
13431
13432 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13435         raw-text coding system when saving .newsrc file, which may contain
13436         non-ASCII group names.
13437
13438 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-cus.el (gnus-score-extra): New widget.
13441         (gnus-score-extra-convert): New function.
13442         (gnus-score-customize): Use it for Extra.
13443
13444 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13445
13446         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13447         (mml2015-mailcrypt-clear-verify): Use it.
13448         (mml2015-gpg-clear-verify): Use it.
13449         (mml2015-pgg-clear-verify): Use it.
13450         (mml2015-epg-clear-verify): Replace the current part with the output
13451         from GnuPG; don't extract the plaintext by itself.
13452
13453         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13454         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13455         mml2015-clear-verify-function; don't touch the armor headers or
13456         dash-escaped text here.
13457
13458 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13461         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13462         parts, or application/octet-stream as a last resort.
13463         (gnus-mime-view-part-as-type): Don't toggle display.
13464         (gnus-mime-view-part-as-charset): Don't turn off display before
13465         querying charset.
13466
13467         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13468         stuff to undisplayer function in Emacs.
13469         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13470
13471         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13472         text/calendar parts.
13473
13474 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13477         decoding text/calendar parts.
13478
13479         * message.el (message-forward-make-body-mime): Always mark body as
13480         having no illegible text; remove signed-or-encrypted argument.
13481         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13482
13483         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13484         (mml-generate-mime-1): Don't encode body if it is specified to be in
13485         raw form; don't make buffer be unibyte when inserting multibyte string.
13486
13487 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13488
13489         * sha1.el: Fix up comment style.
13490         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13491         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13492
13493         * hex-util.el: Fix up comment style.
13494         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13495
13496         * gnus-salt.el: Use with-current-buffer.
13497         (gnus-pick-setup-message): Fix long-standing typo.
13498
13499 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * imap.el (imap-logout-timeout): New variable.
13502         (imap-logout, imap-logout-wait): New functions.
13503         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13504
13505         * nnimap.el (nnimap-logout-timeout): New server variable.
13506         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13507         nnimap-logout-timeout.
13508
13509         * gnus-art.el (gnus-article-summary-command-nosave)
13510         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13511
13512 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus.el (gnus-maximum-newsgroup): New variable.
13515
13516         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13517         according to gnus-maximum-newsgroup.
13518
13519         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13520         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13521         Limit the range of articles according to gnus-maximum-newsgroup.
13522
13523 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13524
13525         * gnus-art.el (gnus-sticky-article): Fix problems described in
13526         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13527         Don't perform gnus-configure-windows here; reuse existing sticky
13528         article buffer.
13529
13530         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13531         it doesn't exist in gnus-article-mode.
13532
13533 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13536         (gnus-agent-decoded-group-name): New function.
13537         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13538         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13539
13540 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13541
13542         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13543         Add binding for gnus-sticky-article.
13544         (gnus-summary-exit): Don't kill sticky article buffers.
13545
13546         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13547         article buffer.
13548         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13549         (gnus-kill-sticky-article-buffers): New commands.
13550
13551 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * nntp.el (nntp-xref-number-is-evil): New server variable.
13554         (nntp-find-group-and-number): If it is non-nil, don't trust article
13555         numbers in the Xref header.
13556
13557 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-agent.el (gnus-agent-read-group): New function.
13560         (gnus-agent-flush-group, gnus-agent-expire-group)
13561         (gnus-agent-regenerate-group): Use it.
13562         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13563         nnmail-pathname-coding-system.
13564
13565 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13568
13569         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13570         that are unread as unread, and also as selected so that information of
13571         marks having been changed by a user may be updated when exiting group.
13572
13573 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13576
13577 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13580         calculated ignoring signature parts to gnus-treat-article.
13581
13582 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13585         a point here in order to keep the window start.
13586         (gnus-insert-mime-security-button): Make a button overlay without the
13587         front stickiness.
13588         (gnus-mime-display-security): Goto the end of a button.
13589
13590         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13591
13592 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13595         group-name-at-point.
13596         (gnus-group-completing-read): New function that offers decoded
13597         non-ASCII group names for completion.
13598         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13599         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13600         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13601         (gnus-group-fetch-control): Use it.
13602         (gnus-fetch-group): Use group-name-at-point for the initial value
13603         rather than the default value; use gnus-alive-p.
13604
13605         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13606         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13607         (gnus-summary-post-news): Use gnus-group-completing-read.
13608
13609         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13610         (gnus-read-move-group-name): Decode group name for completion.
13611
13612 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13613
13614         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13615         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13616         Yamaoka slightly modified the code).
13617
13618 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13621         (nnmail-split-incoming): Bind it.
13622
13623         * nnml.el (nnml-group-name-charset): New function.
13624         (nnml-decoded-group-name): Use it; don't decode group name if
13625         nnmail-group-names-not-encoded-p is non-nil.
13626         (nnml-encoded-group-name): New function.
13627         (nnml-group-pathname): Inline nnml-decoded-group-name.
13628         (nnml-request-expire-articles): Decode group name in message.
13629         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13630         nnmail-pathname-coding-system.
13631         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13632         not decoded ones according to nnmail-group-names-not-encoded-p.
13633         (nnml-generate-active-info): Use nnml-encoded-group-name.
13634
13635 2007-08-08  Glenn Morris  <rgm@gnu.org>
13636
13637         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13638         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13639         doc-strings and comments.
13640
13641 2007-07-25  Glenn Morris  <rgm@gnu.org>
13642
13643         * Relicense all FSF files to GPLv3 or later.
13644
13645 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * gnus-sum.el (gnus-summary-move-article):
13648         Make gnus-summary-respool-article work.
13649
13650 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13651
13652         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13653         string.
13654
13655 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13656
13657         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13658         that should be ignored when comparing distant RSS articles with local
13659         ones.
13660         (nnrss-make-hash-index): New function.  Create a hash index according
13661         to the ignored fields.
13662         (nnrss-check-group): Use it.
13663
13664 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13667
13668         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13669
13670         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13671         the new optional argument ENCODED is non-nil.
13672         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13673         coding system for encoding group name.
13674         (gnus-group-make-rss-group): Pass un-encoded group name to
13675         gnus-group-make-group.
13676         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13677         encoded.
13678
13679         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13680         Encode group name to which articles are moved or copied.
13681         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13682         coding system for encoding Newsgroup, Followup-To and Xref headers.
13683
13684         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13685         marks; use nnheader-file-coding-system to write a file.
13686         (nnagent-retrieve-headers): Bind file-name-coding-system to
13687         nnmail-pathname-coding-system.
13688
13689         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13690
13691         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13692         (nnml-request-article, nnml-request-create-group)
13693         (nnml-request-rename-group, nnml-find-id)
13694         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13695         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13696         (nnml-save-marks): Use nnml-group-pathname instead of
13697         nnmail-group-pathname.
13698
13699         (nnml-request-create-group, nnml-request-expire-articles)
13700         (nnml-request-move-article, nnml-request-delete-group)
13701         (nnml-deletable-article-p, nnml-possibly-create-directory)
13702         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13703         (nnml-open-marks): Bind file-name-coding-system to
13704         nnmail-pathname-coding-system.
13705
13706         (nnml-request-article): Pass server argument to nnml-find-group-number.
13707         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13708         Pass server argument to nnml-possibly-create-directory.
13709         (nnml-request-accept-article): Pass server argument to
13710         nnml-active-number and nnml-save-mail.
13711         (nnml-find-group-number): Pass server argument to nnml-find-id.
13712         (nnml-request-update-info): Pass server argument to
13713         nnml-marks-changed-p.
13714
13715         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13716         (nnml-save-mail, nnml-active-number): Add server argument.
13717
13718         (nnml-request-delete-group): Warn if group is missing.
13719         (nnml-get-nov-buffer): Decode group name.
13720         (nnml-generate-active-info): Encode group name.
13721         (nnml-open-marks): Decode group name in messages.
13722
13723 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13726         if it is not specified.
13727         (gnus-article-pipe-part, gnus-article-save-part)
13728         (gnus-article-interactively-view-part, gnus-article-copy-part)
13729         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13730         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13731         (gnus-article-replace-part, gnus-article-delete-part)
13732         (gnus-article-view-part-as-type): Pass raw prefix argument to
13733         gnus-article-part-wrapper.
13734
13735 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-agent.el (gnus-agent-save-active):
13738         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13739
13740         * gnus-cache.el (gnus-cache-save-buffers)
13741         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13742         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13743         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13744         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13745         (gnus-cache-generate-active, gnus-cache-rename-group)
13746         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13747         (gnus-cache-update-overview-total-fetched-for):
13748         Bind file-name-coding-system to nnmail-pathname-coding-system.
13749         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13750         New variables.
13751         (gnus-cache-decoded-group-name): New function.
13752         (gnus-cache-file-name): Use it.
13753         (gnus-cache-generate-active): Use non-decoded group name for active.
13754
13755         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13756         right place.
13757         (gnus-write-active-file): Don't break non-ASCII group names.
13758
13759         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13760         nnmail-pathname-coding-system.
13761
13762         * lpath.el: Bind default-file-name-coding-system,
13763         file-name-coding-system and language-info-alist for XEmacs.
13764
13765         * gnus-uu.el (gnus-uu-decode-save): Typo.
13766
13767 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13770
13771 2007-07-14  David Kastrup  <dak@gnu.org>
13772
13773         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13774         finishing actions if we did not edit the article.
13775
13776 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13779         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13780         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13781         (gnus-agent-flush-group, gnus-agent-flush-cache)
13782         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13783         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13784         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13785         (gnus-agent-regenerate-group)
13786         (gnus-agent-update-files-total-fetched-for)
13787         (gnus-agent-update-view-total-fetched-for):
13788         Bind file-name-coding-system to nnmail-pathname-coding-system.
13789         (gnus-agent-group-pathname): Don't encode file names by
13790         nnmail-pathname-coding-system.
13791         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13792         coding-system-for-write instead of buffer-file-coding-system to
13793         gnus-agent-file-coding-system.
13794
13795         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13796         Decode group name.
13797
13798         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13799
13800         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13801         (gnus-read-newsrc-el-file): Make group names unibyte.
13802
13803         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13804         nnmail-pathname-coding-system.
13805
13806         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13807         (nnrss-request-delete-group): Bind file-name-coding-system to
13808         nnmail-pathname-coding-system.
13809         (nnrss-read-server-data, nnrss-read-group-data):
13810         Bind file-name-coding-system correctly.
13811         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13812
13813         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13814         (nntp-server-to-method-cache): New variable.
13815         (nntp-group-pathname): New function that decodes non-ASCII group names.
13816         (nntp-possibly-create-directory, nntp-marks-changed-p)
13817         (nntp-save-marks, nntp-open-marks): Use it.
13818         (nntp-possibly-create-directory, nntp-open-marks):
13819         Bind file-name-coding-system to nnmail-pathname-coding-system.
13820         (nntp-open-marks): Decode group names when bootstrapping marks.
13821
13822         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13823         Newsgroups and Followup-To headers.
13824
13825 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13828         (gnus-server-closed-face, gnus-server-denied-face)
13829         (gnus-server-offline-face): Remove variable.
13830         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13831
13832         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13833         of modifying message-stack directly for XEmacs.
13834
13835         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13836         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13837         if the coding-system argument is nil for XEmacs.
13838
13839         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13840         mm-charset-override-alist.
13841
13842         * rfc2047.el: Don't require base64; require rfc2045 for the function
13843         rfc2045-encode-string.
13844         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13845         to quote the parameter value.
13846
13847 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13850         form in gnus-group-name-charset-method-alist.
13851
13852         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13853         overrides the default layout edit-form.
13854
13855         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13856
13857         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13858
13859 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13862         as unfetched articles.
13863
13864 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13867
13868 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13871         original back end that keeps marks in the local system.
13872
13873 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13876         arg of pop-to-buffer for XEmacs.
13877         (gnus-article-read-summary-keys): Ditto; don't restore window
13878         configuration if summary command ends up with neither article buffer
13879         nor summary buffer; describe bindings if summary keys end with C-h.
13880
13881 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * message.el (message-fix-before-sending): Skip raw message part to be
13884         forwarded while checking illegible text.
13885         (message-forward-make-body-mime, message-forward-make-body):
13886         Mark signed or encrypted raw message as having no illegible text.
13887
13888 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13891         (gnus-message-with-timestamp-1): New macro.
13892         (gnus-message-with-timestamp): New function.
13893         (gnus-message): Use them.
13894
13895         * nnheader.el (nnheader-message): Use them.
13896
13897 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13900         .newsrc.eld file.
13901
13902 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-agent.el (gnus-agent-fetch-headers)
13905         (gnus-agent-retrieve-headers):
13906         Bind gnus-decode-encoded-address-function to identity.
13907
13908         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13909         available also when the server returns simply a dot.
13910
13911         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13912
13913 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13916
13917 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-ems.el (gnus-x-splash): Make it work.
13920
13921         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13922         from being used.
13923
13924         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13925
13926 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13929         4th and the 5th arguments.
13930
13931         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13932         the front stickiness.
13933         (gnus-article-summary-command-nosave): Correct the order of the
13934         arguments passed to pop-to-buffer.
13935         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13936         summary command ends up with the article buffer.
13937
13938         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13939         the same faces.
13940
13941 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13942
13943         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13944
13945 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13946
13947         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13948         * gnus-sum.el (gnus-summary-highlight):
13949         * pgg.el (pgg-sign-region, pgg-sign):
13950         * mail-source.el (mail-source-delete-old-incoming-confirm):
13951         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13952
13953 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * gnus-art.el (gnus-mime-view-part-externally)
13956         (gnus-mime-view-part-internally): Fix predicate function passed to
13957         completing-read.
13958
13959         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13960
13961         * gnus.el (gnus-update-message-archive-method): Add :version.
13962
13963 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus.el (gnus-update-message-archive-method): New variable.
13966
13967         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13968         according to gnus-message-archive-method if
13969         gnus-update-message-archive-method is non-nil.
13970
13971 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13974         Suggested by Loic Dachary <loic@dachary.org>.
13975         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13976
13977 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * message.el (message-pop-to-buffer): Add switch-function argument.
13980         (message-mail): Pass switch-function argument to it.
13981
13982 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13985         Improve doc string.
13986
13987 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13990         (gnus-header-content):
13991         * gnus-cite.el (gnus-cite-10):
13992         * gnus-srvr.el (gnus-server-closed):
13993         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13994         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13995         (gnus-group-mail-3-empty, gnus-group-mail-low)
13996         (gnus-group-mail-low-empty, gnus-splash):
13997         * message.el (message-header-to, message-header-cc)
13998         (message-header-subject, message-header-other, message-header-name)
13999         (message-header-xheader, message-separator, message-cited-text)
14000         (message-mml): Lighten colors of faces used for dark background.
14001
14002 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14003
14004         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14005         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14006
14007 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * message.el (message-narrow-to-headers-or-head):
14010         Ignore mail-header-separator in the body.
14011
14012 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14015         same as window size.
14016
14017 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14018
14019         * message.el (message-font-lock-keywords): Use message-header-xheader
14020         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14021         ahead of the anything pattern, to get it recognized.
14022
14023 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14026         spam.el loads uses it in the compiled defadvice form.
14027
14028 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14029
14030         * gnus-sum.el (gnus-articles-to-read)
14031         (gnus-summary-insert-old-articles): Don't truncate group name for
14032         `read-string'.
14033
14034         * gnus-util.el (gnus-limit-string): Delete this function.
14035
14036         * gnus-sum.el (gnus-simplify-subject-fully):
14037         Use `truncate-string-to-width' instead.
14038
14039 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14040
14041         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14042         Tell if, on summary exit, the next group has to be selected.
14043         (gnus-summary-exit): Use it.
14044
14045 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14048         non-break space.
14049
14050 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14053         Check if group is not a directory.
14054         (nnfolder-request-expire-articles): Don't delete articles if the target
14055         group is not available.
14056
14057         * nnml.el (nnml-request-create-group): Properly check if group is not a
14058         file.
14059         (nnml-request-expire-articles): Don't delete articles if the target
14060         group is not available.
14061
14062         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14063         Don't quote characters that are within parentheses.
14064
14065 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14068         (gnus-handle-ephemeral-exit): Select article according to it.
14069
14070 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14071
14072         * message.el (message-insert-formated-citation-line): Remove newline.
14073         (message-citation-line-format): Add final \n here so that the user can
14074         avoid a blank line.
14075
14076 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14077
14078         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14079         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14080         Update lanl/arXiv support.
14081
14082 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14083
14084         * gnus.el: Bump version number.
14085
14086 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14087
14088         * gnus.el (gnus-version-number): Bump version.
14089
14090 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14091
14092         * gnus.el: No Gnus v0.6 is released.
14093
14094 2007-04-27  Didier Verna  <didier@xemacs.org>
14095
14096         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14097         * gmm-utils.el (gmm-regexp-concat): ... here.
14098         * message.el: Don't require 'gnus-util.
14099         (message-dont-reply-to-names): Handle name change above.
14100         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14101
14102 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14105         since the initial value varies according to the system.
14106
14107 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14110
14111 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14112
14113         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14114
14115 2007-04-24  Didier Verna  <didier@xemacs.org>
14116
14117         Improve the type of gnus-ignored-from-addresses.
14118         * gnus-util.el (gnus-orify-regexp): New function.
14119         * message.el (gnus-util): Require it.
14120         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14121         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14122         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14123
14124 2007-04-24  Didier Verna  <didier@xemacs.org>
14125
14126         * gnus-sum.el:
14127         * gnus-utils.el: Fix some trailing whitespaces.
14128
14129 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14132         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14133         article's Message-ID; refer parent article in summary buffer.
14134
14135         * message.el (message-bounce): Call mime-to-mml.
14136
14137         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14138         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14139         optimize and/or forms properly.
14140
14141 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14144         URL.
14145
14146 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14149
14150 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14153         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14154         displayed of multipart/alternative part if it is invoked from summary
14155         buffer.
14156
14157         * mm-view.el (mm-inline-text-html-render-with-w3m)
14158         (mm-inline-text-html-render-with-w3m-standalone)
14159         (mm-inline-render-with-function): Use mail-parse-charset by default.
14160
14161 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14162
14163         * parse-time.el (parse-time-string-chars): Check if CHAR
14164         is less than the length of parse-time-syntax.
14165
14166 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14169         from gnus-newsgroup-processable.
14170
14171 2007-04-16  Didier Verna  <didier@xemacs.org>
14172
14173         * gnus-msg.el (gnus-configure-posting-styles):
14174         Handle message-signature-directory properly with :file syntax.
14175         Reported by "Leo".
14176
14177 2007-04-11  Didier Verna  <didier@xemacs.org>
14178
14179         New user option: message-signature-directory.
14180         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14181         * message.el (message-insert-signature): Ditto.
14182         * message.el (message-signature-file): Doc update.
14183         * message.el (message-signature-directory): New.
14184
14185 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-msg.el (gnus-inews-yank-articles):
14188         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14189
14190 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * message.el (message-yank-original): Make sure cited text ends with
14193         newline; don't exchange point and mark.
14194
14195 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14196
14197         * tls.el (open-tls-stream): Properly handle case where there
14198         is no associated buffer.
14199
14200 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14201
14202         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14203         message-yank-original, make sure (< mark TEXT point).
14204
14205 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * message.el (message-fill-column): New variable.
14208         (message-mode): Use it.  Add comment on a possible new hook.
14209
14210         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14211         (nnmail-get-new-mail): Reformat.
14212
14213         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14214
14215         * gmm-utils.el: Fix Commentary.
14216         (gmm-tool-bar-from-list): Fix typo in doc string.
14217
14218 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14219
14220         * message.el (message-yank-original): Don't switch point and mark
14221         unnecessarily to put point and mark as documented.
14222
14223 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14224
14225         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14226         from the message heads.
14227
14228 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14229
14230         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14231         article buffer does not have a window.  This may not be the best
14232         solution but is certainly better than setting the start of the null,
14233         that is the current, window.
14234
14235 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14238         (gnus-draft-setup): Run it.
14239
14240         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14241         gnus-score-fast-scoring.  Allow regexp.
14242         (gnus-score-headers): Use it.
14243
14244         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14245         XEmacs.
14246
14247         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14248         string.
14249         (gnus-button-alist): Also catch `<f1> k ...'.
14250         (gnus-treat-display-x-face): Fix doc string.
14251
14252 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14253
14254         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14255         evaluation of gnus-extended-version to ensure correct generation of the
14256         User-Agent header when message-generate-headers-first is used.
14257
14258 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14259
14260         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14261         hashcash-path is nil.  Don't call callback with incorrect number of
14262         parameters if val is 0.
14263
14264 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14265
14266         * message.el (message-required-news-headers):
14267         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14268
14269 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14270
14271         * tls.el (open-tls-stream): In handshake-waiting loop,
14272         don't wait more if there is output available to process.
14273
14274 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14275
14276         * tls.el (tls-program): Doc fix.
14277
14278 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * message.el (message-generate-new-buffers): Change the meaning of the
14281         nil value; add `standard' to the choices; treat t as `unique'; improve
14282         doc string.
14283         (gnus-select-frame-set-input-focus): Autoload.
14284         (message-buffer-name): Search for the existing message buffer if
14285         message-generate-new-buffers is nil or `standard'; treat the value t of
14286         message-generate-new-buffers as `unique'.
14287         (message-pop-to-buffer): Raise the frame already displaying the message
14288         buffer; clear the echo area after querying.
14289         (message-setup): Pass the `continue' argument to compose-mail.
14290         (message-mail): Prefer `switch-function' if it is given; search for the
14291         existing message buffer if the `continue' argument is non-nil; pass
14292         continue and switch-function arguments to compose-mail by way of
14293         message-setup.
14294         (message-mail-other-window): Adjust argument of message-setup.
14295         (message-mail-other-frame): Ditto.
14296
14297 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14300         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14301         to turn font-lock on when turning gnus-message-citation-mode on.
14302
14303 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14304
14305         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14306         (mml-smime-function-alist): New variable; add epg as the backend.
14307         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14308         mml-smime- functions instead.
14309         * mm-view.el: Require smime.
14310
14311 2007-03-05  Didier Verna  <didier@xemacs.org>
14312
14313         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14314         instead of just inheritance for posting styles.
14315         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14316
14317 2007-02-24  Chris Moore  <dooglus@gmail.com>
14318
14319         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14320         * pgg-pgp.el (pgg-pgp-encrypt-region):
14321         * pgg-gpg.el (pgg-gpg-encrypt-region):
14322         Check pgg-encrypt-for-me if no other recipients.
14323
14324 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14325
14326         * tls.el (tls-certtool-program): Fix custom type.
14327
14328 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14331         and point-at-eol instead of line-(beginning|end)-position.
14332
14333         * assistant.el (assistant-parse-buffer): Ditto.
14334
14335         * netrc.el (netrc-parse-services): Ditto.
14336
14337 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14338
14339         * mml2015.el (mml2015-epg-find-usable-key): New function.
14340         (mml2015-epg-sign): Use it.
14341         (mml2015-epg-encrypt): Use it.
14342
14343 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * message.el (message-make-in-reply-to): Quote name containing
14346         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14347         if there are special characters.  Reported by NAKAJI Hiroyuki
14348         <nakaji@jp.freebsd.org>.
14349
14350 2007-02-27  Didier Verna  <didier@xemacs.org>
14351
14352         Include the group parameters as well as the topic ones in the
14353         inheritance filter process.
14354         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14355         argument GROUP-PARAMS-LIST.
14356         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14357
14358 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * nntp.el (nntp-never-echoes-commands)
14361         (nntp-open-connection-functions-never-echo-commands): New variables.
14362         (nntp-send-command): Use them.
14363
14364 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14365
14366         * mml2015.el (mml2015-epg-verify): Simplify.
14367
14368 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * mml.el (mml-content-disposition-alist): New user option.
14371         (mml-content-disposition): New function.
14372         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14373         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14374
14375 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14376
14377         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14378         verification.
14379
14380 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14381
14382         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14383         articles posted in the last 24 hours.
14384
14385 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14386
14387         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14388
14389 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14390
14391         * nntp.el (nntp-send-command): Don't wait for echoes when
14392         nntp-open-ssl-stream is used.
14393
14394 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14397         (gnus-message-add-citation-keywords)
14398         (gnus-message-remove-citation-keywords): Remove.
14399         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14400         directly, make the variables in font-lock-defaults buffer-local, add
14401         gnus-message-citation-keywords to them and then update the value of
14402         font-lock-keywords.
14403
14404 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * message.el (message-cite-original-1): Don't call
14407         gnus-article-highlight-citation.
14408
14409         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14410         citations; fix line count.
14411
14412 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14415         (gnus-message-add-citation-keywords)
14416         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14417         versions of font-lock-add-keywords and font-lock-remove-keywords to
14418         work with XEmacs correctly.
14419
14420 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-cite.el (gnus-cite-face-list): Set the values of
14423         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14424         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14425         (gnus-message-cite-prefix-regexp): New variable.
14426         (gnus-message-search-citation-line): Use it; protect against long
14427         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14428         the 0th match data for Emacs.
14429         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14430         (gnus-message-add-citation-keywords): Append keywords rather than
14431         prepending; emulate font-lock-add-keywords if it is not available.
14432         (gnus-message-remove-citation-keywords):
14433         Emulate font-lock-remove-keywords if it is not available.
14434
14435         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14436
14437         * message.el (message-cite-prefix-regexp): Set the value of
14438         gnus-message-cite-prefix-regexp.
14439
14440 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14441
14442         * nnweb.el (nnweb-google-parse-1): Update parser.
14443
14444 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14445
14446         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14447
14448 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14449
14450         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14451         regexp.
14452
14453 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14456         string-to-multibyte.
14457         (uudecode-decode-region-internal): Use it.
14458
14459         * lpath.el: Fbind string-as-multibyte for XEmacs.
14460
14461 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14464         Fix custom choice.
14465
14466         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14467
14468 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14469
14470         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14471
14472         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14473         `write-region' to respect `mm-inhibit-file-name-handlers'.
14474
14475 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14478         Use gnus-home-directory instead of "~/" or "$HOME".
14479
14480 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14481
14482         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14483         to mention filename.
14484         Add comments at beginning regarding usage.
14485         (encrypt-write-file-contents): Change interactive so a string is
14486         acceptable.  If the file has no associated model, show an error instead
14487         of a nonsense prompt.
14488
14489 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14490
14491         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14492         Thanks to Yoshihiko Yamada for kind notification of this typo.
14493
14494 2007-01-12  Kenichi Handa  <handa@m17n.org>
14495
14496         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14497         multibyte buffer.
14498
14499 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-score.el (gnus-score-fast-scoring): New variable.
14502         (gnus-score-headers): Use it.
14503
14504         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14505
14506         * message.el (message-cite-original-1):
14507         Call gnus-article-highlight-citation if requested.
14508         (message-make-from): Allow name and address as optional arguments.
14509
14510         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14511
14512         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14513         bugs to doc string.
14514         (gnus-button-alist): Add mid\\|message-id.
14515         (gnus-button-fetch-group): Extend for use in
14516         `browse-url-browser-function'.
14517         (gnus-button-url-regexp): Try to catch paired parentheses like in
14518         Wikipedia URLs.
14519
14520         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14521         Suggested by Simon Krahnke <overlord@gmx.li>.
14522
14523 2007-01-13  Romain Francoise  <romain@orebokech.com>
14524
14525         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14526         Update copyright.
14527
14528 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14529
14530         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14531
14532 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14533
14534         * gnus-registry.el (gnus-registry-unfollowed-groups)
14535         (gnus-registry-split-fancy-with-parent): Fix documentation.
14536
14537 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14538
14539         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14540         from nnweb groups.
14541
14542 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14545         Xref urls.  Erase buffer before requesting head.
14546
14547         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14548
14549 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14552         customizable.
14553
14554 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14555
14556         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14557         no signing key is found.
14558         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14559         no encrypting and/or signing key is found.
14560
14561 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14564
14565 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14566
14567         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14568         headers read from disk with the ones newly found in the current search.
14569         This should no longer cause problems, because the article numbers in
14570         Gmane's `nov.php' output are ignored since the previous change.
14571
14572 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14573
14574         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14575
14576 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14579         replace-regexp-in-string; bind url-version; fbind display-images-p and
14580         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14581         find-face and set-itimer-function for Emacs; bind itimer-list for
14582         Emacs.
14583
14584         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14585
14586 2007-01-01  Romain Francoise  <romain@orebokech.com>
14587
14588         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14589
14590 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14591
14592         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14593         `define-minor-mode' macro definition expanded properly.
14594         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14595         exclude it there.
14596
14597         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14598         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14599         `fboundp' test.
14600         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14601         This is OK to autoload in (S)XEmacs now.
14602
14603 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14606         keystroke.
14607         (gnus-summary-limit-to-singletons): Fix typo.
14608
14609         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14610         else fails.
14611
14612 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14613
14614         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14615         docstring.
14616
14617         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14618         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14619         (gnus-summary-insert-dormant-articles): Fix typo in message.
14620
14621 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14624         nil for XEmacs.
14625         (gnus-message-citation-mode): Don't autoload in XEmacs.
14626
14627         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14628
14629 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14630
14631         * nnimap.el (nnimap-expunge-search-string):
14632         Mention nnimap-search-uids-not-since-is-evil in docstring.
14633
14634 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * spam.el: Revert to make-obsolete-variable because
14637         define-obsolete-variable-alias is not supported in Emacs 21.
14638
14639         * spam.el (spam-ifile-path, spam-ifile-database-path)
14640         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14641         make-obsolete-variable.
14642         (spam-bsfilter-path, spam-bsfilter-program)
14643         (spam-spamassassin-path, spam-spamassassin-program)
14644         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14645         Don't use "path" inappropriately.
14646         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14647         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14648         variable names.
14649
14650 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14651
14652         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14653         summary buffer.
14654
14655         * password.el (password-cache-remove): Use clear-string to burn
14656         password, if available.
14657
14658 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14661
14662         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14663
14664         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14665         (gnus-message-highlight-citation): Move defcustom here from
14666         gnus-cite.el.
14667         (gnus-message-citation-mode): Autoload.
14668
14669         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14670         checks to make it compile with XEmacs.
14671         (gnus-message-citation-mode): New minor mode.
14672         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14673         (gnus-message-highlight-citation): New variables.
14674         (gnus-message-search-citation-line)
14675         (gnus-message-add-citation-keywords)
14676         (gnus-message-remove-citation-keywords)
14677         (turn-on-gnus-message-citation-mode)
14678         (turn-off-gnus-message-citation-mode): New functions.
14679
14680 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14681
14682         * gnus-cite.el: Enable highlighting of different citation levels in
14683         message-mode.
14684
14685 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * message.el (message-make-fqdn): Fix comment.
14688         (message-bogus-system-names): Add ".local".
14689
14690         * spam.el (spam-ifile-path, spam-ifile-program)
14691         (spam-ifile-database-path, spam-ifile-database)
14692         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14693         Don't use "path" inappropriately.
14694         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14695         strings.
14696         (spam-check-ifile, spam-ifile-register-with-ifile)
14697         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14698         Use new variable names.
14699
14700         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14701         (gnus-treat-display-smileys): Simplify using
14702         gnus-image-type-available-p.
14703
14704         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14705         available.
14706
14707         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14708         Use `display-images-p' if available.
14709
14710 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14713         one after turning on the buffer's multibyteness instead of decoding
14714         them directly in the unibyte buffer that causes unexpected conversion
14715         in Emacs 23 (unicode).
14716
14717 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14718
14719         * message.el (message-generate-hashcash): Fix custom type.
14720
14721 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14724
14725 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14726
14727         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14728         disconnect icons.  Add help text.
14729
14730 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14731
14732         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14733         negated to be consistent with the others we handle.
14734
14735 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14736
14737         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14738         version of gnus-summary-buffer to something, so that we can use two
14739         article buffers at the same time.
14740
14741 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14744         trigger all the extra headers.
14745         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14746         sorting.
14747
14748 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14749
14750         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14751         solid groups.
14752
14753 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14754
14755         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14756
14757 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * legacy-gnus-agent.el: Add Copyright notice.
14760
14761 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14762
14763         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14764
14765 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14768
14769         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14770         to make it work reliably in CVS Emacs.
14771         (gnus-summary-limit-strange-charsets-predicate)
14772         (gnus-summary-limit-to-predicate): New functions.
14773
14774 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14775
14776         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14777         specifying array size.
14778         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14779         array if it is too small.
14780         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14781         (gnus-sort-threads-loop): New function.
14782
14783 2006-12-06  Chris Moore  <dooglus@gmail.com>
14784
14785         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14786         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14787
14788 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14789
14790         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14791         options.
14792
14793 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14794
14795         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14796         DOS-ing the recipient.
14797
14798         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14799         the headers when creating the mapping to avoid mismappings.
14800         (nnweb-gmane-create-mapping): Always nix out old mapping.
14801
14802 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14805         and mm-verify-option to never.
14806
14807 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * message.el (message-signed-or-encrypted-p): New function.
14810         (message-forward-make-body): Use it.
14811
14812         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14813         Replace encode-coding-string with mm-encode-coding-string.
14814
14815 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * nneething.el (nneething-decode-file-name):
14818         Replace decode-coding-string with mm-decode-coding-string.
14819
14820         * gnus-int.el (gnus-open-server): Say failed server's name.
14821
14822 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14823
14824         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14825         strings to a single string.  Quote `errors-file-name'.
14826         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14827         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14828         Adjust calls.  Use `shell-quote-argument'.
14829
14830 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14831
14832         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14833         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14834
14835         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14836         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14837         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14838         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14839         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14840         (gnus-subscribe-newsgroup, gnus-1):
14841         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14842         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14843         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14844         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14845
14846 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14847
14848         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14849         keystroke.
14850         (gnus-summary-limit-to-bodies): Implement headersp.
14851
14852 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14855
14856 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14859
14860 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14861
14862         * message.el (message-generate-hashcash): Expand range of values to
14863         include `opportunistic'.
14864         (message-send-mail): Use it.
14865
14866 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14867
14868         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14869         and comment it.
14870
14871         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14872
14873 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * gnus-util.el (gnus-extract-address-components): Improve comment.
14876
14877 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-util.el (gnus-extract-address-components): Work with address in
14880         which the name portion contains @.
14881
14882         * lpath.el: Fbind custom-autoload.
14883
14884 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14885
14886         * gnus.el (gnus-start): Move custom group up.
14887         (gnus-select-method): Don't autoload, but make it available for
14888         `customize-variable'.
14889         (gnus-getenv-nntpserver): Don't autoload.
14890
14891 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14894
14895 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * message.el (message-sendmail-extra-arguments): New variable.
14898         (message-send-mail-with-sendmail): Use it.
14899
14900 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14903         mm-with-unibyte-current-buffer to make string unibyte.
14904
14905         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14906         mm-string-as-multibyte.
14907
14908 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14909
14910         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14911         Reported by Werner Koch <wk@gnupg.org>.
14912
14913 2006-11-14  Daiki Ueno  <ueno@p360>
14914
14915         * mml2015.el: Autoload epa-select-keys when compiling.
14916
14917 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14918
14919         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14920         message-options.
14921         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14922
14923 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14924
14925         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14926         EasyPG (< 0.0.6).
14927         (mml2015-always-trust): New user option.
14928         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14929         prompt.
14930
14931 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * nntp.el (nntp-authinfo-force): New variable.
14934         (nntp-send-authinfo): Use it.
14935
14936 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14939         decode encoded words.  Improve prompt.  Add comment about forwarding.
14940         (message-replacement-char): Move up.
14941
14942 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14943
14944         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14945         instead of gnus-intersection because arguments of gnus-sorted-nunion
14946         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14947
14948 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14951         (message-simplify-subject-functions):
14952         Enable message-strip-subject-encoded-words by default.
14953
14954 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14955
14956         * message.el (message-strip-subject-encoded-words): New function.
14957         (message-simplify-subject-functions): New variable.
14958         (message-simplify-subject): Use it.  Fix typo in doc string.
14959         Support message-strip-subject-encoded-words.
14960
14961 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14962
14963         * gnus-diary.el (gnus-diary-delay-format-function):
14964         * nndiary.el (nndiary-reminders):
14965         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14966
14967 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * gnus-art.el (article-hide-boring-headers): Fetch date from
14970         gnus-original-article-buffer to avoid problems with localized date
14971         strings.
14972
14973 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14976
14977 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14980         New variables.
14981         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14982         (mm-charset-synonym-alist): Move some entries to
14983         mm-codepage-iso-8859-list.
14984         (mm-charset-synonym-alist, mm-charset-override-alist):
14985         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14986
14987 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14990
14991 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14994         with Emacs 21 and XEmacs.
14995
14996 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * spam.el (spam-parse-address): New function for better parsing,
14999         catching errors, etc.
15000         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15001
15002 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * mm-view.el: Add interactive arg to html2text autoload.
15005
15006 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15009
15010 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15013         New variables.
15014         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15015         (mm-charset-synonym-alist): Move some entries to
15016         mm-codepage-iso-8859-list.
15017
15018         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15019
15020 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * message.el (message-citation-line-format)
15023         (message-insert-formated-citation-line): Fix implementation of %E, %N
15024         and %n according to the doc string.
15025
15026 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15027
15028         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15029         Use car-safe to avoid bad parses.
15030
15031 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15034         names.
15035
15036         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15037
15038 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15041         header.
15042
15043         * message.el (message-draft-headers): Add Date.
15044         (message-headers-to-generate): Fix typo in docstring.
15045
15046         * nndraft.el (nndraft-required-headers): New variable.
15047         (nndraft-generate-headers): Use it.
15048
15049         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15050
15051 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15052
15053         * gnus-registry.el (gnus-registry-wash-for-keywords)
15054         (gnus-registry-find-keywords): New functions to allow easy searching of
15055         articles that are in the registry.
15056
15057 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15060         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15061         Reported by Damien Elmes <damien@repose.cx>.
15062
15063 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * gnus.el (gnus-mime): Remove unused custom group.
15066
15067 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15068
15069         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15070         "blank line" when searching for end of armor headers.
15071
15072 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gmm-utils.el (gmm-write-region): Fix variable name.
15075
15076 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gmm-utils.el (gmm-write-region): New function based on compatibility
15079         code from `mm-make-temp-file'.
15080
15081         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15082
15083         * nnmaildir.el (nnmaildir--update-nov)
15084         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15085         Use `gmm-write-region'.
15086
15087 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15090         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15091
15092         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15093
15094         * message.el (message-replacement-char): New variable.
15095         (message-fix-before-sending): Use it.
15096         (message-simplify-subject): New function to remove duplicate code.
15097         (message-reply, message-followup): Use it.
15098
15099         * gnus-sum.el (gnus-summary-make-menu-bar):
15100         Clarify gnus-summary-limit-to-articles.
15101
15102 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-util.el (gnus-with-local-quit): New macro.
15105
15106         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15107
15108 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15111         ignore non-string data.
15112
15113 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15116         non-string data (needs to be done in the registry too).
15117
15118 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15121         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15122         (gnus-registry-split-fancy-with-parent)
15123         (gnus-registry-fetch-simplified-message-subject-fast)
15124         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15125         Remove text properties on ingress into the registry and when it's saved.
15126         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15127         registry from entries with no groups.
15128
15129 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15132         function to remove string properties.
15133
15134 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * gmm-utils.el (gmm): Adjust custom version.
15137
15138         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15139         Adjust custom version.
15140
15141         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15142
15143 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-art.el (gnus-insert-prev-page-button)
15146         (gnus-insert-next-page-button): Simplify.  Reformat.
15147
15148 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15149
15150         * gnus-art.el (gnus-insert-prev-page-button)
15151         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15152
15153 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15154
15155         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15156
15157 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15158
15159         * gnus-art.el (gnus-insert-mime-button)
15160         (gnus-insert-mime-security-button):
15161         Apply gnus-article-button-face to MIME and security buttons.
15162
15163 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15164
15165         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15166         readable.
15167
15168 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15171
15172 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15173
15174         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15175         `browse-url-of-file' instead of `browse-url'.
15176
15177 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15178
15179         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15180         regexp.  Articles containing quotation were cut prematurely.
15181
15182 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * message.el (message-cite-original-1): Use nobody by default for the
15185         value of From header.
15186         (message-reply): Ditto.
15187
15188 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15189
15190         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15191         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15192         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15193
15194 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15197         mails in the doc string.  Add some URLs in comment.
15198         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15199
15200 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15203         backslashes handling and the way to find boundaries of quoted strings.
15204
15205 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15206
15207         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15208         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15209         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15210         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15211
15212 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15215         doc string.
15216         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15217
15218 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * lpath.el: Fbind epg-check-configuration.
15221
15222 2006-09-06  Simon Josefsson  <jas@extundo.com>
15223
15224         * mml2015.el (mml2015-use): Doc fix, mention epg.
15225
15226 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15227
15228         * mml2015.el (mml2015-use): Default to epg, if available.
15229
15230 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15231
15232         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15233         message-sender.
15234         (mml1991-epg-encrypt): Ditto.
15235         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15236         message-sender.
15237         (mml2015-epg-encrypt): Ditto.
15238
15239 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15240
15241         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15242         several common directories.
15243
15244 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15245
15246         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15247         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15248
15249 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (article-decode-encoded-words): Make it fast.
15252
15253 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15256
15257         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15258         in quoted string into `\'.
15259
15260 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15263         Use standard-syntax-table.
15264
15265 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-art.el (gnus-decode-address-function): New variable.
15268         (article-decode-encoded-words): Use it to decode headers which are
15269         assumed to contain addresses.
15270         (gnus-mime-delete-part): Remove useless `or'.
15271
15272         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15273         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15274         (gnus-nov-parse-line): Use it to decode From header.
15275         (gnus-get-newsgroup-headers): Ditto.
15276         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15277
15278         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15279         (mail-decode-encoded-address-string): New alias.
15280
15281         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15282         New function.
15283         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15284         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15285         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15286         (rfc2047-decode-string): Ditto.
15287         (rfc2047-decode-address-region): New function.
15288         (rfc2047-decode-address-string): New function.
15289
15290 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * message.el (message-caesar-buffer-body): Allow rotating headers.
15293
15294         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15295
15296         * message.el (message-insert-formated-citation-line): Fix %f.
15297         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15298
15299 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15302         (gnus-bookmark-mouse-available-p): New macro.
15303         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15304         (gnus-bookmark-bmenu-show-infos): Use it.
15305         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15306         (gnus-bookmark-bmenu-hide-infos): Ditto.
15307         (gnus-bookmark-remove-properties): New function.
15308         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15309         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15310         (gnus-bookmark-write-file): Bind coding-system-for-write.
15311         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15312         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15313         group before selecting it.
15314         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15315         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15316         quit-window if it is not available; use gnus-mouse-2 and bind it to
15317         gnus-bookmark-bmenu-select-by-mouse.
15318         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15319         (gnus-bookmark-bmenu-select-by-mouse): New function.
15320
15321 2006-08-13  Romain Francoise  <romain@orebokech.com>
15322
15323         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15324         space.
15325
15326 2006-08-10  Romain Francoise  <romain@orebokech.com>
15327
15328         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15329         (dns-mode-soa-auto-increment-serial): New user option.
15330         (dns-mode-soa-maybe-increment-serial): New function.
15331         (dns-mode): Add the latter to `write-contents-functions'.
15332
15333 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * compface.el (uncompface): Use binary rather than raw-text-unix.
15336
15337 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * compface.el (uncompface): Make sure the eol conversion doesn't take
15340         place when communicating with the external programs.
15341         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15342
15343 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15346
15347 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15348
15349         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15350         Make it more robust by parsing author and date independently.
15351
15352 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15355
15356 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15357
15358         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15359         first matching secret key.
15360         (mml2015-epg-encrypt): Ditto.
15361
15362         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15363         first matching secret key.
15364         (mml1991-epg-encrypt): Ditto.
15365
15366         * mml2015.el (mml2015-encrypt-to-self): New user option.
15367         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15368         mml2015-epg-encrypt-to-self is set.
15369
15370         * mml1991.el (mml1991-encrypt-to-self): New variable.
15371         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15372         mml1991-epg-encrypt-to-self is set.
15373
15374         * mml2015.el (mml2015-signers): New user option.
15375         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15376         (mml2015-epg-encrypt): Allow to select signing keys.
15377
15378         * mml1991.el (mml1991-signers): New variable.
15379         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15380         (mml1991-epg-encrypt): Allow to select signing keys.
15381
15382 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * nnheader.el (nnheader-insert-head): Make it work even if the file
15385         uses CRLF for the line-break code.
15386
15387 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15388
15389         * mml2015.el: Require mml-sec instead of password.
15390         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15391         (mml2015-cache-passphrase): Inherit the default value from
15392         mml-secure-cache-passphrase.
15393         (mml2015-passphrase-cache-expiry): Inherit the default value from
15394         mml-secure-passphrase-cache-expiry.
15395
15396         * mml1991.el: Require mml-sec instead of password.
15397         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15398         (mml1991-cache-passphrase): Inherit the default value from
15399         mml-secure-cache-passphrase.
15400         (mml1991-passphrase-cache-expiry): Inherit the default value from
15401         mml-secure-passphrase-cache-expiry.
15402
15403         * mml-sec.el: Require password.
15404         (mml-secure-verbose): New user option.
15405         (mml-secure-cache-passphrase): New user option.
15406         (mml-secure-passphrase-cache-expiry): New user option.
15407
15408 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15409             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15410
15411         * pgg-def.el (pgg-truncate-key-identifier):
15412         Truncate the key ID to 8 letters from the end.
15413
15414 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15415
15416         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15417         workaround for the url package included with Emacs.
15418
15419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15420
15421 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15424         correctly.  This fixes a bug caused by the 2006-05-12 change.
15425
15426 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15427
15428         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15429         some information about the error when saying that the `bogus' mail
15430         group will be used.
15431
15432 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15435         string.
15436
15437 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15438
15439         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15440
15441 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15442
15443         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15444
15445 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15446
15447         * mml1991.el (mml1991-function-alist): Add epg.
15448         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15449         (mml1991-epg-encrypt): New functions.
15450
15451 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15452
15453         * mml2015.el (mml2015-verbose): New variable.
15454         (mml2015-cache-passphrase): Ditto.
15455         (mml2015-passphrase-cache-expiry): Ditto.
15456         (mml2015-function-alist): Add epg.
15457         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15458         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15459         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15460         New functions.
15461
15462 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15463
15464         * message.el (message-cite-original-1): Preserve region when removing
15465         quoted text due to X-No-Archive in order to avoid bogus attribution
15466         when citing multiple messages.
15467
15468 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15469
15470         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15471         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15472
15473 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-diary.el (gnus-user-format-function-d)
15476         (gnus-user-format-function-D): Autoload.
15477
15478         * imap.el (Commentary): Fix typo.
15479
15480         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15481         2006-04-22 contribution.
15482
15483 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15484
15485         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15486         It didn't really fix the bogosity I'm seeing with solid web groups.
15487
15488 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15489
15490         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15491         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15492         created using server names.  If we use the feature without declaring
15493         it, Gnus does not properly manage server and group state.
15494
15495         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15496         bound.
15497
15498 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15499
15500         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15501         looking up the method using GROUP's prefix before inventing a new one.
15502         It is used on killed/unknown groups in various places where returning
15503         an all-new method isn't expected by the caller.
15504
15505         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15506         and match semantics of gnus-group-real-prefix.
15507
15508 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * nnmail.el (nnmail-broken-references-mailers): New variable.
15511         (nnmail-ignore-broken-references): New function generalizing
15512         nnmail-fix-eudora-headers.
15513         (nnmail-fix-eudora-headers): Now obsolete.
15514
15515         * gnus-art.el (gnus-button-handle-custom):
15516         Support `customize-apropos*'.
15517
15518 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15519
15520         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15521
15522         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15523         articles.
15524
15525 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * message.el (message-cite-reply-above): New variable.
15528         (message-yank-original): Use it.
15529
15530 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15533
15534 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15537         as read.
15538
15539         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15540
15541 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15544         (gnus-bookmark-default-file): Use gnus-directory.
15545         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15546         Remove "*" in doc string.
15547         (gnus-bookmark-write-file): Simplify.
15548         (gnus-bookmark-maybe-sort-alist): Use `when'.
15549         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15550         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15551         Add FIXME about Emacs 21 and XEmacs compatibility.
15552         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15553         compatibility.
15554         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15555         compatibility.
15556         (gnus-bookmark-menu-heading): Fix version.
15557
15558 2006-06-19  Bastien Guerry  <bzg@altern.org>
15559
15560         * gnus-bookmark.el: New file.
15561
15562 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * message.el (message-syntax-checks): Doc fix.
15565
15566 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15567
15568         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15569         unsubscribed groups as if they were killed ones.  It causes duplicate
15570         entries in gnus-newsrc-alist.
15571
15572 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * message.el (message-syntax-checks): Doc fix.
15575         (message-send-mail): Add check for continuation headers.
15576         (message-check-news-header-syntax): Fix regexp used to check for
15577         continuation headers.
15578
15579 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15582
15583 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15584
15585         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15586
15587 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15590         default-truncate-lines.
15591
15592 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15595         to fill the utf-8 entry.
15596
15597         * lpath.el: Fbind unicode-precedence-list.
15598
15599 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15600
15601         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15602
15603 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15604
15605         * gnus-agent.el (directory-files-and-attributes): Move all the way
15606         forward (the third and final move).
15607         (gnus-agent-read-agentview): Trap reconstruction errors due to
15608         nonexistent directory.  Handle by returning nil.
15609
15610 2006-05-30  Didier Verna  <didier@xemacs.org>
15611
15612         * message.el (message-dont-reply-to-names): Update the custom type.
15613         * message.el (message-dont-reply-to-names): New defsubst: potentially
15614         convert a list of regexps into a single one.
15615         * message.el (message-get-reply-headers): Use it.
15616         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15617
15618 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * gnus-agent.el (directory-files-and-attributes): Move forward.
15621
15622 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-ml.el (gnus-mailing-list-subscribe)
15625         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15626         (gnus-mailing-list-message): Fix doc strings.
15627
15628 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15629
15630         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15631         of doing it manually.
15632
15633 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15634
15635         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15636         comment.
15637
15638 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15639
15640         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15641         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15642         (gnus-agent-read-local): All symbols allocated in my-obarray.
15643         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15644         (gnus-agent-regenerate-group): Check numeric names to see if they are
15645         messages or groups.
15646         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15647         better way of do this...)
15648
15649         * gnus-cache.el (gnus-agent-total-fetched-for):
15650         Ignore 'dummy.group' (there should be a better way of do this...)
15651
15652 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15655         (gnus-saved-headers): Ditto.
15656         (gnus-default-article-saver): Mention functions may have properties.
15657         (gnus-article-save): Override gnus-save-all-headers and
15658         gnus-saved-headers by :headers property which saver function may have.
15659         (gnus-summary-save-in-file): Add :headers property.
15660         (gnus-summary-write-to-file): Ditto.
15661
15662         * gnus-sum.el (gnus-summary-save-article): Bind
15663         gnus-prompt-before-saving to t when saving many articles in a file;
15664         always show all headers.
15665
15666         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15667
15668 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15669
15670         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15671         marks.
15672
15673         * message.el (message-indent-citation): Add optional arguments to allow
15674         using it outside of message buffers.
15675
15676         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15677         (gnus-article-treat-unfold-headers): Use it.
15678         (gnus-article-truncate-lines): New variable.
15679         (gnus-article-mode): Use it.
15680         (gnus-article-toggle-truncate-lines): New function.
15681
15682         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15683         Add gnus-article-toggle-truncate-lines.
15684
15685         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15686         coding system in XEmacs, use binary.
15687
15688 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15691         after-load-alist.
15692
15693         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15694         this function should save decoded articles.
15695         (gnus-summary-write-to-file): Use property to specify this function
15696         should save decoded articles and specify gnus-summary-save-in-file
15697         should be used to save articles other than the first one when saving
15698         many articles.
15699         (gnus-summary-save-body-in-file): Use property to specify this
15700         function should save decoded articles.
15701         (gnus-summary-write-body-to-file): Use property to specify this
15702         function should save decoded articles and specify
15703         gnus-summary-save-body-in-file should be used to save articles other
15704         than the first one when saving many articles.
15705
15706         * gnus-sum.el (gnus-summary-save-article): Simplify.
15707
15708 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-art.el (gnus-default-article-saver):
15711         Add gnus-summary-write-body-to-file.
15712         (gnus-article-save-coding-system): Don't use coding system object
15713         in XEmacs.
15714         (gnus-read-save-file-name): Add optional `dir-var' argument which
15715         specifies directory in which files are saved; work even if optional
15716         `variable' argument is not specified.
15717         (gnus-summary-write-to-file): Read file name.
15718         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15719         (gnus-summary-write-body-to-file): New function.
15720
15721         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15722         (gnus-summary-local-variables): Add it.
15723         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15724         (gnus-summary-save-article): Remove optional `decode' argument;
15725         determine whether to decode articles by the value of
15726         gnus-default-article-saver; when saving many files using
15727         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15728         it first and use gnus-summary-save-in-file or
15729         gnus-summary-save-body-in-file thereafter unless
15730         gnus-prompt-before-saving is always; move point to article which
15731         will be saved.
15732         (gnus-summary-save-article-file): Revert.
15733         (gnus-summary-write-article-file): Revert.
15734         (gnus-summary-save-article-body-file): Revert.
15735         (gnus-summary-write-article-body-file): New function.
15736
15737 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (gnus-default-article-saver): Doc fix.
15740         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15741         from gnus-summary-save-article-coding-system, and default to a
15742         certain coding system.
15743         (gnus-output-to-file): Add coding cookie and encode text according
15744         to gnus-article-save-coding-system; don't use mm-append-to-file.
15745
15746         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15747         gnus-art.el and rename to gnus-article-save-coding-system.
15748         (gnus-summary-save-article): Require gnus-art; don't show all
15749         headers if it decodes articles; don't add coding cookie here;
15750         don't bind mm-text-coding-system-for-write.
15751         (gnus-summary-save-article-file): Save decoded articles.
15752         (gnus-summary-write-article-file): When saving many files, use
15753         gnus-summary-write-to-file first and gnus-summary-save-in-file
15754         thereafter unless gnus-prompt-before-saving is always.
15755         (gnus-summary-save-article-body-file): Save decoded articles.
15756
15757         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15758
15759 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * nnrss.el (nnrss-check-group): Bind hash-index.
15762
15763 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15764
15765         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15766         its hash index.  Store this hash in `nnrss-group-data'.
15767         (nnrss-read-group-data): Update accordingly.
15768
15769 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15770
15771         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15772         entry.
15773
15774         * gnus-sum.el (gnus-summary-make-menu-bar):
15775         Add gnus-article-browse-html-article.
15776
15777 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15778
15779         * gnus-sum.el (gnus-summary-mime-map):
15780         Add gnus-article-browse-html-article.
15781
15782         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15783
15784 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15785
15786         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15787         suitable coding systems in customize.
15788
15789 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * mail-source.el (mail-sources): Fix custom type.
15792
15793 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15796         (gnus-summary-expire-articles-now): Shorten prompt.
15797
15798         * gmm-utils.el (wid-edit): Require.
15799         (defun-gmm): Rename from `gmm-defun-compat'.
15800         (gmm-image-search-load-path): Use it.
15801         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15802
15803 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-sum.el (gnus-summary-save-article-coding-system):
15806         New variable.
15807         (gnus-summary-save-article): Add optional `decode' argument.
15808         If it is set and gnus-summary-save-article-coding-system is non-nil,
15809         save decoded article.
15810         (gnus-summary-write-article-file): Save decoded article if
15811         gnus-summary-save-article-coding-system is non-nil.
15812
15813         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15814         type.
15815
15816 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15819
15820 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15823         first to test gnus-single-article-buffer which may be buffer-local.
15824
15825         * gnus-sum.el (gnus-summary-setup-buffer):
15826         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15827         group; make gnus-article-buffer, gnus-article-current, and
15828         gnus-original-article-buffer always buffer-local.
15829         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15830         group.
15831         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15832
15833 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15834
15835         * nnml.el (nnml-request-compact-group): Compressed files might not
15836         have .gz extension.
15837
15838 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15839
15840         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15841         (mm-copy-to-buffer): Use with-current-buffer.
15842         (mm-display-part): Simplify.
15843         (mm-inlinable-p): Add optional arg `type'.
15844
15845 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15846
15847         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15848         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15849         Try harder to show the attachment internally or externally using
15850         gnus-mime-view-part-as-type.
15851
15852 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * message.el (message-from-style, message-signature-separator)
15855         (message-user-organization-file, message-send-mail-function)
15856         (message-citation-line-function, message-yank-prefix)
15857         (message-indent-citation-function, message-signature)
15858         (message-signature-file, message-signature-insert-empty-line):
15859         Remove autoloads.
15860
15861         * gnus-art.el (gnus-buttonized-mime-types):
15862         Remove "multipart/signed".  Revert 2006-04-26 change.
15863
15864 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15865
15866         * gnus.el (gnus-version-number): Bump version.
15867
15868 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15869
15870         * gnus.el: No Gnus v0.5 is released.
15871
15872 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15873
15874         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15875         fetching articles by message-id.
15876
15877 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * message.el (hashcash): Require hashcash as normal.
15880
15881         * ecomplete.el (ecomplete-highlight-match-line):
15882         Use point-at-eol.
15883         (ecomplete-highlight-match-line): Use `highlight', because that
15884         face exists in both Emacs and XEmacs.
15885
15886         * message.el (message-display-abbrev): Use point-at-bol.
15887
15888         * mail-source.el: Don't require timer/timer-funcs.
15889
15890         * gnus-async.el: Ditto.
15891
15892         * password.el: Ditto.
15893
15894         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15895
15896         * mm-url.el: Ditto.
15897
15898         * gnus-xmas.el: Don't require timer-funcs.
15899
15900         * mm-util.el: Require timer/timer-funcs.
15901
15902 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15903
15904         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15905         Close.
15906
15907 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15910         unibyte after clear-decrypt function runs.
15911
15912         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15913         returns as a unibyte string.
15914
15915 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * lpath.el: Revert.
15918
15919         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15920         (pgg-gpg-process-sentinel): Revert.
15921
15922         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15923         (pgg-pgp-lookup-key): Revert.
15924
15925         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15926         (pgg-pgp5-lookup-key): Revert.
15927
15928         * pgg.el (pgg-fetch-key): Revert.
15929
15930 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * lpath.el: Fbind string-as-multibyte for XEmacs.
15933
15934         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15935         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15936         (mml1991-pgg-encrypt): Ditto.
15937
15938         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15939         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15940         a multibyte buffer.
15941
15942         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15943         (pgg-pgp-lookup-key): Ditto.
15944
15945         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15946         (pgg-pgp5-lookup-key): Ditto.
15947
15948         * pgg.el (pgg-fetch-key): Ditto.
15949
15950 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15951
15952         * message.el (message-user-organization-file): Check several
15953         locations of the organization file.
15954
15955         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15956         Add gnus-article-view-part-as-type.
15957
15958         * gnus-art.el (gnus-article-view-part-as-type): New function.
15959
15960         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15961         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15962
15963         * mml.el: Simplify autoload.
15964         (mml-mode): defvar dnd-protocol-alist instead of using
15965         symbol-value.
15966         (mml-default-directory): New variable.
15967         (mml-minibuffer-read-file): Use it.
15968         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15969
15970         * message.el (message-citation-line-format): New variable.
15971         (message-insert-formated-citation-line): New function.
15972         (message-citation-line-function):
15973         Add `message-insert-formated-citation-line' to custom type.
15974
15975         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15976         to doc string.
15977
15978         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15979         depending on mm-verify-option.
15980
15981 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15984         binding pgg-* variables; reimplement the section which prevents
15985         MIME header from being signed.
15986         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15987         pgg-text-mode; remove a blank line at the top of body.
15988
15989         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15990         lines at the top of body; use gnus-newsgroup-charset if there's no
15991         Charset header.
15992
15993 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * message.el (message-self-insert-commands): Doc fix.
15996
15997         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15998         (mm-uu-pgp-encrypted-test): Ditto.
15999         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16000         between header and body; return application/pgp-encrypted handle
16001         if decryption failed; decode decrypted body by charset.
16002
16003         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16004         element match to application/pgp-*.
16005
16006 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16007
16008         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16009         HTML.
16010
16011 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16012
16013         * mail-source.el (mail-source-call-script): Message the error
16014         string.
16015
16016 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * gnus-util.el (gnus-byte-compile): Use it.
16019
16020 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16021
16022         * gnus-util.el (kill-empty-logs): New function.
16023
16024 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * message.el (message-mail-alias-type): Doc fix.
16027         (message-mail-alias-type-p): New function.
16028         (message-send): Use it.
16029         (message-mode): Ditto.
16030         (message-strip-forbidden-properties): Ditto.
16031
16032         * ecomplete.el (ecomplete-database-file-coding-system):
16033         New variable.
16034         (ecomplete-save): Use it.
16035         (ecomplete-setup): Use it.
16036
16037 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * message.el (message-self-insert-commands): New variable.
16040         (message-strip-forbidden-properties): Use it.
16041
16042 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16045         that doesn't make XEmacs choke.
16046
16047 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16048
16049         * gnus-util.el (gnus-replace-in-string):
16050         Prefer replace-regexp-in-string over of replace-in-string.
16051
16052 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-util.el (gnus-select-frame-set-input-focus):
16055         Use select-frame-set-input-focus if it is available in XEmacs; use
16056         definition defined in Emacs 22 for old Emacsen.
16057
16058         * dgnushack.el: Autoload unmorse-region for XEmacs.
16059
16060         * lpath.el: Bind cursor-in-non-selected-windows and
16061         select-frame-set-input-focus for XEmacs.
16062
16063 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16066
16067 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16068
16069         * gnus-registry.el (gnus-registry-cache-save): Remove text
16070         properties when saving via the temp buffer.
16071
16072 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * message.el (message-generate-hashcash): Honor custom type.
16075
16076 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16077
16078         * message.el (message-generate-hashcash): Default to non-nil when
16079         hashcash is found.
16080
16081         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16082         (gnus-refer-thread-limit): Increase default to 500.
16083
16084         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16085
16086         * flow-fill.el (fill-flowed): Allow delete-space.
16087
16088 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16091         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16092         Remove autoloads.
16093
16094 2006-04-18  Simon Josefsson  <jas@extundo.com>
16095
16096         * message.el (message-generate-hashcash): Default to.
16097
16098 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16101         concatenating segments rather than before concatenating them.
16102
16103 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16106
16107 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16108
16109         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16110
16111         * message.el (message-forward-make-body-plain):
16112         Allow message-forward-ignored-headers to be a list.
16113         (message-remove-ignored-headers): Factor out into function.
16114         (message-forward-make-body-mml): Use it.
16115
16116         * imap.el (imap-quote-specials): New function.
16117         (imap-login-auth): Quote specials.
16118
16119         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16120         (rfc2231-parse-string): Allow concatanation of parameters that
16121         aren't contiguous.  The test case is
16122           (mail-header-parse-content-type "message/external-body;
16123             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16124             access-type=LOCAL-FILE;
16125             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16126
16127 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16128
16129         * nntp.el (nntp-accept-process-output): Return the value of
16130         `nnheader-accept-process-output'.
16131
16132 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16135         (gnus-button-alist): Recognize more diff formats.
16136         (gnus-button-patch): Strip directory.
16137
16138 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16139
16140         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16141         Emacs 22 when setting focus.
16142
16143 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16144
16145         * gnus-art.el (gnus-article-treat-types): Do treatment of
16146         text/x-verbatim parts.
16147         (gnus-button-patch): New command.
16148
16149         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16150         addresses that contain invalid characters.
16151
16152 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16153
16154         * message.el (message-put-addresses-in-ecomplete):
16155         Use gnus-replace-in-string.
16156         (message-is-yours-p): Use the more correct
16157         mail-header-parse-address instead of
16158         mail-extract-address-components.
16159         (message-put-addresses-in-ecomplete): Fix typo.
16160
16161         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16162         keystroke.
16163
16164         * gnus-art.el (gnus-treatment-function-alist): Change order of
16165         newsgroups/generic header folding to avoid double-folding.
16166
16167         * message.el (message-hidden-headers): Add X-Draft-From.
16168
16169         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16170         New command.
16171         (gnus-summary-repeat-search-article-backward): New command.
16172
16173         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16174         groups in the parent topic.
16175
16176 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16177
16178         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16179         (spam-extra-header-to-number): Return the CRM114 number as a
16180         number instead of a string.
16181
16182 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * gnus-art.el (gnus-face-properties-alist): Move here from
16185         gnus-fun.
16186
16187         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16188
16189 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16190
16191         * message.el (message-strip-forbidden-properties): Only display on
16192         self-insert-command.
16193
16194         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16195         reindent.
16196         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16197
16198 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16199
16200         * smiley.el (smiley-style): Fix typo.
16201
16202 2006-03-23  Kenichi Handa  <handa@m17n.org>
16203
16204         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16205         instead of set-buffer-multibyte.
16206
16207 2006-03-23  Kenichi Handa  <handa@m17n.org>
16208
16209         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16210         buffer and then decode the buffer text if necessary.
16211         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16212         first, and after mm-encode-body, change the buffer to unibyte.
16213
16214 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215
16216         * hashcash.el (hashcash-insert-payment-async-2):
16217         Use message-goto-eoh instead of doing it manually.
16218         (mail-add-payment): Use message-narrow-to-header instead of trying
16219         to do the same itself.
16220
16221         * message.el (message-hidden-headers): Add Face.
16222
16223         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16224         reparenting code.
16225         (gnus-summary-reparent-children): Refactored out code.
16226         (gnus-summary-thread-map): New keystroke.
16227         (gnus-summary-reparent-children): Make into command.
16228
16229         * smiley.el (smiley-style): Default to `medium' if using a large
16230         font.
16231
16232         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16233         does it itself.
16234
16235         * message.el (message-point-in-header-p): Simplify definition.
16236
16237 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16238
16239         * nnagent.el (nnagent-request-set-mark): Silence log file
16240         writing.
16241         (nnagent-request-set-mark): Use write-region instead of
16242         append-to-file.
16243
16244         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16245         strange select method.
16246
16247         * ecomplete.el (ecomplete-display-matches): Get highlightling
16248         right.
16249         (ecomplete-display-matches): Use literals.
16250         (ecomplete-display-matches): Disable message logging.
16251
16252         * message.el (message-display-abbrev): Small optimization.
16253
16254         * ecomplete.el (ecomplete-display-matches): Allow automatic
16255         display.
16256
16257         * message.el (message-strip-forbidden-properties):
16258         Display abbrevs.
16259         (message-display-abbrev): Get automatic display right.
16260
16261         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16262         keystrokes.
16263
16264 2006-04-13  Romain Francoise  <romain@orebokech.com>
16265
16266         TODO: Backport to v5-10!
16267
16268         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16269         Move here (and rename) from gnus-registry.el.
16270
16271         * gnus-registry.el: Require gnus-util.
16272         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16273
16274 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * gnus-group.el (gnus-group-catchup-current):
16277         Change if-then-else-if-then-else into cond.
16278         (gnus-group-catchup): Indent.
16279         (group-name-at-point): New function.
16280         (gnus-fetch-group): Provide default from thing at point.
16281
16282 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16283
16284         * message.el (message-display-abbrev): Fix regexp.
16285
16286         * ecomplete.el (ecomplete-highlight-match-line):
16287         Reimplement choosing.
16288         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16289         dead variables.
16290
16291         * message.el (message-newline-and-indent): Remove debugging.
16292         (message-display-abbrev): Use new implementation.
16293
16294 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * gnus-art.el (gnus-article-mode):
16297         Set cursor-in-non-selected-windows to nil.
16298
16299         * smiley.el: Revert previous change.
16300         (smiley-data-directory): defvar it before using it in the
16301         defcustom of `smiley-style'.
16302
16303 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16304
16305         * message.el (message-newline-and-indent): New function.
16306
16307         * ecomplete.el: Implement more bits.
16308
16309         * message.el (message-put-addresses-in-ecomplete): Clean up the
16310         string.
16311
16312         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16313
16314         * gnus-sum.el (gnus-summary-save-parts):
16315         Bind gnus-summary-save-parts-counter and use it to make unique file
16316         names.
16317
16318         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16319
16320         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16321         parameter to say whether to actually parse the individual
16322         addresses.
16323
16324         * message.el (message-put-addresses-in-ecomplete): New function.
16325         (ecomplete): Require.
16326         (message-mail-alias-type): Add ecomplete as an option.
16327
16328 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16329
16330         * flow-fill.el (fill-flowed): Remove trailing space from blank
16331         quoted lines.
16332
16333 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16334
16335         * smiley.el (smiley-style): Move definition later to avoid a
16336         compilation warning.
16337
16338 2006-04-12  Kenichi Handa  <handa@m17n.org>
16339
16340         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16341         buffer and then decode the buffer text if necessary.
16342         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16343         first, and after mm-encode-body, change the buffer to unibyte.
16344         Use mm-disable-multibyte instead of set-buffer-multibyte.
16345
16346 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16349         Content-Type header instead of Content-Disposition header.
16350         (gnus-mime-inline-part): Ditto.
16351         (gnus-mime-view-part-as-charset): Ignore charset that the part
16352         specifies.
16353
16354         * mm-decode.el (mm-display-part): Work with external parts and
16355         usual parts similarly.
16356
16357         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16358         instead of gnus-display-mime.
16359
16360         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16361         instead of with-temp-buffer.
16362
16363         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16364         tag to summarized topics part in order to encode non-ASCII text.
16365
16366 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16367
16368         * smiley.el (smiley-style): New variable.
16369         (smiley-directory): New function.
16370         (smiley-data-directory): Derive from `smiley-style' using
16371         `smiley-directory'.
16372         (smiley-regexp-alist): Add new entries.
16373
16374         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16375         (gnus-article-browse-delete-temp): Add :version.
16376
16377 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16378
16379         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16380         the sieve region.
16381
16382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16383
16384         * gnus.el (gnus-version-number): Bump version.
16385
16386 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus.el: No Gnus v0.4 is released.
16389
16390 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16391
16392         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16393         layout.
16394
16395         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16396         unknown charset.
16397
16398         * message.el (message-header-synonyms): Add Original-To to the
16399         default.
16400
16401         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16402         optional parameter.
16403
16404 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus-fun.el (gnus): Require it for gnus-directory.
16407
16408 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16411
16412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16413
16414         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16415
16416 2006-04-05  Simon Josefsson  <jas@extundo.com>
16417
16418         * password.el (password-reset): New function.
16419
16420 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16421
16422         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16423         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16424
16425 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16426
16427         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16428         Some whitespace was matched into the url, which broke browsing hits
16429         > 100 when mm-url-use-external was nil.
16430
16431 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16434         Check gnus-extra-headers for 'Newsgroups.
16435
16436         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16437         bound.
16438
16439 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16440
16441         * pgg-gpg.el: Clean up process buffers every time gpg processes
16442         complete.
16443
16444 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16447         doc string.
16448
16449 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16450
16451         * pgg-gpg.el (pgg-gpg-process-filter)
16452         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16453
16454         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16455         lines, temporary fix.
16456
16457 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16460
16461 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16462
16463         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16464         default-enable-multibyte-characters.  This reverts the change from
16465         revision 6.17 which is no longer necessary because the passphrase
16466         is sent separately now.  GnuPG messages are unreadable under
16467         multibyte locales with default-enable-multibyte-characters set to
16468         nil.
16469
16470 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * message.el (message-tool-bar-gnome): Move "spell".
16473
16474 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16475
16476         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16477         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16478         instead.
16479
16480 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16481
16482         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16483         Improve newsgroups handling for NNTP overviews which don't include
16484         Newsgroups.
16485
16486 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16487
16488         * message.el (message-resend): Bind message-generate-hashcash to nil.
16489
16490 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16491
16492         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16493         when searching for already-paid recipients.
16494
16495 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16496
16497         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16498         passphrases when it is not needed.
16499         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16500         passphrase stuff from gpg, should only be necessary when you use
16501         gpg with a smartcard.
16502
16503 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * mml.el (mml-insert-mime): Ignore cached contents of
16506         message/external-body part.
16507
16508         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16509         (mm-insert-part): Ditto.
16510
16511 2006-03-23  Simon Josefsson  <jas@extundo.com>
16512
16513         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16514         Reiner.
16515         (pgg-gpg-use-agent-p): Use it again.
16516
16517 2006-03-23  Simon Josefsson  <jas@extundo.com>
16518
16519         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16520         older emacsen.
16521         (pgg-gpg-use-agent-p): Don't use it.
16522
16523 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16524
16525         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16526         if we can.
16527
16528 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16529
16530         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16531         (pgg-gpg-update-agent): New function.
16532         (pgg-gpg-use-agent-p): New function.
16533         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16534         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16535         (pgg-gpg-sign-region): Use it.
16536
16537 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16540         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16541
16542 2006-03-21  Simon Josefsson  <jas@extundo.com>
16543
16544         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16545         <wilde@sha-bang.de>.
16546         (pgg-gpg-use-agent): New variable.
16547         (pgg-gpg-process-region): Use it.
16548         (pgg-gpg-encrypt-region): Likewise.
16549         (pgg-gpg-encrypt-symmetric-region): Likewise.
16550         (pgg-gpg-decrypt-region): Likewise.
16551         (pgg-gpg-sign-region): Likewise.
16552         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16553
16554 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16557
16558         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16559         Add comment on version.
16560
16561 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16562
16563         * smiley.el: Add missing test smiley.
16564
16565 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * mm-decode.el (mm-with-part): New macro.
16568         (mm-get-part): Use it; work with message/external-body as well.
16569         (mm-save-part): Treat name and filename equally.
16570
16571         * mm-extern.el (mm-extern-cache-contents): New function.
16572         (mm-inline-external-body): Use it; force the part to be displayed;
16573         move undisplayer added to the cached handle to the parent.
16574
16575         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16576         (gnus-mime-view-part-as-type): Work with message/external-body.
16577
16578         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16579
16580 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16583         images in image-load-path.  [Sync with image.el, revision 1.60, in
16584         Emacs.]
16585
16586 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16587
16588         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16589         path rather than symbol.  Always return list of directories.
16590         Guarantee that image directory comes first.  [Sync with image.el,
16591         revision 1.59, in Emacs.]
16592
16593         * message.el (message-make-tool-bar): Adjust to new API of
16594         `gmm-image-load-path-for-library'.
16595
16596         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16597
16598         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16599
16600 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16601
16602         * gnus-art.el (gnus-article-only-boring-p):
16603         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16604         intangible text.
16605         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16606
16607 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16610         Use `defun' instead of `gmm-defun-compat'.
16611
16612 2006-03-14  Simon Josefsson  <jas@extundo.com>
16613
16614         * message.el (message-unique-id): Don't use message-number-base36
16615         if (user-uid) is a float.
16616         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16617
16618 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16621
16622         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16623         empty line between a part and a message part.
16624
16625 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * smiley.el: Add more test smileys.
16628         (smiley-data-directory, smiley-regexp-alist)
16629         (gnus-smiley-file-types): Fix doc strings.
16630         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16631         adding new elements.
16632         (smiley-mouse-map): Unused code.  Make it a comment.
16633
16634 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16637         scan latest NoCeM messages instead of old ones.
16638         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16639         delimiters that are recently used.
16640         (gnus-nocem-load-cache): Add autoload cookie.
16641
16642         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16643
16644         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16645         level which is larger than gnus-use-nocem is specified.
16646
16647         * gnus-group.el (gnus-group-get-new-news): Ditto.
16648
16649 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16650
16651         * gnus-util.el (gnus-tool-bar-update): New function.
16652
16653         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16654         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16655
16656         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16657
16658         * gnus-group.el (gnus-group-redraw-when-idle)
16659         (gnus-group-redraw-check): Remove.
16660         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16661
16662 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16665         if optional last element is specified in splits (FIELD VALUE...).
16666
16667 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16670         to gmm-image-load-path-for-library.  Call with no-error argument.
16671         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16672
16673         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16674
16675         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16676
16677         * gmm-utils.el (gmm-image-load-path): Remove alias.
16678
16679 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16680
16681         * gmm-utils.el (gmm-image-load-path): Add alias.
16682
16683         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16684         nnml-generate-nov-databases-1.
16685         (nnml-generate-nov-databases): Use it.
16686         (nnml-generate-nov-databases-directory): Document no-active
16687         argument.
16688
16689         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16690         directory if path is t.  Add no-error.
16691
16692         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16693         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16694
16695         * gnus-art.el (gnus-article-browse-delete-temp-files):
16696         Simplify resetting gnus-article-browse-html-temp-list.
16697
16698         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16699         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16700         Add example to docstring.  Rename local variables.  Move error
16701         checks to default case in cond and simplify.
16702
16703 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16706         handle is multipart when calling it recursively.
16707         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16708
16709 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16710
16711         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16712         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16713
16714 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16717         is loaded.
16718
16719         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16720         loaded.
16721
16722 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16725         to "Emacs 23 (unicode)" in doc string.
16726
16727         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16728         "Emacs 23 (unicode)" in comment.
16729
16730 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16733
16734         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16735         characters 160 through 255 in Emacs 23.
16736
16737 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16740         gnus-article-browse-html-temp.
16741         (gnus-article-browse-delete-temp): Make it customizable.
16742         Add `file'.  Adjust doc string.
16743         (gnus-article-browse-delete-temp-files): Add argument.
16744         Allow query for each file.  Adjust doc string.
16745         (gnus-article-browse-html-parts):
16746         Add `gnus-article-browse-delete-temp-files' to
16747         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16748
16749 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16750
16751         * gnus-art.el (gnus-article-browse-html-temp)
16752         (gnus-article-browse-delete-temp): New variables.
16753         (gnus-article-browse-delete-temp-files): New function.
16754         (gnus-article-browse-html-parts): Use it.
16755
16756 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16759
16760         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16761         string.
16762
16763         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16764         gnus-summary-insert-new-articles when unplugged.
16765         Remove gnus-summary-search-article-forward.
16766
16767         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16768         display-visual-class instead of display-color-cells.
16769
16770 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * dgnushack.el: Autoload customize-group for XEmacs.
16773
16774         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16775         message/* containing non-ASCII text properly.
16776
16777 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * message.el: Require gmm-utils, remove autoloads.
16780         (message-tool-bar): Set default based on
16781         gmm-tool-bar-style.
16782         (message-tool-bar-gnome): Add gmm-customize-mode.
16783
16784         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16785         gmm-tool-bar-style.
16786         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16787
16788         * gnus-group.el (gnus-group-tool-bar): Set default based on
16789         gmm-tool-bar-style.
16790         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16791
16792         * gmm-utils.el (gmm-image-directory): Rename variable from
16793         gmm-image-load-path.
16794         (gmm-image-load-path): Use gmm-image-directory.
16795         (gmm-customize-mode): New function.
16796         (gmm-tool-bar-style): New variable.
16797
16798         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16799         gnus-group-redraw-line-number.
16800         (gnus-group-redraw-check): Simplify.
16801         (gnus-group-tool-bar-update): Remove redraw check.
16802         (gnus-group-make-tool-bar): Add redraw check.
16803
16804 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16805
16806         * gnus-art.el (gnus-button): Add missing parentheses.
16807
16808 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * lpath.el: Fbind line-number-at-pos.
16811
16812 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16815
16816 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * gnus-art.el (gnus-button): New face.
16819         (gnus-article-button-face): Use it.
16820
16821         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16822         Add gnus-summary-next-page.  Re-order.
16823
16824         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16825         next-node are now included.
16826         (gnus-group-redraw-line-number): New internal variable.
16827         (gnus-group-redraw-check): Helper function for updating the tool
16828         bar.
16829         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16830
16831         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16832
16833         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16834         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16835         Use it to match format of Spamassassin 3.0 and later.
16836         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16837         (spam-check-bogofilter)
16838         (spam-bogofilter-register-with-bogofilter): Fix args of
16839         `gnus-error' calls.
16840
16841 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16842
16843         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16844         unnecessary interaction when sending queued mails.
16845         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16846
16847 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16850         first or last are nil.
16851
16852 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16853
16854         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16855
16856 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16859
16860 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * dns.el (query-dns): Protect more against buggy tcp output.
16863
16864 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16867         nov.php.
16868
16869 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16870
16871         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16872         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16873         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16874         output on the server side.
16875         (nnweb-google-create-mapping): Update regexps and add some
16876         progress indication.
16877
16878 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * gnus-group.el (gnus-group-tool-bar-gnome):
16881         Fix gnus-agent-toggle-plugged.  Re-order icons.
16882         (gnus-group-tool-bar-gnome):
16883         Add gnus-group-{prev,next}-unread-group.
16884         (gnus-group-tool-bar-gnome): Re-order icons.
16885
16886         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16887         Move gnus-summary-insert-new-articles.
16888
16889         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16890         Fix comments.
16891
16892         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16893         also available in Emacs 21.3.
16894
16895         * message.el (message-fix-before-sending): Change "Emacs 22" to
16896         "Emacs 23 (unicode)" in comment.
16897
16898         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16899         "Emacs 23 (unicode)" in comment.
16900
16901         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16902         comment.
16903         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16904
16905         * mm-view.el (mm-fill-flowed): Add :version.
16906
16907 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16910         and load-path.
16911
16912 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * message.el: Autoload gmm-image-load-path.
16915         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16916         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16917         consitency.
16918
16919         * gmm-utils.el (gmm-image-load-path): Also search in
16920         "../etc/images".  Don't set gmm-image-load-path if we don't find
16921         the image.
16922
16923 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gmm-utils.el (gmm-image-load-path): Don't make
16926         `gmm-image-load-path' include subdirectories which the second arg
16927         `image' might specify.
16928
16929         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16930         subdirectory to icon file names.
16931
16932         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16933
16934 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16937         gmm-image-load-path calls.
16938
16939         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16940
16941         * message.el (message-make-tool-bar): Ditto.
16942
16943         * mml.el (mml-preview): Add comment concerning tool bar icons.
16944
16945         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16946         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16947
16948         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16949         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16950
16951         * message.el (message-tool-bar-gnome): Use new icon names.
16952         (message-make-tool-bar): Use `gmm-image-load-path'.
16953
16954         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16955         New functions from MH-E.
16956         (gmm-image-load-path): New variable from MH-E.
16957         (gmm-image-load-path): New function from MH-E.  Add arguments
16958         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16959         *-image-load-path-called-flag.
16960
16961 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16962
16963         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16964
16965 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16966
16967         * nnimap.el (nnimap-request-move-article): Change folder back to
16968         source group before deleting.
16969
16970 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16973
16974         * gnus-art.el (mm-url-insert-file-contents-external):
16975         Autoload mm-url.
16976
16977         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16978
16979 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16982         coding system which mm-charset-to-coding-system returns for a
16983         given charset is valid.
16984
16985 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16986
16987         * html2text.el (html2text-remove-tag-list):
16988         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16989
16990 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16991
16992         * gnus-cus.el: Revert 2005-10-17 change.
16993
16994 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-art.el (article-strip-banner):
16997         Call article-really-strip-banner only when the regexp match is made.
16998
16999 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-art.el (article-strip-banner):
17002         Use gnus-extract-address-components instead of
17003         mail-header-parse-addresses to make it work with non-ASCII text;
17004         remove mail-encode-encoded-word-string.
17005
17006         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17007         values which are surrounded with \"...\"; make it never cause a
17008         Lisp error; give up parsing of parameters if it failed in
17009         extracting type.
17010
17011 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17012
17013         * smime.el (smime-cert-by-ldap-1): Fix bug where
17014         `smime-ldap-search' returns results without userCertificates.
17015
17016 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17019
17020 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17021
17022         * spam.el (spam-check-spamassassin-headers): Adapt format for
17023         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17024         <ari@mbf.ocn.ne.jp>.
17025         (spam-list-of-processors): Add spam-use-gmane.
17026
17027 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17030         make-temp-file; make it work with XEmacs as well.
17031
17032         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17033         mm-make-temp-file.
17034
17035         * mm-decode.el (mm-display-external): Use the 3rd arg of
17036         mm-make-temp-file.
17037         (mm-create-image-xemacs): Ditto.
17038
17039 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17042         with message-narrow-to-headers.
17043         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17044         (gnus-draft-check-draft-articles): New function.
17045         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17046
17047 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * gnus-art.el (gnus-article-browse-html-parts):
17050         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17051         Don't use suffix argument for mm-make-temp-file for Emacs 21
17052         compatibility.  Remove useless `format'.
17053
17054 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17055
17056         * nnweb.el (nnweb-google-wash-article): Update regexps.
17057         (nnweb-group-alist): Use defvoo instead of defvar.
17058
17059 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17062         re-loading nn* modules.
17063
17064 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17067         for `tool-bar-mode' and don't check it's default-value.
17068
17069         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17070
17071         * message.el (message-make-tool-bar): Ditto.
17072
17073         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17074         `substring'.  Shorten tmp-file name.
17075
17076         * gnus.el: Remove bogus comment.
17077
17078 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17079
17080         * gnus-art.el (gnus-article-browse-html-parts): New function.
17081         (gnus-article-browse-html-article): New function for viewing html
17082         articles with a browser.
17083
17084 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17085
17086         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17087         in elisp.
17088         (pgg-gpg-encrypt-symmetric-region): Ditto.
17089         (pgg-gpg-sign-region): Ditto.
17090
17091         * pgg-def.el (pgg-text-mode): New variable.
17092
17093         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17094         (mml2015-pgg-encrypt): Ditto.
17095
17096         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17097         (mml1991-pgg-encrypt): Ditto.
17098
17099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * nnfolder.el (nnfolder-insert-newsgroup-line):
17102         Use message-make-date instead of current-time-string.
17103
17104         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17105         to gnus-decoded which mm-uu might set.
17106
17107 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17110         don't decode quoted parameters; remove misimported Emacs code.
17111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17112         (rfc2231-decode-encoded-string): Don't use split-string which
17113         behaves differently according to Emacs version; use
17114         mm-decode-coding-region to convert charset to coding-system.
17115         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17116         (rfc2231-encode-string): Remove misimported Emacs code.
17117
17118 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17121         when calling mail-header-parse-content-type.
17122         (article-de-quoted-unreadable): Ditto.
17123         (article-de-base64-unreadable): Ditto.
17124         (article-wash-html): Ditto.
17125
17126         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17127         calling mail-header-parse-content-type and
17128         mail-header-parse-content-disposition.
17129         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17130         mail-header-parse-content-type.
17131
17132         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17133         insert charset and format parameters; encode description after
17134         inserting it to buffer.
17135         (mml-insert-parameter): Fold lines properly even if a parameter is
17136         segmented into two or more lines; change the max column to 76.
17137
17138         * rfc1843.el (rfc1843-decode-article-body): Don't use
17139         ignore-errors when calling mail-header-parse-content-type.
17140
17141         * rfc2231.el (rfc2231-parse-string): Return at least type if
17142         possible; don't cause an error even if it fails in parsing of
17143         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17144         (rfc2231-encode-string): Don't break lines at the beginning, leave
17145         it to mml-insert-parameter.
17146
17147         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17148         calling mail-header-parse-content-type.
17149
17150 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * spam-report.el (spam-report-gmane-use-article-number):
17153         Improve doc string.
17154         (spam-report-gmane-internal): Check if a suitable header was found
17155         in the article.
17156
17157 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17160         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17161
17162 2006-02-05  Romain Francoise  <romain@orebokech.com>
17163
17164         Update copyright notices of all files in the gnus directory.
17165
17166 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17167
17168         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17169
17170 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17173         segmented lines of parameter value to cope with Thunderbird 1.5
17174         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17176         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17177
17178 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17179
17180         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17181         parts.
17182
17183 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17184
17185         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17186         there's only one active file for all servers.
17187         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17188         solid groups.  Gnus might have used a FAST request to select the group.
17189         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17190         and nnweb-search redundantly in the active file.
17191         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17192         (nnweb-request-create-group): Don't use ARGS.
17193         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17194         initializations.  Let nnoo do the work.
17195
17196 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17199         Say the part has been decoded.
17200
17201         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17202
17203 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17204
17205         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17206         mailcap-viewer-test-cache when there's no 'test clause, since that
17207         will invert the meaning of a "nil" test previously determined by
17208         mailcap-mailcap-entry-passes-test.
17209
17210 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17213         compiling.
17214
17215         * gnus-sum.el: Ditto.
17216
17217         * message.el: Don't bind tool-bar-map when compiling.
17218
17219 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17220
17221         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17222
17223 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17224
17225         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17226         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17227         current Google Groups.
17228
17229 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17232         and tool-bar-mode.
17233
17234         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17235         and tool-bar-mode.
17236
17237         * message.el (message-tool-bar-update): Simplify.
17238         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17239
17240         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17241         gnus-summary-buffer.
17242         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17243         gnus-summary-reply.
17244
17245         * gmm-utils.el (gmm): Add :version.
17246
17247 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * Makefile.in (clean): New rule.
17250         (distclean): Use it.
17251
17252 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17253
17254         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17255         Don't autoload.
17256
17257 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * gmm-utils.el (gmm-verbose): Add :group.
17260
17261 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * message.el: Change some comments WRT tool-bars.
17264
17265         * gnus-sum.el (gnus-summary-tool-bar)
17266         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17267         (gnus-summary-tool-bar-zap-list): New variables.
17268         (gnus-summary-make-tool-bar): Complete rewrite using
17269         `gmm-tool-bar-from-list'.
17270
17271         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17272         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17273         New variables.
17274         (gnus-group-make-tool-bar): Complete rewrite using
17275         `gmm-tool-bar-from-list'.
17276         (gnus-group-tool-bar-update): New function.
17277
17278         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17279
17280 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17283         is dissected into a single part of which the type is the same as
17284         the given one; decode charset.
17285
17286 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17287
17288         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17289         into alists as symbol not string, since that's what
17290         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17291         look for.
17292
17293 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17296         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17297
17298         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17299
17300 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17303         (gnus-xmas-mime-security-button-menu): New function.
17304
17305         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17306         (gnus-mime-security-button-menu): New definition.
17307         (gnus-mime-security-button-map): Use them.
17308         (gnus-mime-security-button-menu): New function.
17309         (gnus-insert-mime-security-button): Addition to help echo.
17310         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17311         (gnus-mime-security-pipe-part): New functions.
17312
17313         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17314         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17315
17316         * mm-decode.el (mm-handle-set-disposition): Remove.
17317         (mm-handle-set-description): Remove.
17318
17319 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17322         (mm-w3m-standalone-supports-m17n-p): New function.
17323         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17324         w3m usage.
17325
17326         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17327         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17328
17329 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * message.el (message-tool-bar-zap-list):
17332         Use gmm-tool-bar-zap-list as custom type.
17333         (message-tool-bar-update): New function.
17334         (message-tool-bar, message-tool-bar-gnome)
17335         (message-tool-bar-retro): Add message-tool-bar-update.
17336         (message-tool-bar-gnome): Add flyspell-buffer.
17337
17338         * gnus-util.el (gnus-error): Describe `args'.
17339
17340         * gmm-utils.el (gmm-error): Describe `args'.
17341         (gmm-tool-bar-zap-list): New widget.
17342         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17343
17344 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17347         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17348         the number of recursive calls.
17349
17350         * mm-decode.el (mm-handle-set-disposition): New macro.
17351         (mm-handle-set-description): New macro.
17352
17353 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17356         encoding.
17357
17358 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * message.el (message-tool-bar-zap-list, message-tool-bar)
17361         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17362         (message-tool-bar-local-item-from-menu): Remove.
17363         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17364         (message-make-tool-bar): New function.
17365         (message-mode): Use `message-make-tool-bar'.
17366
17367         * gmm-utils.el: New file.
17368         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17369         (gmm-lazy): New widget copied from `nnmail.el'.
17370         (gmm-tool-bar-from-list): New function for creating customizable
17371         tool bars.
17372         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17373         output.
17374         (gmm): Add :prefix to defgroup.
17375
17376 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17377
17378         * gmm-utils.el (gmm-widget-p): New function.
17379
17380 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17381
17382         * mml.el (mml-attach-file): Describe `description' in doc string.
17383         (mml-menu): Add Emacs MIME manual and PGG manual.
17384
17385 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17386
17387         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17388
17389 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17390
17391         * nntp.el (nntp-end-of-line): Doc fix.
17392
17393 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17394
17395         * imap.el (imap-open): Handle case where buffer is a buffer
17396         object.
17397
17398 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17399
17400         * gnus-delay.el (gnus-delay): Don't autoload.
17401         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17402         to be re-loaded when customizing the `gnus-delay' group.
17403
17404 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17405
17406         * message.el (message-insert-citation-line): Use newlines.
17407
17408 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17409
17410         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17411         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17412         these routines, so the passphrase can be managed externally and
17413         passed in to the system.
17414         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17415         pgg-add-passphrase-to-cache function.
17416
17417         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17418         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17419         these routines, so the passphrase can be managed externally and
17420         passed in to the system.
17421         (pgg-pgp5-sign-region): Use new name of
17422         pgg-add-passphrase-to-cache function.
17423
17424 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17425
17426         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17427         part of the decoded armor to find the key-identifier.
17428         (pgg-gpg-lookup-key-owner): New function to return the
17429         human-readable identifier of a key owner.
17430         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17431         itself.
17432         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17433         the key value) if we have a key and can match it against a secret
17434         key.  Also, added a note pointing out fact that the prompt only
17435         indicates the first matching key.
17436
17437         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17438         pgg-decrypt-region.
17439         (pgg-add-passphrase-to-cache): Rename from
17440         `pgg-add-passphrase-cache' to reduce confusion (all callers
17441         changed).
17442         (pgg-remove-passphrase-from-cache): Rename from
17443         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17444         changed).
17445         (pgg-read-passphrase, pgg-add-passphrase-cache)
17446         (pgg-remove-passphrase-cache): Add informative docstrings.
17447         (pgg-decrypt): Convey provided passphrase in subordinate call to
17448         pgg-decrypt-region.
17449
17450 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17451
17452         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17453         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17454         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17455         'passphrase' argument, so the passphrase can be managed externally
17456         and then passed in to the system.
17457
17458         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17459         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17460         so the passphrase cache can be used reliably with identifiers
17461         besides a pgp packet's key id.
17462
17463         * pgg-gpg.el (pgg-gpg-encrypt-region)
17464         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17465         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17466         these routines, so the passphrase can be managed externally and
17467         passed in to the system.
17468
17469         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17470         'notruncate' argument, so the passphrase cache can be used
17471         reliably with identifiers besides a pgp packet's key id.
17472
17473 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17474
17475         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17476         symmetric encryption.
17477         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17478         encrypted session key.
17479         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17480         message ask for the passphrase in a proper way.
17481
17482         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17483         New user commands for symmetric encryption.
17484
17485 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17488
17489         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17490
17491 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17492
17493         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17494
17495 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * mm-decode.el (mm-inlined-types): Add application/pgp.
17498         (mm-automatic-display): Ditto.
17499
17500         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17501         part as text.
17502
17503 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * nnrss.el: Update copyright.
17506         (nnrss-opml-import): Query whether to subscribe to each entry.
17507
17508         * gnus-art.el:
17509         * gnus-sum.el:
17510         * gnus-xmas.el:
17511         * messagexmas.el:
17512         * mm-uu.el:
17513         * mm-view.el: Update copyright.
17514
17515 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17516
17517         * message.el (message-info): New function.
17518         (message-mode-menu): Add it.
17519         Update copyright.
17520
17521         * ChangeLog: Fix and update copyright.
17522
17523 2006-01-13  Romain Francoise  <romain@orebokech.com>
17524
17525         * message.el (message-forward-subject-name-subject): Prefer the
17526         address to 'nowhere' if the sender has no name.
17527         Fix typo.  Update copyright year.
17528
17529 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-art.el (article-wash-html):
17532         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17533         (gnus-article-wash-html-with-w3m-standalone): New function.
17534
17535         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17536         mm-inline-text-html-render-with-w3m-standalone.
17537         (mm-text-html-washer-alist): Map w3m-standalone to
17538         gnus-article-wash-html-with-w3m-standalone.
17539         (mm-inline-text-html-render-with-w3m-standalone): New function.
17540
17541 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17542
17543         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17544         Improve LaTeX.
17545
17546 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17549         (nnrss-request-article): Render text/plain parts as HTML.
17550
17551         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17552         the buffer.
17553
17554 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17557         custom definition of `gnus-posting-styles'.
17558
17559         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17560         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17561
17562 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17565         Use nntp for bug archive.
17566
17567 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17570         parts.
17571         (nnrss-normalize-date): New function converts ISO 8601 date into
17572         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17573         (nnrss-check-group): Use it.
17574
17575 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17578
17579         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17580         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17581         (nnrss-insert-w3): Ditto.
17582
17583 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17586         the articles to be forwarded including the case where neither a
17587         number of articles nor a region is specified.
17588
17589 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * nnrss.el (nnrss-request-article): Fix last change; fill
17592         text/plain parts.
17593
17594 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17597         in text/plain part.
17598         (nnrss-check-group): Don't add excessive newline to dc:subject.
17599
17600 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17601
17602         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17603         article.
17604
17605 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17608         (nnml-use-compressed-files, nnml-save-mail): Support other
17609         comression programs such as bzip2.
17610
17611 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17612
17613         * dns.el (query-dns): Make sure we check the buffer size before
17614         removing tcp headers.
17615
17616 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17619         remove MIME buttons associated with multipart/alternative parts.
17620         (gnus-mime-display-alternative): Tag buttons using `article-type'
17621         text property.
17622
17623         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17624         associated with multipart/alternative parts.
17625
17626         * gnus-art.el (gnus-signature-separator): Fix custom type.
17627
17628         * mm-decode.el (mm-inlined-types): Fix custom type.
17629         (mm-keep-viewer-alive-types): Ditto.
17630         (mm-automatic-display): Ditto.
17631         (mm-attachment-override-types): Ditto.
17632         (mm-inline-override-types): Ditto.
17633         (mm-automatic-external-display): Ditto.
17634
17635 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17636
17637         * spam-report.el (spam-report-user-mail-address)
17638         (spam-report-user-agent): New variables.
17639         (spam-report-url-ping-plain): Use spam-report-user-agent.
17640
17641 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17642
17643         * gnus-art.el (gnus-button-handle-custom): Do not just use
17644         `customize-apropos' for any "M-x customize-*" button but the
17645         function called for.  Accept both the function name and its
17646         argument in order to achieve this.
17647         (gnus-button-alist): Remove support for "custom:" URL's.
17648         Pass function name to `gnus-button-handle-custom' in case of "M-x
17649         customize-*" buttons.
17650
17651 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17654         multipart/alternative and add xref to mm-discouraged-alternatives
17655         in doc string.
17656
17657         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17658         gnus-buttonized-mime-types in doc string.
17659
17660 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17661
17662         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17663         Suggest image/.* in the doc string.
17664
17665 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17668         message-marks (Debian bug #342521).
17669
17670 2005-12-12  Simon Josefsson  <jas@extundo.com>
17671
17672         * password.el (password-read-from-cache): Add.
17673         (password-read): Use it.
17674
17675 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * rfc2047.el (rfc2047-charset-to-coding-system):
17678         Recognize us-ascii as a MIME charset.
17679
17680         * mm-bodies.el (mm-decode-content-transfer-encoding):
17681         Protect against the case where the 2nd arg TYPE is nil.
17682
17683 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17684
17685         * pop3.el (pop3-stream-type): Fix custom version.
17686
17687         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17688
17689 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17690
17691         * mm-decode.el (mm-display-external): Add missing cdr.
17692
17693 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17696         RFC1524) if it is in mailcap or add a suffix according to
17697         mailcap-mime-extensions when generating a temp filename; postpone
17698         deleting a temp file for 2 seconds for some wrappers, shell
17699         scripts, and so on, which might exit right after having started a
17700         viewer command as a background job.
17701
17702 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * nntp.el (nntp-marks-directory): Fix custom group.
17705
17706         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17707         steps when < 10.
17708
17709         * gnus-start.el (gnus-no-server-1):
17710         Mention `gnus-level-default-subscribed' in doc string.
17711
17712 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17713
17714         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17715         parens.
17716
17717 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-xmas.el (gnus-use-toolbar): Revert.
17720         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17721         gnus-use-toolbar is default.
17722
17723         * messagexmas.el (message-use-toolbar): Revert.
17724         (message-setup-toolbar): Use global default-toolbar if
17725         message-use-toolbar is default.
17726
17727 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17730         according to default-toolbar-visible-p.
17731
17732         * messagexmas.el (message-use-toolbar): Ditto.
17733
17734 2005-11-26  Dave Love  <fx@gnu.org>
17735
17736         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17737         (tls-program, tls-success): Provide openssl alternative.
17738
17739         * starttls.el: Doc fixes.
17740         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17741         SERVICE to PORT.
17742
17743         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17744         port null or service name.
17745         (starttls-negotiate): Autoload.
17746
17747 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * message.el (message-kill-to-signature): Fix interactive spec.
17750
17751 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * pop3.el (pop3-open-server): Recognize a string as a service name.
17754
17755 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17756
17757         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17758
17759 2005-11-23  Dave Love  <fx@gnu.org>
17760
17761         Add pop3s, pop3/starttls.
17762
17763         * pop3.el (pop3-authentication-scheme): Clarify doc.
17764         (open-tls-stream, starttls-open-stream): Autoload.
17765         (pop3-stream-type): New.
17766         (pop3-open-server): Use it.
17767
17768         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17769         for POP.
17770         (mail-source-keyword-map): Add :stream for POP.
17771         (mail-source-fetch-pop): Use pop3-stream-type.
17772
17773 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17776         of current-time-string.
17777
17778 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17779
17780         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17781         date header.
17782
17783 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17784
17785         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17786         it can seriously impact performance as it bypasses the agent's
17787         local caches.
17788
17789 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17790
17791         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17792         must be explicitly online rather than "not explicitly offline" for
17793         its flags to be synchronized.
17794
17795         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17796         that gnus-uu-unmark-thread will function correctly.
17797
17798         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17799         1024K is instead displayed as 1M.
17800
17801 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17802
17803         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17804
17805 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17806
17807         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17808
17809 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17810
17811         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17812         error message to display actual error condition.
17813         (gnus-agent-save-local): Avoid saving symbols that are bound to
17814         nil as they simply result in a warning message in
17815         gnus-agent-read-local.
17816
17817 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17820         rather than make-variable-buffer-local for file-precious-flag.
17821
17822 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17823
17824         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17825         for duplicates which are removed.  The invalid sort check then
17826         triggers a rescan after the sort as sorting may have moved
17827         duplicate entries such that they can be cheaply detected.
17828
17829 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17832
17833 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17834
17835         * gnus-agent.el (gnus-agent-article-alist-save-format):
17836         Change internal variable to a custom variable.  Change default value
17837         from compressed(2) to uncompressed(1).
17838         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17839         support for uncompressed agentview files.  Taken together, reading
17840         the agentview file should now be 6-7 times faster.
17841
17842 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17843
17844         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17845         as a buffer-local variable.  This avoids creating truncated
17846         dribble files as a result of a hang up, eg.
17847
17848 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17849
17850         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17851         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17852         XEmacs.
17853
17854 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17855
17856         * gnus-start.el (gnus-start-draft-setup):
17857         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17858
17859         * gnus.el (gnus-splash): Change custom group.
17860         (gnus-group-get-parameter, gnus-group-parameter-value):
17861         Describe allow-list argument.
17862
17863         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17864         string.
17865
17866 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * gnus-art.el (gnus-default-article-saver): Add user-defined
17869         `function' to custom type.
17870
17871 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17872
17873         * imap.el (imap-open): Handle case where buffer is a buffer
17874         object.
17875
17876 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17877
17878         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17879         long lines.
17880         (gnus-cache-delete-group): Wrap doc strings.
17881
17882         * gnus-agent.el (gnus-agent-rename-group)
17883         (gnus-agent-delete-group): Wrap doc strings.
17884
17885 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * messagexmas.el (message-use-toolbar): Change the valid values
17888         into default, top, bottom, left, and right.
17889         (message-toolbar-thickness): New variable.
17890         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17891         well.
17892         (message-setup-toolbar): Make it work.
17893
17894         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17895         (gnus-use-toolbar): Change the valid values into default, top,
17896         bottom, left, and right.
17897         (gnus-toolbar-thickness): New variable.
17898         (gnus-xmas-setup-toolbar): New function.
17899         (gnus-xmas-setup-group-toolbar): Use it.
17900         (gnus-xmas-setup-summary-toolbar): Use it.
17901
17902 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * gnus-start.el (gnus-1): Add "native" to
17905         gnus-predefined-server-alist.
17906
17907         * gnus.el (gnus-method-to-server): Don't add "native" to the
17908         lists here, because that leads to problems when
17909         gnus-select-method is bound.
17910
17911 2005-11-09  Simon Josefsson  <jas@extundo.com>
17912
17913         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17914         use (not sort-by-date) instead.
17915
17916 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17917
17918         * gnus-delay.el (gnus-delay-group): Don't autoload.
17919         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17920         to be re-loaded when customizing the `gnus-delay' group.
17921
17922 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17923
17924         * message.el: Revert last changes.
17925         (message-insert-citation-line): Use newlines.
17926
17927 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17928
17929         * message.el (message-courtesy-message)
17930         (message-mark-insert-begin, message-mark-insert-end)
17931         (message-elide-ellipsis, message-cancel-message)
17932         (message-add-header, message-change-subject)
17933         (message-cross-post-followup-to-header)
17934         (message-cross-post-insert-note, message-reduce-to-to-cc)
17935         (message-widen-reply, message-delete-not-region)
17936         (message-kill-to-signature, message-insert-signature)
17937         (message-insert-importance-high, message-insert-importance-low)
17938         (message-insert-or-toggle-importance)
17939         (message-insert-disposition-notification-to)
17940         (message-indent-citation, message-yank-original)
17941         (message-cite-original-without-signature, message-cite-original)
17942         (message-insert-citation-line, message-position-on-field)
17943         (message-fix-before-sending, message-send-mail-partially)
17944         (message-send-mail, message-send-mail-with-sendmail)
17945         (message-send-mail-with-qmail, message-send-news)
17946         (message-check-news-header-syntax, message-generate-headers)
17947         (message-insert-courtesy-copy, message-fill-address)
17948         (message-fill-header, message-shorten-references)
17949         (message-setup-1, message-cancel-news)
17950         (message-forward-make-body-plain, message-forward-make-body-mime)
17951         (message-forward-make-body-mml, message-encode-message-body)
17952         (message-forward-make-body-digest-plain)
17953         (message-forward-make-body-digest-mime)
17954         (message-use-alternative-email-as-from): Insert `hard-newline'
17955         instead of ordinary newlines.
17956
17957 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * message.el (message-generate-headers): Downcase the argument
17960         given to message-check-element.
17961
17962 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17963
17964         * nntp.el (nntp-authinfo-rejected): New error condition.
17965         (nntp-wait-for): Use new error condition to signal authentication
17966         error.
17967         (nntp-retrieve-data): Rethrow new error condition to break out of
17968         recursive call to nntp-send-authinfo.
17969
17970 2005-11-08  Romain Francoise  <romain@orebokech.com>
17971
17972         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17973         (gnus-summary-exit-map): Bind to `Z p'.
17974         (gnus-summary-make-menu-bar): Add menu item.
17975
17976 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17979         (gnus-treat-*): Add `first' in all doc strings.
17980
17981         * gnus-group.el (gnus-group-compact-group): Fix typo.
17982
17983 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus.el (gnus-parameters-case-fold-search): New variable.
17986         (gnus-parameters-get-parameter): Use it.
17987
17988         * gnus-score.el (gnus-home-score-file): Doc fix.
17989
17990 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17991
17992         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17993
17994 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * mm-util.el (mm-special-display-p): New function.
17997
17998         * mml.el (mml-preview): Use it; doc fix.
17999
18000 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18001
18002         * imap.el (imap-open): Handle case where buffer is a buffer object.
18003
18004 2005-10-29  Romain Francoise  <romain@orebokech.com>
18005
18006         * message.el (message-fix-before-sending): Fix comment.
18007
18008 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18009
18010         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18011
18012 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18013
18014         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18015         Used in gnus-score.el.
18016
18017 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18020
18021 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18024         whitespace removed in revision 7.8.  Use concatenated string to
18025         protect trailing whitespace.
18026
18027 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18028
18029         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18030         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18031         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18032         Courier IMAP ("some version from 2004").  Mostly based on similar
18033         code in the same function.
18034
18035 2005-10-26  Didier Verna  <didier@xemacs.org>
18036
18037         * gnus-group.el (gnus-group-compact-group): Invalidate original
18038         article buffer.
18039         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18040         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18041         NOV database and in article itself.
18042         Invalidate article backlog.
18043
18044 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18045
18046         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18047
18048 2005-10-26  Simon Josefsson  <jas@extundo.com>
18049
18050         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18051         part of 2004-07-25 change.
18052
18053 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18054
18055         * message.el (message-display-completion-list): New function.
18056         (message-expand-group): Use it; make sure the Completions buffer
18057         is modifiable.
18058 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18059
18060         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18061         user-mail-name is an empty string.
18062
18063 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18064
18065         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18066         depending on gnus-score-decay-constant.
18067
18068         * encrypt.el (encrypt-insert-file-contents)
18069         (encrypt-write-file-contents): Don't use `gnus-message'.
18070
18071         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18072         arguments.
18073         (mm-uu-type-alist): Add message-marks and insert-marks.
18074         Pass arguments to mm-uu-verbatim-marks-extract.
18075         (mm-uu-hide-markers): New variable.
18076         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18077
18078         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18079         (gnus-convert-image-to-face-command): Use "convert" by default to
18080         allow other input image formats.
18081         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18082         accordingly.
18083
18084 2005-10-23  Simon Josefsson  <jas@extundo.com>
18085
18086         * imap.el (imap-gssapi-program): Align command line parameters
18087         with latest GNU SASL.
18088         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18089
18090 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18091
18092         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18093         HTML.
18094         (nnslashdot-request-article): Ditto.
18095
18096         * lpath.el (featurep): Add nobreak-char-display.
18097
18098 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18099
18100         * mail-source.el (mail-source-fetch-pop): Require pop3.
18101         (mail-source-check-pop): Ditto.
18102
18103 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18106         errors.
18107
18108 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18111         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18112
18113         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18114
18115         * mm-bodies.el (mm-decode-string):
18116         Call `mm-charset-to-coding-system' with allow-override argument.
18117
18118 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18119
18120         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18121         (rfc2047-charset-to-coding-system): New function.
18122         (rfc2047-decode-encoded-words): New function.
18123         (rfc2047-decode-region): Use them.
18124         (rfc2047-decode-cte): Remove.
18125         (rfc2047-parse-and-decode): Remove.
18126         (rfc2047-decode): Remove.
18127
18128 2005-10-15  Kenichi Handa  <handa@m17n.org>
18129
18130         * rfc2047.el (rfc2047-decode-cte): New function.
18131         (rfc2047-decode-region): Change the way to decode successive
18132         encoded-words: decode B- or Q-encoding in each encoded-word,
18133         concatenate them, and decode it as charset.
18134
18135 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * lpath.el: Fbind codepage-setup for XEmacs.
18138
18139 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18140
18141         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18142         widget-move-and-invoke.
18143         (gnus-custom-mode): Use gnus-custom-map.
18144
18145 2005-10-15  Bill Wohler  <wohler@newt.com>
18146
18147         * message.el (message-tool-bar-map): Rename image file from
18148         mail_send to mail/send.
18149
18150 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18151
18152         * message.el (message-expand-group): Pass the common
18153         prefix substring of completion to `display-completion-list'.
18154
18155 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18156
18157         * mml-sec.el (mml-secure-method): New internal variable.
18158         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18159         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18160         New functions using mml-secure-method.
18161
18162         * mml.el (mml-mode-map): Add key bindings for those functions.
18163         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18164         Harder <harder@myrealbox.com>.
18165         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18166         Goto end of message if point is the headers of the message.
18167
18168         * message.el (message-in-body-p): New function.
18169
18170         * assistant.el: Autoload gnus-util and netrc.
18171
18172         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18173         Use `mm-charset-override-alist' only when decoding.
18174
18175         * mm-bodies.el (mm-decode-body):
18176         Call `mm-charset-to-coding-system' with allow-override argument.
18177
18178         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18179         `filename' from Content-Disposition if Content-Type doesn't
18180         provide `name'.
18181         (gnus-mime-view-part-as-type): Set default instead of
18182         initial-input.
18183
18184 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18185
18186         * format-spec.el (format-spec): Propagate text properties of % spec.
18187
18188 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18189
18190         * gnus-art.el (gnus-treat-predicate): Add `first'.
18191
18192 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18195         (mm-charset-override-alist): New variable.
18196         (mm-charset-to-coding-system): Use it.
18197         (mm-codepage-setup): New helper function.
18198         (mm-charset-eval-alist): New variable.
18199         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18200         Warn about unknown charsets.
18201
18202         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18203
18204 2005-10-04  David Hansen  <david.hansen@gmx.net>
18205
18206         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18207         (nnrss-check-group): Ditto.
18208
18209 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18212         Rename x-gnus-verbatim to x-verbatim.
18213         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18214
18215         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18216         x-verbatim.
18217
18218         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18219
18220         * gnus-util.el (gnus-remove-duplicates): Remove.
18221
18222         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18223         instead of gnus-remove-duplicates.
18224
18225         * message.el (message-remove-duplicates): Remove.
18226         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18227         message-remove-duplicates.
18228
18229         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18230         available, else use implementation from `delete-dups'.
18231
18232         * message.el (message-insert-expires): New function.
18233         (message-mode-map): Add key binding.
18234         (message-mode-field-menu): Add menu entry.
18235         (message-mode): Document it.
18236         (message-make-expires-date): Use `message-make-date'.
18237
18238 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18239
18240         * message.el (message-make-expires-date): New function.
18241
18242 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * Makefile.in (list-installed-shadows): New entry.
18245         (install): Use it.
18246         (remove-installed-shadows): New entry.
18247
18248         * dgnushack.el (dgnushack-default-load-path): New variable.
18249         (dgnushack-find-lisp-shadows): New function.
18250         (dgnushack-remove-lisp-shadows): New function.
18251
18252 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * Makefile.in (install-el-elc): New entry.
18255         (install): Use it so that .el files are necessarily installed.
18256
18257 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18260
18261 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18262
18263         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18264         function rather than the diff-mode.el package.
18265         (mm-display-external): Use with-current-buffer.
18266         (mm-viewer-completion-map, mm-viewer-completion-map):
18267         Move initialization inside declaration.
18268
18269 2005-09-29  Simon Josefsson  <jas@extundo.com>
18270
18271         * spam.el: Load hashcash when compiling, to avoid warnings.
18272         Don't autoload mail-check-payment.
18273         (spam-check-hashcash): Define unconditionally, since hashcash.el
18274         is part of Gnus now.  Ignore errors from payment checking.
18275
18276 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * message.el (message-bold-region, message-unbold-region):
18279         Rename from `bold-region' and `unbold-region'.
18280
18281         * message.el: Remove useless autoloads.
18282
18283 2005-09-28  Simon Josefsson  <jas@extundo.com>
18284
18285         * message.el (message-use-idna): Default to t.
18286         (message-use-idna): Test whether encoding works too.  Doc fix.
18287
18288 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * nntp.el (nntp-warn-about-losing-connection): Remove.
18291
18292 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18295         customizable.  Change default value.
18296         (mm-uu-diff-groups-regexp): Change default value.
18297         (mm-uu-type-alist): Add doc string.
18298         (mm-uu-configure): Add doc string.  Make it interactive.
18299         (mm-uu-tex-groups-regexp): New variable.
18300         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18301         (mm-uu-type-alist): Add LaTeX documents.
18302         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18303         of "text/verbatim".
18304         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18305
18306         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18307         instead of "text/verbatim".
18308
18309         * message.el (message-mark-inserted-region)
18310         (message-mark-insert-file): Use slrn style marks when called with
18311         prefix argument.
18312
18313 2005-09-27  Simon Josefsson  <jas@extundo.com>
18314
18315         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18316
18317 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18318
18319         * message.el (message-remove-duplicates): New function.
18320         Implementation borrowed from `gnus-remove-duplicates'.
18321         (message-idna-to-ascii-rhs): Also encode idna addresses in
18322         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18323         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18324         only ask about the same idna domain once per header and also tell
18325         in what header to replace the idna domain.
18326
18327         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18328         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18329         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18330         a header is decoded and not just the last one.
18331
18332 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18335         has been decoded.
18336
18337         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18338         (mm-insert-part): Don't modify text if it has been decoded.
18339
18340         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18341         decoded.
18342
18343         * mm-view.el (mm-inline-text): Don't strip text props unless
18344         decoding enriched or richtext parts.
18345
18346 2005-09-25  Romain Francoise  <romain@orebokech.com>
18347
18348         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18349         * gnus-start.el (gnus-subscribe-interactively):
18350         * gnus-uu.el (gnus-uu-grab-articles):
18351         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18352         space.
18353
18354 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18355
18356         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18357         * mm-view.el (mm-view-pkcs7-decrypt):
18358         * gnus-sum.el (gnus-summary-limit-to-extra)
18359         (gnus-summary-respool-article, gnus-read-move-group-name):
18360         * gnus-score.el (gnus-summary-increase-score):
18361         * gnus-util.el (gnus-completing-read-with-default):
18362         * gnus-art.el (gnus-read-save-file-name)
18363         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18364         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18365         * message.el (message-check-news-header-syntax):
18366         Follow convention for reading with the minibuffer.
18367
18368 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18369
18370         * spam-report.el (spam-report-url-ping-plain):
18371         Use gnus-extended-version as User-Agent.
18372
18373         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18374         default value is nil.
18375
18376         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18377         (mm-uu-verbatim-marks-extract): New function.
18378         (mm-uu-extract): New face.
18379         (mm-uu-copy-to-buffer): Use it.
18380
18381         * spam-report.el (spam-report-gmane-ham): Rename from
18382         `spam-report-gmane-unspam'.
18383         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18384         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18385
18386         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18387         Autoload.
18388         (spam-report-gmane-unregister-routine):
18389         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18390
18391 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18392
18393         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18394         (spam-report-gmane-unregister-routine): Add support for gmane
18395         unregistration.
18396
18397         * spam-report.el (spam-report-gmane-unspam)
18398         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18399         (spam-report-gmane): Change to take a single article and do unspam
18400         registration.
18401
18402 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18403
18404         * mm-url.el (mm-url-decode-entities): Fix regexp.
18405
18406 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18407
18408         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18409         default to nil, to be able to use Gnus at all.  If the default
18410         switches to something else, then the function should be fixed not
18411         be exceedingly slow.
18412
18413 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18414
18415         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18416         fail hard.
18417
18418         * spam-report.el: Add better Keywords line.
18419
18420         * spam.el: Add Maintainer and better Keywords line.
18421
18422 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * gnus-art.el (gnus-article-replace-part)
18425         (gnus-mime-replace-part): New functions.
18426         (gnus-mime-action-alist, gnus-mime-button-commands)
18427         (gnus-mime-save-part-and-strip): Add file argument.
18428         (gnus-article-part-wrapper): Add interactive argument.
18429
18430         * gnus-sum.el (gnus-summary-mime-map):
18431         Add `gnus-article-replace-part'.
18432
18433 2005-09-19  Didier Verna  <didier@xemacs.org>
18434
18435         The nnml compaction feature:
18436         * nnml.el (nnml-request-compact-group): New function.
18437         * nnml.el (nnml-request-compact): New function.
18438         * gnus-int.el (gnus-request-compact-group): New function.
18439         * gnus-int.el (gnus-request-compact): New function.
18440         * gnus-group.el (gnus-group-compact-group): New function.
18441         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18442         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18443         * gnus-srvr.el (gnus-server-compact-server): New function.
18444         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18445         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18446
18447 2005-09-18  Deepak Goel  <deego@gnufans.org>
18448
18449         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18450         format spec.
18451
18452 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18455
18456 2005-09-15  Romain Francoise  <romain@orebokech.com>
18457
18458         * message.el (message-fill-paragraph): Clarify docstring.
18459
18460 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * gnus-art.el (gnus-mime-display-part): Protect against broken
18463         MIME messages.
18464
18465 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18468         before parsing header.
18469
18470 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18471
18472         * html2text.el (html2text-replace-list): Add new entities.
18473
18474 2005-09-11  Romain Francoise  <romain@orebokech.com>
18475
18476         * message.el (message-alternative-emails): Improve docstring.
18477         (message-setup-1): Call `message-use-alternative-email-as-from'
18478         after `message-setup-hook' to give it precedence over posting
18479         styles, etc.
18480         (message-use-alternative-email-as-from): Add docstring.
18481         Remove the original From header if present.
18482
18483         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18484         (nnml-save-mail): Use it.
18485
18486         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18487         articles.  Add new argument `silent'.
18488         (gnus-uu-mark-all): Report the total number of marked articles.
18489
18490 2005-09-10  Romain Francoise  <romain@orebokech.com>
18491
18492         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18493         (gnus-uu-mark-series): Likewise.
18494
18495 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * spam-report.el (spam-report-gmane): Fix generation of spam
18498         report URL.
18499
18500 2005-09-10  Simon Josefsson  <jas@extundo.com>
18501
18502         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18503         t, based on discussion on the ding list with Robert Epprecht
18504         <epprecht@solnet.ch>.
18505
18506 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18507
18508         * spam-report.el (spam-report-gmane): Make it work without
18509         X-Report-Spam header.  Gmane now only provides Archived-At.
18510         This is only used if `spam-report-gmane-use-article-number' is nil.
18511         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18512
18513         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18514         make `gnus-summary-sort-by-recipient' work with threading.
18515
18516         * nnweb.el (nnweb-google-wash-article): Print a message if article
18517         is not available.
18518
18519 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18520
18521         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18522         change.  Decode text/* parts content before displaying.
18523
18524 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18527
18528 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18531
18532         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18533         url-package-name, url-package-version,
18534         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18535         w3m-display-inline-images, and w3m-minor-mode-map.
18536
18537 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * message.el (message-tab-body-function): Fix mismatched custom type.
18540
18541         * gnus.el (gnus-group-change-level-function): Ditto.
18542
18543         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18544
18545         * gnus-art.el (gnus-signature-limit)
18546         (gnus-article-mime-part-function): Ditto.
18547
18548 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * mml.el (mml-mode): Silence the byte compiler.
18551
18552         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18553         using `(sit-for 0)' before moving the point to the specified part;
18554         skip unbuttonized parts.
18555         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18556         return to the summary window if gnus-auto-select-part is non-nil.
18557
18558 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18561         New variables.
18562         (mml-dnd-attach-file, mml-mode): Use them.
18563
18564         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18565         Make fetching article by MID work again for Google Groups.
18566         Add FIXME concerning gnus-group-make-web-group.
18567
18568         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18569         Don't depend on Gnus by using mail-extract-address-components if
18570         gnus-extract-address-components is not bound.
18571
18572 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18573
18574         * gnus-art.el (gnus-mime-display-security): Don't display the
18575         signature, but only the signed part.
18576
18577 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18580
18581         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18582         list, not listp.
18583
18584 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18585
18586         * mm-encode.el (mm-encode-content-transfer-encoding):
18587         Likewise when encoding.
18588
18589         * mm-bodies.el (mm-decode-content-transfer-encoding):
18590         De-canonicalize CRLF for all text content types, not just
18591         text/plain.
18592
18593 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18596         valid article; point arrow and cursor at the MIME button.
18597
18598 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18601         Suggested by Dan Christensen <jdc@uwo.ca>.
18602
18603         * mm-decode.el (mm-save-part): Enable change of prompt.
18604
18605 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18606
18607         * gnus-msg.el (gnus-inews-add-send-actions):
18608         Make `message-post-method' lambda parameter ARG `&optional'.
18609
18610 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18611
18612         * gnus-sum.el (gnus-summary-mime-map):
18613         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18614         gnus-article-jump-to-part.
18615
18616         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18617         (gnus-article-edit-part): Use it.
18618         (gnus-article-part-wrapper): Add no-handle argument.
18619         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18620         New functions.
18621
18622 2005-08-29  Romain Francoise  <romain@orebokech.com>
18623
18624         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18625         docstring.
18626         (gnus-face-from-file): Likewise.
18627
18628 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18631         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18632         non-nil.
18633         (gnus-auto-select-part): New variable.
18634         (gnus-article-jump-to-part): New function.
18635         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18636         (gnus-mime-delete-part): Allow selecting specified part after
18637         deleting or stripping parts.
18638         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18639         part if argument is bogus.
18640
18641 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18642
18643         * gnus-art.el (w3m-minor-mode-map):
18644         * gnus-spec.el (gnus-newsrc-file-version):
18645         * gnus-util.el (nnmail-active-file-coding-system)
18646         (gnus-original-article-buffer, gnus-user-agent):
18647         * gnus.el (gnus-ham-process-destinations)
18648         (gnus-parameter-ham-marks-alist)
18649         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18650         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18651         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18652         * mm-decode.el (gnus-current-window-configuration):
18653         * mm-extern.el (gnus-article-mime-handles):
18654         * mm-url.el (url-current-object, url-package-name)
18655         (url-package-version):
18656         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18657         (smime-keys, w3m-cid-retrieve-function-alist)
18658         (w3m-current-buffer, w3m-display-inline-images)
18659         (w3m-minor-mode-map):
18660         * mml-smime.el (gnus-extract-address-components):
18661         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18662         (gnus-newsrc-hashtb, message-default-charset)
18663         (message-deletable-headers, message-options)
18664         (message-posting-charset, message-required-mail-headers)
18665         (message-required-news-headers):
18666         * mml1991.el (mc-pgp-always-sign):
18667         * mml2015.el (mc-pgp-always-sign):
18668         * nnheader.el (nnmail-extra-headers):
18669         * rfc1843.el (gnus-decode-encoded-word-function)
18670         (gnus-decode-header-function, gnus-newsgroup-name):
18671         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18672
18673 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18674
18675         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18676         the end of the date treatments.
18677
18678 2005-08-15  Simon Josefsson  <jas@extundo.com>
18679
18680         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18681         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18682         Capello and Romain Francoise.
18683         (pgg-fetch-key-function): Remove, not used?
18684         (pgg-insert-url-with-w3): Require url, to get
18685         url-insert-file-contents regardless of where it is defined.
18686
18687 2005-08-13  Romain Francoise  <romain@orebokech.com>
18688
18689         * message.el (message-cite-original-1): New function.
18690         (message-cite-original): Use it.
18691         (message-cite-original-without-signature): Ditto.
18692
18693 2005-08-08  Romain Francoise  <romain@orebokech.com>
18694
18695         * message.el (message-yank-empty-prefix): New variable.
18696         (message-indent-citation): Use it.
18697         (message-cite-original-without-signature): Respect X-No-Archive.
18698
18699 2005-08-08  Simon Josefsson  <jas@extundo.com>
18700
18701         * pgg.el: Autoload url-insert-file-contents instead of loading
18702         w3/url.
18703         (pgg-insert-url-with-w3): Don't load url here.
18704
18705 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18706
18707         * message.el (message-kill-to-signature): Don't insert newline at
18708         bol.
18709         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18710
18711 2005-08-06  Romain Francoise  <romain@orebokech.com>
18712
18713         * message.el (message-user-fqdn): Fix typo in docstring.
18714
18715 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18716
18717         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18718
18719         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18720
18721 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18722
18723         * mm-bodies.el (mm-encode-body): Use coding system rather than
18724         charset to encode text.
18725
18726         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18727         number of charsets if utf-8 is available (XEmacs).
18728
18729 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18732         taken from `gnus-button-mid-or-mail-regexp'.
18733         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18734         (gnus-button-alist): Improve regexp for domain part of the MIDs
18735         for news:localpart@domain buttons.
18736         (gnus-button-ctan-directory-regexp): Update.
18737
18738 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * sieve-manage.el (sieve-manage-interactive-login):
18741         Use make-local-variable rather than make-variable-buffer-local.
18742         (sieve-manage-open): Ditto.
18743         (sieve-manage-authenticate): Ditto.
18744
18745         * mml.el (mml-generate-mime-1): Make the content type default to
18746         text/plain if the filename is not specified.
18747
18748 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18749
18750         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18751         instead of insert-buffer.
18752
18753         * message.el (message-yank-original): Ditto; set the mark at the
18754         end of the yanked message.
18755
18756 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18759         lines to scroll rather than to stop it.
18760
18761         * mml.el (mml-generate-default-type): Add doc string.
18762         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18763         default to application/octet-stream when determining the content
18764         type if it is not specified for the part or the mml contents; add
18765         a comment about mml-generate-default-type.
18766
18767 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18768
18769         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18770         make it default to application/octet-stream when determining the
18771         content type if it is not specified for the external contents.
18772
18773 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18776         segmented parameter but also other parameters might be there.
18777
18778 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mm-decode.el (mm-display-external): Delete temp file, directory
18781         and buffer immediately if the external process is exited.
18782
18783 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18786         fewer lines than that of scroll-margin.
18787         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18788
18789 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-art.el (gnus-article-next-page): Revert.
18792         (gnus-article-beginning-of-window): New macro.
18793         (gnus-article-next-page-1): Use it.
18794         (gnus-article-prev-page): Ditto.
18795         (gnus-article-edit-part): Use insert-buffer-substring instead of
18796         insert-buffer.
18797         (gnus-article-edit-exit): Ditto.
18798
18799         * gnus-util.el (gnus-beginning-of-window): Remove.
18800         (gnus-end-of-window): Remove.
18801
18802         * lpath.el: Don't bind header-line-format and scroll-margin.
18803
18804 2005-07-25  Simon Josefsson  <jas@extundo.com>
18805
18806         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18807         to have the url package without w3.  Reported by Daiki Ueno
18808         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18809
18810 2005-07-20  Didier Verna  <didier@xemacs.org>
18811
18812         * gnus-diary.el: Remove the description comment (nndiary is now
18813         properly documented in the Gnus manual).
18814         Fix the spelling of "Back End".
18815         * nndiary.el: Ditto.
18816         Fix the copyright notice.
18817
18818 2005-07-18  Romain Francoise  <romain@orebokech.com>
18819
18820         * gnus-sum.el (gnus-summary-to-prefix)
18821         (gnus-summary-newsgroup-prefix): New variables.
18822         (gnus-summary-from-or-to-or-newsgroups): Use them.
18823
18824 2005-07-17  Romain Francoise  <romain@orebokech.com>
18825
18826         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18827         space as it's generally not especially interesting to the user.
18828
18829 2005-07-16  Romain Francoise  <romain@orebokech.com>
18830
18831         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18832         nil to avoid prompting and file modification if one of the
18833         messages at the top of the nnfolder file contains a copyright
18834         notice.
18835         Update copyright notice.
18836
18837         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18838         instead of `current-time-string' as the latter creates a time
18839         string that is not RFC 2822 compliant (it lacks the zone).
18840         Update copyright notice.
18841
18842 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18843
18844         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18845         for text/rtf.  Display default in prompt.  Pass default for M-n.
18846
18847         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18848
18849 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18850
18851         * gnus-msg.el (gnus-button-mailto):
18852         Remove save-selected-window-window hackery because it relies on
18853         save-selected-window internals.
18854
18855 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18856
18857         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18858         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18859         (gnus-article-prev-page): Ditto.
18860
18861         * gnus-util.el (gnus-beginning-of-window): New function.
18862         (gnus-end-of-window): New function.
18863
18864         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18865
18866 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18867
18868         * gnus-score.el (gnus-score-edit-all-score):
18869         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18870         gnus-message.
18871
18872 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18873
18874         * gnus-msg.el (gnus-button-mailto):
18875         Remove save-selected-window-window hackery because it relies on
18876         save-selected-window internals.
18877
18878 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18881         add-minor-mode.
18882         (gnus-binary-mode): Ditto.
18883
18884         * gnus-topic.el (gnus-topic-mode): Ditto.
18885
18886 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18887
18888         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18889         (gnus-article-prev-page): Take scroll-margin into consideration.
18890
18891 2005-07-04  Lute Kamstra  <lute@gnu.org>
18892
18893         Update FSF's address in GPL notices.
18894
18895 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18896
18897         * gnus.el (gnus-exit):
18898         * gnus-group.el (gnus-group-icons):
18899         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18900
18901         * gnus-nocem.el (gnus-nocem):
18902         * message.el (message-various, message-buffers, message-sending)
18903         (message-interface, message-forwarding, message-insertion)
18904         (message-headers, message-news, message-mail):
18905         * pgg-gpg.el (pgg-gpg):
18906         * pgg-parse.el (pgg-parse):
18907         * pgg-pgp.el (pgg-pgp):
18908         * pgg-pgp5.el (pgg-pgp5):
18909         * pop3.el (pop3): Finish `defgroup' description with period.
18910
18911 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * gnus-art.el (article-display-face): Improve the efficiency.
18914         (article-display-x-face): Ditto; remove gray x-face stuff.
18915
18916 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * gnus-art.el (article-display-face): Correct the position in
18919         which Faces are inserted.
18920
18921 2005-06-29  Didier Verna  <didier@xemacs.org>
18922
18923         * gnus-art.el (article-display-face): Display faces in correct
18924         order.
18925
18926 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18927
18928         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18929         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18930         (gnus-nocem-check-article): Fetch the Type header.
18931         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18932         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18933         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18934         make sure gnus-nocem-hashtb is initialized.
18935         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18936         (gnus-nocem-unwanted-article-p): Ditto.
18937
18938         * pgg.el (pgg-verify): Return the verification result.
18939
18940 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18941
18942         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18943         is ascii.
18944
18945 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18946
18947         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18948         `show-nonbreak-escape'.
18949
18950 2005-06-23  Lute Kamstra  <lute@gnu.org>
18951
18952         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18953
18954         * dig.el (dig-mode):
18955         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18956
18957 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18958
18959         * nnimap.el (nnimap-split-download-body): Fix spellings.
18960
18961 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18962
18963         * gnus-art.el (gnus-article-encrypt-body):
18964         * gnus-cus.el (gnus-score-customize):
18965         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18966         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18967
18968 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18969
18970         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18971         header by looking for magic "MII" at the beginning.
18972
18973 2005-06-16  Miles Bader  <miles@gnu.org>
18974
18975         * gnus-xmas.el (gnus-xmas-group-startup-message):
18976         Use renamed gnus-splash face.
18977
18978         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18979         (assistant-field-face): New backward-compatibility alias for renamed
18980         face.
18981         (assistant-render-text): Use renamed assistant-field face.
18982
18983         * spam.el (spam): Remove "-face" suffix from face name.
18984         (spam-face): New backward-compatibility alias for renamed face.
18985         (spam-face, spam-initialize): Use renamed spam face.
18986
18987         * message.el (message-header-to, message-header-cc)
18988         (message-header-subject, message-header-newsgroups)
18989         (message-header-other, message-header-name)
18990         (message-header-xheader, message-separator, message-cited-text)
18991         (message-mml): Remove "-face" suffix from face names.
18992         (message-header-to-face, message-header-cc-face)
18993         (message-header-subject-face, message-header-newsgroups-face)
18994         (message-header-other-face, message-header-name-face)
18995         (message-header-xheader-face, message-separator-face)
18996         (message-cited-text-face, message-mml-face):
18997         New backward-compatibility aliases for renamed faces.
18998         (message-font-lock-keywords): Use renamed message faces.
18999
19000         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19001         (sieve-test-commands, sieve-tagged-arguments):
19002         Remove "-face" suffix from face names.
19003         (sieve-control-commands-face, sieve-action-commands-face)
19004         (sieve-test-commands-face, sieve-tagged-arguments-face):
19005         New backward-compatibility aliases for renamed faces.
19006         (sieve-control-commands-face, sieve-action-commands-face)
19007         (sieve-test-commands-face, sieve-tagged-arguments-face):
19008         Use renamed sieve faces.
19009
19010         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19011         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19012         (gnus-group-news-3-empty, gnus-group-news-4)
19013         (gnus-group-news-4-empty, gnus-group-news-5)
19014         (gnus-group-news-5-empty, gnus-group-news-6)
19015         (gnus-group-news-6-empty, gnus-group-news-low)
19016         (gnus-group-news-low-empty, gnus-group-mail-1)
19017         (gnus-group-mail-1-empty, gnus-group-mail-2)
19018         (gnus-group-mail-2-empty, gnus-group-mail-3)
19019         (gnus-group-mail-3-empty, gnus-group-mail-low)
19020         (gnus-group-mail-low-empty, gnus-summary-selected)
19021         (gnus-summary-cancelled, gnus-summary-high-ticked)
19022         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19023         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19024         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19025         (gnus-summary-low-undownloaded)
19026         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19027         (gnus-summary-low-unread, gnus-summary-normal-unread)
19028         (gnus-summary-high-read, gnus-summary-low-read)
19029         (gnus-summary-normal-read, gnus-splash):
19030         Remove "-face" suffix from face names.
19031         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19032         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19033         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19034         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19035         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19036         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19037         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19038         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19039         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19040         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19041         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19042         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19043         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19044         (gnus-summary-normal-ticked-face)
19045         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19046         (gnus-summary-normal-ancient-face)
19047         (gnus-summary-high-undownloaded-face)
19048         (gnus-summary-low-undownloaded-face)
19049         (gnus-summary-normal-undownloaded-face)
19050         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19051         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19052         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19053         (gnus-splash-face):
19054         New backward-compatibility aliases for renamed faces.
19055         (gnus-group-startup-message): Use renamed gnus faces.
19056
19057         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19058         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19059         (gnus-server-agent): Remove "-face" suffix from face names.
19060         (gnus-server-agent-face, gnus-server-opened-face)
19061         (gnus-server-closed-face, gnus-server-denied-face)
19062         (gnus-server-offline-face):
19063         New backward-compatibility aliases for renamed faces.
19064         (gnus-server-agent-face, gnus-server-opened-face)
19065         (gnus-server-closed-face, gnus-server-denied-face)
19066         (gnus-server-offline-face): Use renamed gnus faces.
19067
19068         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19069         Remove "-face" suffix from face names.
19070         (gnus-picon-xbm-face, gnus-picon-face):
19071         New backward-compatibility aliases for renamed faces.
19072
19073         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19074         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19075         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19076         (gnus-cite-11): Remove "-face" suffix from face names.
19077         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19078         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19079         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19080         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19081         New backward-compatibility aliases for renamed faces.
19082         (gnus-cite-attribution-face, gnus-cite-face-list)
19083         (gnus-article-boring-faces): Use renamed gnus faces.
19084
19085         * gnus-art.el (gnus-signature, gnus-header-from)
19086         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19087         (gnus-header-content): Remove "-face" suffix from face names.
19088         (gnus-signature-face, gnus-header-from-face)
19089         (gnus-header-subject-face, gnus-header-newsgroups-face)
19090         (gnus-header-name-face, gnus-header-content-face):
19091         New backward-compatibility aliases for renamed faces.
19092         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19093
19094         * gnus-sum.el (gnus-summary-selected-face)
19095         (gnus-summary-highlight): Use renamed gnus faces.
19096         * gnus-group.el (gnus-group-highlight): Likewise.
19097
19098 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19099
19100         * gnus-sieve.el (gnus-sieve-article-add-rule):
19101         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19102         * spam-stat.el (spam-stat-buffer-change-to-spam)
19103         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19104
19105         * message.el (message-is-yours-p):
19106         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19107
19108 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * mm-view.el (mm-inline-text): Withdraw the last change.
19111
19112 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19113
19114         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19115         executing enriched-decode.
19116
19117 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19120         charset of tar files.
19121
19122 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19123
19124         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19125
19126 2005-06-04  Lute Kamstra  <lute@gnu.org>
19127
19128         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19129         information is never recorded.
19130
19131 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19132
19133         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19134
19135 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * pop3.el (pop3-apop): Run md5 in the binary mode.
19138
19139         * starttls.el (starttls-set-process-query-on-exit-flag):
19140         Use eval-and-compile.
19141
19142 2005-05-31  Simon Josefsson  <jas@extundo.com>
19143
19144         * smime.el (smime-replace-in-string): Define.
19145         (smime-cert-by-ldap-1): Use it.
19146
19147 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * gnus-art.el (article-display-x-face): Replace
19150         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19151
19152         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19153         set-process-query-on-exit-flag or process-kill-without-query.
19154
19155         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19156         loop instead of replace-regexp.
19157
19158         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19159         instead of process-kill-without-query if it is available.
19160
19161         * lpath.el: Fbind ldap-search-entries.
19162
19163         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19164         instead of find-file-hooks if it is available.
19165
19166         * mml1991.el: Bind pgg-default-user-id when compiling.
19167
19168         * mml2015.el: Bind pgg-default-user-id when compiling.
19169
19170         * nndraft.el (nndraft-request-associate-buffer):
19171         Use write-contents-functions instead of write-contents-hooks if it is
19172         available.
19173
19174         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19175         instead of find-file-hooks if it is available.
19176
19177         * nntp.el (nntp-open-connection): Replace
19178         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19179         (nntp-open-ssl-stream): Ditto.
19180         (nntp-open-tls-stream): Ditto.
19181
19182         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19183         set-process-query-on-exit-flag or process-kill-without-query.
19184         (starttls-open-stream-gnutls): Use it instead of
19185         process-kill-without-query.
19186         (starttls-open-stream): Ditto.
19187
19188 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19189
19190         * smime.el (smime-cert-by-ldap-1): Don't use
19191         replace-regexp-in-string.
19192
19193 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19194
19195         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19196
19197         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19198         in PEM format.  Adjust to the XEmacs compatibility.
19199
19200 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19201
19202         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19203         by `string-to-number'.
19204         * gnus-agent.el (gnus-agent-regenerate-group)
19205         (gnus-agent-fetch-articles): Ditto.
19206         * gnus-art.el (gnus-button-fetch-group): Ditto.
19207         * gnus-cache.el (gnus-cache-generate-active)
19208         (gnus-cache-articles-in-group): Ditto.
19209         * gnus-group.el (gnus-group-set-current-level)
19210         (gnus-group-insert-group-line): Ditto.
19211         * gnus-score.el (gnus-score-set-expunge-below)
19212         (gnus-score-set-mark-below, gnus-summary-score-effect)
19213         (gnus-summary-score-entry): Ditto.
19214         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19215         (gnus-soup-pack): Ditto.
19216         * gnus-spec.el (gnus-xmas-format): Ditto.
19217         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19218         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19219         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19220         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19221         * nndb.el (nndb-get-remote-expire-response): Ditto.
19222         * nndiary.el (nndiary-parse-schedule-value)
19223         (nndiary-string-to-number, nndiary-request-replace-article)
19224         (nndiary-request-article): Ditto.
19225         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19226         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19227         * nneething.el (nneething-make-head): Ditto.
19228         * nnfolder.el (nnfolder-request-article)
19229         (nnfolder-retrieve-headers): Ditto.
19230         * nnheader.el (nnheader-file-to-number): Ditto.
19231         * nnkiboze.el (nnkiboze-request-article): Ditto.
19232         * nnmail.el (nnmail-process-unix-mail-format)
19233         (nnmail-process-babyl-mail-format): Ditto.
19234         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19235         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19236         (nnmh-request-create-group, nnmh-request-list-1)
19237         (nnmh-request-group, nnmh-request-article): Ditto.
19238         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19239         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19240         * nnsoup.el (nnsoup-make-active): Ditto.
19241         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19242         * nntp.el (nntp-find-group-and-number)
19243         (nntp-retrieve-headers-with-xover): Ditto.
19244         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19245         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19246         (pgg-format-key-identifier): Ditto.
19247         * pop3.el (pop3-last, pop3-stat): Ditto.
19248         * qp.el (quoted-printable-decode-region): Ditto.
19249
19250         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19251         of concat.
19252
19253 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19256
19257         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19258
19259         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19260
19261         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19262
19263         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19264
19265         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19266
19267         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19268         (gnus-carpal-mode): Ditto.
19269
19270         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19271         (gnus-browse-mode): Ditto.
19272
19273         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19274
19275         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19276
19277 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19278
19279         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19280
19281 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * gnus-util.el (gnus-run-mode-hooks): New function.
19284
19285         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19286
19287         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19288         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19289
19290 2005-05-27  Lute Kamstra  <lute@gnu.org>
19291
19292         * dns-mode.el (dns-mode): Specify customization group.
19293
19294 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19295
19296         * gnus-agent.el (gnus-agent-make-mode-line-string):
19297         Use mode-line-highlight as mouse-face.
19298
19299 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19300
19301         * canlock.el (canlock): Change the parent group to news.
19302
19303         * deuglify.el (gnus-outlook-deuglify): Add :group.
19304
19305         * dig.el (dig): Add :group.
19306
19307         * dns-mode.el (dns-mode): Add :group.
19308
19309         * encrypt.el (encrypt): Add :group.
19310
19311         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19312         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19313         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19314         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19315         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19316
19317         * gnus-diary.el (gnus-diary): Add :group.
19318
19319         * gnus.el (gnus-group-news-1-face): Add :group.
19320         (gnus-group-news-1-empty-face): Ditto.
19321         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19322         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19323         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19324         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19325         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19326         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19327         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19328         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19329         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19330         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19331         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19332         (gnus-summary-high-ticked-face): Ditto.
19333         (gnus-summary-low-ticked-face): Ditto.
19334         (gnus-summary-normal-ticked-face): Ditto.
19335         (gnus-summary-high-ancient-face): Ditto.
19336         (gnus-summary-low-ancient-face): Ditto.
19337         (gnus-summary-normal-ancient-face): Ditto.
19338         (gnus-summary-high-undownloaded-face): Ditto.
19339         (gnus-summary-low-undownloaded-face): Ditto.
19340         (gnus-summary-normal-undownloaded-face): Ditto.
19341         (gnus-summary-high-unread-face): Ditto.
19342         (gnus-summary-low-unread-face): Ditto.
19343         (gnus-summary-normal-unread-face): Ditto.
19344         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19345         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19346
19347         * hashcash.el (hashcash): New custom group.
19348         (hashcash-default-payment): Add :group.
19349         (hashcash-payment-alist): Ditto.
19350         (hashcash-default-accept-payment): Ditto.
19351         (hashcash-accept-resources): Ditto.
19352         (hashcash-path): Ditto.
19353         (hashcash-extra-generate-parameters): Ditto.
19354         (hashcash-double-spend-database): Ditto.
19355         (hashcash-in-news): Ditto.
19356
19357         * message.el (message-minibuffer-local-map): Add :group.
19358
19359         * netrc.el (netrc): Add :group.
19360
19361         * sieve-manage.el (sieve-manage-log): Add :group.
19362         (sieve-manage-default-user): Diito.
19363         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19364         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19365         (sieve-manage-authenticators): Ditto.
19366         (sieve-manage-authenticator-alist): Ditto.
19367         (sieve-manage-default-port): Ditto.
19368
19369         * sieve-mode.el (sieve-control-commands-face): Add :group.
19370         (sieve-action-commands-face): Ditto.
19371         (sieve-test-commands-face): Ditto.
19372         (sieve-tagged-arguments-face): Ditto.
19373
19374         * smime.el (smime): Add :group.
19375
19376         * spam-report.el (spam-report): Add :group.
19377
19378         * spam.el (spam, spam-face): Add :group.
19379
19380 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19381
19382         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19383         return \n.\n.\n at the end of articles.  Protect against that.
19384         (nntp-with-open-group): Allow debugging.
19385
19386         * nnheader.el (mail-header-set-extra): Make into a function
19387         because I just could't understand how to quote the list properly.
19388
19389         * dns.el (query-dns-cached): New function.
19390
19391 2005-05-26  Lute Kamstra  <lute@gnu.org>
19392
19393         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19394
19395 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19398
19399         * gnus-art.el: Don't autoload mail-extract-address-components.
19400
19401         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19402         eval-and-compile to evaluate it.
19403
19404         * hashcash.el: Don't autoload executable-find.
19405
19406         * nndb.el: Don't declare the nndb back end two or more times; don't
19407         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19408
19409         * nntp.el: Autoload format-spec instead of format; use
19410         eval-and-compile to evaluate autoload forms.
19411
19412 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19413
19414         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19415
19416 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417
19418         * gnus.el (gnus-version-number): Bump version.
19419
19420 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19421
19422         * gnus.el: No Gnus v0.3 is released.
19423
19424 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425
19426         * lpath.el (featurep): Bind show-nonbreak-escape.
19427
19428 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * gnus-art.el (gnus-article-edit-part): Disable undo.
19431
19432 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19433
19434         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19435         gnus-article-date-lapsed-new-header is t if date timer is active;
19436         skip headers in which the original date value is empty.
19437         (gnus-article-save-original-date): Redefine it as a macro.
19438         (gnus-display-mime): Use it.
19439
19440 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * gnus-art.el (article-date-ut): Support converting date in
19443         forwarded parts as well.
19444         (gnus-article-save-original-date): New function.
19445         (gnus-display-mime): Use it.
19446
19447 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19448
19449         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19450         enclosure element of <item>.
19451
19452 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * message.el (message-kill-buffer-query): Rename from
19455         `message-kill-buffer-query-if-modified'.  Add :version.
19456
19457 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19458
19459         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19460         window layout.
19461
19462 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * mml.el: Autoload dnd when compiling.
19465
19466 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19467
19468         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19469         x-dnd-*.
19470
19471 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * qp.el (quoted-printable-encode-region): Save excursion.
19474
19475 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19476
19477         * message.el (message-kill-buffer-query-if-modified): Add new variable
19478         so the user can kill a modified message buffer quickly.
19479         (message-kill-buffer): Use it.
19480
19481 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19482
19483         * lpath.el: Fbind display-time-event-handler; don't fbind
19484         string-to-multibyte.
19485
19486         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19487
19488 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19491         contained in text because xml.el decodes entities) with LFs.
19492
19493 2005-04-11  Lute Kamstra  <lute@gnu.org>
19494
19495         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19496         differently.
19497
19498 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19499
19500         * mm-util.el (mm-detect-coding-region): Typo.
19501
19502 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19505
19506 2005-04-06  Deepak Goel  <deego@gnufans.org>
19507
19508         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19509         user-function allow user modifications of the scores.
19510         (spam-stat-score-buffer-user): New function, to allow
19511         user-computed modifications to the score.
19512         (spam-stat-score-buffer-user-functions): List of additional
19513         scoring functions.
19514         (spam-stat-error-holder): Global temporary error holder.
19515         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19516         variable.
19517
19518 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19519
19520         * gnus-registry.el (gnus-registry-clean-empty-function)
19521         (gnus-registry-trim, gnus-registry-fetch-groups)
19522         (gnus-registry-delete-group): Groups that match
19523         `gnus-registry-ignored-groups' are removed from the registry
19524         entries, not just ignored for splitting.  This helps clean up the
19525         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19526         to get all the groups a message ID is in.
19527
19528         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19529         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19530         (spam-stat-score-buffer-user-functions): Add :number custom type.
19531
19532 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19535         argument in XEmacs.
19536
19537         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19538         (nnrss-request-group): Decode group name first.
19539         (nnrss-request-article): Make a text/plain article if mml-to-mime
19540         failed.
19541         (nnrss-get-encoding): Return a compatible encoding according to
19542         nnrss-compatible-encoding-alist.
19543         (nnrss-find-el): Use consp instead of listp.
19544         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19545
19546 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19549         which Emacs 20 doesn't support.
19550         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19551
19552 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19553
19554         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19555         silence the byte compiler inside the defun.
19556
19557         * gnus-demon.el (parse-time-string): Add autoload.
19558
19559         * gnus-delay.el (parse-time-string): Add autoload.
19560
19561         * gnus-art.el (parse-time-string): Add autoload.
19562
19563         * nnultimate.el (parse-time): Require for `parse-time-string'.
19564
19565 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19568
19569         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19570
19571         * smime.el (smime-ldap-host-list): Add :version.
19572
19573 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19574
19575         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19576         pass it to `gnus-browse-read-group'.
19577         (gnus-browse-read-group): Add NUMBER argument and pass it to
19578         `gnus-group-read-ephemeral-group'.
19579
19580         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19581         argument and pass it to `gnus-group-read-group'.
19582
19583 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19584
19585         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19586         mm-xemacs-find-mime-charset-1 if we have the mule feature
19587         available at runtime.
19588
19589 2005-03-25  Werner Lemberg  <wl@gnu.org>
19590
19591         * nnmaildir.el: Replace `illegal' with `invalid'.
19592
19593 2005-03-23  Lute Kamstra  <lute@gnu.org>
19594
19595         * time-date.el: Add comment on time value formats.
19596         Don't require parse-time.
19597         (with-decoded-time-value): New macro.
19598         (encode-time-value): New function.
19599         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19600         (days-to-time): Return a valid time value when arg is huge.
19601         (time-since): Use time-subtract.
19602         (time-to-number-of-days): Use time-to-seconds.
19603
19604 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19605
19606         * gnus-start.el (gnus-display-time-event-handler):
19607         Check display-time-timer at runtime rather than only at load time
19608         in case display-time-mode is turned off in the mean time.
19609
19610 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19613         used.
19614
19615         * nneething.el (nneething-map-file-directory): Derive from
19616         `gnus-directory'.
19617
19618         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19619         the To/Cc button.
19620
19621 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19622
19623         * nnmaildir.el (nnmaildir-request-accept-article):
19624         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19625
19626 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19627
19628         * gnus-async.el: Require timer-funcs at compile time when in
19629         XEmacs for `run-with-idle-timer'.
19630
19631 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19632
19633         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19634         autoloaded function.
19635
19636 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19637
19638         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19639
19640 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19641
19642         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19643
19644 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19645
19646         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19647         Add gnus-expert-user to default.
19648
19649 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19650
19651         * nnimap.el (nnimap-open-server): Ditto.
19652
19653         * imap.el (imap-authenticate): Fix typo.
19654
19655 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19656
19657         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19658         buffer (since IMAP server might return FETCH response out of
19659         order, and the nntp buffer must be sorted).
19660
19661 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19662
19663         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19664         comparison on string.
19665
19666         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19667         (gnus-agent-score): Rename category keywords to match gnus-cus.
19668         (gnus-agent-summary-fetch-series): Modify to protect against
19669         gnus-agent-summary-fetch-group clearing processable flags.
19670         (gnus-agent-synchronize-group-flags): Update live group buffer as
19671         synchronization may occur due to the user toggle the plugged
19672         status.
19673         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19674         successfully downloaded.
19675         (gnus-agent-expire-group-1): Avoid using markers when the overview
19676         is in ascending order; greatly improves performance.
19677         (gnus-agent-regenerate-group):
19678         Use gnus-agent-synchronize-group-flags to reset read status in both
19679         gnus and server.
19680         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19681
19682 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * message.el: Don't autoload former message-utils variables.
19685         (message-strip-subject-trailing-was): Change doc string.
19686
19687         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19688         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19689         (nnweb-google-search): Add "hl=en" here.
19690         (nnweb-google-parse-1, nnweb-google-create-mapping):
19691         Don't hardcode URL.
19692
19693 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19694
19695         * message.el (message-get-reply-headers, message-followup):
19696         Mention related variables `message-use-followup-to' and
19697         `message-use-mail-followup-to', in the information buffer.
19698
19699         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19700         of broken groups(-beta).google.com.
19701
19702 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19703
19704         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19705         parameter to invoked gnus-request-move-article; remove the
19706         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19707         all at once instead of once per article.
19708         (gnus-summary-remove-process-mark): Accept a list of articles as
19709         well as a single article for processing.
19710
19711         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19712         parameter.
19713
19714         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19715
19716         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19717
19718         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19719         parameter.
19720
19721         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19722         parameter.
19723
19724         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19725         parameter and remove the gnus-sum-hint-move-is-internal variable.
19726
19727         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19728         parameter.
19729
19730         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19731         parameter.
19732
19733         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19734         parameter.
19735
19736         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19737
19738         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19739         parameter.
19740
19741         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19742         parameter.
19743
19744 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19745
19746         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19747         a more conservative way.
19748
19749 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19750
19751         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19752         buffer, so it moves the window's cursor.
19753
19754 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19755
19756         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19757         `mm-dissect-multipart' and receive the from field as an (optional)
19758         argument from `mm-dissect-multipart'.
19759         (mm-dissect-multipart): Receive the from field as an argument and
19760         pass it on when we call `mm-dissect-buffer' on MIME parts.
19761         Fixes verification/decryption of signed/encrypted MIME parts.
19762
19763 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19764
19765         * gnus-sum.el (gnus-summary-move-article):
19766         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19767         whatever it calls (right now, only nnimap-request-move article
19768         respects it).
19769
19770         * nnimap.el (nnimap-request-move-article):
19771         When gnus-sum-hint-move-is-internal is set, don't do the extra
19772         nnimap-request-article.
19773
19774 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19775
19776         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19777
19778         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19779         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19780
19781         * gnus-sum.el (gnus-summary-caesar-message):
19782         Apply `gnus-treat-article' after rotation.
19783
19784         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19785         doc string.
19786
19787 2005-02-22  Simon Josefsson  <jas@extundo.com>
19788
19789         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19790         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19791         <arne@arnested.dk>.
19792         (encrypt): Add password-cache and password-cache-expiry as group
19793         members.
19794
19795 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19796
19797         * smime.el (smime-ldap-host-list): Doc fix.
19798         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19799         cache) password.
19800         (smime-sign-region): Use it.
19801         (smime-decrypt-region): Use it.
19802         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19803         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19804         fails.
19805         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19806         certificate from DER to PEM format rather than calling openssl.
19807
19808         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19809
19810         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19811         for signing/encryption.
19812
19813         * mml.el (mml-parse-1): Use them.
19814
19815 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19816
19817         * nnrss.el (nnrss-verbose): Remove.
19818         (nnrss-request-group): Use `nnheader-message' instead.
19819
19820 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19821
19822         * nnrss.el (nnrss-verbose): New variable.
19823         (nnrss-request-group): Make it say nnrss is requesting a group.
19824
19825 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19826
19827         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19828         Handle news URL with given port correctly.
19829
19830 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19831
19832         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19833         containing special characters.
19834
19835         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19836
19837         * mml.el (mime-to-mml): Ditto.
19838
19839         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19840         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19841         (rfc2047-decode-region): Quote decoded words containing special
19842         characters when rfc2047-quote-decoded-words-containing-tspecials
19843         is non-nil.
19844
19845 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19846
19847         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19848
19849         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19850
19851 2005-02-15  Simon Josefsson  <jas@extundo.com>
19852
19853         * nnimap.el (nnimap-debug): Doc fix.
19854
19855         * imap.el (imap-debug): Doc fix.
19856
19857 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19860
19861 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19862
19863         * gnus.el (spam-contents): Improve docs for spam-contents
19864         parameter in its variable incarnation.
19865
19866 2005-02-14  Simon Josefsson  <jas@extundo.com>
19867
19868         * smime-ldap.el: Use require instead of load-library for ldap.
19869         (smime-ldap-search): Indent.
19870         (smime-ldap-search-internal): Shorten line.
19871
19872         * smime.el (smime-cert-by-dns): Add doc-string.
19873         (smime-cert-by-ldap-1): Indent.
19874
19875         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19876         mml-smime-get-dns-ldap.
19877         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19878
19879 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19880
19881         * smime.el: Require smime-ldap.
19882         (smime-ldap-host-list): New variable.
19883         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19884
19885         * mml-smime.el (mml-smime-encrypt-query): New function.
19886         (mml-smime-encrypt-query): Use it.
19887
19888         * smime-ldap.el: New file.
19889
19890 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19891
19892         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19893
19894 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19897         argument in doc string.  Make query for type more clear.
19898
19899 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19900
19901         * gnus.el (gnus-group-startup-message): Search for gnus images in
19902         etc/images/gnus.
19903         * mm-util.el (mm-image-load-path): Likewise.
19904         * smiley.el (smiley-data-directory): Search for smilies in
19905         etc/images/smilies.
19906
19907 2005-02-09  Kim F. Storm  <storm@cua.dk>
19908
19909         Change Emacs release version from 21.4 to 22.1 throughout.
19910         Change Emacs development version from 21.3.50 to 22.0.50.
19911
19912 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19915
19916         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19917         non-Mule XEmacs as well.
19918         (mm-decompress-buffer): Signal an error intentionally if it does
19919         not decompress compressed data because auto-compression-mode is
19920         disabled.
19921
19922 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19923
19924         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19925         an ID in the registry even if it has no groups.
19926
19927 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19930         merge it into mm-decompress-buffer.
19931         (gnus-mime-copy-part): Use the MIME part charset, the value which
19932         a user specified or gnus-newsgroup-charset for decoding, like
19933         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19934         save-buffer what was used.  Suggested by Kevin Ryde
19935         <user42@zip.com.au>.
19936         (gnus-mime-inline-part): Allow the name parameter as well as the
19937         filename parameter; force decompressing of compressed data; always
19938         display contents being not decoded as unibyte.
19939
19940         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19941         as well as the filename parameter.
19942
19943         * mm-util.el (mm-decompress-buffer):
19944         Merge gnus-mime-jka-compr-maybe-uncompress.
19945         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19946         of compressed data.
19947
19948 2005-02-08  Simon Josefsson  <jas@extundo.com>
19949
19950         * imap.el (imap-log): Doc fix.
19951
19952 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19955         the coding cookies; decompress compressed parts.
19956
19957         * mml.el (mml-generate-mime-1): Add the charset parameter according
19958         to the value which a user specified manually or the coding cookie.
19959
19960         * mm-util.el (mm-string-to-multibyte): New function.
19961         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19962         (mm-coding-system-to-mime-charset): New function.
19963         (mm-decompress-buffer): New function.
19964         (mm-find-buffer-file-coding-system): New function.
19965
19966         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19967         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19968         parts.
19969
19970 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19971
19972         * mm-view.el (mm-display-inline-fontify): Decode a part according
19973         to the charset parameter.
19974
19975 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19978         prefix arg is neither nil nor a number, as info specifies.
19979
19980 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19983         timestamps.
19984
19985 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19986
19987         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19988         groups error checking and notify user.
19989
19990 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19991
19992         * message.el (message-send-mail-function): Check existence of
19993         sendmail-program first before using default value
19994         `message-send-mail-with-sendmail'.  Otherwise use more generic
19995         `smtpmail-send-it'.
19996
19997 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * nntp.el (nntp-request-update-info): Always return nil.
20000
20001 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20002
20003         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20004
20005 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20006
20007         * message.el (message-beginning-of-line): Change the behavior when
20008         invoked between BOL and : so that it first moves backward.
20009
20010 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20011
20012         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20013         article buffer when editing of the article is discarded.
20014         (gnus-article-prepare): Revert.
20015
20016 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * gnus-art.el (gnus-article-prepare):
20019         Remove message-strip-forbidden-properties from the local hook.
20020
20021 2005-01-27  Simon Josefsson  <jas@extundo.com>
20022
20023         * password.el (password-cache-add): Only start one timer per key.
20024         Reported by Derek Atkins <warlord@MIT.EDU>.
20025
20026 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20027
20028         * run-at-time.el: Remove.  It is no longer needed as
20029         timer-funcs.el in the xemacs-base package has a working version of
20030         `run-at-time'.
20031
20032         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20033
20034         * password.el: Require timer-funcs instead of run-at-time in
20035         XEmacs.
20036         Remove `password-run-at-time' macro.
20037         (password-cache-add): Use `run-at-time' instead of
20038         `password-run-at-time'.
20039
20040         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20041         Remove `nnheader-cancel-function-timers' alias,
20042         `cancel-function-timers' exists in XEmacs in timer-funcs.
20043
20044         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20045         for `run-with-idle-timer'.
20046
20047         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20048         for `run-at-time'.
20049
20050         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20051         for `with-timeout'.
20052
20053         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20054         the same as for XEmacs 21.4.
20055         No need to ignore `run-with-idle-timer', this function exists in
20056         XEmacs now in timer-funcs.el in the xemacs-base package.
20057         (dgnushack-compile): No need to delete
20058         run-at-time.el from the list of files to compile because it
20059         doesn't exist anymore.
20060
20061 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20064         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20065
20066 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20067
20068         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20069         sensitively.
20070
20071 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20072
20073         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20074
20075 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20078         which will be inserted according to the multibyteness of a buffer
20079         rather than the type of contents.  Suggested by ARISAWA Akihiro
20080         <ari@mbf.ocn.ne.jp>.
20081
20082         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20083         of string which old xml.el may return rather than a string.
20084
20085 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20088
20089 2005-01-16  Simon Josefsson  <jas@extundo.com>
20090
20091         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20092         idn/idna.el isn't available.
20093         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20094         <michael@waxrat.com>.
20095
20096         * hashcash.el: Remove non-FSF copyright header.
20097
20098         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20099         (hashcash-generate-payment): Use it.
20100         (hashcash-generate-payment-async): Use it.
20101
20102 2005-01-15  Simon Josefsson  <jas@extundo.com>
20103
20104         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20105         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20106
20107         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20108         gnus-summary-idna-message.
20109         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20110         (gnus-summary-idna-message): New function.
20111
20112 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20115         gnus-novice-user.
20116
20117 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * nnrss.el (nnrss-request-delete-group): Delete entries in
20120         nnrss-group-alist as well.
20121         (nnrss-save-server-data): Insert newline.
20122
20123 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20124
20125         * gnus.el (gnus-user-agent): Use list of symbols instead of
20126         symbols.  Display full version number for (S)XEmacs.
20127         Optionally display (S)XEmacs codename.
20128
20129         * gnus-util.el (gnus-emacs-version): Update for new
20130         `gnus-user-agent'.
20131
20132         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20133         Gnus version.
20134
20135 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20136
20137         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20138         which is unreadable in some setups.
20139
20140 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20141
20142         * gnus-spec.el (gnus-update-format-specifications): Flush the
20143         group format spec cache if it doesn't support decoded group names.
20144
20145 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20146
20147         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20148         Allow to apply decay on score files matching a regexp.
20149
20150 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20153         compatibility in %g and %c.
20154
20155 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20158         name for only %g and %c.
20159         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20160         of gnus-tmp-group to decoded group name.
20161         (gnus-group-make-rss-group): Exclude `/'s from group names.
20162
20163 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * nnrss.el (nnrss-get-encoding): Fix regexp.
20166
20167 2004-12-27  Simon Josefsson  <jas@extundo.com>
20168
20169         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20170         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20171         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20172
20173 2004-12-17  Kim F. Storm  <storm@cua.dk>
20174
20175         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20176
20177         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20178
20179 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20180
20181         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20182
20183 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20184
20185         * nnrss.el: Require rfc2047 and mml.
20186         (nnrss-file-coding-system): New variable.
20187         (nnrss-format-string): Redefine it as an inline function.
20188         (nnrss-decode-group-name): New function.
20189         (nnrss-string-as-multibyte): Remove.
20190         (nnrss-retrieve-headers): Decode group name; don't use
20191         nnrss-format-string.
20192         (nnrss-request-group): Decode group name.
20193         (nnrss-request-article): Decode group name; allow a Message-ID as
20194         well as an article number; don't use nnrss-format-string; encode a
20195         Message-ID string which may contain non-ASCII characters; use
20196         mml-to-mime to compose a MIME article.
20197         (nnrss-request-expire-articles): Decode group name.
20198         (nnrss-request-delete-group): Decode group name.
20199         (nnrss-fetch): Clarify error message.
20200         (nnrss-read-server-data): Use insert-file-contents instead of load;
20201         bind file-name-coding-system; use multibyte buffer.
20202         (nnrss-save-server-data): Bind coding-system-for-write to the
20203         value of nnrss-file-coding-system; bind file-name-coding-system;
20204         add coding cookie.
20205         (nnrss-read-group-data): Use insert-file-contents instead of load;
20206         bind file-name-coding-system; use multibyte buffer.
20207         (nnrss-save-group-data): Bind coding-system-for-write to the
20208         value of nnrss-file-coding-system; bind file-name-coding-system.
20209         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20210         make it work with non-ASCII text.
20211         (nnrss-find-el): Make it work with old xml.el as well.
20212
20213 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20214
20215         * nnrss.el (nnrss-get-encoding): New function.
20216         (nnrss-fetch): Use unibyte buffer initially; bind
20217         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20218         decode contents according to the encoding attribute.
20219         (nnrss-save-group-data): Add coding cookie.
20220         (nnrss-mime-encode-string): New function.
20221         (nnrss-check-group): Use it to encode subject and author.
20222
20223 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20224
20225         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20226         imaginary variable.
20227
20228 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20231         correctly even if there are wide characters.
20232
20233 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20236         downcased symbol names; make a new cache instead of reusing
20237         bbdb-hashtable.
20238
20239 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20242         concatenating segments rather than before concatenating them.
20243         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20244
20245         * message.el (message-get-reply-headers): Bind `extra'.
20246
20247 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20248
20249         * message.el (message-extra-wide-headers): New variable.
20250         (message-get-reply-headers): Use it.
20251
20252 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20255         (gnus-agent-group-pathname): Ditto.
20256
20257         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20258
20259         * gnus-group.el (gnus-group-make-group): Decode group name.
20260         (gnus-group-make-rss-group): Register the group data after opening
20261         the nnrss group.
20262
20263 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20264
20265         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20266         by expiry now get marked as read.
20267
20268 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20269
20270         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20271
20272 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20273
20274         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20275         unify Latin characters in XEmacs.
20276         (mm-find-mime-charset-region): Use it.
20277
20278 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * gnus-util.el (gnus-delete-directory): New function.
20281
20282         * gnus-agent.el (gnus-agent-delete-group): Use it.
20283
20284         * gnus-cache.el (gnus-cache-delete-group): Use it.
20285
20286 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20289         names.
20290
20291 2004-12-16  Simon Josefsson  <jas@extundo.com>
20292
20293         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20294
20295 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20298
20299         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20300         (gnus-group-set-current-level): Decode group name.
20301
20302 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20303
20304         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20305         failed.
20306
20307 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * gnus-group.el (gnus-group-delete-group): Decode group name.
20310         (gnus-group-make-rss-group): Encode group name.
20311         (gnus-group-catchup-current): Decode group name.
20312         (gnus-group-kill-group): Decode group name.
20313
20314 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20315
20316         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20317
20318 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * gnus-group.el (gnus-group-make-rss-group):
20321         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20322
20323         * gnus-start.el (gnus-setup-news): Honor user's setting to
20324         gnus-message-archive-method.  Suggested by Lute Kamstra
20325         <lute@gnu.org>.
20326
20327 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20328
20329         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20330         global counterparts of the buffer-local variables.
20331
20332 2004-11-16  Romain Francoise  <romain@orebokech.com>
20333
20334         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20335         counterparts of the buffer-local variables.
20336
20337 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20338
20339         * message.el (message-forbidden-properties): Fix typo in doc
20340         string.
20341
20342 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * gnus-util.el (gnus-replace-in-string): Add doc string.
20345
20346         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20347         to avoid problems when splitting mails with many recipients.
20348
20349 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20350
20351         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20352         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20353
20354 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20355
20356         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20357         if there is no hashtable in memory or file modification time is
20358         newer than cached timestamp.
20359
20360 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20361
20362         * gnus-sum.el (gnus-summary-limit-to-recipient):
20363         Implement not-matching option.
20364
20365 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20366
20367         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20368         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20369         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20370         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20371         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20372         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20373
20374 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * message.el (message-forward-make-body-mml): Remove headers
20377         according to message-forward-ignored-headers if a message is decoded.
20378
20379 2004-12-02  Romain Francoise  <romain@orebokech.com>
20380
20381         * message.el (message-forward-make-body-plain): Always remove
20382         headers according to message-forward-ignored-headers.
20383
20384 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20385
20386         * spam.el (spam-summary-prepare-exit): Remove the
20387         gnus-summary-limit pop for now, it has problems with ham marks for
20388         me.
20389
20390 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20391
20392         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20393         correctly.
20394
20395 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20396
20397         * format-spec.el (format-spec): Message the char.
20398
20399 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20400
20401         * gnus-art.el (gnus-split-methods): Reformat comments.
20402
20403         * spam.el (spam-summary-prepare-exit): Remove article limits
20404         before exiting the summary buffer.
20405
20406 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20409         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20410
20411         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20412         order to silence the byte compiler.
20413
20414         * spam.el: Fix the way to silence the byte compiler, which
20415         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20416         bbdb-search-simple, spam-BBDB-register-routine,
20417         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20418         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20419         spam-stat-buffer-is-spam, spam-stat-load,
20420         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20421         spam-stat-save and spam-stat-split-fancy.
20422
20423 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20426         which may confuse users.
20427         (canlock-password-for-verify): Ditto.
20428
20429         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20430
20431         * gnus-art.el (gnus-emphasis-alist): Ditto.
20432
20433         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20434
20435         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20436
20437         * gnus-start.el (gnus-save-killed-list): Ditto.
20438
20439         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20440         (gnus-sum-thread-tree-root): Ditto.
20441         (gnus-sum-thread-tree-false-root): Ditto.
20442         (gnus-sum-thread-tree-single-indent): Ditto.
20443
20444         * message.el (message-courtesy-message): Ditto.
20445         (message-archive-note): Ditto.
20446         (message-subscribed-address-file): Ditto.
20447         (message-user-fqdn): Ditto.
20448
20449         * spam-report.el (spam-report-gmane-regex): Ditto.
20450
20451         * spam.el (spam-blackhole-good-server-regex): Ditto.
20452
20453 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20454
20455         * mml.el (mml-preview): Widen the message buffer before copying
20456         the contents to the preview buffer; sort headers before previewing.
20457
20458         * message.el (message-hidden-headers): Fix the way to avoid a bug
20459         in the `repeat' widget in Emacs 21.3 or earlier.
20460
20461 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * message.el (message-hidden-headers): Default to "^References:".
20464         Improve customization type.  Suggested by Reiner Steib
20465         <Reiner.Steib@gmx.de>.
20466
20467 2004-11-25  Romain Francoise  <romain@orebokech.com>
20468
20469         * message.el (message-strip-forbidden-properties): Remove check for
20470         obsolete `message-hidden' text property, hidden headers are not
20471         accessible in the buffer anymore.
20472
20473 2004-11-22  Romain Francoise  <romain@orebokech.com>
20474
20475         * message.el (message-header-format-alist): Add `From' in list
20476         so that it can be sorted.
20477         (message-fix-before-sending): Widen and sort headers before
20478         sending.
20479         (message-hide-headers): Use narrowing to hide headers by moving
20480         them to the top of the buffer and narrowing to the region
20481         underneath.
20482
20483 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20484
20485         * message.el (message-strip-forbidden-properties):
20486         Bind buffer-read-only (etc) to nil.
20487
20488 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20491         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20492
20493 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20494
20495         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20496
20497 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20498
20499         * dns.el (query-dns): Use sit-for to time instead of
20500         accept-process-output, since that doesn't seem to work on udp
20501         sockets.
20502
20503 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20506
20507 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20508
20509         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20510         doc string.  Improve doc string.
20511
20512 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20513
20514         * nntp.el (nntp-request-update-info): Return nil if
20515         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20516         may not call gnus-activate-group which uselessly issues the GROUP
20517         commands for all nntp groups and wastes time.  Reported by Romain
20518         Francoise <romain@orebokech.com>.
20519
20520         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20521
20522 2004-11-15  Simon Josefsson  <jas@extundo.com>
20523
20524         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20525         headers separately.
20526         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20527         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20528
20529 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20530
20531         * gnus-start.el (gnus-convert-old-newsrc):
20532         Assign legacy-gnus-agent to 5.10.7.
20533
20534 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20535
20536         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20537         start of the lines.
20538
20539 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20540
20541         * hashcash.el (hashcash-default-payment): Change default to 20.
20542         (hashcash-default-accept-payment): Change default to 20.
20543         (hashcash-process-alist): New variable.
20544         (hashcash-generate-payment-async): Add.
20545         (hashcash-already-paid-p): Add.
20546         (hashcash-insert-payment): Don't generate payments twice.
20547         (hashcash-insert-payment-async): Add.
20548         (hashcash-insert-payment-async-2): Add.
20549         (hashcash-cancel-async): Add.
20550         (hashcash-wait-async): Add.
20551         (hashcash-processes-running-p): Add.
20552         (hashcash-wait-or-cancel): Add.
20553         (mail-add-payment): New optional argument.  Conditionally start
20554         asynchronous calculation.
20555         (mail-add-payment-async): Add.
20556
20557         * message.el (message-send-mail): Wait for asynchronous hashcash
20558         results.  Don't clobber existing X-Hashcash headers.
20559         (message-setup-1): Call mail-add-payment-async when
20560         message-generate-hashcash is non-nil.
20561
20562 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20563
20564         * message.el (message-use-alternative-email-as-from): Examine the
20565         From header as well; use message-make-from in order to include a
20566         user's full name.
20567
20568 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20571         default; improve customization type.
20572         (gnus-emphasis-custom-with-format): New macro.
20573         (gnus-emphasis-custom-value-to-external): New function.
20574         (gnus-emphasis-custom-value-to-internal): New function.
20575
20576 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20577
20578         * dns.el (query-dns): Resolve reverse addresses.
20579
20580 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20581
20582         * gnus-group.el (gnus-group-get-new-news): Use it.
20583
20584         * gnus-start.el (gnus-check-reasonable-setup): New function.
20585
20586 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20587
20588         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20589         "Args out of range" error.  Reported by Arnaud Giersch
20590         <arnaud.giersch@free.fr>.
20591
20592 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20593
20594         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20595
20596 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20597
20598         * spam.el (spam group): Add :version.
20599
20600         * pgg-def.el (pgg group): Add :version.
20601
20602 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * gnus-art.el (gnus-article-edit-article): Don't associate the
20605         article buffer with a draft file.  This is a temporary measure
20606         against the 2004-08-22 change to gnus-article-edit-mode.
20607
20608 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20611         (html2text-format-tags): Remove unused variable `attr'.
20612
20613 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20616
20617         * tls.el (tls-process-connection-type, tls-success)
20618         (tls-certtool-program): Add :version.
20619
20620         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20621         (starttls-extra-arguments, starttls-process-connection-type)
20622         (starttls-connect, starttls-failure, starttls-success): Add :version.
20623
20624         * spam-stat.el (spam-stat): Add :version.
20625
20626         * sieve.el (sieve): Add :version.
20627
20628         * sha1.el (sha1): Add :version.
20629         (sha1-use-external): Remove redundant version.
20630
20631         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20632         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20633         (nnmail-split-fancy-match-partial-words)
20634         (nnmail-split-lowercase-expanded): Add :version.
20635
20636         * nndiary.el (nndiary): Add :version.
20637
20638         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20639
20640         * mml-sec.el (mml-default-sign-method)
20641         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20642         Add :version.
20643
20644         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20645
20646         * mm-url.el (mm-url-use-external, mm-url-program)
20647         (mm-url-arguments): Add :version.
20648
20649         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20650         (mm-attachment-file-modes, mm-decrypt-option)
20651         (mm-w3m-safe-url-regexp): Add :version.
20652
20653         * message.el (message-cite-prefix-regexp)
20654         (message-sendmail-envelope-from, message-minibuffer-local-map)
20655         (message-user-fqdn, message-completion-alist): Add :version.
20656
20657         * gnus-win.el (gnus-configure-windows-hook)
20658         (gnus-use-frames-on-any-display): Add :version.
20659
20660         * gnus-art.el (gnus-article-address-banner-alist)
20661         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20662         (gnus-treat-from-picon, gnus-treat-mail-picon)
20663         (gnus-treat-x-pgp-sig): Add :version.
20664
20665         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20666         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20667         (gnus-summary-article-delete-hook)
20668         (gnus-summary-display-while-building): Add :version.
20669
20670         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20671         (gnus-get-top-new-news-hook): Add :version.
20672
20673         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20674         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20675
20676         * gnus-registry.el (gnus-registry): Add :version.
20677
20678         * gnus-spec.el (gnus-use-correct-string-widths)
20679         (gnus-make-format-preserve-properties): Add :version.
20680
20681         * gnus.el (gnus-group-charter-alist)
20682         (gnus-group-fetch-control-use-browse-url)
20683         (gnus-install-group-spam-parameters): Add :version.
20684
20685         * gnus-diary.el (gnus-diary): Add :version.
20686
20687         * gnus-delay.el (gnus-delay): Add :version.
20688
20689         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20690         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20691         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20692         Add :version.
20693
20694         * gnus-agent.el (gnus-agent-max-fetch-size)
20695         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20696         (gnus-agent-prompt-send-queue): Add :version.
20697
20698         * deuglify.el (gnus-outlook-deuglify): Add :version.
20699
20700         * html2text.el: Beautify code.  Improve doc strings.
20701         Some checkdoc cleanup.
20702         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20703
20704 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20705
20706         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20707
20708 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20709
20710         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20711         when package is loaded.
20712
20713         * spam.el (spam-summary-score-preferred-header): Add global preference
20714         for people who want to override the default SpamAssassin over
20715         Bogofilter preference (when both are set).
20716         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20717         (spam-user-format-function-S):
20718         Check spam-summary-score-preferred-header.
20719         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20720         (spam-user-format-function-S): Format the score correctly.
20721
20722 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20723
20724         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20725         signature file.  Suggested by Manoj Srivastava
20726         <srivasta@golden-gryphon.com>.
20727
20728         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20729         iso-2022-jp even in the Japanese language environment.
20730         Suggested by Jason Rumney <jasonr@gnu.org>.
20731
20732 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20735         use the same characters as the dummy marks; make it free from
20736         getting affected by the language environment.
20737         (gnus-summary-read-group-1): Update mark positions only when the
20738         format spec is updated.
20739
20740         * gnus-spec.el (gnus-update-format-specifications): Return a list
20741         of updated types.
20742
20743 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20746         of boundp to check if display-warning is available.
20747
20748 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20749
20750         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20751
20752 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * nnspool.el (nnspool-spool-directory): Use news-path if the
20755         news-directory variable is not bound.
20756
20757         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20758         function instead of display-warning if it is not available.
20759
20760 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20761
20762         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20763         v5-10: Use `point-at-bol'.
20764
20765 2004-10-26  Simon Josefsson  <jas@extundo.com>
20766
20767         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20768         <chenggao@gmail.com>.
20769
20770 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20773         instead.
20774
20775 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20776
20777         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20778         to remove a server from the nnimap-server-buffer-alist.
20779         (nnimap-open-connection, nnimap-close-server): Use it.
20780
20781         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20782
20783 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20784
20785         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20786         running the major-mode function.
20787
20788 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20791         dummy marks in the right way.
20792
20793 2004-10-18  David Edmondson  <dme@dme.org>
20794
20795         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20796         excessively.
20797
20798 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20799
20800         * gnus-util.el (gnus-split-references): Accept a nil references
20801         string and go on blissfully.
20802
20803         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20804         cases where the references string is non-nil but has no references.
20805
20806         * encrypt.el: Add autoload tags.
20807
20808         * spam.el (spam-resolve-registrations-routine): Remove article
20809         from unregistration list too.  Reported by David Hanak
20810         <dhanak@isis.vanderbilt.edu>
20811
20812 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20813
20814         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20815         nil.  Change custom type.
20816
20817 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20818
20819         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20820
20821         * gnus-sum.el (gnus-summary-move-article): Use it.
20822
20823 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20824
20825         * encrypt.el: Add autoload cookies.
20826
20827         * spam.el (spam-backend-article-list-property)
20828         (spam-backend-get-article-todo-list)
20829         (spam-backend-put-article-todo-list)
20830         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20831         Resolve registrations separately.
20832         (spam-register-routine): Format comments.
20833         (spam-unregister-routine, spam-register-routine): Always call with
20834         specific-articles, no default list.
20835         (spam-summary-prepare-exit): Use the spam-classifications function.
20836
20837         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20838         gnus-encrypt.el.
20839
20840         * encrypt.el: Copied from gnus-encrypt.el.
20841
20842         * gnus-encrypt.el: Commented that it's obsolete.
20843
20844 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20847         (gnus-score-save): Use it.
20848
20849         * message.el (message-bury): Use `window-dedicated-p'.
20850
20851 2004-10-15  Simon Josefsson  <jas@extundo.com>
20852
20853         * pop3.el (top-level): Don't require nnheader.
20854         (pop3-read-timeout): Add.
20855         (pop3-accept-process-output): Add.
20856         (pop3-read-response, pop3-retr): Use it.
20857
20858 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20859
20860         * spam.el (spam-register-routine): Move comment.
20861         (spam-verify-bogofilter): Use 'unknown for the initial
20862         spam-bogofilter-valid state, not 'never.
20863
20864         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20865         for netrc-machine.
20866
20867         * nnimap.el (nnimap-open-connection):
20868         Use netrc-machine-user-or-password.
20869
20870 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20871
20872         * gnus-registry.el (gnus-registry-unload-hook):
20873         Set as a variable with add-hook.
20874
20875         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20876         of news-path.
20877
20878         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20879
20880         * spam.el: Delete duplicate `provide'.
20881         (spam-unload-hook): Set as a variable with add-hook.
20882
20883 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20884
20885         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20886         in the doc string.
20887
20888         * message.el (message-ignored-news-headers)
20889         (message-ignored-supersedes-headers)
20890         (message-ignored-resent-headers)
20891         (message-forward-ignored-headers): Improve custom type.
20892
20893 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * message.el (message-tokenize-header): Fix 2004-09-06 change
20896         which used point-min in the wrong place.
20897
20898 2004-10-12  Simon Josefsson  <jas@extundo.com>
20899
20900         * tls.el (tls-certtool-program): New variable.
20901         (tls-certificate-information): New function, based on
20902         ssl-certificate-information.
20903
20904 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * compface.el: Move the version of ELisp-based uncompface program
20907         to the contrib directory because of the copyright problem.
20908
20909 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * message.el (message-kill-buffer): Raise the current frame.
20912
20913 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20914
20915         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20916
20917         * gnus.el (message-y-or-n-p): Autoload.
20918
20919         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20920         (pop3-password-required, pop3-authentication-scheme)
20921         (pop3-leave-mail-on-server): Make customizable.
20922         (pop3): New custom group.
20923         (pop3-retr): Remove `sleep-for' statements.
20924         Suggested by Dave Love <fx@gnu.org>.
20925
20926         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20927         Windows/DOS.
20928
20929         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20930         (imap-parse-body): Fix incorrect use of `assert'.
20931         Suggested by Dave Love <fx@gnu.org>.
20932
20933         * mml.el (mml-minibuffer-read-disposition): Require match.
20934         Suggested by Dave Love <fx@gnu.org>.
20935
20936 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20937
20938         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20939         doc string.
20940
20941 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20944
20945 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20946
20947         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20948         instead of calling `mm-insert-inline', to decode text/* parts
20949         before displaying them.
20950
20951 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20952
20953         * mm-uu.el (mm-uu-text-plain-type): New variable.
20954         (mm-uu-pgp-signed-extract-1): Use it.
20955         (mm-uu-pgp-encrypted-extract-1): Use it.
20956         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20957         bind mm-uu-text-plain-type with that value.
20958         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20959         mm-uu-dissect.
20960
20961 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20962
20963         * gnus-group.el (gnus-update-group-mark-positions):
20964         * gnus-sum.el (gnus-update-summary-mark-positions):
20965         * message.el (message-check-news-body-syntax):
20966         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20967         of string-as-multibyte.
20968
20969 2004-10-05  Juri Linkov  <juri@jurta.org>
20970
20971         * gnus-group.el (gnus-update-group-mark-positions):
20972         * gnus-sum.el (gnus-update-summary-mark-positions):
20973         * message.el (message-check-news-body-syntax):
20974         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20975         8-bit unibyte values to a multibyte string for search functions.
20976
20977 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20980         (mm-uu-dissect-text-parts): New function.
20981
20982         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20983         dissect text parts.
20984
20985         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20986         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20987
20988         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20989
20990         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20991         Use gnus-current-topics instead of gnus-current-topic.
20992
20993 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20994
20995         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20996
20997 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20998
20999         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21000         where appropriate.
21001
21002         * nnml.el (nnml-generate-active-info): do.
21003
21004         * nndiary.el (nndiary-generate-active-info): do.
21005
21006         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21007         (gnus-topic-move): do.
21008
21009         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21010         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21011
21012         * gnus-srvr.el (gnus-server-prepare)
21013         (gnus-server-open-all-servers): do.
21014
21015         * gnus-msg.el (gnus-summary-cancel-article)
21016         (gnus-summary-resend-message)
21017         (gnus-summary-mail-crosspost-complaint): do.
21018
21019         * gnus-move.el (gnus-change-server): do.
21020
21021         * gnus-group.el (gnus-group-unmark-all-groups)
21022         (gnus-group-set-current-level): do.
21023
21024 2004-10-04  Simon Josefsson  <jas@extundo.com>
21025
21026         * message.el (message-generate-hashcash): Doc fix.
21027
21028 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21029
21030         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21031         avoid infinite recursion via gnus-get-function.
21032
21033 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21034
21035         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21036
21037         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21038
21039         * nnmail.el (nnmail-split-history): do.
21040
21041         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21042         (nnml-request-delete-group): do.
21043
21044         * nnslashdot.el (nnslashdot-read-groups): do.
21045
21046         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21047         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21048
21049         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21050         (nnspool-sift-nov-with-sed): Use last.
21051         (nnspool-retrieve-headers-with-nov): Use mapc.
21052         (nnspool-request-newgroups): Use dolist.
21053         (nnspool-request-group): Use last.
21054
21055         * nntp.el (nntp-read-server-type): Use dolist.
21056
21057         * nnvirtual.el (nnvirtual-create-mapping)
21058         (nnvirtual-update-read-and-marked): Use dolist.
21059         (nnvirtual-convert-headers): Simplify.
21060
21061 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21062
21063         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21064         Add support for sync'ing tick marks.
21065
21066 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21067
21068         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21069         there's no visible header.
21070
21071 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21072
21073         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21074         When necessary, pass full group name to gnus-request-set-marks.
21075
21076 2004-10-01  Simon Josefsson  <jas@extundo.com>
21077
21078         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21079         acroread.
21080
21081 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21082
21083         * spam-report.el (spam-report-gmane): Fix interactive.
21084
21085         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21086
21087         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21088         when writing file.
21089         (gnus-agent-synchronize-flags): Don't default to being
21090         interactive.
21091
21092 2004-09-30  Simon Josefsson  <jas@extundo.com>
21093
21094         * message.el (message-generate-hashcash): Add.
21095         (message-send-mail): Use it, call mail-add-payment.
21096
21097 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21098
21099         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21100
21101 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21102
21103         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21104         gnus-requst-update-info with explicit code to sync the in-memory
21105         info read flags with the marks being sync'd to the backend.
21106
21107         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21108
21109 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21110
21111         * spam.el (spam-verify-bogofilter): Add new function.
21112         (spam-check-bogofilter)
21113         (spam-bogofilter-register-with-bogofilter): Use it.
21114         (spam-verify-bogofilter): Add small fixes.
21115
21116 2004-09-28  Simon Josefsson  <jas@extundo.com>
21117
21118         * hashcash.el (hashcash-generate-payment): Revert.
21119
21120 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21121
21122         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21123         Use gnus-extract-references instead of gnus-split-references.
21124
21125         * gnus-util.el (gnus-extract-references): Add new function, analogous
21126         to gnus-split-references but extracts only the message-ID without
21127         anything extra.
21128
21129         * hashcash.el (hashcash-generate-payment)
21130         (hashcash-check-payment): Do the right thing if hashcash-path is
21131         nil (because the hashcash program could not be found).
21132
21133         * spam.el (spam-use-hashcash): Remove comment.
21134
21135 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21136
21137         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21138         (gnus-cache-enter-article, gnus-cache-remove-article)
21139         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21140
21141         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21142
21143         * gnus-art.el (article-hide-boring-headers)
21144         (article-translate-strings, article-display-face)
21145         (gnus-article-mime-match-handle-first)
21146         (gnus-article-highlight-headers)
21147         (gnus-article-add-buttons-to-head): do.
21148
21149 2004-09-27  Simon Josefsson  <jas@extundo.com>
21150
21151         * hashcash.el: New version, from
21152         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21153         ../contrib/.
21154
21155 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21158
21159 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21160
21161         * gnus-dup.el (gnus-dup-open): Use mapc.
21162         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21163
21164         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21165         Reported by Stefan Wiens <s.wi@gmx.net>.
21166
21167         * gnus.el (gnus-shutdown): Use dolist.
21168
21169         * gnus-undo.el (gnus-undo): Use mapc.
21170
21171         * nnrss.el (nnrss-generate-active): do.
21172
21173         * message.el (message-cite-original-without-signature)
21174         (message-cite-original): Use mapc.
21175         (message-do-actions, message-make-forward-subject): Use dolist.
21176
21177 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21178
21179         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21180         deletion to remove entire duplicate line.  Fixes merged article
21181         number bug.
21182
21183 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21184
21185         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21186         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21187         first ask if you want to open a server and then, even when you
21188         responded with no, asking if you want to synchronize the server's
21189         flags.
21190         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21191         multi-line expressions.
21192         (gnus-agent-synchronize-group-flags): New internal function.
21193         Updates marks in memory (in the info structure) AND in the
21194         backend.
21195
21196         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21197
21198         * nnagent.el (nnagent-request-set-mark):
21199         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21200         method, to ensure that synchronization updates marks in the
21201         backend and in the info (in memory) structure.
21202
21203 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21204
21205         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21206         convention fully; don't miss the root article of a thread; make
21207         the X-Draft-From header with correct article numbers.
21208
21209 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21210
21211         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21212         unless plugged.  Disable the agent so that an open failure causes
21213         an error.
21214
21215         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21216         Revert 2004-09-21 change.  The backend must be opened while
21217         synchronizing flags even when the backend stores the flags
21218         locally.
21219
21220 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21221
21222         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21223         in `header' match.  Reported by Svend Tollak Munkejord.
21224
21225         * message.el (message-cite-original): Fix use of
21226         `message-cite-articles-with-x-no-archive'.
21227
21228 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21231         (gnus-window-to-buffer): Ditto.
21232
21233         * mml.el (mml-preview-buffer): New variable.
21234         (mml-preview): Manage window layout with gnus-buffer-configuration.
21235
21236         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21237         X-Draft-From header even if those articles aren't quoted.
21238
21239 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21240
21241         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21242         (gnus-request-set-mark, gnus-request-update-mark): Use new
21243         g-s-t-u-l-m to decide to use backend even when unplugged.
21244
21245 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21246
21247         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21248         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21249
21250 2004-09-20  Simon Josefsson  <jas@extundo.com>
21251
21252         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21253         "utf-16-le".
21254
21255 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21256
21257         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21258
21259 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21260
21261         * uudecode.el (uudecode-use-external): Add :version.
21262
21263         * smime.el (smime-CA-file, smime-encrypt-cipher)
21264         (smime-dns-server): Add :version.
21265
21266         * smiley.el (gnus-smiley-file-types): Add :version.
21267
21268         * sha1.el (sha1-use-external): Add :version.
21269
21270         * pgg-def.el (pgg-query-keyserver): Add :version.
21271
21272         * nnmail.el (nnmail-fancy-expiry-targets)
21273         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21274         Add :version.
21275
21276         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21277         (nnimap-retrieve-groups-asynchronous): Add :version.
21278         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21279
21280         * mml.el (mml-content-disposition-parameters)
21281         (mml-insert-mime-headers-always): Add :version.
21282
21283         * mm-util.el (mm-coding-system-priorities): Add :version.
21284
21285         * mm-decode.el (mm-inline-text-html-with-images)
21286         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21287         (mm-verify-option): Add :version.
21288         (mm-text-html-renderer): Change :version.
21289
21290         * message.el (message-fcc-externalize-attachments)
21291         (message-required-headers, message-draft-headers)
21292         (message-subject-trailing-was-query)
21293         (message-subject-trailing-was-ask-regexp)
21294         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21295         (message-mark-insert-end, message-archive-header)
21296         (message-archive-note, message-cross-post-default)
21297         (message-cross-post-note, message-followup-to-note)
21298         (message-cross-post-note-function, message-use-mail-followup-to)
21299         (message-subscribed-address-functions)
21300         (message-subscribed-address-file, message-subscribed-addresses)
21301         (message-subscribed-regexps, message-allow-no-recipients)
21302         (message-yank-cited-prefix, message-signature-insert-empty-line)
21303         (message-hidden-headers, message-hierarchical-addresses)
21304         (message-mail-user-agent, message-use-idna)
21305         (message-valid-fqdn-regexp)
21306         (message-strip-special-text-properties, message-header-synonyms)
21307         (message-beginning-of-line, message-tab-body-function): Add :version.
21308         (message-insert-canlock, message-wide-reply-confirm-recipients):
21309         Change :version.
21310
21311         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21312         and :version.
21313         (mail-source-delete-old-incoming-confirm)
21314         (mail-source-movemail-program): Add :version.
21315
21316         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21317         (gnus-agent-cache, gnus-agent): Change :version.
21318
21319         * gnus-util.el (gnus-use-byte-compile): Change :version.
21320
21321         * gnus-sum.el (gnus-summary-make-false-root-always)
21322         (gnus-summary-default-high-score)
21323         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21324         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21325         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21326         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21327         (gnus-sum-thread-tree-single-indent)
21328         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21329         (gnus-sum-thread-tree-leaf-with-other)
21330         (gnus-sum-thread-tree-single-leaf): Add :version.
21331         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21332         (gnus-article-loose-mime): Change :version.
21333
21334         * gnus-start.el (gnus-backup-startup-file)
21335         (gnus-save-startup-file-via-temp-buffer): Add :version.
21336
21337         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21338         (gnus-server-offline-face): Add :version.
21339
21340         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21341
21342         * gnus-msg.el (gnus-gcc-externalize-attachments)
21343         (gnus-debug-files, gnus-debug-exclude-variables)
21344         (gnus-discouraged-post-methods): Change :version.
21345         (gnus-confirm-mail-reply-to-news)
21346         (gnus-confirm-treat-mail-like-news): Add :version.
21347
21348         * gnus-int.el (gnus-server-unopen-status): Add :version.
21349
21350         * gnus-group.el (gnus-group-jump-to-group-prompt)
21351         (gnus-large-ephemeral-newsgroup)
21352         (gnus-fetch-old-ephemeral-headers): Add :version.
21353
21354         * gnus-fun.el (gnus-x-face-directory)
21355         (gnus-convert-pbm-to-x-face-command)
21356         (gnus-convert-image-to-x-face-command)
21357         (gnus-convert-image-to-face-command): Add :version.
21358
21359         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21360
21361         * gnus-cite.el (gnus-cite-blank-line-after-header)
21362         (gnus-article-boring-faces): Add :version.
21363
21364         * gnus-art.el (gnus-buttonized-mime-types)
21365         (gnus-inhibit-mime-unbuttonizing)
21366         (gnus-treat-display-face)
21367         (gnus-treat-body-boundary): Change :version.
21368         (gnus-body-boundary-delimiter, gnus-picon-databases)
21369         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21370         (gnus-treat-date-english, gnus-treat-fold-headers)
21371         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21372         (gnus-treat-mail-picon, gnus-treat-wash-html)
21373         (gnus-article-encrypt-protocol)
21374         (gnus-use-idna, gnus-article-over-scroll)
21375         (gnus-mime-display-multipart-alternative-as-mixed)
21376         (gnus-mime-display-multipart-related-as-mixed)
21377         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21378         (gnus-ctan-url, gnus-button-ctan-handler)
21379         (gnus-button-handle-ctan-bogus-regexp)
21380         (gnus-button-ctan-directory-regexp)
21381         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21382         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21383         (gnus-button-man-level, gnus-button-emacs-level)
21384         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21385
21386         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21387         (gnus-agent-go-online): Change :version.
21388         (gnus-agent-expire-unagentized-dirs)
21389         (gnus-agent-auto-agentize-methods): Add :version.
21390
21391         * flow-fill.el (fill-flowed-display-column)
21392         (fill-flowed-encode-column): Add :version.
21393
21394         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21395         (gnus-outlook-deuglify-unwrap-max)
21396         (gnus-outlook-deuglify-cite-marks)
21397         (gnus-outlook-deuglify-unwrap-stop-chars)
21398         (gnus-outlook-deuglify-no-wrap-chars)
21399         (gnus-outlook-deuglify-attrib-cut-regexp)
21400         (gnus-outlook-deuglify-attrib-verb-regexp)
21401         (gnus-outlook-deuglify-attrib-end-regexp)
21402         (gnus-outlook-display-hook): Add :version.
21403
21404         * binhex.el (binhex-use-external): Add :version.
21405
21406 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21407
21408         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21409         and `invisible'.
21410
21411 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21412
21413         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21414         in gnus-registry-trim.
21415
21416 2004-09-13  Simon Josefsson  <jas@extundo.com>
21417
21418         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21419
21420         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21421
21422         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21423         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21424         <yamaoka@jpl.org>.
21425         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21426         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21427         <yamaoka@jpl.org>.
21428
21429         * sieve.el (sieve-manage-mode): Ditto.
21430
21431 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21432
21433         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21434
21435 2004-09-11  Simon Josefsson  <jas@extundo.com>
21436
21437         * dns-mode.el: Add.
21438
21439         * mm-view.el (mm-display-dns-inline): Add.
21440
21441         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21442         (mm-automatic-display): Ditto.
21443
21444         * mailcap.el (mailcap-mime-data): Add text/dns.
21445         (mailcap-mime-extensions): Map .soa to text/dns.
21446
21447 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21448
21449         * gnus-art.el (article-decode-mime-words, article-babel)
21450         (gnus-article-highlight-signature, gnus-article-add-buttons)
21451         (gnus-signature-toggle): Remove unnecessary bindings of
21452         `inhibit-read-only' inherited from v5.10 merge.
21453
21454 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21455
21456         * nntp.el (nntp): New customization group.
21457         (nntp-authinfo-file): Add customization group.
21458
21459         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21460
21461         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21462
21463         * gnus.el (to-address, to-list, subscribed)
21464         (large-newsgroup-initial): Ditto.
21465
21466         * flow-fill.el (fill-flowed-display-column)
21467         (fill-flowed-encode-column): Ditto.
21468
21469 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21470
21471         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21472         Use point-min rather than 1.
21473         (message-send-mail): Use buffer-size rather than point-max.
21474
21475         * gnus-sum.el (gnus-summary-search-article-forward):
21476         Signal a specific `search-failed' rather than a generic `error'.
21477
21478         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21479         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21480         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21481
21482 2004-09-10  Simon Josefsson  <jas@extundo.com>
21483
21484         * nndb.el (require): Remove tcp and duplicate cl.
21485
21486 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21487
21488         * gnus-agent.el (directory-files-and-attributes): Move forward.
21489
21490 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21491
21492         * gnus-agent.el (directory-files-and-attributes):
21493         Optionally defined to support XEmacs.
21494
21495 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21496
21497         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21498         to avoid run-time CL dependencies.
21499         (gnus-agent-unfetch-articles): New function.
21500         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21501         article numbers even when local .overview file is missing.
21502         (gnus-agent-read-article-number): New function.  Only accepts
21503         27-bit article numbers.
21504         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21505         Use gnus-agent-read-article-number.
21506         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21507         from backend while recognizing that article numbers in .overview
21508         must be valid.
21509         (gnus-agent-update-files-total-fetched-for):
21510         Use directory-files-and-attributes to improve performance.
21511         * gnus-int.el (gnus-request-move-article):
21512         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21513         improve performance.
21514
21515         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21516         some users confused by references to .newsrc when they only have a
21517         .newsrc.eld file.
21518         (gnus-convert-mark-converter-prompt)
21519         (gnus-convert-converter-needs-prompt): Fix use of property list.
21520         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21521         New function.  Used internally to only display 'gnus converting
21522         files' message when actually necessary.
21523
21524         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21525         methods now autoloaded.
21526
21527 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21530         identifiers.
21531
21532 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21533
21534         * gnus-picon.el: Fix indentation and closing parenthesis.
21535
21536 2004-09-01  Simon Josefsson  <jas@extundo.com>
21537
21538         * message.el (message-canlock-generate): Require sha1, not
21539         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21540         to require within a function.  Sadly, if sha1.el isn't loaded, the
21541         let binding in m-c-g will hide the defcustom definition, which is
21542         bad.)
21543
21544         * canlock.el: Require sha1, not sha1-el.
21545
21546         * message.el: Don't autoload sha1 (there is a autoload cookie in
21547         sha1.el).
21548
21549         * sha1-el.el: Rename to sha1.el.
21550
21551 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21552
21553         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21554
21555 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21556
21557         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21558
21559 2004-08-30  Kim F. Storm  <storm@cua.dk>
21560
21561         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21562
21563         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21564         Add :group 'nnimap.
21565
21566 2004-08-30  Andreas Schwab  <schwab@suse.de>
21567
21568         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21569         ?* and ?\;.
21570
21571         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21572         and ?\' to symbol instead of whitespace.
21573
21574 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21575
21576         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21577
21578         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21579         instead of re-search-forward.
21580
21581         * gnus-uu.el (gnus-uu-save-article): Ditto.
21582         (gnus-uu-post-encode-uuencode): Ditto.
21583
21584         * html2text.el (html2text-clean-list-items): Ditto.
21585         (html2text-clean-dtdd): Ditto.
21586         (html2text-format-tags): Ditto.
21587
21588         * message.el (message-send-mail-with-sendmail): Fix regexp.
21589         (message-fill-field-general): Use search-forward instead of
21590         re-search-forward.
21591         (unbold-region): Ditto.
21592
21593         * nnrss.el (nnrss-request-article): Ditto.
21594
21595         * nnslashdot.el (nnslashdot-request-article): Ditto.
21596
21597         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21598
21599         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21600         "Unrecognized menu descriptor" error in XEmacs.
21601
21602 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21603
21604         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21605         parent article of a sparse article in the thread hashtb.
21606
21607 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21608
21609         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21610         (nnmail-expand-newtext): Lowercase expanded entries if
21611         nnmail-split-lowercase-expanded is non-nil.
21612
21613 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21614
21615         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21616
21617         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21618         of gnus-tmp-news-method into string under XEmacs.  It will be
21619         passed to gnus-correct-length which takes only a string argument.
21620
21621 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * gnus-util.el (gnus-bind-print-variables): New macro.
21624         (gnus-prin1): Use it.
21625         (gnus-prin1-to-string): Use it.
21626         (gnus-pp): New function.
21627         (gnus-pp-to-string): New function.
21628
21629         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21630         Replace pp-to-string with gnus-pp-to-string.
21631         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21632         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21633         * gnus-msg.el (gnus-debug): Ditto.
21634         * gnus-score.el (gnus-score-save): Ditto.
21635         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21636         gnus-pp-to-string.
21637         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21638         with gnus-pp.
21639         * score-mode.el (gnus-score-pretty-print): Ditto.
21640         * webmail.el (webmail-debug): Ditto.
21641
21642 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21643
21644         * gnus-art.el (article-display-face, article-display-x-face):
21645         Use buffer-read-only.
21646
21647 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21648
21649         * gnus-art.el (article-hide-list-identifiers):
21650         Bind inhibit-read-only as t.
21651
21652 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21653
21654         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21655
21656 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21657
21658         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21659         (gnus-narrow-to-page): Don't assume point-min == 1.
21660         (gnus-article-edit-mode): Derive from message-mode.
21661
21662         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21663         point-min == 1.
21664
21665         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21666         Disable incorrect use of `assert'.
21667
21668         * message.el (message-mode): Set comment-start-skip.
21669
21670
21671 2004-08-22  Sam Steingold  <sds@gnu.org>
21672
21673         * pop3.el (pop3-leave-mail-on-server): New user variable.
21674         (pop3-movemail): Delete mail only when it is nil.
21675
21676 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21677
21678         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21679
21680         * mml.el (mml-preview): Use `pop-to-buffer'.
21681
21682         * message.el (message-goto-mail-followup-to): Insert after "To".
21683         (message-carefully-insert-headers): Add comment.
21684
21685         * gnus.el: Remove unused variable `gnus-article-check-size'.
21686
21687         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21688
21689         * gnus-art.el (gnus-button-alist):
21690         Improve `gnus-button-handle-library' entry.
21691
21692 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21693
21694         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21695         Use downcase, since XEmacs capitalizes error messages differently.
21696
21697 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21698
21699         * nntp.el: Add (require 'gnus) due to reference to
21700         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21701
21702 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21703
21704         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21705         Bind `mm-fill-flowed'.
21706
21707         * mm-decode.el (mm-dissect-singlepart): Check it.
21708
21709 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21710
21711         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21712         'imap' for netrc parsing.
21713
21714 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21715
21716         * mailcap.el (mailcap-mime-data): Mark as risky.
21717
21718 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21719
21720         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21721         may be included in the encoded word.
21722         (rfc2047-encode): Don't append a space if the encoded word
21723         includes close parenthesis.
21724
21725 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21728         of text within parentheses.
21729
21730 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21731
21732         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21733         (gnus-encrypt-write-file-contents): Make the password key the file
21734         name PLUS the cipher, not just the cipher.  Also remove failed
21735         passwords from the cache.
21736
21737 2004-08-06  Simon Josefsson  <jas@extundo.com>
21738
21739         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21740         Doc fix.
21741
21742 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21745         LWSP.
21746
21747 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21748
21749         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21750         Try to append in-reply-to: data to the references: header.
21751
21752         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21753         (netrc-parse): Use gnus-encrypt.el functions.
21754
21755         * gnus-encrypt.el: Add new file for encryption support; currently
21756         does only a few GPG ciphers and an internal XOR cipher.
21757
21758         * password.el: Add comments on using password-read-and-add.
21759         (password-read-and-add): Add function to read and add the
21760         password to the cache at once.
21761
21762 2004-07-28  Simon Josefsson  <jas@extundo.com>
21763
21764         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21765         parameter (but don't use it, for now).
21766
21767         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21768         instead of hard coding to nil.
21769
21770 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21773         as mm-inline-image-xemacs does.
21774
21775 2004-07-26  Simon Josefsson  <jas@extundo.com>
21776
21777         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21778         Revert part of 2004-07-17 change below.
21779
21780 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21783         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21784
21785 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21786
21787         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21788         quotes that actually start with ">" at the beginning of the
21789         lines.
21790
21791 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * rfc2047.el (rfc2047-encode-region): Fix last change.
21794         (rfc2047-encode-parameter): Remove useless concat.
21795
21796 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21799         encode special characters; fix some kind of misconfigured headers;
21800         signal a real error if debug-on-quit or debug-on-error is non-nil.
21801         (rfc2047-encode-max-chars): New variable.
21802         (rfc2047-encode-1): Use it.
21803         (rfc2047-encode-parameter): New function.
21804
21805         * mml.el (mml-insert-parameter): Remove an excessive space.
21806
21807 2004-07-17  Simon Josefsson  <jas@extundo.com>
21808
21809         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21810         Kai Grossjohann <kai@emptydomain.de>.
21811         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21812         (gnus-group-make-menu-bar): Ditto.
21813
21814         * gnus-util.el (gnus-group-server): Add.
21815
21816 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21817
21818         * message.el (message-clone-locals): Clone sendmail and smtp
21819         variables.
21820
21821 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21822
21823         * rfc2047.el (rfc2047-encode-region): Fix last change.
21824
21825 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21828         characters as non-special.
21829
21830 2004-07-09  Simon Josefsson  <jas@extundo.com>
21831
21832         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21833         Users will lose all flag changes made while unplugged with
21834         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21835         good default.  See numerous reports on ding mailing list.
21836
21837 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21840         add generate-head-function and generate-article-function to the
21841         rfc822-forward entry.
21842         (nndoc-rfc822-forward-generate-article): New function.
21843         (nndoc-rfc822-forward-generate-head): New function.
21844
21845         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21846
21847 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21848
21849         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21850         respect display group parameter and gnus-summary-expunge-below.
21851         (gnus-articles-to-read): Remove unused reference to display group
21852         parameter.
21853
21854 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21855
21856         * nnheader.el (nnheader-uniquify-message-id): New experimental
21857         variable.
21858         (nnheader-nov-read-message-id): Use it.
21859
21860         * spam-report.el (spam-report-gmane): Add interactive.
21861
21862 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * mm-encode.el (mm-content-transfer-encoding-defaults):
21865         Use qp-or-base64 for the application/* types.
21866
21867 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21868
21869         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21870
21871 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21872
21873         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21874         trim value.
21875
21876 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21877
21878         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21879         New macro and function.
21880         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21881
21882 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21885         after-load-alist.
21886
21887 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21888
21889         * gnus-group.el (gnus-group-get-new-news-this-group):
21890         Don't update info that isn't there.
21891
21892 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21893
21894         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21895         entry.
21896
21897 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21898
21899         * mm-view.el (mm-inline-render-with-function): Use multibyte
21900         buffer; decode html source by charset.
21901
21902         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21903
21904         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21905         Mule-UCS is loaded under XEmacs.
21906         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21907
21908 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21909
21910         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21911
21912 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21913
21914         * mm-util.el (mm-coding-system-p): Return a coding-system.
21915         (mm-mime-mule-charset-alist): Use shift_jis instead of
21916         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21917         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21918         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21919         instead of japanese-shift-jis and iso-latin-1 respectively in
21920         order to share the default value with both Emacs and XEmacs-mule.
21921         (mm-mule-charset-to-mime-charset):
21922         Make mm-coding-system-priorities effective.
21923         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21924         while predicating of candidates upon the priorities.
21925
21926 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21927
21928         * gnus-sum.el (gnus-summary-make-menu-bar):
21929         Add gnus-uu-invert-processable.
21930
21931         * gnus.el: Autoload gnus-uu-invert-processable.
21932
21933 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21934
21935         * mm-util.el (mm-with-multibyte-buffer): New macro.
21936
21937         * rfc2047.el (rfc2047-encode-string): Use it.
21938         (rfc2047-encode-region): Move point to the end of the region after
21939         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21940
21941 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21942
21943         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21944         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21945
21946 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21947
21948         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21949         (gnus-cite-parse): Ignore quoted envelope From_.
21950         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21951
21952 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21953
21954         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21955         invalid addresses.
21956
21957 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21958
21959         * spam.el: Change section markers, revise TODO list.
21960         (spam-backends): Make new master list of all installed backends.
21961         (spam-summary-exit-behavior): Add new variable to determine how
21962         messages moves are done at summary exit.
21963         (spam-move-spam-nonspam-groups-only)
21964         (spam-process-ham-in-nonham-groups)
21965         (spam-process-ham-in-spam-groups): Remove variables, the
21966         spam-summary-exit-behavior variable should be used to manage this
21967         behavior.
21968         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21969         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21970         and spam-old-spam-articles.
21971         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21972         Add empty variables, placeholders for the backends they represent.
21973         (spam-set-difference): Move, unchanged.
21974         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21975         unless the user has a processor variable.
21976         (spam-classifications, spam-classification-valid-p)
21977         (spam-backend-properties, spam-backend-property-valid-p)
21978         (spam-backend-function-type-valid-p)
21979         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21980         (spam-report-articles-gmane, spam-report-articles-resend):
21981         Remove functions, they are not needed.
21982         (spam-install-backend-super, spam-backend-list)
21983         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21984         (spam-backend-function, spam-backend-ham-registration-function)
21985         (spam-backend-spam-registration-function)
21986         (spam-backend-ham-unregistration-function)
21987         (spam-backend-spam-unregistration-function)
21988         (spam-backend-statistical-p, spam-backend-mover-p)
21989         (spam-install-backend-alias, spam-install-checkonly-backend)
21990         (spam-install-mover-backend, spam-install-nocheck-backend)
21991         (spam-install-backend, spam-install-statistical-backend)
21992         (spam-install-statistical-checkonly-backend): Add backend installation
21993         support.
21994         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21995         (spam-group-processor-p): Use the new backend code and respect the
21996         summary exit behavior.
21997         (spam-mark-spam-as-expired-and-move-routine): Remove.
21998         (spam-summary-prepare): Change to use the new spam-old-articles
21999         variable.
22000         (spam-copy-or-move-routine, spam-copy-spam-routine)
22001         (spam-move-spam-routine, spam-copy-ham-routine)
22002         (spam-move-ham-routine): Add code to copy/move ham or spam.
22003         (spam-fetch-field-fast): Improve doc and code, plus allow the
22004         'number request.
22005         (spam-list-of-checks, spam-list-of-statistical-checks):
22006         Remove variables.
22007         (spam-split, spam-find-spam): Use the new backend code.
22008         (spam-registration-functions): Remove variable.
22009         (spam-unregister-routine): Add convenience wrapper.
22010         (spam-log-undo-registration, spam-register-routine)
22011         (spam-log-processing-to-registry)
22012         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22013         where possible.
22014         (spam-check-gmane-xref, spam-check-regex-headers)
22015         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22016         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22017         (spam-check-bogofilter-headers, spam-check-spamoracle)
22018         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22019         (spam-check-crm114-headers): Use the spam-split-group that
22020         spam-split prepares, no need to determine it every time.
22021
22022         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22023         to the nnheader-parse-naked-head call.
22024
22025         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22026
22027         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22028         the nnheader-nov-read-message-id call.
22029
22030 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22031
22032         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22033         gnus-activate-group twice.  Suggested by Markus Peter
22034         <warp@spin.de>.
22035
22036 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22037
22038         * gnus-art.el (gnus-article-time-format): Exchange the order of
22039         day and month in the default value; fix customization type.
22040         (article-date-ut): Use add-text-properties.
22041         (article-make-date-line): Use message-make-date instead of
22042         current-time-string.
22043
22044         * message.el (message-fetch-field): Don't use set-text-properties.
22045         (message-make-date): Simplify.
22046
22047         * messagexmas.el (message-xmas-make-date): New function.
22048         (message-xmas-redefine): Defalias message-make-date to it.
22049
22050 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22051
22052         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22053         (rfc2047-encode-region): Treat text within parentheses as special;
22054         show the original text when error has occurred.
22055
22056         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22057         already-computed method to gnus-activate-group.
22058
22059         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22060         same select-methods identical Lisp objects.
22061
22062         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22063         object when modifying the info.
22064
22065 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22066
22067         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22068         gnus-opened-servers since it has never been opened with the new
22069         configuration yet.
22070
22071 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22072
22073         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22074         arg to nnheader-generate-fake-message-id.
22075
22076 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22077
22078         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22079         number and build a fake message ID localized to a group and
22080         article number (so it's repeatable from that point on).
22081         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22082         ID format.
22083
22084         * gnus-sum.el (gnus-get-newsgroup-headers):
22085         Call nnheader-generate-fake-message-id with the article number.
22086
22087 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22088
22089         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22090         end-of-buffer.
22091
22092 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22093
22094         * message.el (message-ignored-supersedes-headers): Add Approved.
22095
22096 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22097
22098         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22099         goto-char.
22100         (rfc2047-encode): Fold the line before encoding.
22101
22102 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22103
22104         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22105         folding -- not all headers can be folded, and this should be done
22106         by the message composition mode.  Probably.  I think.
22107
22108 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22111         fast.
22112
22113         * gnus-ems.el (gnus-remove-image): Don't use
22114         message-text-with-property; remove only the image found first.
22115
22116         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22117         found first.
22118
22119 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22120
22121         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22122
22123 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22124
22125         * message.el (message-text-with-property): Make it fast and accept
22126         optional arguments.
22127         (message-strip-forbidden-properties): Use it.
22128         (message-fix-before-sending): Follow the m-t-w-p change.
22129
22130         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22131
22132 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22133
22134         * gnus-art.el (article-hide-headers): Don't change the buffer
22135         mistakenly when performing mml-preview even if
22136         gnus-single-article-buffer is nil.
22137
22138 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22139
22140         * message.el (message-expand-name-databases): New user option.
22141         (message-expand-name): Use it.
22142
22143 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22144
22145         * spam.el (spam-report-articles-resend)
22146         (spam-report-resend-register-routine): Allow ham reporting.
22147         (spam-report-resend-register-ham-routine): Add wrapper.
22148         (spam-registration-functions): Add ham resending functions.
22149         (spam-list-of-processors): Add ham resend processor.
22150
22151         * gnus.el (ham-resend-to): Add new group parameter.
22152         (spam-process): Add ham resend option.
22153
22154         * spam-report.el (spam-report-resend): Allow reporting ham.
22155         (spam-report-resend-ham): Add wrapper.
22156
22157 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22158
22159         * message.el (message-cite-articles-with-x-no-archive):
22160         New variable.
22161         (message-cite-original): Use it.
22162
22163 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22164
22165         * message.el (message-cite-original): Respect X-No-Archive.
22166
22167 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22168
22169         * gnus-art.el (article-hide-headers): Refer to the values for
22170         gnus-ignored-headers and gnus-visible-headers in the summary
22171         buffer since a user may have set them as group parameters.
22172
22173 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22174
22175         * assistant.el (assistant-node-name): Add convenience function.
22176         (assistant-render-text, assistant-render-node): Add error handling,
22177         plus handle multiple next nodes.
22178         (assistant-find-next-node): Comment out for now.
22179         (assistant-find-next-nodes): Add function, returns list of next
22180         nodes.
22181
22182 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22183
22184         * mail-source.el (mail-source-directory): Fix doc-string.
22185
22186 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22187
22188         * assistant.el (assistant-render-text, assistant-eval): Add :set
22189         widget type, which is different because it takes and returns a
22190         list.  Much hilarity ensues.
22191
22192 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22193
22194         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22195
22196         * gnus-group.el (gnus-group-get-new-news-this-group):
22197         Add doc-string.
22198
22199         * gnus-start.el (gnus-activate-group): Add doc-string.
22200
22201 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22202
22203         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22204
22205 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22206
22207         * assistant.el (assistant-render-text): Try to add a :set
22208         widget, more to come.
22209
22210         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22211         strings.
22212         (spam-report-articles-resend)
22213         (spam-register-routine): Do registration iff any articles warrant
22214         it.
22215         (spam-summary-prepare-exit): Change log message for nil group
22216         destinations.
22217
22218 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22219
22220         * spam.el (spam-report-resend-register-routine):
22221         Allow spam-report-resend-to to be a group parameter or a global value.
22222
22223 2004-05-26  Simon Josefsson  <jas@extundo.com>
22224
22225         * starttls.el: Merge with my GNUTLS based starttls.el.
22226         (starttls-gnutls-program, starttls-use-gnutls)
22227         (starttls-extra-arguments, starttls-process-connection-type)
22228         (starttls-connect, starttls-failure, starttls-success):
22229         New variables.
22230         (starttls-program, starttls-extra-args): Doc fix.
22231         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22232         New functions.
22233         (starttls-negotiate, starttls-open-stream):
22234         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22235         function if it is set.
22236
22237 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22238
22239         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22240         structured fields.
22241
22242 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22245
22246 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22247
22248         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22249         Add variable.
22250         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22251         assigning the spam-mark to new messages.
22252
22253 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22254
22255         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22256
22257 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22258
22259         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22260
22261         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22262         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22263         default.
22264
22265 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22266
22267         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22268         correct data.
22269
22270 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22271
22272         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22273         (spam-group-processor-p): Fix function.
22274         (spam-group-processor-multiple-p)
22275         (spam-group-spam-processor-report-gmane-p)
22276         (spam-group-spam-processor-report-resend-p)
22277         (spam-group-spam-processor-bogofilter-p)
22278         (spam-group-spam-processor-blacklist-p)
22279         (spam-group-spam-processor-ifile-p)
22280         (spam-group-ham-processor-ifile-p)
22281         (spam-group-spam-processor-spamoracle-p)
22282         (spam-group-spam-processor-crm114-p)
22283         (spam-group-ham-processor-bogofilter-p)
22284         (spam-group-spam-processor-stat-p)
22285         (spam-group-ham-processor-stat-p)
22286         (spam-group-ham-processor-whitelist-p)
22287         (spam-group-ham-processor-BBDB-p)
22288         (spam-group-ham-processor-spamoracle-p)
22289         (spam-group-ham-processor-copy-p): Remove functions with some
22290         prejudice against unneeded code.
22291         (spam-report-articles-resend)
22292         (spam-report-resend-register-routine): Allow the group/topic
22293         spam-resend-to value to override spam-report-resend-to.
22294         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22295         properly now.
22296
22297         * gnus.el (spam-resend-to): Add group/topic parameter.
22298         (spam-process): Move the OBSOLETE processors to the end of the
22299         choices.
22300
22301 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22302
22303         * spam-report.el (spam-report-resend-to, spam-report-resend):
22304         Start with resend-to set to nil, and then ask the user if necessary.
22305         (spam-report-resend): spam-report-resend takes a list of articles, not
22306         separate article numbers.
22307
22308 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22309
22310         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22311         addition to emacs-w3m.
22312
22313 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22314
22315         * assistant.el (assistant-authinfo-data): New function.
22316         (assistant-eval): Eval for entire assistant.
22317
22318         * netrc.el (netrc-services-file): New variable.
22319         (netrc-parse-services): New function.
22320         (netrc-find-service-name): New function.
22321         (netrc-find-service-number): New function.
22322         (netrc-port-equal): New function.
22323         (netrc-machine): Use it.
22324
22325         * nnimap.el (nnimap-open-connection): Use netrc.
22326
22327         * gnus-util.el (gnus-netrc-get): Remove aliases.
22328
22329         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22330
22331         * assistant.el (wid-edit): Fix compilation.
22332
22333         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22334
22335 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22336
22337         * gnus-util.el (gnus-set-file-modes): New function.  (small
22338         patch).
22339
22340 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22341
22342         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22343
22344         * assistant.el (assistant-render-node): Fix up rendering and
22345         read-only text.
22346         (assistant-render-node): Reset.
22347         (assistant-make-read-only): Not sticky.
22348
22349 2004-05-20  Danny Siu  <dsiu@adobe.com>
22350
22351         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22352         centered even when gnus-auto-center-summary is t.
22353
22354 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22355
22356         * dns.el (dns-get-txt-answer): New function.
22357         (dns-read-txt): Ditto.
22358         (query-dns): Use it.
22359
22360 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22363         active for foreign groups even if the group level is higher than
22364         the specified value.
22365
22366 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22367
22368         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22369         non-active groups.
22370
22371         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22372
22373 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22374
22375         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22376
22377 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22378
22379         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22380         (spam-crm114-header, spam-crm114-spam-switch)
22381         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22382         (spam-crm114-positive-spam-header)
22383         (spam-crm114-database-directory, spam-list-of-processors)
22384         (spam-group-spam-processor-crm114-p)
22385         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22386         (spam-generic-score, spam-list-of-checks)
22387         (spam-list-of-statistical-checks, spam-registration-functions)
22388         (spam-check-crm114-headers, spam-crm114-score)
22389         (spam-check-crm114, spam-crm114-register-with-crm114)
22390         (spam-crm114-register-spam-routine)
22391         (spam-crm114-unregister-spam-routine)
22392         (spam-crm114-register-ham-routine)
22393         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22394
22395 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22396
22397         * gnus.el: Add spam-use-crm114.
22398
22399         * spam.el (spam-list-of-processors, spam-registration-functions):
22400         Add spam-use-resend.
22401         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22402         (spam-report-articles-gmane): Add doc fix.
22403         (spam-report-articles-resend, spam-report-resend-register-routine):
22404         Add wrappers around spam-report-resend-to.
22405
22406         * spam-report.el (spam-report-resend-to, spam-report-resend):
22407         Add support for resending spam.
22408         (spam-report-gmane): Fix line length >80.
22409
22410         * gnus.el (spam-process): Add spam-use-resend.
22411
22412 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22413
22414         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22415         number of processed spam messages.
22416         (spam-ham-copy-or-move-routine): Return the number of processed
22417         ham messages.
22418         (spam-summary-prepare-exit): Use the above values to decide
22419         whether status messages shouled be displayed.
22420
22421 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22422
22423         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22424         `rfc2047-encoding-function-alist' in order to avoid conflicting
22425         with the old version.
22426         (rfc2047-encode-region): Concatenate words containing non-ASCII
22427         characters in structured fields; don't encode space-delimited
22428         ASCII words even in unstructured fields; don't break words at
22429         char-category boundaries.
22430         (rfc2047-encode-1): New function.
22431         (rfc2047-encode): Use it; encode text so that it occupies the
22432         maximum width within 76-column; work correctly on Q encoding for
22433         iso-2022-* charsets.
22434         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22435         sure not to break a line just after the header name.
22436         (rfc2047-b-encode-region): Remove.
22437         (rfc2047-b-encode-string): New function.
22438         (rfc2047-q-encode-region): Remove.
22439         (rfc2047-q-encode-string): New function.
22440
22441         * mm-util.el (mm-replace-in-string): New function.
22442
22443 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22444
22445         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22446         Really get it right.
22447         (gnus-inews-make-draft): Really.
22448
22449 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22450
22451         * nnmh.el (nnmh-request-list-1): Don't check the link count
22452         before descending.  (small patch)
22453
22454 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22455
22456         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22457         stuff.
22458
22459         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22460         Match on real group name.
22461
22462         * gnus-art.el (gnus-signature-limit): Doc fix.
22463
22464         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22465
22466         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22467
22468 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22469
22470         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22471         isn't a string.
22472
22473 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22474
22475         * gnus-draft.el (gnus-draft-send):
22476         Bind rfc2047-encode-encoded-words.
22477
22478         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22479         (rfc2047-encodable-p): Say that =? needs encoding.
22480         (rfc2047-encode-encoded-words): New variable.
22481
22482         * gnus-group.el (gnus-group-select-group): Doc fix.
22483
22484         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22485
22486         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22487         to nil.
22488
22489         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22490
22491         * nnheader.el (nnheader-get-lines-and-char): New function.
22492
22493 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22494
22495         * gnus-msg.el (gnus-summary-followup-with-original):
22496         Document yanking of region when active.
22497
22498 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22501         groups if the group level is higher than the specified value.
22502
22503 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22504
22505         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22506         (gnus-group-jump-to-group): Add prefix argument using
22507         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22508         non-active group.
22509
22510         * compface.el (uncompface): Be verbose when changing
22511         `uncompface-use-external'.
22512
22513         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22514         handle manual section.
22515
22516 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22517
22518         * gnus-art.el (gnus-button-alist): Revert previous change.
22519
22520 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22521
22522         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22523
22524 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22525
22526         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22527         whether backend can accept message.
22528
22529         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22530
22531 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22532
22533         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22534         Avoid creating directory when nntp-marks-is-evil is true.
22535         Reported by Reiner Steib.
22536
22537 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22538
22539         * gnus-picon.el (gnus-picon-insert-glyph):
22540         Add optional `nostring' argument.
22541
22542 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22543
22544         * gnus-picon.el (gnus-picon-style): New variable.
22545         (gnus-picon-transform-address): Support `gnus-picon-style'.
22546
22547 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22548
22549         * message.el (message-fill-field): Return point.
22550         (message-generate-headers): Go to end of field.
22551
22552         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22553         stuff for non-living groups.
22554
22555 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22556
22557         * gnus-art.el (gnus-article-followup-with-original)
22558         (gnus-article-reply-with-original): gnus-mark-active-p ->
22559         gnus-region-active-p.
22560
22561 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22562
22563         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22564         only when there is spam or ham to be processed.
22565
22566 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22567
22568         * mail-source.el (mail-source-delete-crash-box): Refactor.
22569         (mail-source-fetch): Use it.
22570         (mail-source-fetch-file): Ditto.
22571         (mail-source-fetch-directory): Run postscript in loop.
22572         (mail-source-fetch-pop): Delete.
22573         (mail-source-fetch-maildir): Ditto.
22574         (mail-source-fetch-imap): Ditto.
22575
22576         * imap.el (imap-authenticators): Comment out sasl.
22577
22578         * message.el (message-skip-to-next-address): New function.
22579         (message-fill-header-address): Refactor.
22580         (message-fill-address): Use it.
22581         (message-delete-address): Use it.
22582         (message-fill-header-general): Refactor.
22583         (message-fill-field-address): Rename.
22584         (message-narrow-to-field): Find the start of the header.
22585         (message-header-format-alist): Don't pre-fill.
22586         (message-fill-header): Remove.
22587         (message-insert-header): New function.
22588         (message-shorten-references): Use it.
22589
22590         * rfc2047.el (rfc2047-field-value): Strip props.
22591
22592         * mail-parse.el (mail-header-make-address): New alias.
22593
22594         * ietf-drums.el (ietf-drums-make-address): New function.
22595
22596         * imap.el: Add compiler directives.
22597
22598         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22599
22600         * gnus-art.el (article-decode-idna-rhs): Don't use
22601         message-idna-inside-rhs-p.
22602
22603 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22604
22605         * message.el (message-idna-inside-rhs-p): Remove.
22606         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22607
22608         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22609         false positives.
22610
22611 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22612
22613         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22614
22615 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22616
22617         * nneething.el (nneething-file-name): Don't create spurious
22618         files.
22619
22620         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22621         (gnus-inews-do-gcc): Remove sleep.
22622
22623         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22624         part under point.
22625
22626         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22627         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22628
22629 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22630
22631         * spam.el (spam-summary-prepare-exit): Fix (length).
22632
22633 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22634
22635         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22636         as expired without moving it" message when there are spam
22637         messages left.
22638
22639 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22640
22641         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22642         header is not nil.
22643
22644 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22645
22646         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22647         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22648         (nntp-marks-changed-p): New arg SERVER.
22649         (nntp-request-update-info): Adjust caller.
22650
22651 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22652
22653         * nntp.el (nntp-save-marks): Pass missing arg.
22654
22655 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22656
22657         * nntp.el: Support marks.
22658         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22659         (nntp-marks-modtime, nntp-marks-directory): New variables.
22660         (nntp-request-set-mark, nntp-request-update-info)
22661         (nntp-possibly-create-directory, nntp-marks-changed-p)
22662         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22663         New functions.
22664
22665 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22666
22667         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22668         (gnus-xmas-redefine): Rename.
22669
22670         * gnus-score.el (gnus-score-insert-help):
22671         Use gnus-select-lowest-window.
22672
22673         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22674         appt-select-lowest-window and rename to gnus-select-lowest-window.
22675
22676         * gnus.el: do.
22677
22678 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22679
22680         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22681         encodings of MIME-encoded words, in order to improve
22682         interoperability with several broken MUAs.
22683
22684 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22685
22686         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22687         tags, only when charsets are not specified in headers.
22688         (mm-inline-text-html-render-with-w3m): Ditto.
22689
22690         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22691         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22692
22693 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22694
22695         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22696         instead of MIME-decoded from fields when checking
22697         `gnus-article-address-banner-alist'.
22698
22699 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22700
22701         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22702         description rather than subject.
22703
22704 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22705
22706         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22707
22708 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22709
22710         * gnus.el (gnus-version-number): Bump.
22711
22712 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22713
22714         * gnus.el: No Gnus v0.2 is released.
22715
22716 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22717
22718         * gnus-agent.el (gnus-agent-read-agentview):
22719         Inline gnus-uncompress-range.
22720
22721 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22722
22723         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22724         `exec-installed-p'.
22725
22726 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22727
22728         * gnus.el (spam-process, spam-autodetect-methods):
22729         Add bsfilter and bsfilter-headers.
22730
22731         * spam.el (spam-bsfilter): New customize group.
22732         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22733         (spam-bsfilter-header, spam-bsfilter-probability-header)
22734         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22735         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22736         (spam-bsfilter-database-directory): New options.
22737         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22738         (spam-list-of-statistical-checks, spam-registration-functions):
22739         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22740         (spam-bsfilter-score): New command.
22741         (spam-check-bsfilter-headers, spam-check-bsfilter)
22742         (spam-bsfilter-register-with-bsfilter)
22743         (spam-bsfilter-register-spam-routine)
22744         (spam-bsfilter-unregister-spam-routine)
22745         (spam-bsfilter-register-ham-routine)
22746         (spam-bsfilter-unregister-ham-routine): New functions.
22747         (spam-generic-score): Support bsfilter; Accept an optional argument
22748         to recalcurate spam score even if scoring header has already been
22749         added.
22750         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22751         optional argument to recalcurate spam score even if scoring header
22752         has already been added.
22753
22754 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22755
22756         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22757         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22758         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22759         link is missing.
22760
22761 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22762
22763         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22764         (html2text-get-attr): Rewrite.
22765
22766         * message.el (message-setup-1): Remove redundant put-text-property
22767         on mail-header-separator.
22768
22769 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22770
22771         * gnus-registry.el (gnus-registry-cache-whitespace)
22772         (gnus-registry-action, gnus-registry-spool-action)
22773         (gnus-registry-split-fancy-with-parent): Change message levels
22774         from 5 to 3 or 7, as needed.
22775
22776         * spam.el (spam-summary-prepare-exit)
22777         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22778         (spam-split, spam-find-spam, spam-log-undo-registration)
22779         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22780         level from 5 to 6.
22781
22782 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22783
22784         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22785         2004-03-04 change).
22786
22787 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22788
22789         * sieve-manage.el (sieve-manage-open):
22790         * nnweb.el (nnweb-insert-html):
22791         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22792         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22793         * nnspool.el (nnspool-request-group):
22794         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22795         * nnml.el (nnml-request-update-info):
22796         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22797         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22798         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22799         (nnimap-request-set-mark):
22800         * nnfolder.el (nnfolder-request-update-info):
22801         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22802         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22803         * gnus-uu.el (gnus-uu-find-articles-matching):
22804         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22805         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22806         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22807         * gnus-nocem.el (gnus-nocem-scan-groups):
22808         * gnus-int.el (gnus-start-news-server):
22809         * gnus-group.el (gnus-group-make-kiboze-group)
22810         (gnus-group-browse-foreign-server):
22811         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22812         Use mapc when appropriate.
22813
22814 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22815             Adam Sjøgren  <asjo@koldfront.dk>
22816             Wes Hardaker  <wes@hardakers.net>
22817             Michael Shields  <shields@msrl.com>
22818
22819         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22820         may need for spam sorting and scoring.
22821         (spam-user-format-function-S): Add user format function suitable for
22822         general use.
22823         (spam-article-sort-by-spam-status): Add sorting function for summary
22824         sorting.
22825         (spam-extra-header-to-number): Add function to get a score from a
22826         header.
22827         (spam-summary-score): Add function to get a numeric score from the
22828         headers.
22829         (spam-generic-score): Fix function doc, was in wrong place.
22830         (spam-initialize): Take symbols when it's run, and install the
22831         extra headers that spam-necessary-extra-headers thinks we need.
22832
22833 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22834
22835         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22836         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22837
22838 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22839
22840         * gnus-sum.el (gnus-set-global-variables)
22841         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22842         (gnus-article-get-xrefs, gnus-summary-best-group)
22843         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22844         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22845         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22846         Use with-current-buffer.
22847
22848 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22849
22850         * spam.el (spam-summary-prepare-exit): Simplify logic.
22851         (spam-fetch-article-header): Read the article header if it's not
22852         available.
22853         (spam-list-articles): Simplify logic.
22854         (spam-filelist-register-routine): Fix bug with unregister-list.
22855
22856         * gnus-registry.el: Fix comments at beginning.
22857
22858 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22859
22860         * message.el (message-cater-to-broken-inn): Remove.
22861         (message-shorten-references): Make sure the total folded length of
22862         References is shorter than 998 characters to cater to a bug in INN
22863         2.3.  Also, don't pretend that references aren't folded -- this
22864         hasn't worked for a while.
22865
22866 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22867
22868         * gnus-agent.el (gnus-agentize):
22869         gnus-agent-send-mail-real-function no longer set to current value
22870         of message-send-mail-function but rather a lambda that calls
22871         message-send-mail-function.  The change makes the agent real-time
22872         responsive to user changes to message-send-mail-function.
22873
22874 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22875
22876         * legacy-gnus-agent.el
22877         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22878         help from Florian Weimer <fw@deneb.enyo.de>
22879
22880 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22881
22882         * nnmail.el (nnmail-cache-insert): Revert last change.
22883
22884 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22885
22886         * nnmail.el (nnmail-cache-insert): Always check whether
22887         nnmail-cache-ignore-groups matches a group name.
22888
22889 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22890
22891         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22892         (spam-find-spam, spam-log-processing-to-registry)
22893         (spam-log-registered-p, spam-log-unregistration-needed-p)
22894         (spam-log-undo-registration): Use gnus-message instead of
22895         gnus-error, none of these errors are fatal.
22896
22897         * gnus-registry.el (gnus-registry-clean-empty-function)
22898         (gnus-registry-clean-empty): Remove only empty entries without
22899         extra data.
22900
22901 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22902
22903         * spam-stat.el (spam-stat-buffer-change-to-spam)
22904         (spam-stat-buffer-change-to-non-spam): Change (error) to
22905         (gnus-message 8) invocation.
22906
22907 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22908
22909         * nntp.el (nntp-via-netcat-command): New variable.
22910         (nntp-via-netcat-switches): New variable.
22911         (nntp-open-via-rlogin-and-netcat): New function.
22912         (nntp-open-connection-function): Doc fix.
22913         (nntp-telnet-command): Doc fix.
22914         (nntp-end-of-line): Doc fix.
22915         (nntp-via-rlogin-command): Doc fix.
22916         (nntp-via-user-name): Doc fix.
22917         (nntp-via-address): Doc fix.
22918
22919 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22920
22921         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22922         error in Emacs 21.1.
22923
22924 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22925
22926         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22927
22928 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22929
22930         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22931         (gnus-agent-with-refreshed-group): New macro.
22932         (gnus-agent-rename-group): New function.
22933         (gnus-agent-delete-group): New function.
22934         (gnus-agent-save-group-info): Use gnus-command-method when
22935         `method' parameter is nil.  Don't write nil entries into the
22936         active file.
22937         (gnus-agent-get-group-info): New function.
22938         (gnus-agent-fetch-articles):
22939         Use gnus-agent-update-files-total-fetched-for to increment disk space
22940         used.
22941         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22942         Use gnus-agent-update-view-total-fetched-for to increment disk space
22943         used.
22944         (gnus-agent-get-local): Add optional parameters to avoid calling
22945         gnus-group-real-name and gnus-find-method-for-group.
22946         (gnus-agent-set-local): Delete stored entry if either min, or max,
22947         are nil.
22948         (gnus-agent-fetch-session): Reworded error/quit messages.
22949         On quit, use gnus-agent-regenerate-group to record existance of any
22950         articles fetched to disk before the quit occurred.
22951         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22952         gnus-agent-update-view-total-fetched-for, and
22953         gnus-agent-update-files-total-fetched-for to decrement disk space
22954         used.
22955         (gnus-agent-retrieve-headers):
22956         Use gnus-agent-update-view-total-fetched-for to increment disk space
22957         used.
22958         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22959         with gnus-agent-update-files-total-fetched-for to decrement disk
22960         space and fresh group buffer.
22961         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22962         (gnus-agent-need-update-total-fetched-for): New variable.
22963         (gnus-agent-update-files-total-fetched-for): New function.
22964         (gnus-agent-update-view-total-fetched-for): New function.
22965         (gnus-agent-total-fetched-for): New function.
22966
22967         * gnus-cache.el (gnus-cache-save-buffers):
22968         Use gnus-cache-update-overview-total-fetched-for to change disk space
22969         used by this group.
22970         (gnus-cache-possibly-enter-article):
22971         Use gnus-cache-update-file-total-fetched-for to increment disk space
22972         used by this group.
22973         (gnus-cache-possibly-remove-article):
22974         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22975         used by this group.
22976         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22977         (gnus-cache-rename-group): New function.
22978         (gnus-cache-delete-group): New function.
22979         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22980         (gnus-cache-need-update-total-fetched-for): New variable.
22981         (gnus-cache-with-refreshed-group): New macro.
22982         (gnus-cache-update-file-total-fetched-for): New function.
22983         (gnus-cache-update-overview-total-fetched-for): New function.
22984         (gnus-cache-rename-group-total-fetched-for): New function.
22985         (gnus-cache-delete-group-total-fetched-for): New function.
22986         (gnus-cache-total-fetched-for): New function.
22987
22988         * gnus-group.el: Require gnus-sum and autoload functions to
22989         resolve warnings when gnus-group.el compiled alone.
22990         (gnus-group-line-format): Documented new %F.
22991         (size of Fetched data) group line format; identifies disk space
22992         used by agent and cache.
22993         (gnus-group-line-format-alist): Defined new F format.
22994         (gnus-total-fetched-for): New function.
22995         (gnus-group-delete-group): No longer update
22996         gnus-cache-active-altered as gnus-request-delete-group now keeps
22997         the cache in sync.
22998         (gnus-group-list-active): Let the agent store a server's active
22999         list if currently plugged.
23000
23001         * gnus-int.el (gnus-request-delete-group):
23002         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23003         local disk in sync with the server.
23004         (gnus-request-rename-group):
23005         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23006         local disk in sync with the server.
23007
23008         * gnus-start.el (gnus-get-unread-articles):
23009         Cosmetic simplification to logic.
23010
23011         * gnus-util.el (gnus-rename-file): New function.
23012
23013 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23014
23015         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23016
23017 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23018
23019         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23020         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23021
23022 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23023
23024         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23025         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23026
23027 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23028
23029         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23030
23031 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23032
23033         * spam.el (spam-set-difference): Add function to replace
23034         gnus-set-difference in spam.el.
23035         (spam-summary-prepare-exit): Use spam-set-difference.
23036
23037 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23038
23039         * gnus-registry.el (gnus-registry-cache-file): Update to use
23040         gnus-dribble-directory OR gnus-home-directory OR ~.
23041         (gnus-registry-split-fancy-with-parent): Fix doc.
23042
23043 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23044
23045         * message.el (message-exchange-point-and-mark):
23046         Use message-mark-active-p.  Suggested by Jesper Harder
23047         <harder@ifa.au.dk>.
23048
23049 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23050
23051         * message.el (message-exchange-point-and-mark): Don't activate
23052         region if it was inactive.  Suggested by Hiroshi Fujishima
23053         <pooh@nature.tsukuba.ac.jp>.
23054
23055 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23056
23057         * gnus-art.el (article-display-face): Display Faces in the same
23058         order as X-Faces.
23059
23060 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23061
23062         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23063
23064 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23065
23066         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23067         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23068         (gnus-article-mime-hierarchy): Remove.
23069         (gnus-article-mime-hierarchy-next): Remove.
23070         (gnus-article-mode): Revert 2004-03-19 change.
23071         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23072         (gnus-insert-mime-button): Revert 2004-03-19 change.
23073         (gnus-mime-accumulate-hierarchy): Remove.
23074         (gnus-mime-enter-multipart): Remove.
23075         (gnus-mime-leave-multipart): Remove.
23076         (gnus-mime-display-part): Revert 2004-03-19 change.
23077         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23078
23079         * mml.el (mml-preview): Revert 2004-03-19 change.
23080
23081 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23082
23083         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23084
23085 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23088         t while entering a file name using the mm-with-multibyte macro.
23089         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23090
23091         * mm-util.el (mm-with-multibyte): New macro.
23092
23093 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23094
23095         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23096         New user option.
23097         (gnus-mime-multipart-functions): Doc and customization fix.
23098         (gnus-article-mime-hierarchy): New variable.
23099         (gnus-article-mime-hierarchy-next): New variable.
23100         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23101         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23102         gnus-article-mime-hierarchy-next to nil.
23103         (gnus-insert-mime-button): Show hierarchy numbers.
23104         (gnus-mime-accumulate-hierarchy): New function.
23105         (gnus-mime-enter-multipart): New function.
23106         (gnus-mime-leave-multipart): New function.
23107         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23108         (gnus-mime-display-alternative): Show hierarchy numbers.
23109
23110         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23111         gnus-article-mime-hierarchy-next to nil.
23112
23113 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23114
23115         * dns.el: Don't require gnus-xmas.
23116
23117 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23118
23119         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23120         inline PGP.
23121         (mml-menu): Disable mml-quote-region if mark is inactive.
23122
23123 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23126         when the group's active is not available.
23127
23128 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23129
23130         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23131         error.
23132
23133 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23134
23135         * imap.el (imap-store-password): New variable.
23136         (imap-interactive-login): Use it.
23137         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23138
23139 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23140
23141         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23142         window-start and hscroll to summary window.
23143
23144 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23145
23146         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23147         conversion message to newsrc-dribble when an actual conversion is
23148         performed.
23149
23150 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23151
23152         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23153
23154 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * mm-decode.el (mm-complicated-handles): New function reviving
23157         former definition of mm-multiple-handles.
23158
23159         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23160         (gnus-mime-delete-part): Use it.
23161
23162 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23163
23164         * gnus-agent.el (gnus-agent-read-local):
23165         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23166         avoid the implicit assumption that they will always be equal.
23167         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23168         coding-system-for-write, as the with-temp-file macro first prints
23169         to a buffer then saves the buffer.
23170
23171 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23172
23173         * gnus-art.el (gnus-article-edit-part): New function.
23174         (gnus-mime-save-part-and-strip): Use it; do query instead of
23175         signaling an error; don't use mm-multiple-handles.
23176         (gnus-mime-delete-part): Ditto.
23177
23178 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23179
23180         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23181         old file versions.
23182         (gnus-group-prepare-hook): Remove function that converted list
23183         form of gnus-agent-expire-days to group properties.
23184
23185         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23186         (gnus-request-accept-article): Re-indented.
23187
23188         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23189         converters to handle old agent file formats.  Add logic for a
23190         "backup before upgrading warning".
23191         (gnus-convert-mark-converter-prompt): Developers can mark
23192         functions as needing (default), or not needing,
23193         gnus-convert-old-newsrc's "backup before upgrading warning".
23194         (gnus-convert-converter-needs-prompt): Tests whether the user
23195         should be protected from potentially irreversable changes by the
23196         function.
23197
23198         * legacy-gnus-agent.el: New.  Provides converters that are only
23199         loaded when gnus-convert-old-newsrc needs to call them.
23200
23201 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23202
23203         * mail-source.el (mail-source-touch-pop): Doc fix.
23204
23205         * message.el (message-smtpmail-send-it): Doc fix.
23206
23207 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23208
23209         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23210
23211         * nnmail.el (nnmail-split-fancy): do.
23212
23213         * gnus-kill.el (gnus-kill, gnus-execute): do.
23214
23215 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23216
23217         * gnus-sum.el (gnus-widget-reversible-match)
23218         (gnus-widget-reversible-to-internal)
23219         (gnus-widget-reversible-to-external): New functions.
23220         (gnus-widget-reversible): New widget.
23221         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23222
23223 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23224
23225         * gnus-sum.el (gnus-thread-sort-functions)
23226         (gnus-article-sort-functions): Document `(not F)' items.
23227
23228 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23229
23230         * spam.el (spam-use-gmane-xref): Add new backend.
23231         (spam-gmane-xref-spam-group): Add variable to control the name of the
23232         Gmane spam group.
23233         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23234         (spam-regex-headers-spam, spam-regex-headers-ham)
23235         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23236         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23237         backends and checks.
23238         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23239
23240         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23241         an autodetect method.
23242
23243 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23244
23245         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23246         articles are being added to a group.
23247         (gnus-request-replace-article): Inform the agent that articles
23248         need to be uncached as the cached contents are no longer valid.
23249
23250 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23251
23252         * binhex.el: Don't autoload executable-find.
23253
23254         * canlock.el: Don't autoload mail-fetch-field.
23255
23256         * dgnushack.el: Autoload c-mode for XEmacs.
23257
23258         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23259
23260         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23261         rmail-dont-reply-to and rmail-output.
23262
23263         * gnus-score.el: Don't autoload ffap-string-at-point.
23264
23265         * gnus-setup.el: Don't autoload sc-cite-original.
23266
23267         * imap.el: Don't autoload base64-decode-string,
23268         base64-encode-string and md5.
23269
23270         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23271         and rmail-msg-restore-non-pruned-header.
23272
23273         * mm-decode.el: Don't autoload executable-find.
23274
23275         * mm-url.el: Don't autoload executable-find.
23276
23277         * mm-view.el: Don't autoload diff-mode.
23278
23279         * nndb.el: Don't autoload news-reply-mode, news-setup,
23280         cancel-timer and telnet.
23281
23282         * password.el: Don't autoload run-at-time for Emacs.
23283
23284         * sha1-el.el: Don't autoload executable-find.
23285
23286         * sieve-mode.el: Don't autoload c-mode.
23287
23288         * uudecode.el: Don't autoload executable-find.
23289
23290 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23291
23292         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23293         (gnus-agent-possibly-alter-active): Avoid null in numeric
23294         comparison.
23295         (gnus-agent-set-local): Refuse to save null in local object table.
23296         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23297         list of articles that will be marked as unread.
23298
23299 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23300
23301         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23302
23303 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23304
23305         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23306         language tags.
23307
23308 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23309
23310         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23311         Don't bind "obarray".
23312
23313         * gnus-sum.el (gnus-thread-sort-functions):
23314         Add `gnus-thread-sort-by-most-recent-number' and
23315         `gnus-thread-sort-by-most-recent-date'.
23316         Reported by Kai Grossjohann <kai@emptydomain.de>.
23317
23318 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23319
23320         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23321
23322 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23323
23324         * gnus-cus.el (gnus-agent-customize-category):
23325         Remove ignore-errors macro reference that required cl to be loaded at
23326         run-time.
23327
23328         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23329         single-interval range of the form (min . max).  Previously the
23330         range had to look like ((min . max)).  Likewise, return
23331         (min . max) rather than ((min . max)).
23332         (gnus-range-map): Use gnus-range-normalize to accept
23333         single-interval range.
23334
23335         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23336         the cache, but not the agent, now appear with their usual face.
23337
23338         * dgnushack.el (loaddir): New variable that is bound to the
23339         directory containing the dgnushack.el file. Use loaddir, rather
23340         than srcdir, to update load-path. Change lets dgnushack compile
23341         code in directories other than GNUS/lisp.
23342
23343 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23344
23345         * lpath.el: Don't bind w3m-safe-url-regexp.
23346
23347         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23348         w3m-safe-url-regexp variable buffer-local.
23349
23350         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23351
23352 2004-02-27  Simon Josefsson  <jas@extundo.com>
23353
23354         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23355         gnus-group-real-prefix.
23356         (gnus-summary-move-article): Use it, instead of
23357         gnus-group-real-prefix.
23358
23359 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23360
23361         * lpath.el: Bind w3m-safe-url-regexp.
23362
23363         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23364         w3m-safe-url-regexp variable buffer-local and set it as the value
23365         of mm-w3m-safe-url-regexp.
23366
23367         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23368
23369         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23370         parsing gnus-posting-styles when the message is not for replying.
23371
23372         * dgnushack.el: Autoload sgml-mode for XEmacs.
23373
23374         * nnrss.el (nnrss-opml-export):
23375         Use mm-set-buffer-file-coding-system instead of
23376         set-buffer-file-coding-system.
23377
23378 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23379
23380         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23381         of checkdoc.el).
23382         * nnrss.el: do.
23383         * gnus-mlspl.el: do.
23384         * gnus-ml.el: do.
23385         * gnus-srvr.el: do.
23386
23387         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23388
23389 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23390
23391         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23392         Corrections to custom-manual links.
23393
23394         * gnus-art.el (gnus-article): Ditto.
23395
23396         * mm-decode.el (mime-display, mime-security): Ditto.
23397
23398 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23399
23400         * flow-fill.el: Typo.
23401
23402 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23403
23404         * spam-wash.el: New file.
23405
23406 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23407
23408         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23409
23410 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23411
23412         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23413         to be run with new-articles as LIST1, not LIST2.
23414         (spam-registration-functions): Add spam-use-ham-copy as a nil
23415         registration backend.
23416
23417 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23418
23419         * spam-stat.el (spam-stat-washing-hook): New option.
23420         (spam-stat-buffer-words): Use it.
23421         (spam-stat-process-directory, spam-stat-test-directory):
23422         Use insert-file-contents-literally.
23423         (spam-stat-coding-system): New variable.
23424         (spam-stat-load, spam-stat-save): Use it.
23425
23426 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23427
23428         * spam-report.el (spam-report-plug-agent):
23429         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23430
23431 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23432
23433         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23434         Allow / in mailto URLs.
23435
23436 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23437
23438         * spam-report.el (spam-report-process-queue): Fix interactive use.
23439         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23440         (spam-report-unplug-agent): Doc fixes.
23441         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23442         (spam-report-agentize, spam-report-deagentize): Autoload.
23443
23444 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23445
23446         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23447
23448         * message.el (message-setup-fill-variables): Add mml tags to
23449         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23450         <ajk@iu.edu>.
23451         (message-mode): Don't modify paragraph-separate there.
23452
23453 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23454
23455         * compface.el (uncompface-use-external): Default to undecided.
23456         (uncompface-use-external-threshold): New variable.
23457         (uncompface-float-time): New macro.
23458         (uncompface): Determine whether to use the external decoder if
23459         uncompface-use-external is undecided.
23460
23461 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23462
23463         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23464         after images.
23465
23466         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23467
23468 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23469
23470         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23471
23472         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23473
23474         * gnus-sum.el (gnus-summary-limit-to-age)
23475         (gnus-summary-limit-children): do.
23476
23477         * gnus-int.el (gnus-request-scan): do.
23478
23479         * gnus-group.el (gnus-group-suspend): do.
23480
23481         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23482
23483         * gnus-cite.el (gnus-cite-parse-attributions): do.
23484
23485         * gnus-agent.el (gnus-summary-set-agent-mark)
23486         (gnus-agent-regenerate-group): do.
23487
23488         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23489
23490         * binhex.el (binhex-decode-region-internal): do.
23491
23492 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23493
23494         * gnus-fun.el (gnus-face-properties-alist): New user option.
23495         (gnus-display-x-face-in-from): Use it.
23496
23497         * gnus-art.el (article-display-face): Ditto.
23498
23499         * compface.el (uncompface-use-external): Default to nil.
23500
23501 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23502
23503         * nntp.el (nntp-erase-buffer): New function.
23504         (nntp-retrieve-data, nntp-send-command)
23505         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23506         (nntp-possibly-change-group): Use it.
23507
23508         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23509         Use with-current-buffer.
23510
23511 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23512
23513         * compface.el: Merge the ELisp-based uncompface program.
23514         (compface): New customization group.
23515         (uncompface-use-external): New user option.
23516         (uncompface): Call uncompface-internal if uncompface-use-external
23517         is nil.
23518         (uncompface-internal): New function.  Note that there are also
23519         some other functions and variables added for this function.
23520
23521 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23522
23523         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23524         if necessary.
23525
23526 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23527
23528         * spam-report.el (spam-report-unplug-agent)
23529         (spam-report-plug-agent, spam-report-deagentize)
23530         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23531         Add support for the Agent in spam-report: when unplugged, report to a
23532         file; when plugged, submit all the requests.
23533
23534         * spam.el (spam-register-routine): Fix message about
23535         registration.
23536
23537 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23538
23539         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23540         dependencies.
23541         (rfc2047-encode): Use it.
23542
23543         * gnus-art.el (gnus-button-marker-list): Move before first
23544         reference.
23545
23546         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23547         (imap-parse-body): Fix format string mismatch.
23548
23549         * gnus-score.el (gnus-summary-increase-score): do.
23550
23551         * nnrss.el (nnrss-close): New function.
23552
23553 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23554
23555         * nnrss.el (nnrss-make-filename): New function.
23556         (nnrss-request-delete-group, nnrss-read-server-data)
23557         (nnrss-save-server-data, nnrss-read-group-data)
23558         (nnrss-save-group-data): Use it.
23559         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23560         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23561         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23562
23563 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23564
23565         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23566
23567 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23568
23569         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23570         files.
23571
23572         * message.el (message-generate-headers-first): Don't quote nil
23573         and t in docstrings.
23574
23575         * imap.el (imap-id): do.
23576
23577         * gnus-agent.el (gnus-agent-consider-all-articles)
23578         (gnus-agent-queue-mail): do.
23579
23580 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * spam-report.el (spam-report-process-queue): New function.
23583         Process requests from `spam-report-requests-file'.
23584         (spam-report-process-queue): Doc fix.
23585
23586 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23587
23588         * spam.el (spam-register-routine)
23589         (spam-log-processing-to-registry, spam-log-registered-p)
23590         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23591         Change "check" to "spam-check" for semi-clarity.
23592
23593 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23594
23595         * pop3.el: Require nnheader.
23596
23597         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23598
23599         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23600
23601         * gnus-picon.el: Require cl.
23602
23603         * gnus-fun.el: Require gnus-ems and gnus-util.
23604
23605         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23606
23607         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23608
23609         * gnus-art.el (gnus-article-edit-mode): Define before first
23610         reference.
23611
23612 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23613
23614         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23615         (gnus-uu-post-encoded): Use point-at-bol.
23616
23617         * gnus-topic.el (gnus-group-active-topic-p): do.
23618
23619         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23620
23621         * gnus-group.el (gnus-group-kill-region): do.
23622
23623         * gnus-art.el (article-date-ut): do.
23624
23625         * message.el (message-fetch-field): Remove redundant
23626         case-fold-search binding.
23627         (message-narrow-to-field): Simplify.
23628
23629 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23630
23631         * spam.el (spam-directory): Derive from `gnus-directory'.
23632
23633         * spam-report.el (spam-report-url-to-file)
23634         (spam-report-requests-file): New function and variable for offline
23635         reporting.
23636         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23637         and user defined function.
23638         (spam-report-url-ping-mm-url): Remove doubled slash.
23639
23640 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23641
23642         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23643
23644 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23645
23646         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23647         Fix format string mismatch.
23648
23649         * sieve.el (sieve-deactivate-all): do.
23650
23651         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23652
23653         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23654
23655         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23656
23657         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23658
23659 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23660
23661         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23662         the list of checks.
23663
23664 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23665
23666         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23667         padding.
23668
23669 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23670
23671         * mm-view.el (mm-fill-flowed): New variable.
23672         (mm-inline-text): Use it.
23673
23674 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23675
23676         * spam.el (spam-spamassassin-register-ham-routine)
23677         (spam-spamassassin-register-spam-routine): Fix function names.
23678
23679 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23680
23681         * gnus.el (gnus-tmp-grouplens): Remove.
23682         (gnus-summary-line-format): Remove grouplens.
23683
23684         * gnus-group.el (gnus-group-line-format): Ditto.
23685
23686         * gnus-spec.el (gnus-format-specs): Ditto.
23687         (gnus-update-format-specifications): Flush the group format spec
23688         cache if there's the grouplens stuff.
23689         (gnus-parse-simple-format): Replace %l with the empty string.
23690
23691 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23692
23693         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23694         omission.
23695
23696 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23699         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23700
23701 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23702
23703         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23704         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23705         New macros and functions.
23706         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23707         Handle > NLINK_MAX messages.
23708         * nnmaildir.el (nnmaildir-request-set-mark):
23709         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23710
23711 2004-01-25  Alex Schroeder  <alex@gnu.org>
23712
23713         * spam-stat.el (spam-stat-process-directory-age): New option.
23714         (spam-stat-process-directory): Use it.
23715
23716 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23717
23718         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23719         (spam-stat-save): Accept prefix argument.
23720
23721 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23722
23723         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23724         links" error.
23725
23726 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23727
23728         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23729         the rest of the and/or forms.
23730
23731 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23732
23733         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23734         compatibility with old .newsrc.eld files.
23735
23736         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23737
23738         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23739
23740         * gnus-start.el (gnus-1): do.
23741
23742         * gnus-group.el (gnus-group-line-format-alist): do.
23743
23744         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23745
23746         * gnus-gl.el: Remove.
23747
23748 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23749
23750         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23751         marks consisting of a single range {for example, (3 . 5)} rather
23752         than a list of a single range { ((3 . 5)) }.
23753
23754 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23755
23756         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23757         Use with-current-buffer.
23758         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23759         avoid consing a string.
23760
23761         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23762         Remove obsolete entries for big5 and gb2312.
23763
23764 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23765
23766         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23767         uncompressed list.
23768
23769 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23770
23771         * spam-stat.el (spam-stat-strip-xref): New function.
23772         (spam-stat-process-directory): Use it.
23773
23774         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23775         here -- it's done in message-fetch-field.
23776
23777 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23778
23779         * gnus-agent.el (gnus-agent-queue-mail)
23780         (gnus-agent-prompt-send-queue): New variables.
23781         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23782         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23783         "nndraft:queue" along to gnus-draft-send.
23784         Use gnus-agent-prompt-send-queue.
23785         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23786         is "nndraft:queue".  Suggested by Gaute Strokkenes
23787         <gs234@srcf.ucam.org>
23788
23789         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23790         (agent-enable-undownloaded-faces): Add.
23791         (gnus-agent-cat-groups): Use eval-and-compile, not
23792         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23793         method of gnus-agent-cat-groups even when the buffer has been
23794         evaled.
23795         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23796         delete gnus-agent-save-active-1.
23797         (gnus-agent-save-groups): Delete.  Identical to
23798         gnus-agent-save-active.
23799         (gnus-agent-write-active): No longer adjust agent's copy of active
23800         file as agent's adjustments are now stored in their own
23801         file.  Remove optional parameter.
23802         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23803         servers.  Add use of min/max range limits from server's local
23804         file.
23805         (gnus-agent-save-alist): Remove unused optional argument.
23806         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23807         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23808         (gnus-agent-set-local): A per-server file that keeps min/max range
23809         limits for articles known to the agent.  Provides a fast mechanism
23810         for altering many active ranges.
23811         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23812         active file (local makes it unnecessary).
23813         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23814
23815         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23816         (agent-enable-undownloaded-faces): Add.
23817
23818         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23819         disable it when sending to "nndraft:queue".
23820         (gnus-group-send-queue): Add safety check to avoid sending queue
23821         when unplugged.
23822
23823         * gnus-group.el (gnus-group-catchup): Use new
23824         gnus-sequence-of-unread-articles, not
23825         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23826         numbers of articles.  Use gnus-range-map to avoid having to
23827         uncompress the unread list.
23828         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23829         Fix invalid ange-ftp reference.
23830
23831         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23832         (gnus-sorted-range-intersection): Intersection of two ranges
23833         without requiring that they first be uncompressed.
23834
23835         * gnus-start.el (gnus-activate-group): Unless blocked by the
23836         caller, possibly expand the active range to include both cached
23837         and agentized articles.
23838         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23839         multiple version-dependent converters.
23840         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23841         gnus-agent-save-active.
23842         (gnus-save-newsrc-file): Save dirty agent range limits.
23843
23844         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23845         gnus-agent-possibly-alter-active.
23846         (gnus-adjust-marked-articles): Faster handling of simple lists.
23847
23848 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23849
23850         * spam-stat.el (spam-stat-test-directory): New optional argument
23851         displays a list of files detected.  Suggested by Andrew Cohen
23852         <cohen@andy.bu.edu>.
23853         (spam-stat-buffer-words-with-scores): Don't narrow and change
23854         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23855
23856 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23857
23858         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23859         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23860         (spam-spamassassin-arguments)
23861         (spam-spamassassin-spam-flag-header)
23862         (spam-spamassassin-positive-spam-flag-header)
23863         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23864         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23865         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23866         (spam-list-of-processors, spam-list-of-checks)
23867         (spam-list-of-statistical-checks, spam-registration-functions)
23868         (spam-check-spamassassin-headers, spam-check-spamassassin)
23869         (spam-spamassassin-score)
23870         (spam-spamassassin-register-with-sa-learn)
23871         (spam-spamassassin-register-spam-routine)
23872         (spam-spamassassin-register-ham-routine)
23873         (spam-assassin-register-spam-routine)
23874         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23875         (spam-bogofilter-score): Fix to show article before scoring.
23876
23877 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23878
23879         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23880         default scoring function.
23881         (spam-generic-score): Call spam-spamassassin-score if
23882         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23883         spam-bogofilter-score otherwise.
23884
23885         * gnus.el (spam-process, spam-autodetect-methods):
23886         Add spamassassin and spamassassin-headers.
23887
23888 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23889
23890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23891         Suppress unnecessary messages.
23892
23893 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23894
23895         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23896         make-hash-table.
23897
23898 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23899
23900         * canlock.el (base64-encode-string): Don't autoload it.
23901
23902 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23903
23904         * run-at-time.el: Remove useless (require 'itimer),
23905         eval-and-compile and (featurep 'xemacs).
23906
23907 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23908
23909         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23910         GROUP is a virtual group.
23911
23912 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23913
23914         * gnus.el: Autoload `message-y-or-n-p'.
23915
23916 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23917
23918         * pgg-parse.el: Remove unnecessary (require 'custom).
23919
23920         * pgg-def.el: do.
23921
23922         * nnmail.el: do.
23923
23924         * gnus-undo.el: do.
23925
23926         * gnus-picon.el: do.
23927
23928         * gnus-util.el: do.
23929
23930 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23931
23932         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23933
23934 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23935
23936         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23937         handle, as well as a list.
23938
23939         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23940         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23941         (mm-w3m-cid-retrieve): Simplify.
23942
23943 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23944
23945         * message.el (message-kill-to-signature): Allow prefix arg to
23946         specify number of lines to keep before signature.
23947
23948 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23949
23950         * message.el (message-kill-to-signature): Change docstring.
23951
23952 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23953
23954         * canlock.el: Always require sha1-el.
23955         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23956
23957         * message.el: Autoload sha1 only when compiling.
23958
23959         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23960         eudc-expand-inline for XEmacs.
23961
23962 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23963
23964         * message.el (message-canlock-generate): Require sha1-el.
23965
23966 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23967
23968         * message.el (message-expand-name): Silence the byte compiler.
23969
23970         * lpath.el: Add detect-coding-system.
23971
23972         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23973         cus-edit.
23974
23975 2004-01-13  Simon Josefsson  <jas@extundo.com>
23976
23977         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23978         Invoke gnus-score-mode.
23979         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23980
23981         * gnus-range.el (gnus-compress-sequence): Doc fix.
23982         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23983
23984 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23985
23986         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23987
23988 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23989
23990         * spam.el (spam-get-article-as-string): Update to use
23991         gnus-request-article-this-buffer, much simpler.
23992         (spam-get-article-as-buffer): Remove.
23993
23994 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23995
23996         * message.el (message-expand-name): Use EUDC if the user uses that.
23997
23998 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23999
24000         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24001         character for the encoding to avoid consing a string.
24002
24003         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24004         unnecessarily.
24005
24006         * mm-util.el (mm-replace-chars-in-string): Remove.
24007
24008         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24009         of mm-replace-chars-in-string.
24010
24011 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24012
24013         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24014
24015         * mm-util.el (mm-subst-char-in-string): Support inplace.
24016
24017         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24018         a new string in every iteration.  Use shy groups.
24019
24020 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24021
24022         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24023         * gnus-soup.el (gnus-soup-group-brew):
24024         * gnus-msg.el (gnus-put-message):
24025         * gnus-move.el (gnus-group-move-group-to-server):
24026         * gnus-kill.el (gnus-batch-score):
24027         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24028         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24029         (gnus-group-update-group, gnus-group-read-group)
24030         (gnus-group-make-group, gnus-group-make-help-group)
24031         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24032         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24033         (gnus-group-sort-by-unread, gnus-group-catchup)
24034         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24035         (gnus-group-yank-group, gnus-group-set-info)
24036         (gnus-group-list-groups):
24037         * gnus.el (gnus-generate-new-group-name):
24038         * gnus-delay.el (gnus-delay-send-queue):
24039         * nnvirtual.el (nnvirtual-catchup-group):
24040         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24041         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24042         (gnus-group-prepare-topics, gnus-topic-check-topology):
24043         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24044         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24045         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24046         (gnus-group-make-articles-read):
24047         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24048         (gnus-group-change-level, gnus-kill-newsgroup)
24049         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24050         (gnus-get-unread-articles, gnus-make-articles-unread)
24051         (gnus-make-ascending-articles-unread): Use accessor
24052         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24053         to get group information for improved readability.
24054
24055
24056 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24057
24058         * gnus-art.el (article-decode-mime-words, article-babel)
24059         (gnus-article-highlight-signature, gnus-article-add-buttons)
24060         (gnus-signature-toggle): Use gnus-with-article-buffer.
24061
24062         * gnus-art.el (gnus-article-highlight-headers)
24063         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24064
24065         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24066         (gnus-article-set-globals, gnus-request-article-this-buffer)
24067         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24068         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24069         (gnus-mime-display-alternative): Use with-current-buffer.
24070
24071 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24072
24073         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24074         also under 80 char limit, and call gnus-error if needed.
24075         (spam-fetch-article-header): Fix - it was a
24076         buffer-local variable (gnus-newsgroup-data).
24077         (spam-find-spam): Use spam-generate-fake-headers, forget about
24078         spam-insert-fake-headers.
24079         (spam-insert-fake-headers): Remove.
24080
24081 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24082
24083         * deuglify.el (gnus-article-outlook-unwrap-lines)
24084         (gnus-outlook-rearrange-article)
24085         (gnus-outlook-repair-attribution-outlook)
24086         (gnus-outlook-repair-attribution-block)
24087         (gnus-outlook-repair-attribution-other): Remove redundant
24088         save-excursion.
24089
24090 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24091
24092         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24093         (spam-fetch-field-subject-fast)
24094         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24095         (spam-fetch-article-header): Add functions to deal with Gnus
24096         internals for fast retrieval of article header data.
24097         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24098
24099 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24100
24101         * pop3.el (pop3-md5): Remove.
24102         (pop3-apop): Replace pop3-md5 with md5.
24103
24104         * mm-bodies.el: base64 is always built-in.
24105
24106         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24107         Use with-current-buffer.
24108
24109 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24110
24111         * canlock.el (canlock-insert-header): Remove excessive grouping in
24112         regexp.
24113
24114         * gnus-sum.el (gnus-summary-read-document): Ditto.
24115
24116         * gnus-uu.el (gnus-uu-part-number): Ditto.
24117
24118         * html2text.el (html2text-remove-tags): Ditto.
24119         (html2text-format-tags): Ditto.
24120         (html2text-format-single-elements): Ditto.
24121
24122         * mml.el (mml-parse-1): Ditto.
24123
24124 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24125
24126         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24127
24128         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24129
24130         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24131
24132         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24133
24134 2003-11-15  Simon Josefsson  <jas@extundo.com>
24135
24136         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24137         (pgg-gpg-lookup-key): Use regexp match instead of
24138         split-string (split-string is different between emacs 21.2 and
24139         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24140
24141 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24142
24143         * gnus-art.el (gnus-mime-view-all-parts)
24144         (gnus-article-part-wrapper, gnus-article-view-part):
24145         Use with-current-buffer.
24146
24147 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24148
24149         * spam.el (spam-disable-spam-split-during-ham-respool)
24150         (spam-spamoracle-database, spam-cache-lookups)
24151         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24152         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24153         (spam-group-ham-marks, spam-group-spam-marks)
24154         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24155         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24156         also add spam-use-blackholes to the statistical checks.
24157         (spam-fetch-field-fast): Add interface to fetching fields, may
24158         become a macro.
24159         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24160         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24161         (spam-insert-fake-headers): Fake an article when needed.
24162         (spam-find-spam): Fake article when possible.
24163         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24164         (spam-check-bogofilter-headers): Use message-fetch-field instead
24165         of nnmail-fetch-field.
24166
24167 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24168
24169         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24170
24171 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24172
24173         * spam.el (spam-split): Do not require spam-use-CHECK to be
24174         enabled if that check is passed to spam-split explicitly; also
24175         fix so 'spam doesn't get converted to spam-split-group when
24176         spam-split-symbolic-return is t.
24177         (spam-find-spam): Find registrations of the article and use those
24178         instead of re-running spam-split to find the spam/ham
24179         classification of the article.
24180         (spam-log-processing-to-registry, spam-log-registered-p)
24181         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24182         Use gnus-error instead of gnus-message.
24183         (spam-log-registration-type): Add function to determine the
24184         classification of a message based on registry entries; will
24185         return nil if both 'spam and 'ham are found.
24186         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24187         a reasonably fast local cache without the loading errors.
24188         (spam-cache-lookups): Set to t by default.
24189         (spam-find-spam): Don't try to guess spam-cache-lookups.
24190         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24191         spam-caches entry.
24192         (spam-filelist-build-cache, spam-filelist-check-cache):
24193         Fix caching of whitelist/blacklist entries.
24194         (spam-check-whitelist, spam-check-blacklist):
24195         Invoke spam-from-listed-p with a type, not a cache variable.
24196         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24197
24198 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24199
24200         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24201
24202         * nnmail.el (nnmail-split-fancy): do.
24203
24204         * mml.el (mml-parse): do.
24205
24206         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24207         (gnus-score-adaptive): do.
24208
24209 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24210
24211         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24212         (gnus-mime-button-map): Don't set keymap parent.
24213         (gnus-button-ctan-directory-regexp): Use shy grouping.
24214         (gnus-prev-page-map): Don't set keymap parent.
24215         (gnus-prev-page-map): Remove duplicated one.
24216         (gnus-next-page-map): Don't set keymap parent.
24217         (gnus-mime-security-button-map): Ditto.
24218
24219         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24220         version number.
24221
24222         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24223
24224 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24225
24226         * canlock.el (canlock-sha1-function): Remove.
24227         (canlock-sha1-function-for-verify): Remove.
24228         (canlock-openssl-program): Remove.
24229         (canlock-openssl-args): Remove.
24230         (canlock-ignore-errors): Remove.
24231         (canlock-sha1-with-openssl): Remove.
24232         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24233         (canlock-verify): Don't use canlock-ignore-errors.
24234
24235         * sha1-el.el (sha1-string-external): Make it can return a string
24236         in binary form.
24237         (sha1-region-external): Ditto.
24238         (sha1-string-internal): Ditto.
24239         (sha1-region-internal): Ditto.
24240         (sha1-region): Ditto.
24241         (sha1-string): Ditto.
24242         (sha1): Ditto.
24243
24244 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24245
24246         * spam.el (spam-report-articles-gmane): New command.
24247
24248 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24251
24252         * run-at-time.el (run-at-time-saved): Remove.
24253         (run-at-time): Doc fix.
24254
24255 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24256
24257         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24258         (gnus-summary-limit-map): Add it.
24259         (gnus-summary-make-menu-bar): do.
24260
24261 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24262
24263         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24264         Make attempt at some caching support (done for BBDB only now).
24265         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24266         addresses to be checked.
24267         (spam-clear-cache-BBDB): Add function, to be invoked by
24268         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24269         (spam-check-BBDB): Check and use the caches, if
24270         spam-cache-lookups is on, remove superfluous (provide).
24271
24272 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24273
24274         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24275
24276 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24277
24278         * run-at-time.el (run-at-time-saved): Move to after the definition
24279         of `run-at-time'.
24280
24281         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24282
24283 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24284
24285         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24286         mm-w3m-local-map-property.
24287
24288         * mm-view.el (mm-w3m-mode-map): Remove.
24289         (mm-w3m-local-map-property): Remove.
24290         (mm-inline-text-html-render-with-w3m): Don't use
24291         mm-w3m-local-map-property.
24292
24293 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24294
24295         * run-at-time.el: New file.
24296
24297         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24298         under Emacs.
24299
24300         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24301         of gnus-set-text-properties.
24302
24303         * gnus-uu.el (gnus-uu-save-article): Ditto.
24304
24305         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24306
24307         * gnus-cite.el (gnus-cite-parse): Ditto.
24308
24309         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24310         of gnus-.
24311
24312         * gnus-xmas.el (run-at-time): Require run-at-time.
24313
24314         * gnus.el: Change calls to nnheader-run-at-time and
24315         password-run-at-time throughout to use run-at-time directly.
24316
24317         * password.el: Remove definition of run-at-time.
24318
24319         * nnheaderxm.el: Remove definition of run-at-time.
24320
24321 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24322
24323         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24324         in prompt.
24325
24326 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24327
24328         * messagexmas.el (message-xmas-redefine): Alias
24329         `message-make-caesar-translation-table' to
24330         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24331         version.
24332
24333         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24334         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24335         `gnus-xmas-set-text-properties'.
24336         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24337         `gnus-xmas-completing-read'.
24338         (gnus-xmas-completing-read): Removed.
24339         (gnus-xmas-open-network-stream): Removed.
24340
24341         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24342         XEmacs version.
24343
24344         * dns.el (dns-make-network-process): Use `open-network-stream'
24345         instead of `gnus-xmas-open-network-stream'.
24346
24347         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24348
24349         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24350
24351 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24352
24353         * gnus-art.el (gnus-mime-display-alternative)
24354         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24355         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24356         Don't use gnus-local-map-property.
24357
24358         * gnus-util.el (gnus-local-map-property): Remove.
24359
24360         * mm-view.el (mm-view-pkcs7-decrypt):
24361         Replace gnus-completing-read-maybe-default with completing-read.
24362
24363         * gnus-util.el (gnus-completing-read): do.
24364         (gnus-completing-read-maybe-default): Remove.
24365
24366 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24367
24368         * password.el: Only autoload `run-at-time' if not XEmacs.
24369         Only autoload the itimer functions if XEmacs.
24370
24371 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24372
24373         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24374         XEmacsen.
24375
24376         * dgnushack.el: Autoload executable-find for XEmacs.
24377
24378 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24379
24380         * gnus-art.el (gnus-read-string): Remove.
24381         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24382         read-string.
24383
24384 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24385
24386         * netrc.el: Autoload password-read.
24387         (netrc): Add configuration group.
24388         (netrc-encoding-method, netrc-openssl-path):
24389         Add variables for encoding and decoding of files with symmetric
24390         ciphers.
24391         (netrc-encode): Add assistant function to encode a file with
24392         netrc-encoding-method.
24393         (netrc-parse): Add interactive parameter, added optional
24394         decoding if netrc-encoding-method is non-nil but otherwise
24395         behavior is standard.
24396         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24397         Do s/encode/encrypt/ everywhere.
24398
24399         * spam.el: Remove executable-find autoload.
24400
24401 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24402
24403         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24404
24405         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24406
24407 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24408
24409         * gnus-art.el (gnus-treat-ansi-sequences)
24410         (article-treat-ansi-sequences): New variable and function.
24411         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24412
24413         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24414         Use it.
24415
24416 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24417
24418         * mm-util.el (mm-quote-arg): Remove.
24419
24420         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24421         shell-quote-argument.
24422
24423         * gnus-uu.el (gnus-uu-command): do.
24424
24425         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24426
24427         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24428         with make-char.
24429
24430         * mm-util.el (mm-make-char): Remove.
24431
24432         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24433         add-minor-mode.
24434
24435         * gnus-undo.el (gnus-undo-mode): do.
24436
24437         * gnus-topic.el (gnus-topic-mode): do.
24438
24439         * gnus-sum.el (gnus-dead-summary-mode): do.
24440
24441         * gnus-start.el (gnus-slave-mode): do.
24442
24443         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24444
24445         * gnus-ml.el (gnus-mailing-list-mode): do.
24446
24447         * gnus-gl.el (gnus-grouplens-mode): do.
24448
24449         * gnus-draft.el (gnus-draft-mode): do.
24450
24451         * gnus-dired.el (gnus-dired-mode): do.
24452
24453         * gnus-ems.el (gnus-add-minor-mode): Remove.
24454
24455         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24456         Replace gnus-char-width with char-width.
24457
24458         * gnus-ems.el (gnus-char-width): Remove.
24459
24460         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24461         Replace gnus-char-width with char-width.
24462
24463         * gnus-ems.el (gnus-char-width): Remove.
24464
24465         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24466         definition.
24467         Remove Emacs 20 hash table compatibility code.
24468
24469         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24470         20 compatibility code.
24471
24472         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24473
24474         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24475
24476         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24477         Replace with point-at-{eol,bol}.
24478
24479         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24480
24481         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24482
24483         * flow-fill.el (fill-flowed-point-at-bol)
24484         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24485
24486         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24487         Replace with point-at-{eol,bol} throughout all files.
24488
24489 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24490
24491         * ntlm.el (ntlm-string-as-unibyte): New macro.
24492         (ntlm-build-auth-response): Use it.
24493
24494         Remove Emacs 20 stuff:
24495         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24496         (butlast, mapc, remove): Remove the compiler macros.
24497         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24498         of delq and copy-sequence.
24499         * gnus-art.el (popup-menu): Remove the compiler macro.
24500         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24501         Emacs 20.
24502
24503 2004-01-05  Simon Josefsson  <jas@extundo.com>
24504
24505         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24506         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24507         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24508         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24509         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24510         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24511         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24512         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24513         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24514         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24515         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24516         string-xor into ntlm-string-xor.
24517         Suggested by Jesper Harder <harder@myrealbox.com>.
24518
24519         * ntlm.el: Don't include poem.
24520
24521         * md4.el (print-int32, print-string-hexa): Remove.
24522         Suggested by Jesper Harder <harder@myrealbox.com>.
24523
24524         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24525
24526         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24527         probably breaks emacs with DL patch, but do we care? Is anyone
24528         still using the DL stuff?)
24529
24530         * sieve-manage.el: Use the password package.
24531         (sieve-manage-read-passwd): Remove.
24532         (sieve-manage-interactive-login): Use password.  Re-add
24533         condition-case around loop.
24534
24535         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24536         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24537         Use the password package.
24538
24539 2003-02-19  Simon Josefsson  <jas@extundo.com>
24540
24541         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24542         token.
24543
24544 2002-08-07  Simon Josefsson  <jas@extundo.com>
24545
24546         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24547         (sieve-manage-authenticators):
24548         (sieve-manage-authenticator-alist): Add some SASL mechs.
24549         (sieve-sasl-auth): New function.
24550         (sieve-manage-cram-md5-auth):
24551         (sieve-manage-plain-auth): Rewrite using SASL library.
24552         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24553         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24554         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24555         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24556
24557 2004-01-05  Simon Josefsson  <jas@extundo.com>
24558
24559         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24560         New files.
24561
24562 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24563
24564         * gnus-group.el (gnus-no-groups-message): Update.
24565
24566         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24567
24568 2003-11-09  Simon Josefsson  <jas@extundo.com>
24569
24570         * imap.el: Support for ID IMAP extension (RFC 2971).
24571         (imap-local-variables): Add imap-id.
24572         (imap-id): New variable.
24573         (imap-id): New function.
24574         (imap-parse-response): Parse untagged ID response.
24575         * nnimap.el (nnimap-id): New variable.
24576         (nnimap-open-connection): Use it.
24577
24578 2003-12-28  Simon Josefsson  <jas@extundo.com>
24579
24580         * gnus-score.el (gnus-score-edit-all-score): New.
24581         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24582
24583 2004-01-04  Simon Josefsson  <jas@extundo.com>
24584
24585         * password.el: Add.
24586
24587 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24588
24589         * dns.el (dns-query-types): Fix typo.
24590         (dns-query-types): New function.
24591         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24592         PTR and SOA replies, see RFC 1035.
24593
24594 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24595
24596         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24597
24598         * Move to Changelog.2.
24599
24600 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24601
24602         * gnus.el (gnus-version-number): Bump version.
24603
24604 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24605
24606         * gnus.el: No Gnus v0.1 is released.
24607
24608 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24609
24610         * gnus.el: No Gnus v0.0 is released.
24611
24612 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24613
24614         * gnus.el (gnus-version-number): Bump.
24615         (gnus-version): No.
24616
24617 See ChangeLog.2 for earlier changes.
24618
24619   Copyright (C) 2004-2012  Free Software Foundation, Inc.
24620
24621   This file is part of GNU Emacs.
24622
24623   GNU Emacs is free software: you can redistribute it and/or modify
24624   it under the terms of the GNU General Public License as published by
24625   the Free Software Foundation, either version 3 of the License, or
24626   (at your option) any later version.
24627
24628   GNU Emacs is distributed in the hope that it will be useful,
24629   but WITHOUT ANY WARRANTY; without even the implied warranty of
24630   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24631   GNU General Public License for more details.
24632
24633   You should have received a copy of the GNU General Public License
24634   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24635
24636 ;; Local Variables:
24637 ;; coding: utf-8
24638 ;; fill-column: 79
24639 ;; add-log-time-zone-rule: t
24640 ;; End: