8284d9c2e27b474155e7e2905e4a183447cb5884
[gnus] / lisp / ChangeLog
1 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-decode.el (mm-dissect-buffer): Doc fix.
4
5         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
6         buffer if it doesn't exist.
7
8         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
9         given, mark the group as ephemeral with the current window conf.
10
11         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
12         buffer exists, which it doesn't if we haven't started Gnus.
13         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
14
15 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * mml.el (mml-generate-mime): Allow specifying what the top-level part
18         type is.
19
20         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
21         `unexists' entries.
22         (gnus-clean-old-newsrc): Fix last checkin.
23
24         * nnimap.el (nnimap-update-info): None of the articles below the active
25         low-water mark exist.
26
27         * dgnushack.el: Get rid of XEmacs compilation warning.
28
29         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
30         would have gotten if we posted to the group, and use that to compare
31         against the message we want to cancel (bug#10808).
32
33         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
34         on XEmacs.
35
36 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
37
38         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
39         `scroll-margin'.
40
41 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
42
43         * gnus-cite.el (gnus-dissect-cited-text): A single line without
44         citation prefix within a block of cited text should be considered part
45         of that block *only* if it is a blank line.
46
47 2012-04-09  Chong Yidong  <cyd@gnu.org>
48
49         * binhex.el, hashcash.el, uudecode.el:
50         Remove * characters from the front of variable docstrings.
51
52 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
55         before kinsoku-bol characters nor within kinsoku-eol characters.
56
57 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
60         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
61         (gnus-sync-read): Use mapc instead of mapcar.
62
63         * mm-archive.el: Require mm-decode for some macros.
64         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
65         the byte compiler.
66         (mm-archive-decoders): New function that returns the value of
67         the mm-archive-decoders variable.
68
69         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
70         instead.
71         (mm-dissect-singlepart): Use the function mm-archive-decoders.
72
73         * nnimap.el (gnus-refer-thread-use-nnir):
74         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
75
76 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
79
80 2012-03-12  Peter Münster  <pmrb@free.fr>
81
82         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
83         (gnus-demon-cancel): Ditto.
84         (gnus-demon-run-callback): When function cannot be called due to low
85         idleness, call it when idleness reaches the expected value, instead of
86         waiting another timer period.
87         (gnus-demon-init): Add `time' to arguments of call-back.
88
89 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
92
93         * gnus.el: Register gnus-registry functions.
94
95         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
96         indent.
97
98         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
99         enabled before warping.
100
101 2012-03-22  Dave Abrahams  <dave@boostpro.com>
102
103         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
104         registry about each article retrieved.
105
106         * gnus-int.el (gnus-select-group-with-message-id): New function.
107         (gnus-try-warping-via-registry): Ditto.
108         (gnus-warp-to-article): Fall back on the registry.
109
110 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
111
112         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
113         inboxes.
114
115 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
118
119 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
122         gnus-gcc-self-resent-messages may be a group parameter.
123         (gnus-summary-resend-message): Don't encode encoded words in header
124         when Gcc'ing resent message.
125
126 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * shr.el (shr-insert): Treat non-breaking space just like normal
129         space.  This seems to produce more pleasing results.
130         (shr-insert): Only insert a blank line if we're starting from an image.
131         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
132         (shr-ensure-paragraph): Consider lines with white space to be blank.
133
134 2012-03-15  Elias Pipping  <pipping@lavabit.com>
135
136         * Makefile.in: Respect DESTDIR.
137
138 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
139
140         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
141         and gnus-gcc-post-body-encode-hook.
142
143 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
146         messages that don't exist.
147
148         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
149
150 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
155         don't have a current group.
156
157 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
160         Remove.
161
162         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
163
164         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
165
166 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
169         have a group name.
170
171         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
172         a multibyte buffer (bug#7410).
173         (article-wash-html): Parse the original article buffer to get the
174         unencoded data (bug#7410).
175
176         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
177         .newsrc.el files.
178
179 2012-04-05  Bastien Guerry  <bzg@altern.org>
180
181         * color.el (color-lighten-name): Fix typo.
182
183 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
186         "#" to avoid having them interpreted as comments.
187
188 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-insert): Update the text state properly to avoid
191         inserting spurious paragraph starts.
192
193 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-table-widths): Divide the extra width more fairly over
196         the TDs (bug#10973).
197         (shr-render-td): Don't delete too much padding.
198         (shr-natural-width): Compute the natural width more correctly.
199         (shr-insert): Allow the natural width to be computed for tables again.
200         (shr-tag-table-1): Rework how the natural widths are computed by
201         rendering the table a third time.
202         (shr-natural-width): Removed.
203         (shr-buffer-width): New function.
204         (shr-expand-newlines): Use it.
205
206         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
207         using a `gnus-use-full-window' setup (bug#11013).
208
209 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
212         24.1 release.
213
214 2012-03-10  David Edmondson  <dme@dme.org>
215
216         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
217         'Forwarded Message' header and the start of the message.
218
219 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
220
221         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
222         isn't running (bug#10897).
223
224 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
227         This is inconsistent with all the other stream functions, which leave
228         the setting up to the higher levels (if so wanted) (bug#10931).
229
230 2012-02-28  Glenn Morris  <rgm@gnu.org>
231
232         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
233         mm-decode.el: Standardize possessive apostrophe usage.
234
235 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
238
239 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
240
241         * parse-time.el (parse-time-string): Allow extractor to return nil.
242
243 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
246
247 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
250
251 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * mm-decode.el (mm-shr): Remove "soft hyphens".
254
255         * nnimap.el (nnimap-request-list): Return the group names encoded as
256         utf8.  Otherwise non-European group names don't work.
257         (nnimap-request-newgroups): Ditto.
258
259         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
260         the default in `read-string' (bug#10757).
261
262         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
263         topics (bug#10843).
264
265         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
266         buffer.  Suggested by Herbert Valerio Riedel.
267         (nnimap-request-move-article): Delete the message from the correct IMAP
268         server.
269
270 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
271
272         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
273         Reported by Peter Münster.
274
275 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-image-fetched): Make sure we really kill the right
278         buffer.
279
280 2012-02-16  Leo Liu  <sdl.web@gmail.com>
281
282         * gnus-start.el (gnus-1): Avoid duplicate entries.
283
284 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * imap.el: Remove.
287
288         * nntp.el (nntp-coding-system-for-read): Remove.
289         (nntp-coding-system-for-write): Ditto.
290         (nntp-open-connection): Just use `binary' directly.
291
292         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
293         Gnus 0.3.
294
295 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
298         application/octet-stream parts really is.
299
300         * gnus-sum.el (gnus-propagate-marks): Remove.
301
302 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
303
304         * shr.el (shr-rescale-image): Undo previous change; see
305         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
306
307 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
308
309         * gnus.el: Ma Gnus v0.3 is released.
310
311 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-sum.el (gnus-summary-local-variables): Make
314         `gnus-newsgroup-unexist' into a local variable.
315
316 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
317
318         * registry.el (registry-usage-test, registry-persistence-test): Move to
319         tests/gnustest-registry.el.
320         (registry-make-testable-db, registry-match-test)
321         (registry-instantiation-test): Move to tests/gnustest-registry.el.
322
323         * gnus-registry.el (gnus-registry-misc-test)
324         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
325
326         * tests/gnustest-registry.el: New file with the registry and
327         gnus-registry ERT tests.
328
329 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-msg.el (gnus-summary-resend-message): Make
332         gnus-summary-resend-message-insert-gcc be last item in
333         message-header-setup-hook.
334
335 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
338         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
339         Remove.
340         (nnfolder-open-server): Don't use marks.
341         (nnfolder-request-delete-group): Ditto.
342         (nnfolder-request-rename-group): Ditto.
343         (nnfolder-request-set-mark, nnfolder-request-marks)
344         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
345         (nnfolder-save-marks, nnfolder-open-marks): Remove.
346
347         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
348         (nnml-marks-modtime): Remove.
349         (nnml-request-delete-group): Don't use marks.
350         (nnml-request-rename-group): Ditto.
351         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
352         (nnml-save-marks, nnml-open-marks): Remove.
353
354         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
355         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
356         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
357         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
358         (nntp-server-to-method-cache): Remove.
359
360         * shr.el (shr-rescale-image): Fix wrong merge.
361
362 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
365         too-wide lines.
366
367 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * nnimap.el (nnimap-record-commands): New variable.
370         (nnimap-log-command): Use it.
371         (nnimap-make-process-buffer): Add a space to the process buffer.
372         (nnimap-transform-headers): Don't bug out on header lines containing
373         stuff that look like IMAP length encodings.
374
375         * shr.el (shr-rescale-image): Allow viewing large images.
376
377 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * nnml.el (nnml-request-compact-group): Delete the marks file after
380         compaction (bug#10800).
381
382         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
383         group exit.
384
385         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
386         QRESYNC/FETCH output.
387
388 2012-02-11  Glenn Morris  <rgm@gnu.org>
389
390         * sieve-manage.el (sieve-manage-default-stream):
391         * shr.el (shr):
392         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
393         (nnir-retrieve-headers-override-function)
394         (nnir-imap-default-search-key, nnir-notmuch-program)
395         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
396         (nnir-method-default-engines):
397         * message.el (message-cite-reply-position):
398         * gssapi.el (gssapi-program):
399         * gravatar.el (gravatar):
400         * gnus-sum.el (gnus-refer-thread-use-nnir):
401         * gnus-registry.el (gnus-registry-unfollowed-addresses)
402         (gnus-registry-max-pruned-entries):
403         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
404         * gnus-int.el (gnus-after-set-mark-hook)
405         (gnus-before-update-mark-hook):
406         * gnus-async.el (gnus-async-post-fetch-function):
407         * auth-source.el (auth-source-cache-expiry):
408         Add missing :version tags to new defcustoms and defgroups.
409
410 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-sum.el (gnus-adjust-marked-articles): Add to
413         `gnus-newsgroup-unexist'.
414
415         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
416         marks.
417         (gnus-article-special-mark-lists): Put the `unexist' in the special
418         marks list instead.
419
420         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
421         articles in the list of articles to be selected.
422
423         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
424         articles.
425         (nnimap-update-info): Keep track of unexisting articles.
426         (nnimap-update-qresync-info): Ditto.
427
428 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
429
430         * message.el (message-default-send-mail-function): Made into own
431         function for reuse by emacsbug.el.
432
433 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
434
435         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
436         `gnus-sloppily-equal-method-parameters' to avoid a warning.
437
438 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * mm-archive.el (mm-archive-dissect-and-inline): New function.
441         (mm-archive-dissect-and-inline): Fix up the undisplayer.
442
443         * gnus-compat.el: Define `timer-set-function'.
444
445         * mm-decode.el (mm-display-external): Output the text from the command
446         in the buffer after the command finished.  This makes text-based
447         commands behave better.
448
449 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-compat.el: Add a compat for the old `url-retrieve'.
452
453 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
456         23.1.
457
458 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
461
462 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * message.el (smtpmail-smtp-user): Silence compiler warning.
465
466 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * message.el (message-multi-smtp-send-mail): Also allow specifying the
469         SMTP user name.
470
471 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-sum.el (gnus-summary-show-thread):
474         next-single-char-property-change may return nil in XEmacs.
475         (gnus-summary-article-map): Fix typo.
476
477 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
480         running.
481
482         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
483
484         * gnus.el (gnus-server-extend-method): Don't add an -address component
485         if the method already has one (bug#9676).
486
487 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
490         of an initial-input for consistency (bug#10757).
491
492         * dgnushack.el: Fix XEmacs compilation warning.
493
494         * shr.el: Inhibit getting and sending cookies when fetching pictures.
495
496         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
497
498 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
501         lines that are narrower than the window width.  Otherwise background
502         "blocks" will look less readable.
503
504 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * nnimap.el (nnimap-transform-headers): Remove unused variable.
507         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
508         have newlines within the strings, and where the UID comes after the
509         BODYSTRUCTURE element (bug#10537).
510
511         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
512         (bug#10732).
513
514         * shr.el (shr-insert-document): Add doc string.
515         (shr-visit-file): Ditto.
516         (shr-remove-trailing-whitespace): New function.
517         (shr-insert-document): Use it to clean up trailing whitespace as the
518         final step (bug#10714).
519
520 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
523         buffer if `gnus-kill-summary-on-exit' is nil.
524
525 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
528         when just reading a single group from "without" Gnus.
529
530 2012-02-06  Chong Yidong  <cyd@gnu.org>
531
532         * gnus-sum.el (gnus-summary-show-thread):
533         next-single-char-property-change never returns nil (Bug#8657).
534
535 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * message.el (message-multi-smtp-send-mail): New function.
538         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
539         header to implement multi-SMTP functionality.
540
541         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
542         (gnus-agentize): Don't set it.
543         (gnus-agent-send-mail): Don't use it.
544
545         * gnus-sum.el (gnus-summary-widget-backward): New function and
546         keystroke.
547
548         * gnus-compat.el: More the compat functions more compatible.
549
550         * shr.el (shr-put-image): Remove underlines from sliced images.
551         (shr-zoom-image): Compute the region to be replaced more correctly.
552
553 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
556         (gnus-summary-resend-message-insert-gcc): New function.
557         (gnus-summary-resend-message): Modify message-header-setup-hook and
558         message-sent-hook to make it work for Gcc.
559         (gnus-inews-do-gcc): Update the number of unread articles of groups
560         that messages are Gcc'd to.
561
562         * message.el (message-resend): Run message-sent-hook to do Gcc.
563
564 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
565
566         * lpath.el: Fix an XEmacs compilation warning.
567
568         * gnus-compat.el: Require `help-fns' to fix compilation error.
569
570         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
571         a higher level to silence compilation.
572
573         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
574         parameter to allow controlling the scaling.
575
576         * shr.el (shr-zoom-image): New command and keystroke.
577         (shr-put-image): Take a `size' flag to say how to scale the image.
578
579         * gnus-compat.el: Redefine `delete-directory' to provide recursive
580         deletion unless already defined.
581
582         * gnus.el (gnus-compat): Require it.
583
584         * gnus-compat.el: New file.
585
586         * gnus-start.el (gnus-clean-old-newsrc): New function.
587         (gnus-read-newsrc-file): Use it.
588
589         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
590         Use recursive deletion.
591         (mm-dissect-archive): Add support for zip files.
592
593         * gnus-util.el (gnus-recursive-directory-files): New function.
594
595         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
596         (mm-archive-decoders): Add tgz support.
597
598         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
599         Otherwise inserting text into the Gnus buffer can look odd.
600
601         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
602
603         * mm-archive.el (mm-archive-decoders): Add support for tar.
604
605         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
606
607         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
608
609 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
610
611         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
612
613         * mm-archive.el: New file.
614
615         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
616
617         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
618
619         * message.el (message-goto-*): Make all the `message-goto-*' commands
620         push the mark before moving point.  This makes it easier to go back to
621         where you came from after editing whatever you jumped to.
622
623 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
624
625         * gnus.el: Ma Gnus v0.1 is released.
626
627 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
630         without reconnecting.
631         (nnimap-possibly-change-group): Ditto.
632         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
633         connection has died before being called.
634
635 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
638         an initial sync unless we're really doing one.
639
640         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
641         address parameter if one already exists (bug#9676).
642
643         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
644         not the prefix, as documented (bug#10689).
645
646 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
649         the "server".
650
651         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
652         the real error message with the useless "previously known to be down".
653         Which isn't even correct.
654
655         * nntp.el (nntp-open-connection): Report the error message if the nntp
656         server can't be reached.
657
658         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
659         groups we do a total scan for.
660         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
661         doing that.
662
663 2012-01-31  Jim Meyering  <jim@meyering.net>
664
665         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
666         Correct a comment (insert "not") and hide nominally-doubled "to".
667
668 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus.el (gnus-version): Change name to "Ma Gnus".
671
672 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
673
674         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
675         section in the manual.
676
677 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
678
679         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
680         words.
681         (rfc2047-encode-string): Ditto.
682         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
683         understand folded filename="..." parameters, for instance.
684
685         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
686         the message for greater debuggability.
687
688 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
691         instead of setting it locally, since the latter doesn't seem to have
692         any effect (most of the time).
693
694 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
695
696         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
697         function call.
698
699 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
700
701         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
702         seconds, and make the repeat clause with HH:MM specs work as
703         documented.
704
705 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
706
707         * proto-stream.el (proto-stream-capability-open): Fall back on
708         :end-of-command if :end-of-capability doesn't exist.
709
710 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
713         bound globally in old Emacsen and XEmacsen.
714
715 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
718         so that previous errors don't prohibit getting new news.
719
720         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
721
722         * nntp.el (nntp-retrieve-group-data-early): Ditto.
723
724 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
725
726         * gnus.el (gnus-group-find-parameter): Check for liveness of the
727         buffer, not of the string which is its name.
728
729 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
730
731         * proto-stream.el (proto-stream-capability-open): Wait for
732         :end-of-capability, not :end-of-command.
733
734         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
735         non-server-marks groups.
736         (gnus-group-make-articles-read): Ditto.
737
738         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
739         methods (bug#9676).
740
741         * gnus.el (gnus-method-ephemeral-p): New function.
742
743 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
746         left-to-right.
747
748 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
749
750         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
751         warning.
752
753 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
756         macroexpand the nnir things, since they haven't been defined yet, and
757         nnir requires gnus-sum.
758
759 2012-01-24  Julien Danjou  <julien@danjou.info>
760
761         * color.el (color-rgb-to-hsl): Fix value computing.
762         (color-hue-to-rgb): New function.
763         (color-hsl-to-rgb): New function.
764         (color-clamp, color-saturate-hsl, color-saturate-name)
765         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
766         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
767
768 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * mm-decode.el (mm-interactively-view-part): Fix prompt.
771
772 2012-01-19  Julien Danjou  <julien@danjou.info>
773
774         * color.el (color-name-to-rgb): Use the white color to find the max
775         color component value and return correctly computed values.
776         (color-name-to-rgb): Add missing float conversion for max value.
777
778 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
779
780         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
781         logical server name in addition to the actual machine address.
782
783         * auth-source.el (auth-source-user-and-password): Add convenience
784         wrapper to search by just host and optionally user.
785
786 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-visit-file): Move point to the beginning of the buffer
789         after rendering.
790
791 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
792
793         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
794         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
795         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
796
797 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * gnus-sum.el (gnus-summary-read-group): Document more parameters
800         (bug#9693).
801         (gnus-summary-setup-buffer): Document return value (bug#9697).
802
803         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
804         since ido doesn't work on symbols (bug#9632).
805
806         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
807         when getting a single value as when getting all the values.  This means
808         that atoms like `gcc-self' work cumulatively, like variable settings,
809         instead of getting the value from the last matching clause.
810         (gnus-group-find-parameter): Protect against the group buffer not
811         existing (bug#9585).
812
813 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-start.el (gnus-activate-group): Document more parameters
816         (bug#9694).
817
818         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
819         (bug#9692).
820
821         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
822         article was fetched, so that it can be expired later (bug#9958).
823         (gnus-agent-summary-fetch-series): Add doc string.
824         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
825         (bug#9517).
826
827         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
828         retrieval is happening.
829
830         * gnus.el (gnus-parameters): Doc fix.
831
832 2012-01-06  Dave Abrahams  <dave@boostpro.com>
833
834         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
835         show the thread after expansion.
836
837 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-art.el (article-narrow-to-head): If the head is completely
840         empty, narrow to the empty region (bug#9764).
841
842         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
843         read, and then mark them as unread only when the unread mark is used.
844         This makes `C-- T k' actually work, even though it's confusing.
845
846         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
847         alive before we try to find its window.
848
849 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
850
851         * mm-decode.el (mm-display-external): Use a longer timeout for the
852         deletion to allow slow programs to display the file.
853
854 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
857         prompt to be less confusing.
858
859         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
860         argument to `message-reply'.  This broke `special-display-*' frame
861         pop-uping (bug#10238).
862
863 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
866         systems, since these allegedly don't work there.
867
868 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
869
870         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
871         live buffer.
872
873 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * nnir.el (nnir-retrieve-headers): Protect against the article not
876         existing on the server (bug#10335).
877
878 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
879
880         * gnus-agent.el (gnus-agent-load-local): Recompute
881         gnus-agent-article-local on changing method.
882
883 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus.el (gnus-parameters): Note precedence.
886
887 2012-01-04  Leo Liu  <sdl.web@gmail.com>
888
889         * nndraft.el (nndraft-update-unread-articles): Don't move point around
890         in the group buffer.
891
892 2012-01-04  Julien Danjou  <julien@danjou.info>
893
894         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
895         change.
896
897 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
900         too.
901
902         * nntp.el (nntp-retrieve-group-data-early): Use it.
903
904 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * nntp.el (nntp-retrieval-in-progress): New variable.
907         (nntp-make-process-buffer): Make it buffer-local.
908
909         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
910         2010.
911         (gnus-demon-init): Use it to compute the time if time is on the form
912         "04:23".
913
914         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
915
916         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
917         status in the correct buffer.
918
919 2012-01-03  Leo Liu  <sdl.web@gmail.com>
920
921         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
922         when opening topics (bug#10407).
923
924 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
925
926         * gnus-cus.el (gnus-score-customize):
927         * gnus-sum.el (gnus-sort-gathered-threads):
928         * message.el (message-shorten-references):
929         * nnmairix.el (nnmairix-request-group):
930         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
931
932 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
933
934         * gnus-agent.el (gnus-agent-regenerate-group):
935         * gnus-int.el (gnus-retrieve-group-data-early):
936         * mm-util.el (mm-codepage-ibm-list):
937         * nndiary.el (Commentary, nndiary-get-new-mail):
938         * nnir.el (nnir):
939         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
940
941 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mm-view.el (mm-display-inline-fontify): Add comment.
944
945 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
946
947         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
948         * ntlm.el (ntlm-smb-dohash): Spelling fix.
949
950 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
951
952         * gnus-art.el (gnus-split-methods):
953         * gnus-msg.el (gnus-configure-posting-styles):
954         * gnus-spec.el (gnus-parse-simple-format):
955         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
956         * message.el (message-do-actions): Spelling fix.
957
958 2011-12-15  Juri Linkov  <juri@jurta.org>
959
960         * mm-decode.el (mm-inline-media-tests): Add missing
961         `mm-handle-media-subtype'.
962
963 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
964
965         * gnus-group.el (gnus-group-tool-bar):
966         * gnus-sum.el (gnus-summary-tool-bar):
967         * message.el (message-tool-bar):
968         * rfc2231.el (rfc2231-parse-string): Spelling fix.
969
970 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
971
972         * plstore.el (plstore--insert-buffer): Spelling fix.
973
974 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
975
976         * message.el (message-valid-fqdn-regexp): Update with newly approved
977         top-level domain names ".tel" and ".asia".
978
979 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus-sum.el (gnus-summary-show-article): Don't load shr
982         unconditionally.
983
984 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
987         pop-to-buffer-same-window for old Emacsen.
988
989 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
990
991         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
992
993 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
994
995         * netrc.el (netrc-credentials): Spelling fix.
996
997 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
998
999         * gnus-fun.el (gnus-fun-ppm-change-string):
1000         * gnus-msg.el (gnus-inews-do-gcc):
1001         * gnus-sum.el (gnus-summary-find-for-reselect):
1002         * gnus.el (gnus-summary-cancelled):
1003         * message.el (message-cancel-hook, message-send-news):
1004         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1005         * nnir.el (nnir-run-hyrex):
1006         * nntp.el (nntp-with-open-group-function):
1007         * pgg.el (pgg-pending-timers): Spelling fix.
1008
1009 2011-12-04  Chong Yidong  <cyd@gnu.org>
1010
1011         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1012         change (Bug#10200).
1013
1014 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * compface.el (uncompface):
1017         * gnus-art.el (gnus-article-x-face-command): Update the header format
1018         of icon data for the most recent icontopbm program.
1019
1020 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gnus-msg.el (gnus-inews-do-gcc):
1023         * message.el (message-send-mail):
1024         * mml.el (mml-generate-mime): Share the value of the buffer-local
1025         `message-options' variable between a draft buffer and temprary working
1026         buffers.
1027
1028 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1029
1030         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1031
1032 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1035         for Cygwin.
1036
1037 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1038
1039         * gnus-group.el (gnus-group-prepare-flat):
1040         * mm-bodies.el (mm-encode-body):
1041         * mml.el (mml-preview):
1042         * nnml.el (nnml-request-compact-group):
1043         * pop3.el (pop3-stream-type): Spelling fix.
1044
1045 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1048
1049 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1050
1051         * color.el (color-rgb-to-hsl):
1052         * gmm-utils.el (gmm-tool-bar-style):
1053         * gnus-group.el (gnus-group-prepare-flat):
1054         * gnus-topic.el (gnus-topic-prepare-topic):
1055         * mm-decode.el (mm-discouraged-alternatives):
1056         * rfc2047.el (rfc2047-encode-1):
1057         * starttls.el: Spelling fix.
1058
1059 2011-11-24  Glenn Morris  <rgm@gnu.org>
1060
1061         * binhex.el (binhex-begin-line): Give it basic doc-string.
1062
1063         * starttls.el, tls.el: Fix case of "GnuTLS".
1064
1065 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1066
1067         * gnus-group.el (gnus-group-highlight): Fix typo.
1068
1069 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1070
1071         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1072         value of `delete-file', that returns nil for a local file but returns t
1073         for a remote file using ssh.
1074
1075 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1076
1077         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1078
1079 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1082         avoid later breakage.
1083
1084 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1087         article buffers' name.
1088
1089 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1092         by Paul Eggert's spellfixes two days ago.
1093
1094 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1097         doesn't have it.
1098
1099         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1100         buffer-local instead of binding them to avoid warnings.  Also demote
1101         errors (bug#10063).
1102         (font-lock-mode-hook): Shut up byte compiler.
1103
1104 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1105
1106         * mm-util.el (mm-charset-after):
1107         * nnir.el (nnir-run-hyrex):
1108         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1109         (ntlm-get-password-hashes, ntlm-md4hash):
1110         * smime.el: Fix typo.
1111
1112 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         * gnus-agent.el (gnus-agent-expire-group-1):
1115         * nndiary.el (nndiary-last-occurence):
1116         * nnimap.el (nnimap-request-set-mark):
1117         * nnmairix.el (nnmairix-only-use-registry):
1118         * gnus-group.el (gnus-group-prepare-flat):
1119         * gnus-sum.el (gnus-decode-encoded-word-methods):
1120         * message.el (message-wash-subject):
1121         * nntp.el (nntp-retrieve-headers-with-xover):
1122         * smime.el (smime-certificate-directory): Spelling fix.
1123
1124 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1125
1126         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1127
1128         * color.el:
1129         * gnus-agent.el (gnus-agent-possibly-alter-active):
1130         * gnus-dired.el (gnus-dired-print):
1131         * mail-parse.el:
1132         * nnmairix.el (nnmairix-request-group):
1133         * shr.el (shr-image-displayer):
1134         * sieve-manage.el:
1135         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1136
1137 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         * gnus-sum.el (gnus-auto-select-subject):
1140         * spam-report.el (spam-report-resend): Spelling fix.
1141
1142 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1143
1144         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1145         * gnus-art.el (gnus-default-article-saver):
1146         * gnus-srvr.el (gnus-server-copy-server):
1147         * gnus.el (gnus-sloppily-equal-method-parameters):
1148         * html2text.el (html2text-format-tag-list):
1149         * message.el (message-narrow-to-head):
1150         * nndiary.el:
1151         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1152         * sieve.el: Spelling fix.
1153
1154 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1155
1156         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1157         * gnus-sum.el (gnus-summary-make-menu-bar):
1158         * gnus-uu.el (gnus-uu-decode-postscript)
1159         (gnus-uu-decode-postscript-and-save):
1160         * mailcap.el (mailcap-print-command):
1161         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1162         Fix typos.
1163
1164 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1165
1166         * gnus-art.el (gnus-article-part-wrapper):
1167         * html2text.el (html2text-fix-paragraphs):
1168         * mm-decode.el (mm-image-fit-p):
1169         * rfc2047.el (rfc2047-encode-message-header):
1170         * shr-color.el (shr-color-visible-distance-min)
1171         (shr-color-relative-to-absolute, set-minimum-interval)
1172         (shr-color-visible): Fix typos.
1173
1174 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1175
1176         * gmm-utils.el (gmm-tool-bar-item):
1177         * gnus-art.el (gnus-treat-body-boundary):
1178         * gnus-diary.el (gnus-user-format-function-d):
1179         * gnus-start.el (gnus-get-unread-articles):
1180         * pgg-gpg.el (pgg-gpg-update-agent):
1181         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1182
1183 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1184
1185         * gnus-topic.el (gnus-group-prepare-topics):
1186         * gnus-uu.el (gnus-extract-view):
1187         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1188
1189 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * spam.el: Move BBDB autoloads.
1192         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1193         BBDB 2 and 3.
1194         (spam-check-BBDB): Use it.
1195         (spam-enter-ham-BBDB): Use it.
1196
1197 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1198
1199         * smime.el (smime-draw-buffer): Spelling fix.
1200
1201 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1202
1203         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1204         for scanning exactly one level.
1205         * gnus-start.el (gnus-get-unread-articles): Ditto.
1206
1207 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1210         slightly clearer.
1211
1212 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1213
1214         * gnus-sync.el: More commentary about setup.
1215
1216 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * message.el (message-send-and-exit): Document `arg'.
1219
1220 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1223
1224 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1227
1228         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1229         we don't use `bound-and-true-p'.
1230
1231 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-util.el (gnus-bound-and-true-p): Remove.
1234         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1235         * nnir.el: Use it.
1236         * nnmairix.el: Use it.
1237
1238 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * gnus-sync.el: Improve docs about CouchDB admins.
1241
1242         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1243         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1244         for reasons unknown.
1245         * nnir.el: Use it.
1246         * nnmairix.el: Use it.
1247
1248         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1249         * nnir.el: Ditto.
1250         * nnmairix.el: Ditto.
1251
1252         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1253
1254 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1255
1256         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1257         not needed.  Provide xmlplistread list function to produce XML plist
1258         output for non-Gnus LeSync clients.
1259
1260 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1263
1264         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1265         and save against it.  Group subscriptions, read marks, other marks,
1266         subscription levels, topic names, and topic offsets (the group's
1267         position within the topic) are saved.  This is an experimental backend
1268         and may change significantly.  Load json.el from the gnus-fallback-lib
1269         if it's not available otherwise.
1270         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1271
1272 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1273
1274         * message.el (message-completion-function): Make sure
1275         message-tab-body-function is not attempted if one of
1276         message-completion-alist fails to find a completion (bug#9158).
1277
1278 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1279
1280         * mml.el (mml-quote-region): Quote <#secure> tag.
1281         (mml-generate-mime-1): Unquote <#secure> tag.
1282
1283 2011-10-20  Chong Yidong  <cyd@gnu.org>
1284
1285         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1286         calling a minor mode from Lisp with nil arg enables it, so we have to
1287         make the wording a bit ambiguous here).
1288
1289 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1292         * nnir.el (nnir-mode): Use it.
1293         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1294         Use it.
1295
1296         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1297         * nnmairix.el (gnus-registry-enabled): Ditto.
1298
1299 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1300
1301         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1302         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1303         only while we need to find out if it should be t or nil.
1304         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1305         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1306         the registry is installed.  Set it to nil when it's unloaded.
1307         (gnus-registry-install-p): Provide user guidance for the initial value
1308         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1309         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1310         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1311         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1312         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1313         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1314         `gnus-registry-install'.
1315
1316 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1317
1318         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1319         previous change.
1320         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1321         primary key is marked as disabled.
1322
1323 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1324
1325         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1326         primary key is marked as disabled.
1327
1328 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1329
1330         * html2text.el (html2text-clean-anchor): Check for quotes around
1331         `href' value.
1332
1333 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1334
1335         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1336         searching.  Drop `bbdb-cache'.
1337
1338 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * message.el (message-signed-or-encrypted-p): Exclude header when
1341         checking if there is signed or encrypted body in text/plain message.
1342
1343 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1344
1345         * html2text.el (html2text-get-attr): Correctly handle attribute values
1346         containing "=".
1347
1348 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1349
1350         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1351         handle bindings.
1352
1353 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-win.el (gnus-configure-windows): Protect against reading
1356         ephemeral groups outside of Gnus.
1357
1358 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * shr.el (shr-tag-img): Don't get images displayed in tables.
1361
1362 2011-10-03  Glenn Morris  <rgm@gnu.org>
1363
1364         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1365         the "maintainer" version of debbugs.gnu.org reports.
1366
1367 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1370         make asynchronous adjacent image insertion work better.
1371
1372 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1373
1374         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1375         documentation.
1376
1377 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1380         `gnus-asynchronous' isn't shadowed.
1381
1382 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1385
1386         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1387         (nnimap-insert-partial-structure): The charset parameter isn't
1388         case-sensitive.
1389
1390         * nnheader.el (nnheader-message-maybe): New function.
1391
1392         * shr.el (shr-tag-table): Render totally broken tables better.
1393
1394         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1395         computing the boundary.
1396
1397 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * pop3.el (pop3-number-of-responses): Remove.
1400         (pop3-wait-for-messages): Rewrite to take linear time instead of
1401         exponential time.
1402
1403 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1406         re-fetch images.
1407
1408         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1409         re-fetch images when hitting `g' in Gnus.
1410
1411 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1414         (mml-compute-boundary): Don't check collision if it is non-nil.
1415         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1416         before checking collision.
1417
1418 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * message.el (message-indent-citation): Really make sure there's a
1421         newline at the end.
1422
1423         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1424         Fix suggested by John Wiegley.
1425
1426         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1427
1428         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1429
1430         * message.el (message-default-send-rename-function): Break out into its
1431         own function.
1432
1433         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1434         doesn't work under XEmacs.
1435
1436         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1437         of "imaps" to word around Windows problems.
1438         (nnimap-open-connection-1): Use it.
1439
1440         * message.el (message-indent-citation): Revert last change which made
1441         `F' not work.
1442
1443 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1444
1445         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1446         terminal as well.
1447
1448 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1451         because it displays images using overlays that aren't easy to copy to
1452         the article buffer.
1453
1454 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1455
1456         * message.el (message-indent-citation): Fix empty line removal at the
1457         end of the citation.
1458
1459 2011-09-20  Julien Danjou  <julien@danjou.info>
1460
1461         * auth-source.el (auth-source-netrc-create): Use default value for
1462         password if specified.  Evaluate default.
1463         (auth-source-plstore-create): Ditto.
1464         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1465         value evaluation.
1466         (auth-source-netrc-create): Typo fix.
1467         (auth-source-plstore-create): Ditto.
1468
1469         * password-cache.el (password-cache-remove): Remove entries even if the
1470         value is nil, so that password with a nil value (negative caching) is
1471         possible to invalidate.
1472
1473         * auth-source.el (auth-source-format-cache-entry): New function.
1474
1475 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1478
1479 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1482
1483 2011-09-19  Julien Danjou  <julien@danjou.info>
1484
1485         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1486         which work with things that are not ASCII.
1487
1488 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1491
1492 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1495         message level.
1496
1497 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1500
1501 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1504
1505 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1506
1507         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1508         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1509
1510 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1511
1512         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1513         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1514         articles.
1515
1516 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1517
1518         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1519         (message-mail-other-window, message-mail-other-frame)
1520         (message-news-other-window, message-news-other-frame):
1521         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1522         instead of setting buffer display varibles.
1523
1524 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1527
1528         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1529
1530 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1533         duplicates" to a higher level.
1534
1535         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1536         most egregious messages.
1537
1538 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1541
1542 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1543
1544         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1545         up the file (bug#9351).
1546
1547 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1550         it does with all other backends, but decode the names immediately after
1551         getting them.
1552
1553         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1554         decoding nnimap groups.
1555
1556         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1557         newsrc file.  It doesn't seem like an important optimization any more.
1558
1559 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1560
1561         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1562         overflows.
1563
1564 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1567         (gnus-interactive-exit): Extend to `quiet'.
1568
1569         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1570
1571         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1572         string.
1573
1574         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1575         renaming function arguments from `this'.
1576
1577         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1578
1579         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1580         has been renamed.
1581         (gnus-lrm-string-p): Include RLM and PDF, too.
1582
1583         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1584         (bug#9225).
1585
1586 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1587
1588         Add autoload cookies for functions used by sendmail.el.
1589         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1590
1591         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1592
1593 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1594
1595         * gnus-art.el (article-date-ut): Work properly even when there are
1596         things like Date header in the body; work for forwarded parts.
1597
1598 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1599
1600         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1601         original-article-buffer.
1602
1603 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1604
1605         * nnir.el (nnir-compose-result): Fix matching of server type.
1606         (nnir-run-swish++): Ditto.
1607         (nnir-run-namazu): Ditto.
1608         (nnir-run-notmuch): Ditto.
1609
1610 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1613         (bug#9405).
1614
1615         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1616         (bug#9421).
1617
1618         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1619         (bug#9425).
1620
1621         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1622         thing (bug#9426).
1623
1624 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1627         the error message.
1628
1629 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1630
1631         * message.el (message-setup-1): Return t (Bug#9392).
1632
1633 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1634
1635         * gnus-sum.el: When adding article headers to a summary buffer also
1636         update gnus-newsgroup-articles (bug#9386).
1637
1638 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * auth-source.el: Autoload help-mode.
1641
1642 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1645         names.
1646
1647 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1648
1649         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1650         mm-replace-in-string for compatibility issues.
1651         * mml2015.el (mml2015-epg-verify): Ditto.
1652
1653 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1656
1657         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1658
1659 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1662         continue on and do the clean-up phase (bug#9188).
1663
1664         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1665         just ignore groups that can't be opened instead of erroring out
1666         (bug#9225).
1667
1668         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1669         nil since some many people are fuddy-duddies.
1670
1671         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1672         images.
1673
1674         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1675         instead.
1676
1677         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1678
1679         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1680
1681         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1682         processing.
1683
1684         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1685         buffer to avoid warnings.
1686
1687 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1688
1689         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1690         specified to reduce precision.
1691
1692 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1695         bodystructures (bug#9314).
1696
1697 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1700         Make button keymap non-sticky after buttons.
1701
1702 2011-08-18  David Engster  <dengste@eml.cc>
1703
1704         * nnmairix.el (nnmairix-request-set-mark)
1705         (nnmairix-goto-original-article): Remove adding of article to registry,
1706         since `gnus-registry-add-group' isn't available anymore.
1707         (nnmairix-determine-original-group-from-registry):
1708         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1709         available anymore.
1710
1711 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1712
1713         * starttls.el (starttls-any-program-available): Define as obsolete
1714         function.
1715
1716 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1719         versions which Gnus use when appropriate.
1720
1721         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1722         a pretty destructive command.
1723
1724         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1725
1726 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * message.el (message-fix-before-sending): Make a different warning
1729         about NUL characters (bug#9270).
1730
1731         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1732         from custom (bug#9260).
1733
1734         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1735         things work in Emacs 22 and XEmacs, too.
1736
1737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1738         default From.
1739
1740         * gnus-spec.el (gnus-lrm-string-p): New macro.
1741         (gnus-lrm-string): New constant.
1742         (gnus-summary-line-format-spec): LRM-ify the from.
1743         (gnus-tilde-max-form): LRM-ify string chopping.
1744
1745         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1746
1747         * message.el (message-is-yours-p): Allow disabling canlock checking
1748         (bug#9295).
1749         (message-shoot-gnksa-feet): Add `canlock-verify'.
1750         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1751         message directory isn't writable (bug#9304).
1752
1753         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1754         non-world-readable.
1755
1756 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1759         articles.
1760
1761 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1762
1763         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1764         copy-list.
1765
1766 2011-08-12  Sam Steingold  <sds@gnu.org>
1767
1768         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1769         in the reverse order to avoid modifying the cache with `nreverse'.
1770         (gnus-all-score-files): Do not modify the value returned by
1771         `gnus-score-find-alist' because it lives in a cache variable.
1772         (gnus-current-home-score-file): No need to `nreverse' the return value
1773         of `gnus-score-find-alist', it is already in the correct order.
1774
1775 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1776
1777         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1778         type MESSAGE and subtype RFC822 is slightly different from those of
1779         type TEXT.
1780
1781 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1782
1783         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1784         This allows article-referral to work from an nnir group.
1785
1786 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1787
1788         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1789
1790 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1791
1792         * mml1991.el (mml1991-epg-find-usable-key)
1793         (mml1991-epg-find-usable-secret-key): New function.
1794         (mml1991-epg-sign): Check if signing key is usable.
1795         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1796
1797 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1798
1799         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1800         server-variables only.  This should fix a bug introduced with commit
1801         e1889675b7f4adf057833c5513c9374134c4e053.
1802         (nnir-run-query): 'nnir-search-engine should not be set from the global
1803         environment.
1804
1805 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * nnir.el (nnir-search-thread): Position point on referring article
1808         line.
1809         (nnir-warp-to-article): Clean up summary buffers.
1810
1811         * nnimap.el (nnimap-request-thread): Whitespace fix.
1812
1813 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1814
1815         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1816
1817 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * starttls.el (starttls-available-p): Rename from
1820         `starttls-any-program-available' and changed return convention.
1821
1822 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1823
1824         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1825         `unix-sync' unless it's defined.
1826
1827 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1828
1829         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1830         `aref' for XEmacs compatibiltiy.
1831
1832 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1835
1836 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1837
1838         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1839         closures, quote the form properly (bug#9194).
1840
1841 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1842
1843         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1844         (gnus-summary-insert-new-articles): Protect against servers that are
1845         down.
1846
1847 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1848
1849         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1850         in mm handle if none is specified.
1851
1852 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1853
1854         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1855
1856 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1857
1858         * nnir.el (nnir-search-thread): New function to make an nnir group
1859         based on a thread query.
1860
1861         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1862         of nnir in thread referral.
1863         (gnus-summary-refer-thread): Use it.
1864
1865         * nnimap.el (nnimap-request-thread): Use it.
1866
1867 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * shr.el (shr-tag-comment): Ignore HTML comments.
1870
1871 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1872
1873         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1874         argument.
1875         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1876         Use `nnir-address' to handle server info rather than passing an arg.
1877
1878         * nnimap.el (nnimap-make-thread-query): New utility function to format
1879         an imap thread search query.
1880         (nnimap-request-thread): Use it.
1881
1882         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1883         right select-method if we are not going back to the group buffer.
1884
1885 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1888         enter invalid buffer configurations into the quit form (bug#9107).
1889         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1890         unplugged/plugged.
1891
1892         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1893         keep track of which ones are unread (bug#9061).
1894
1895         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1896         (bug#9055).
1897
1898         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1899         (bug#9041).
1900
1901         * gnus-html.el (mm-util): Require (bug#9073).
1902
1903         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1904         (gnus-summary-refer-thread): Use it to remove duplicates in the
1905         un-threaded view (bug#9053).
1906         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1907
1908 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1909
1910         * nnir.el (nnir-read-server-parm): Use default value from global
1911         variable.  Without this the default search engine parameters aren't
1912         used at all.
1913
1914 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * message.el (message-unique-id): Don't use the undocumented return
1917         value from (random t) (bug#9118).
1918
1919 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * message.el (message-auto-save-directory): If the ~/Mail directory
1922         doesn't exist, use ~ as the auto-save directory (bug#4432).
1923
1924         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1925         hasn't already been started.
1926
1927 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1930
1931         * message.el (message-reply): Work around mysterious bug where
1932         `message-mode' seems to overwrite the locally bound `subject' variable.
1933
1934 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1935
1936         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1937         correct group.
1938
1939         * gnus-int.el (gnus-request-thread): Add group argument.
1940
1941         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1942
1943 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1946
1947         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1948         renamed to `debbugs-gnu-*'.
1949
1950 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1951
1952         * plstore.el: Revert the editing feature since it is not urgent.
1953         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1954         (plstore-mode-decoded): Remove.
1955
1956 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1959         isn't very interesting any more, and it leaks potentially secret data.
1960         (gnus-debug): Remove.
1961
1962         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1963         use of :custom-show.
1964
1965 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1966
1967         * plstore.el: Add documentation.
1968         (plstore-mode): New mode to edit plstore file.
1969         (plstore-mode-toggle-display, plstore-mode-original)
1970         (plstore-mode-decoded): New command.
1971         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1972         (plstore--insert-buffer, plstore--make): New function.
1973         (plstore-open, plstore-save): Simplify by using them.
1974
1975 2011-07-06  Glenn Morris  <rgm@gnu.org>
1976
1977         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1978
1979 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1982         no longer is much used.
1983         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1984         Articles".
1985
1986 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1987
1988         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1989         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1990         `notmuch' backend.
1991
1992 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * mm-decode.el (mm-text-html-renderer): Doc fix.
1995
1996         * gnus-msg.el (gnus-bug): Fix the MML tag.
1997
1998         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1999
2000 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2001
2002         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2003         secondary methods if started with `gnus-no-server'.
2004
2005 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2006
2007         * message.el (message-return-action): Fix typo in docstring.
2008
2009 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2012         bug reports at once.
2013
2014         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2015
2016 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * nndraft.el: Require gnus-group.
2019         (nndraft-request-list): Declare.
2020
2021         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2022         no unread article unless it matches gnus-permanently-visible-groups.
2023
2024         * nndraft.el (nndraft-update-unread-articles): New function.
2025         (nndraft-request-associate-buffer): Use it to update the number of
2026         unread articles for the nndraft groups in the group buffer when saving
2027         or killing a draft message.
2028
2029 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2032         systems to binary before writing and reading the mbox files.
2033
2034         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2035         instead of trying to list them all (bug#8978).
2036
2037 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2038
2039         * pop3.el (pop3-open-server): Use :end-of-capability.
2040
2041 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2044         the id is always a number.
2045
2046         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2047
2048         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2049         debbugs mode, if possible.
2050
2051 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2052
2053         * auth-source.el (auth-source-token-passphrase-callback-function):
2054         Reindent.
2055         (epg-context-operation): Remove unnecessary autoload.
2056
2057 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * gnus.el (gnus-list-debbugs): New command.
2060
2061         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2062         mboxstat instead of the maintbox, since the stat seems to be fuller.
2063
2064         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2065         summary buffers.
2066
2067         * message.el (message-get-reply-headers): Delete all duplicates,
2068         instead of the first.
2069         (message-get-reply-headers): Ensure that we have progress while
2070         deleting duplicates.
2071
2072         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2073         gnus-posting-style value from the summary buffer to make it easier to
2074         make that a per-buffer conf.
2075
2076 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2077
2078         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2079         found by setting `shortcut' in 'query.
2080         (nnir-request-article): Use `shortcut' setting when requesting article
2081         by Message-ID.
2082
2083 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2084
2085         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2086         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2087         Bring the pseudo-headers back too.
2088
2089 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2090
2091         * auth-source.el (auth-source-token-passphrase-callback-function):
2092         Simplify and remove EPA dependency.
2093
2094 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2095
2096         * nnir.el (nnir-request-article): Fix error message text.
2097
2098 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2099
2100         * auth-source.el (plstore-delete): Autoload.
2101         (auth-source-plstore-search): Support delete operation.
2102         * plstore.el (plstore-delete): New function.
2103
2104 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2107         mark actually existing articles as unread rather than the ones that
2108         active asserts.
2109
2110 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2111
2112         * nntp.el (nntp-record-command):
2113         * gnus-util.el (gnus-message-with-timestamp-1):
2114         Use format-time-string rather than decoding time stamps by hand.
2115         This is simpler and insulates the code from potential changes to
2116         current-time format.
2117
2118 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2121
2122 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2123
2124         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2125         (plstore-save): Support public key encryption.
2126         (plstore--init-from-buffer): New function.
2127         (plstore-open): Use it; fix error when opening a non-existent file.
2128         (plstore-revert): Use plstore--init-from-buffer.
2129
2130 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2131
2132         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2133
2134 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2137         for old Emacsen.
2138
2139 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2140
2141         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2142         is not fully working.
2143
2144 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * dgnushack.el: Autoload sha1 on XEmacs.
2147
2148         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2149         quit window configuration.
2150
2151         * auth-source.el (epg-context-set-passphrase-callback):
2152         Remove duplicate autoload.
2153
2154 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2155
2156         * nnir.el (nnir-request-article): Allow requesting articles by
2157         Message-ID with nnimap.
2158
2159         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2160         current server.
2161
2162 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2163
2164         * auth-source.el: Autoload EPA/EPG functions.
2165         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2166         changed when EPA/EPG is not available.
2167         (auth-source-backend): Rename "arg" member to "data".
2168         (auth-source-backend-parse, auth-source-plstore-search)
2169         (auth-source-plstore-create): Use it.
2170
2171 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2172
2173         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2174         `gnus-refer-article-methods'.
2175
2176 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * auth-source.el: Require EPA and EPG.
2179         (auth-source-passphrase-alist): New variable.
2180         (auth-source-passphrase-callback-function)
2181         (auth-source-token-passphrase-callback-function): Callbacks for the
2182         netrc field encryption (GPG tokens).
2183         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2184         Symmetric encryption and decryption of the netrc GPG tokens.
2185         (auth-source-netrc-normalize): Use them, simplifying the closure.
2186
2187 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2190         is available.
2191
2192 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193
2194         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2195         non-nil, and `nnimap-split-methods' is nil, use the former.
2196
2197 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2198
2199         * plstore.el (plstore-revert): New function.
2200         (plstore-open): Use it; hide the buffer from user.
2201
2202 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2203
2204         * auth-source.el (auth-source-backend): New member "arg".
2205         (auth-source-backend-parse): Handle new backend 'plstore.
2206         * plstore.el: New file.
2207
2208 2011-06-30  Glenn Morris  <rgm@gnu.org>
2209
2210         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2211
2212 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2215         expiring articles to.
2216
2217         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2218         variations as ASCII (bug#5458).
2219
2220 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2223
2224 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * message.el (message-point-in-header-p): Tweak the function to default
2227         to saying that we're not in the headers if there is no separator at
2228         all.  This makes it possible to use the Message version of `M-q' in
2229         buffers with no headers (bug#7987).
2230         (message-point-in-header-p): Fix last checkin to work with an empty
2231         mail-header-separator, too.
2232
2233         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2234         again, save the choice via customize.
2235
2236 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2239
2240         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2241         ended the connection, bail out before waiting infinitely on a new
2242         connection.
2243
2244 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2245
2246         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2247         reports.
2248
2249         * gnus.el (gnus-bug-package): Use "gnus."
2250         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2251
2252 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * dgnushack.el: Make the timer warning go away on XEmacs.
2255
2256         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2257         animations going on at article exit time.
2258
2259         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2260         since removing it breaks people upgrading.
2261
2262         * shr.el (shr-put-image): Use the new interface for animating images.
2263         (shr-put-image): Animate for 60 seconds.
2264
2265         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2266         avoid compiler warnings.
2267
2268         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2269         error with `find-file-hooks' on Emacs 22.
2270         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2271         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2272         on all architectures.
2273
2274         * spam.el (spam-stat): Require in a normal fashion without binding
2275         `spam-stat-install-hooks' to avoid compilation warnings.
2276
2277         * spam-stat.el (spam-stat-install-hooks): Remove.
2278         (spam-stat-install-hooks): Don't run automatically.
2279
2280 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2281
2282         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2283         and keystroke.
2284
2285 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * auth-source.el (auth-source-netrc-cache): Move forward.
2288
2289 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * proto-stream.el (proto-stream-open-starttls): Use
2292         `gnutls-available-p' to see whether we have built-in support.
2293
2294         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2295         we already know.
2296         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2297         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2298
2299 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2302         %S format, since that looks odd.
2303         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2304         file, especially when saving.
2305
2306 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2307
2308         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2309         article found.
2310
2311 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2314         `auth-source-save-secrets' with a more sensitive alist that can be
2315         configured per file.  Experimental, so defaults to 'never.
2316         (auth-source-netrc-create): Use it.  Still experimental code.
2317         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2318         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2319
2320 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * auth-source.el (auth-source-save-secrets): New variable to control if
2323         secret tokens should be saved encrypted.
2324         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2325         to `auth-source-netrc-normalize'.
2326         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2327         on the EPA variables being defined.
2328         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2329         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2330         the lexical-let closure.
2331         (auth-source-netrc-create): Create "gpg:" tokens according to
2332         `auth-source-save-secrets'.
2333
2334 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-group.el (gnus-group-update-group): Add new argument
2337         `info-unchanged' that stops updating dribble buffer.
2338
2339         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2340         deletes lines matching to it in dribble buffer.
2341
2342         * gnus-agent.el (gnus-agent-fetch-group-1):
2343         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2344         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2345         * gnus-start.el (gnus-group-change-level):
2346         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2347
2348         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2349         if newsgroup info is not changed.
2350
2351         * gnus-group.el (gnus-group-get-new-news-this-group):
2352         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2353         Don't update dribble buffer.
2354
2355 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2358         remove entries with groups we ignore.
2359
2360 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2363         the underline comes at the bottom.
2364
2365 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2366
2367         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2368         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2369         (gnus-registry-article-marks-to-names): Rename from
2370         `gnus-registry-user-format-function-M2'.
2371
2372 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2375         ephemeral group.
2376
2377 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * shr.el (shr-browse-image): Copy the URL if called interactively.
2380
2381 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2382
2383         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2384         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2385         done, then unselected articles may be marked as read.
2386
2387         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2388         since not doing this seems to lead to a race condition in pop3-logon.
2389
2390         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2391         so that the call chain it correct when we call "upwards".
2392
2393         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2394         in read-only groups.
2395
2396         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2397
2398         * message.el (message-cite-reply-position): Doc string fix.
2399
2400         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2401         avoid regexp overflow.
2402         (nnimap-transform-split-mail): Ditto.
2403
2404         * pop3.el (pop3-retr): Error out if the server closes the connection.
2405
2406 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2409         mm-with-unibyte-current-buffer.  The buffer should not contain any
2410         multibyte chars anyway at this stage.
2411
2412 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2415         at the end of lines.
2416
2417 2011-05-29  Julien Danjou  <julien@danjou.info>
2418
2419         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2420
2421 2011-05-27  Glenn Morris  <rgm@gnu.org>
2422
2423         * gnus-group.el (gnus-bug-group-download-format-alist):
2424         Use the "maintainer" version of debian reports as well.
2425
2426 2011-05-26  Glenn Morris  <rgm@gnu.org>
2427
2428         * gnus-group.el (gnus-bug-group-download-format-alist):
2429         Use the "maintainer" version of debbugs.gnu.org reports.
2430
2431 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2434
2435 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * gnus-cus.el (gnus-agent-customize-category):
2438         * gnus-delay.el (gnus-delay-send-queue):
2439         * gnus.el (gnus-other-frame):
2440         Don't quote lambda expressions with `quote'.
2441
2442 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2445         the thread moves us backwards and so we loop forever.
2446
2447 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2450         whitespace in base64 data lines.
2451
2452 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2453
2454         * gnus-registry.el (gnus-registry-user-format-function-M):
2455         Use `mapconcat'.
2456         (gnus-registry-user-format-function-M2): Use to see the full text of
2457         the marks.  Make "," the mark text separator.
2458
2459         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2460         authentication with auth-source.
2461
2462 2011-05-17  Glenn Morris  <rgm@gnu.org>
2463
2464         * gnus-group.el (gnus-import-other-newsrc-file):
2465         Use insert-file-contents.
2466
2467 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2468
2469         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2470         1000 iterations.
2471
2472 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * nntp.el (nntp-open-connection): Check if process-type is available.
2475
2476 2011-05-16  Julien Danjou  <julien@danjou.info>
2477
2478         * shr.el (shr-tag-del): Add support for del tag.
2479
2480 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-html.el (gnus-html-put-image): Register a displayer.
2483
2484         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2485
2486 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * registry.el (prune-factor): New initialization parameter defaulting
2489         to 0.1.
2490         (registry-prune-hard): Use it.
2491
2492         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2493         0.1 expicitly.
2494
2495 2011-05-13  Glenn Morris  <rgm@gnu.org>
2496
2497         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2498         is bound, since this function requires sendmail.
2499
2500 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2501
2502         * registry.el (registry-usage-test): Disable pruning test.
2503
2504 2011-05-11  David Engster  <dengste@eml.cc>
2505
2506         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2507         Bind set-network-process-option for XEmacs.
2508
2509 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2510
2511         * registry.el (registry-prune-hard-candidates)
2512         (registry-prune-soft-candidates): Helper methods for registry pruning.
2513         (registry-prune): Use them.  Make the sort function optional.
2514
2515 2011-05-10  Jim Meyering  <meyering@redhat.com>
2516
2517         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2518
2519 2011-05-10  Julien Danjou  <julien@danjou.info>
2520
2521         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2522         symbol and not a list.
2523
2524 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-art.el (gnus-article-mode): Move binding of
2527         shr-put-image-function here from gnus-article-prepare-display.
2528
2529         * shr.el (shr-put-image-function): New variable.
2530         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2531         (shr-put-image): Return scaled image.
2532
2533         * gnus-art.el (gnus-shr-put-image): New function.
2534         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2535
2536         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2537         original ones, as deletable.
2538
2539 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2540
2541         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2542
2543 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * registry.el (registry-full): Add convenience method.  Fix logic.
2546         (registry-insert): Use it.  Fix logic here too.
2547
2548         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2549         `registry-prune' if `registry-full' returns t.
2550         (gnus-registry-handle-action)
2551         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2552         (gnus-registry-usage-test): Use it.
2553
2554 2011-05-07  Julien Danjou  <julien@danjou.info>
2555
2556         * shr.el (shr-link): Make shr-link inherit from link by default.
2557
2558 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2561
2562 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2565         error out because the face is not a list.
2566
2567 2011-05-05  Glenn Morris  <rgm@gnu.org>
2568
2569         * proto-stream.el (gnutls-negotiate): Fix declarations.
2570
2571         * gnus-start.el (gnus-propagate-marks): Declare.
2572
2573 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * registry.el (registry-reindex): Fix percentage message.
2576
2577         * proto-stream.el (network-stream-open-starttls): Adjust to call
2578         `gnutls-negotiate' with :process and :hostname arguments.
2579
2580 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * shr.el: Add shr-link face for links.
2583         (shr-urlify): Use it.
2584
2585         * registry.el (registry-insert): Make error message more helpful.
2586
2587 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-html.el (gnus-html-schedule-image-fetching):
2590         Use url-queue-retrieve, if it exists.
2591
2592         * shr.el (shr-tag-img): Ditto.
2593
2594         * gnus.el: Autoload more gnus-agent functions.
2595
2596         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2597         agent if we haven't already (bug#8502).
2598
2599         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2600         into the Agent, too.
2601
2602         * gnus-agent.el (gnus-agent-store-article): New function.
2603
2604         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2605         and moved from that file for reuse.
2606
2607         * pop3.el (pop3-open-server): Error messages are "-ERR".
2608
2609 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2612         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2613
2614 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2615
2616         * gnus.el: No Gnus v0.17 is released.
2617
2618 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2619
2620         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2621         buffer has moved to a different frame.
2622
2623 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2626         to get the conversion from unibyte to multibyte buffers to work on
2627         Emacs 22.
2628
2629         * nntp.el (nntp-request-article): Slight clean-up.
2630
2631 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * shr.el (shr-strike-through): New face.
2634         (shr-tag-s): Use it to provide <s> support.
2635         (shr-tag-s): Remove duplicate definition.
2636
2637 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2638
2639         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2640         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2641
2642 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2645         `gnutls-negotiate'.
2646         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2647
2648 2011-04-23  Glenn Morris  <rgm@gnu.org>
2649
2650         * gnus-sum.el (gnus-extra-headers): Bump :version.
2651
2652 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * shr.el (shr-tag-sup): New function.
2655         (shr-tag-sub): Ditto.
2656
2657 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2660         for the case where `gnus-registry-ignored-groups' is a list of lists,
2661         and don't call `gnus-parameter-registry-ignore' otherwise.
2662
2663 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * nnimap.el (nnimap-user): New backend variable.
2666         (nnimap-open-connection-1): Use it.
2667         (nnimap-credentials): Accept user parameter so it's explicit what user
2668         name is desired.
2669
2670         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2671         default.
2672
2673         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2674         not gnus-registry.el.
2675
2676         * gnus-registry.el: Mention in comments how to modify
2677         `gnus-extra-headers' for proper recipient tracking and that it may
2678         already have To and Cc recently, which it does as of this commit.
2679         (gnus-registry-ignored-groups): Remove defcustom.
2680         Explain why in comments.
2681         (gnus-registry-action): Fix data-header reference to use the extra
2682         headers.  Explain in package commentary how to add To and Cc headers to
2683         the gnus-extra-headers.
2684         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2685         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2686         parameter list or a string list in `gnus-registry-ignored-groups'.
2687         Fix logic error.
2688
2689 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * shr.el (shr-expand-url): Protect against null urls.
2692
2693 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * shr.el (shr-base): New binding.
2696         (shr-tag-base): Keep track of <base>.
2697         (shr-expand-url): New function used throughout.
2698
2699 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * gnus-registry.el
2702         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2703         (gnus-registry-ignored-groups): New variable.
2704         (gnus-registry-ignore-group-p): Use it.
2705         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2706         set the destination group to nil (same as delete) if it's ignored.
2707
2708 2011-04-20  David Engster  <dengste@eml.cc>
2709
2710         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2711
2712         * Makefile.in (test-nntp): New rule.
2713         (check): Add it.
2714         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2715
2716 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-registry.el (gnus-registry-action)
2719         (gnus-registry-fetch-header-fast):
2720         Don't use mail-header that looks an internal function of mailheader.el.
2721
2722 2011-04-19  Glenn Morris  <rgm@gnu.org>
2723
2724         * time-date.el (time-to-days): Remove unused local variables.
2725
2726 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-registry.el: Eliminate cl functions.
2729         (gnus-registry-sort-addresses): New function that replaces mapcan.
2730         (gnus-registry-action, gnus-registry-spool-action)
2731         (gnus-registry-split-fancy-with-parent)
2732         (gnus-registry-fetch-recipients-fast): Use it.
2733         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2734
2735         * registry.el (initialize-instance, registry-lookup)
2736         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2737         (registry-lookup-secondary-value, registry-search, registry-delete)
2738         (registry-insert, registry-reindex, registry-size, registry-prune):
2739         Use eval-and-compile.
2740
2741 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * registry.el (registry-reindex): New method to recreate the secondary
2744         registry indices.
2745
2746         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2747         tracked field changes.
2748         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2749         (gnus-registry-action, gnus-registry-spool-action)
2750         (gnus-registry-handle-action)
2751         (gnus-registry--split-fancy-with-parent-internal)
2752         (gnus-registry-split-fancy-with-parent)
2753         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2754         move, and delete actions, and for fancy splitting with parent.
2755         (gnus-registry-extract-addresses)
2756         (gnus-registry-fetch-recipients-fast)
2757         (gnus-registry-fetch-header-fast): Convenience functions.
2758         (gnus-registry-misc-test): ERT test of
2759         `gnus-registry-extract-addresses'.
2760
2761 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2764         Track by subject first, then sender.
2765
2766 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2767
2768         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2769
2770         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2771         Lisp.
2772
2773         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2774         (gnus-draft-send): Use it to avoid popping
2775         up frames from gnus-group-send-queue.
2776
2777 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2778
2779         * gnus-registry.el: Updated gnus-registry docs.
2780
2781 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2784         Fix logic bug.
2785         (gnus-registry-post-process-groups): Fix logging of no results and
2786         quote sender and subject.
2787
2788 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2791         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2792         gnutls-cli are too slow to be done opportunistically.
2793
2794         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2795         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2796         we had no early-data returned.
2797         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2798         two async commands to the same server at the same time.
2799
2800 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2801
2802         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2803
2804 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2807         "warning" level.
2808
2809         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2810         (mm-url-insert-file-contents): Don't set the package names.
2811
2812 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * gnus-registry.el (gnus-registry-action): Remove properties and
2815         simplify subject in `gnus-registry-handle-action'.
2816         (gnus-registry-spool-action): Get subject and sender from message if
2817         they are not passed in.
2818         (gnus-registry-handle-action): Remove properties and simplify subject
2819         consistently.
2820
2821 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * registry.el: Require CL before using defmacro*.
2824
2825 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus-art.el (article-treat-date): Assume that
2828         gnus-article-date-headers may be a group parameter.
2829
2830 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2833
2834         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2835         interactively so the newsrc file can contain foreign groups too.
2836         Useful for debugging but not much for users.
2837
2838 2011-04-07  David Engster  <dengste@eml.cc>
2839
2840         * registry.el (registry-usage-test): Only do
2841         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2842         lexical binding.
2843
2844 2011-04-07  David Engster  <dengste@eml.cc>
2845
2846         * Makefile.in (check, test-registry): New rules for test-suite.
2847
2848 2011-04-06  David Engster  <dengste@eml.cc>
2849
2850         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2851         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2852
2853 2011-04-06  David Engster  <dengste@eml.cc>
2854
2855         * registry.el (initialize-instance): Change :after to :AFTER to be
2856         compatible with old EIEIO version in XEmacs.
2857
2858 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * gnus-registry.el (gnus-registry-post-process-groups)
2861         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2862         and provide better messaging.
2863
2864 2011-04-06  David Engster  <dengste@eml.cc>
2865
2866         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2867         errors.
2868
2869         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2870         dgnushack-compile with error-on-warn enabled, and to signal an error if
2871         clean compilation failed.
2872         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2873         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2874
2875 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2876
2877         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2878         unconditionally anyway, discarding errors.
2879         (gnus-registry-delete-entries): New convenience function.
2880         (gnus-registry-import-eld): Import from old .eld registry.
2881
2882         * registry.el: Don't use ERT if it's not available.  Load it
2883         unconditionally anyway, discarding errors.
2884
2885         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2886         version from the Claudio Bley GnuTLS patch (extra optional parameters
2887         and host name).
2888
2889 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2892         fixup the parameters that can be customized by the user between
2893         save/read cycles.
2894         (gnus-registry-read): Use it.
2895         (gnus-registry-make-db): Use it.
2896         (gnus-registry-spool-action, gnus-registry-handle-action):
2897         Fix messaging.
2898         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2899         Map references to actual group names with sender and subject tracking.
2900         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2901         (gnus-registry-usage-test): Add subject lookup test.
2902
2903         * registry.el (registry-db, initialize-instance): Set up constructor
2904         instead of :initform arguments for the sake of older Emacsen.
2905         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2906         pre-lexbind merge bug.
2907         (registry-usage-test): Use it.
2908         (initialize-instance, registry-db): Move the non-function initforms
2909         back to the class definition.
2910
2911 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * registry.el: New library to manage gnus-registry-style data.
2914
2915         * gnus-registry.el: Use it (major rewrite).
2916
2917         * nnregistry.el: Use it.
2918
2919         * spam.el: Use it.
2920
2921 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2924         marks on non-selected articles.
2925
2926 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2927
2928         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2929         parameter to open-protocol-stream.
2930
2931 2011-04-01  Julien Danjou  <julien@danjou.info>
2932
2933         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2934         fundamental-mode.
2935
2936 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2939         servers.
2940
2941 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2944         made marks not propagate, again.
2945
2946 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2947
2948         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2949         Make this the default type.
2950         (proto-stream-open-plain): Rename from proto-stream-open-default.
2951         (open-protocol-stream, proto-stream-open-starttls)
2952         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2953         with `plain'.
2954
2955         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2956         value.
2957
2958         * nntp.el (nntp-open-connection-function): Document the fact that some
2959         values are not functions but are instead handled specially.
2960         Recognize nntp-open-plain-stream value.
2961         (nntp-open-connection): Recognize that value.
2962
2963 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2966         where it seems to be needed.
2967
2968 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969
2970         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2971         stuff.
2972
2973         * gnus-score.el (gnus-score-string): Fix calling convention of
2974         `gnus-simplify-buffer-fuzzy' after last patches.
2975
2976         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2977         server for articles we didn't get any headers for.  This is a sanity
2978         check.
2979
2980 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2981
2982         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2983         new CAPABILITY, use it.
2984
2985 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2988         downloading anything.
2989
2990         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2991
2992 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2993
2994         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2995         colors.
2996         (gnus-splash-svg-color-symbols): New function.
2997
2998 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3001         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3002         (gnus-simplify-subject-fuzzy): Use the local
3003         gnus-simplify-subject-fuzzy-regex instead of the global one.
3004         This makes using this variable in group parameters work.
3005
3006 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * gnus-registry.el (gnus-registry-unfollowed-groups):
3009         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3010         archive:sent-YYYY-MM-DD groups).
3011         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3012         tracking if there are more than `gnus-registry-max-track-groups'
3013         matches.
3014
3015 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         * message.el (message--yank-original-internal): New function to do the
3018         insertion cleanly inside eval in `message-yank-original'.
3019         (message-yank-original): Use it.
3020
3021 2011-03-29  Julien Danjou  <julien@danjou.info>
3022
3023         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3024         local variables disabled rather than `normal-mode'.
3025
3026 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3027
3028         * imap.el (imap-shell-open, imap-process-connection-type):
3029         Use imap-process-connection-type for 'shell' streams as well as
3030         Kerberos, SSL, other subprocesses.
3031
3032 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3033
3034         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3035         with open-network-stream.
3036         (proto-stream-always-use-starttls): Option removed.
3037         (open-protocol-stream): Return a process object by default.  Provide a
3038         new parameter :return-list specifying a list-type return value, which
3039         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3040         :type `network' to `try-starttls', and `network-only' to `default'.
3041         Make `default' the default, for compatibility with open-network-stream.
3042         Handle the no-parameter case exactly as open-network-stream, with no
3043         additional stream processing.  Search plists using plist-get.
3044         Explicitly add :end-of-commend parameter if it is missing.
3045         (proto-stream-open-default): Rename from
3046         proto-stream-open-network-only.  Return 'default as the type.
3047         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3048         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3049         failed.  Always return a list with a (possibly dead) process as the
3050         first element, for compatibility with open-network-stream.
3051         (proto-stream-open-tls): Use plist-get.  Always return a list.
3052         (proto-stream-open-shell): Return `default' as connection type.
3053         (proto-stream-capability-open): Use plist-get.
3054         (proto-stream-eoc): Function deleted.
3055
3056         * nnimap.el (nnimap-stream, nnimap-open-connection)
3057         (nnimap-open-connection-1): Handle renaming of :type parameter for
3058         open-protocol-stream.
3059         (nnimap-open-connection-1): Pass a :return-list parameter
3060         open-protocol-stream to obtain a list return value.  Parse this list
3061         using plist-get.
3062
3063         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3064         for open-protocol-stream.  Accept open-protocol-stream return value
3065         that is a subprocess object instead of a list.  Handle the case of a
3066         dead returned process.
3067
3068 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3069
3070         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3071
3072         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3073
3074 2011-03-21  Julien Danjou  <julien@danjou.info>
3075
3076         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3077         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3078         query.
3079         (mm-inline-text): Render normal text with fontification whenever
3080         possible.
3081
3082         * gnus-sum.el (gnus-summary-save-parts-1):
3083         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3084         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3085         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3086         Use `mm-handle-filename'.
3087
3088         * mm-util.el (mm-handle-filename): New function, return the filename of
3089         an handle.
3090
3091 2011-03-18  Julien Danjou  <julien@danjou.info>
3092
3093         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3094         (gnus-buffer-live-p): Check that buffer is not nil.
3095
3096 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3097
3098         * gnus.el: No Gnus v0.15 is released.
3099
3100 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3103         avoid warning on XEmacs.
3104
3105         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3106         on XEmacs.
3107
3108         * gnus-art.el: Require mouse, which the build bot seems to say is
3109         needed.
3110
3111         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3112
3113         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3114         XEmacs, since it doesn't have url-retrieve-synchronously.
3115
3116         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3117         since assoc-string doesn't exist in XEmacs.
3118
3119 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3120
3121         * gnus-group.el (gnus-group-list-ticked): New function.
3122         (gnus-group-make-menu-bar): Provide a menu entry for it.
3123         (gnus-group-list-map): Provide a binding for it.
3124
3125 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-visit-file): New command.
3128
3129         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3130
3131 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3132
3133         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3134         servers.
3135
3136 2011-03-16  Julien Danjou  <julien@danjou.info>
3137
3138         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3139         inline.
3140
3141         * gnus-art.el (article-hide-list-identifiers):
3142         Use gnus-group-get-list-identifiers.
3143
3144         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3145         (gnus-summary-remove-list-identifiers):
3146         Use gnus-group-get-list-identifiers to get regexp.
3147         (gnus-select-newsgroup, gnus-summary-insert-subject)
3148         (gnus-summary-insert-articles):
3149         Call gnus-summary-remove-list-identifiers unconditionally.
3150
3151 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3154         we're selecting a group with unread articles.
3155
3156         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3157
3158         * gssapi.el: New file separated out from imap.el to provide a general
3159         Kerberos 5 connection facility for Emacs.
3160
3161         * message.el (message-elide-ellipsis): Document the format spec
3162         ellipsis.
3163
3164 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3165
3166         * message.el (message-elide-region): Allow the ellipsis to say how many
3167         lines were removed.
3168
3169 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3172         window configurations containing buffers that are now dead.
3173
3174         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3175         parsing to avoid integer overflows.
3176         (nnimap-parse-flags): Simplify the last change.
3177         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3178         too large for 32-bit Emacsen.
3179
3180 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3181
3182         * auth-source.el (auth-source-netrc-create):
3183         * message.el (message-yank-original): Fix use of `case'.
3184
3185 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3186
3187         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3188         XEmacs, which was one character too wide.
3189
3190 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3191
3192         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3193         default number of articles to display.
3194         (gnus-articles-to-read): Use pretty names for prompt.
3195
3196 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * gnus-int.el (gnus-open-server): Ditto.
3199
3200         * gnus-start.el (gnus-activate-group): Give a backtrace if
3201         debug-on-quit is set and the user hits `C-g'.
3202         (gnus-read-active-file): Ditto.
3203
3204         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3205
3206 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3207
3208         * message.el (message-yank-original): Use cond instead of CL case.
3209
3210 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3211
3212         * auth-source.el (auth-source-netrc-create): Use usual format for the
3213         default in prompts.
3214
3215 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * lpath.el: Fbind read-char-choice for XEmacs.
3218
3219 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * auth-source.el (auth-source-netrc-create): Show the default in the
3222         prompt when prompting for token creation.
3223
3224 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         * auth-source.el (auth-source-format-prompt): Always convert the value
3227         to a string to avoid evaluating non-string arguments.
3228         (auth-source-netrc-create): Offer default properly, not as initial
3229         content in `read-string'.
3230         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3231         of line to determine if we've been run before.  If so, don't run again,
3232         but print a trivial message to indicate the cache was hit instead.
3233
3234 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3237         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3238         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3239         Gnus.
3240
3241 2011-03-11  Julien Danjou  <julien@danjou.info>
3242
3243         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3244         modified file".
3245
3246 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3247
3248         * auth-source.el (auth-source-read-char-choice): New function to read a
3249         character choice using `dropdown-list', `read-char-choice', or
3250         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3251         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3252         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3253         (auth-source-netrc-saver): Use it.
3254         (auth-source-pick-first-password): New convenience function.
3255
3256 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3259         parameter in the credentials.
3260         (nnimap-open-connection-1): Use it after a successful login.
3261         (nnimap-credentials): Add IMAP-specific user and password prompt.
3262
3263         * auth-source.el (auth-source-search): Add :require parameter, taking a
3264         list.  Document it and the :save-function return token.  Pass :require
3265         down.  Change the CREATED message from a warning to a debug statement.
3266         (auth-source-search-backends): Pass :require down.
3267         (auth-source-netrc-search): Pass :require down.
3268         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3269         Change save prompt to indicate all modifications saved here are
3270         deletions.
3271         (auth-source-netrc-create): Take user login name as default in user
3272         prompt.  Move all the save functionality to a lexically bound function
3273         under the :save-function token in the returned list.  Set up clearer
3274         default prompts for user, host, port, and secret.
3275         (auth-source-netrc-saver): New function, intended to be wrapped for
3276         :save-function.
3277
3278 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3281         lines to be spaces instead.
3282
3283 2011-03-07  Julien Danjou  <julien@danjou.info>
3284
3285         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3286         (sieve-sasl-auth): Check that auth-source-search did return something,
3287         or just return an empty string.
3288
3289 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3290
3291         * gnus.el (gnus-interactive): Use read-directory-name.
3292
3293         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3294         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3295         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3296         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3297         Likewise.
3298
3299         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3300
3301 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3304         onto the list of killed groups, too.  This makes killed nnimap groups,
3305         for instance, more reliably not reappear.
3306
3307         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3308         the parent.
3309
3310         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3311
3312         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3313         really have server-side marks.
3314
3315         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3316         since most backends do not usefully have server-side marks.
3317         (gnus-update-read-articles): Propagate marks to all backends that
3318         really have server-side marks.
3319
3320 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3321
3322         * message.el (message-cite-reply-position, message-cite-style):
3323         New variables.
3324         (message-yank-original): Use the new citation styles.
3325
3326 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3327
3328         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3329         buffer-local issue); don't mark it buffer-local when running under
3330         XEmacs.
3331
3332 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3333
3334         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3335         numbers too big to be `read'.
3336
3337 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3338
3339         * password-cache.el (password-in-cache-p): Add autoload.
3340
3341         * message.el (message-options): Make buffer-local two ways to attempt
3342         to fix a XEmacs bug.
3343
3344 2011-03-02  Julien Danjou  <julien@danjou.info>
3345
3346         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3347
3348 2011-03-01  Julien Danjou  <julien@danjou.info>
3349
3350         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3351         group.
3352         (article-hide-list-identifiers): Use list-identifier group parameter.
3353
3354 2011-02-28  Julien Danjou  <julien@danjou.info>
3355
3356         * sieve.el (sieve-buffer-script-name): New local variable to store
3357         sieve script name.
3358         (sieve-edit-script): Store sieve script name.
3359         (sieve-upload): Use sieve script name when uploading.
3360         (sieve-upload): Use substitute-command-keys.
3361         (sieve-edit-script): Use substitute-command-keys.
3362         (sieve-refresh-scriptlist): Use substitute-command-keys.
3363         (sieve-manage-mode-map): Define keymap properly.
3364         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3365         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3366         Remove commented code about cvs.
3367         (sieve-manage-quit): New function.
3368         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3369
3370 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3373
3374 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * auth-source.el (auth-source-search): Cache empty result sets.
3377
3378         * password-cache.el (password-in-cache-p): Convenience function to
3379         check if a key is in the cache, even if the value is nil.
3380
3381         * auth-source.el (auth-source-save-behavior): New variable to replace
3382         `auth-source-never-create'.
3383         (auth-source-netrc-create): Use it.
3384         (auth-source-never-save): Remove.
3385
3386 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3387
3388         * nnimap.el (nnimap-stream): Doc fix.
3389         (nnimap-open-connection-1): Reverse the order of the ports to that the
3390         prompted-for port is first.
3391
3392         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3393         retrieval by the no-group selection.
3394
3395         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3396         numerical parameters.
3397
3398 2011-02-25  Julien Danjou  <julien@danjou.info>
3399
3400         * gnus-gravatar.el: Use gnus-with-article-buffer.
3401
3402         * gnus-art.el (gnus-with-article-buffer): Check that the
3403         gnus-article-buffer is alive.
3404
3405 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * auth-source.el (auth-source-creation-prompts): New variable to manage
3408         creation-time prompts.
3409         (auth-source-search): Document it.
3410         (auth-source-format-prompt): Add utility function.
3411         (auth-source-netrc-create): Don't default the user name to
3412         user-login-name.  Use `auth-source-creation-prompts' and some default
3413         prompts for user, host, port, and password (the default generic prompt
3414         remains ugly).
3415         (auth-source-never-save): Add customizable option to never save info.
3416         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3417         mode excursion.
3418
3419 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3422         argument that XEmacs doesn't support.
3423
3424         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3425         compiled for Emacsen having no `libxml-parse-html-region' support.
3426
3427         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3428
3429         * lpath.el: Bind buffer-save-without-query for XEmacs.
3430
3431 2011-02-23  Julien Danjou  <julien@danjou.info>
3432
3433         * gnus-art.el (article-make-date-line): Ignore errors if time is
3434         invalid and not convertible.
3435         (article-make-date-line): Only add lapsed time if time is not nil.
3436
3437 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3440         `read-char-choice' for backwards compatibility.
3441         (auth-source-netrc-element-or-first): New function to DTRT for
3442         parameter extraction.
3443         (auth-source-netrc-create): Use it and fix multiple parameter print
3444         bug.  Use the default passed from above (given-default) or the
3445         built-in (user-login-name for :user).
3446
3447 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-start.el (gnus-dribble-read-file):
3450         Set buffer-save-without-query, since we always want to save the dribble
3451         file, probably.
3452
3453         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3454         nnimap.
3455
3456         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3457         -summary- since it's a user-visible variable.
3458
3459         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3460         first time you use the new Gnus.
3461
3462 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3463
3464         * auth-source.el: Don't load netrc.el.
3465         (auth-sources): Search ~/.netrc as well by default.
3466         (auth-source-debug): Add 'trivia option for extra output.
3467         (auth-source-do-trivia): Use it.
3468         (auth-source-search): Simplify logic to use
3469         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3470         appropriate.  Don't keep a running count at this level.  Layer :create
3471         and :delete options appropriately on the first and second passes.
3472         Don't track the backend with the search results.
3473         (auth-source-search-backends): New function to search a list of
3474         backends for a processed spec.
3475         (auth-source-netrc-parse): Cache all netrc files, making
3476         auth-source-netrc-cache an alist keyed by the file name and using the
3477         file mtime as the caching criterion.  Keep the obfuscated data secret
3478         with a lexical bind.
3479         (auth-source-netrc-search): Don't calculate the length of the results
3480         unnecessarily.
3481         (auth-source-search-backends): Fix bug.
3482         (auth-source-netrc-create): Rework prompts.
3483
3484 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3485
3486         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3487         Lower case names of search constraints.
3488         (nnir-run-query): Cache and reuse search constraints for all imap
3489         servers.
3490
3491 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3494         after exit.
3495         (gnus-setup-message): Define missing variable from last checkin.
3496
3497         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3498         value, show the raw article.
3499
3500 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3501
3502         * gnus.el: No Gnus v0.13 is released.
3503
3504 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3507         auth-source now accepts numbers.
3508
3509         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3510         spec, too.
3511         (auth-source-ensure-strings): New function.
3512
3513         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3514         (gnus-article-setup-buffer): Always restart the date timer so that user
3515         changes to the frequency is respected.
3516
3517         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3518         port numbers, so make sure it gets that if nnimap-server-port is
3519         explicit.
3520
3521 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3522
3523         * nnimap.el (nnimap-inbox): Doc fix.
3524
3525 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3526
3527         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3528         Autoload.  Add optional arg FRAME, and pass it to color-values.
3529         (color-complement): Caller changed.  Doc fix.
3530         (color-gradient): Rewrite for better clarity and efficiency.
3531
3532 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3533
3534         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3535         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3536         color-lab-to-srgb.
3537
3538 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3539
3540         * color.el: First part of merge from hexrgb.el.
3541         (color-rgb-to-hex): Rename from color-rgb->hex.
3542         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3543         saturation to zero if the value is too small.
3544         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3545         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3546         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3547         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3548         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3549         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3550         (color-cie-de2000): Doc fix.
3551
3552 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3553
3554         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3555         given method as in the group name if we're using an extended method.
3556         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3557         command, if we're using that, instead of waiting for the beginning.
3558
3559         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3560         we're sure to get unique server names, and we don't output two async
3561         commands in the same buffer.  This fixes an NNTP hang for some users.
3562
3563 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3564
3565         * gnus.el: No Gnus v0.11 is released.
3566
3567 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3570         summary buffer before reading going to the next buffer.  This avoids
3571         putting the point in the group buffer if you `C-g' the command.
3572
3573         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3574         cache (for now) to make ~/.authinfo.gpg files usable.
3575
3576         * nnfolder.el (copyright-update): Define for the compiler.
3577
3578         * auth-source.el (auth-source-search): Fix unbound variable.
3579
3580 2011-02-19  Glenn Morris  <rgm@gnu.org>
3581
3582         * gnus.el (gnus-meta): Doc fix.
3583
3584 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3585
3586         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3587         in case it's not yet loaded.
3588
3589 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3590
3591         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3592         line we're waiting for.
3593
3594 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3595
3596         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3597         face with line-width greater than zero will cause RET in gnus summary
3598         buffer to scroll down article page-wise because auto vscroll happens,
3599         it should be temporally disabled when doing a scroll-up.
3600
3601 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3602
3603         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3604         outputs from the server.
3605
3606 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3607
3608         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3609         later so that bbdb can hook in easier.
3610
3611 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3612
3613         * auth-source.el (auth-source-search): Don't try to create credentials
3614         if the caller doesn't want that.
3615         (auth-source-search): If we don't find a match, don't bug out on
3616         non-bound variables.
3617         (auth-source-search): Only ask a single backend to create the
3618         credentials.
3619
3620         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3621         logging.
3622         (nnimap-credentials): Protect against auth-source-search returning nil.
3623         (nnimap-request-list): Protect against not being able to open the
3624         server.
3625
3626 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3627
3628         * auth-source.el (auth-source-search): Do a two-phase search, one with
3629         no :create to get the responses from all backends.
3630
3631         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3632         when getting credentials.
3633
3634         * gnus-util.el (gnus-delete-duplicates): New function.
3635
3636 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3639         a creation default, pass the whole port list down.  It will be
3640         completed.
3641
3642         * auth-source.el (auth-source-search): Updated docs to talk about
3643         multiple creation choices.
3644         (auth-source-netrc-create): Accept a list as a value (from the search
3645         parameters) and do completion on that list.  Keep a separate netrc line
3646         with the password obscured for showing the user.
3647
3648         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3649         first choice to `auth-source-search' so it will be used for entry
3650         creation instead of the server's Gnus-specific name.
3651         (nnimap-credentials): Rely on the auth-source library to select which
3652         port is actually wanted in the new netrc entry, so don't override
3653         `auth-source-creation-defaults'.
3654
3655         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3656         :protocol and accept a missing user, host, or port as a wildcard match.
3657         (auth-source-debug): Default to off.
3658
3659         (auth-source-netrc-search, auth-source-netrc-create)
3660         (auth-source-secrets-search, auth-source-secrets-create)
3661         (auth-source-user-or-password, auth-source-backend, auth-sources)
3662         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3663         instead of :protocol.
3664
3665         * nnimap.el (nnimap-credentials): Pass a port default to
3666         `auth-source-search' in case an entry needs to be created.
3667         (nnimap-open-connection-1): Use :port instead of :protocol.
3668
3669 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * auth-source.el: Bind load-path when loading EIEIO from
3672         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3673         21.4 doesn't support, to `require'.
3674         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3675         delete-dups that is not available in XEmacs 21.4.
3676
3677 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3678
3679         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3680         as EIEIO must also be loaded when auth-source.el is being
3681         byte-compiled.
3682
3683 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3684
3685         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3686
3687         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3688
3689         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3690
3691         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3692
3693         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3694
3695         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3696
3697         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3698
3699         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3700         necessary.
3701
3702 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3703
3704         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3705         nil means that nnimap doesn't get updated.
3706
3707 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3708
3709         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3710         result when the user doesn't want to write to the file.
3711         (auth-source-netrc-search): Expect a synthetic result and proceed
3712         accordingly.
3713         (auth-source-cache-expiry): New variable to override
3714         `password-cache-expiry'.
3715         (auth-source-remember): Use it.
3716
3717         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3718         parameter.  Create entry if necessary by using :create t.
3719         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3720
3721 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3722
3723         * auth-source.el (auth-source-debug): Enable by default and don't
3724         mention the obsolete `auth-source-hide-passwords'.
3725         (auth-source-do-warn): New function to debug unconditionally.
3726         (auth-source-do-debug): Use it.
3727         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3728         and for Secrets API entries when the secrets.el library is not
3729         available.
3730
3731 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3734         (gnus-summary-exit): Kill the correct article buffer on exit from a
3735         `C-d' group.
3736
3737         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3738         gnus-propagate-marks.
3739
3740         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3741         before killing the buffers so that a non-full window conf gets handled
3742         correctly.
3743         (gnus-summary-exit): Ditto.
3744         (gnus-summary-read-group-1): Ditto.
3745
3746         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3747         async code again so that we can debug it properly.
3748
3749         * message.el (message-reply): Take an optional switch-buffer parameter
3750         so that Gnus window confs are respected better.
3751
3752 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3755         `plist-get' to accept non-list parameters (XEmacs issue).
3756         Fix docstring.
3757         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3758         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3759         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3760         Login collection is "Login" and not "login".
3761
3762 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3765         multiple headers.
3766
3767         * nnimap.el (nnimap-inhibit-logging): New variable.
3768         (nnimap-log-command): Don't log login commands.
3769
3770         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3771         to have more parameters.
3772
3773         * nnimap.el (nnimap-send-command): Mark the command time for each
3774         command, so that we don't get NOOPs stepping on our toes.
3775
3776         * gnus-art.el (article-date-ut): Get the date from the Date header on
3777         `t'.
3778
3779 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * auth-source.el (auth-source-search): Use copy-sequence instead of
3782         the cl.el copy-list.
3783
3784 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * imap.el: Bring it back (revert
3787         84d800cd31de3064f0ed39617d725709a2f8f42f).
3788
3789 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3790
3791         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3792         Improve prompt.
3793
3794 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3797         washing status from the default format.  It isn't very informative.
3798
3799 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3800
3801         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3802         Fix Gcc processing on imap.
3803
3804 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3805
3806         * imap.el: Remove file.  All the functionality is in nnimap.el.
3807
3808 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3809
3810         * message.el (message-bury): Don't pop up a new window when selected
3811         window is dedicated.
3812
3813 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3814
3815         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3816
3817 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * sieve-manage.el: Autoload `auth-source-search'.
3820         (sieve-sasl-auth): Use it.
3821
3822 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3823
3824         * nnimap.el: Autoload `auth-source-forget+'.
3825         (nnimap-open-connection-1): Use it if the connection fails.
3826
3827         * auth-source.el: Require `password-cache'.
3828         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3829         obsolete.
3830         (auth-source-magic): Marker for `password-cache' keys.
3831         (auth-source-do-cache): Update docstring.
3832         (auth-source-search): Use and check cache.
3833         (auth-source-forget-all-cached, auth-source-remember)
3834         (auth-source-recall, auth-source-forget, auth-source-forget+)
3835         (auth-source-specmatchp): Caching support functions.
3836         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3837         Remove and obsolete.
3838         (auth-source-user-or-password): Remove caching to further discourage
3839         using it.  Always hide passwords.
3840
3841         * password-cache.el (password-cache-remove): Accept secrets that are
3842         not strings.
3843
3844 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3845
3846         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3847         code for now, since it doesn't work for all users.
3848
3849 2011-02-09  Julien Danjou  <julien@danjou.info>
3850
3851         * message.el (message-options): Make message-options really buffer
3852         local.
3853
3854 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3855
3856         * mail-source.el: Autoload `auth-source-search'.
3857         (mail-source-keyword-map): Note order matters.
3858         (mail-source-set-1): Get all the mail-source source values and
3859         defaults and search auth-source on those if needed.  This can all
3860         probably be simplified.
3861
3862         * nnimap.el: Autoload `auth-source-search'.
3863         (nnimap-credentials): Use it.
3864         (nnimap-open-connection-1): Ask for the virtual server and physical
3865         address in one shot.
3866
3867         * nntp.el: Autoload `auth-source-search'.
3868         (nntp-send-authinfo): Use it.  Note TODO.
3869
3870 2011-02-08  Julien Danjou  <julien@danjou.info>
3871
3872         * shr.el (shr-tag-body): Add support for text attribute in body
3873         markups.
3874
3875         * message.el (message-options): Make message-options a local variable.
3876
3877 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * auth-source.el (auth-source-secrets-search)
3880         (auth-source-user-or-password): Use `append' instead of `nconc'.
3881         (auth-source-user-or-password): Build return list better and protect
3882         against nil :secret.
3883
3884 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3885
3886         * nnimap.el (nnimap-update-info): Refactor slightly.
3887         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3888         (nnimap-update-info): Clean up slightly.
3889         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3890         characters.
3891         (nnimap-process-quirk): Rename function to avoid collision.
3892         (nnimap-update-info): Fix macrology bug-out.
3893         (nnimap-update-info): Simplify split history test.
3894
3895 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3896
3897         * auth-source.el (top): Require 'eieio unconditionally.
3898         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3899         (auth-source-secrets-search): Limit search when `max' is greater than
3900         number of results.
3901
3902 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3905         part not returning any data.
3906
3907         * proto-stream.el (open-protocol-stream): Document the return value.
3908
3909 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3910
3911         * auth-source.el (auth-source-secrets-search): Add examples.
3912
3913 2011-02-06  Julien Danjou  <julien@danjou.info>
3914
3915         * message.el (message-setup-1): Handle message-generate-headers-first
3916         set to t.
3917
3918 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3921         API with a string "secrets:collection-name" and with 'default.
3922         (auth-source-backend-parse): Parse "secrets:collection-name" and
3923         'default.  Recurse on parses instead of repeating code.  Use the
3924         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3925         message when ignoring a source.
3926         (auth-source-search): List ignored search keys at the top level.
3927         (auth-source-netrc-create): Use `case' instead of `cond'.
3928         (auth-source-secrets-search): Created with TODOs.
3929         (auth-source-secrets-create): Created with TODOs.
3930         (auth-source-retrieve, auth-source-create, auth-source-delete)
3931         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3932         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3933         (auth-source-user-or-password-sftp)
3934         (auth-source-user-or-password-smtp): Remove.
3935         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3936         around `auth-source-search'.  Not tested thoroughly.
3937
3938 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * auth-source.el: Bring in assoc and eioeio libraries.
3941         (secrets-enabled): New variable to track the status of the Secrets API.
3942         (auth-source-backend): New EIOEIO class to represent a backend.
3943         (auth-source-creation-defaults): New variable to set prompt defaults
3944         during token creation (see the `auth-source-search' docstring for
3945         details).
3946         (auth-sources): Simplify to allow a simple string as a netrc backend
3947         spec.
3948         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3949         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3950         (auth-source-search): Main auth-source API entry point.
3951         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3952         (auth-source-search-collection): Helper function for searching.
3953         (auth-source-netrc-parse, auth-source-netrc-normalize)
3954         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3955         Supports search, create, and delete.
3956         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3957         backend stubs.
3958         (auth-source-user-or-password): Call `auth-source-search' but it's not
3959         ready yet.
3960
3961 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3962
3963         * message.el (message-setup-1): Remove the read-only stuff, since it
3964         doesn't work under XEmacs, for some reason.
3965
3966         * gnus-sum.el (gnus-user-date): Rename back from
3967         gnus-summary-user-date since user code refers to it.
3968
3969         * shr.el (shr-render-td): Store the actual background color used.
3970
3971         * message.el (message-setup-1): Don't bind the constant
3972         -forbidden-properties.
3973         (message-setup-1): Revert previous change, since it needs to bind the
3974         props to insert them.
3975         (message-resend): Allow removing the read-only separator line.
3976
3977 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3978
3979         * nnimap.el (nnimap-request-accept-article): Give an error message if
3980         the APPEND wasn't successful.
3981
3982 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3983
3984         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3985         that have no groups.
3986
3987 2011-02-03  Julien Danjou  <julien@danjou.info>
3988
3989         * gnus-draft.el: Remove progn around gnus-draft-setup.
3990
3991 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-start.el (gnus-read-active-for-groups): This function is never
3994         called with a nil `infos', so clean that up.
3995         (gnus-get-unread-articles): Request active files from primary/secondary
3996         methods that have no groups (yet).
3997
3998 2011-02-03  Julien Danjou  <julien@danjou.info>
3999
4000         * message.el (message-setup-1): Always generate References first.
4001         (message-mail): Return the return value of message-setup, not always t.
4002         (message-setup-1): Insert mail-header-separator with read-only and
4003         intangible properties set.
4004
4005         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4006         user-date in docstring.
4007
4008         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4009
4010         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4011         docstring.
4012
4013         * gnus.el (gnus-user-date-format-alist): Change default value.
4014         Use defcustom, with type and group. Move from gnus-util.el.
4015         Rename to gnus-summary-user-date-format-alist.
4016
4017 2011-02-03  Glenn Morris  <rgm@gnu.org>
4018
4019         * nnimap.el (gnus-fetch-headers): Declare.
4020
4021         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4022
4023 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4024
4025         * message.el (message-forward-make-body-digest-plain)
4026         (message-followup, message-reply): Clean up things noted by Stefan.
4027
4028         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4029         gnus-article-update-date-headers is nil.
4030         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4031         it didn't really work with defcustom.
4032         (article-update-date-lapsed): Make sure the window start doesn't move,
4033         either.
4034
4035 2011-02-01  Julien Danjou  <julien@danjou.info>
4036
4037         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4038         format.
4039
4040         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4041         standard in Emacs nowadays.
4042
4043         * color.el (color-gradient): Add a color-gradient function.
4044
4045 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4046
4047         * message.el (message-expand-name): Don't trust the return value of
4048         bbdb-complete-name.
4049         (message-check-news-header-syntax): Remove unused var `start'.
4050         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4051         (message-inhibit-body-encoding): Move to before first use.
4052         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4053         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4054         (Organization, Message-ID, Date, mh-previous-window-config):
4055         Defvar the vars using dynamic scoping.
4056
4057 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4058
4059         * shr.el (shr-render-td): Only do colors at the final rendering.
4060         Should be slightly faster.
4061         (shr-insert-table): Fix up TD background colors when doing the
4062         vertical padding.
4063
4064         * gnus-art.el (article-date-ut): Protect against articles with no Date
4065         header.
4066         (article-update-date-lapsed): Don't use current-column to find the
4067         horizontal position.  It's fragile in the presence of \003 characters.
4068
4069         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4070
4071 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-art.el (article-transform-date): Rewrite to still work when
4074         there are several rfc2822 parts.
4075         (article-transform-date): Fix infinite recursion.
4076         (article-date-ut): Replace infinitely many Date headers with a single
4077         one when called interactively.
4078
4079         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4080         secure manner.
4081
4082         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4083         move around by not using save-window-excursion.  It seems to work...
4084
4085 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-art.el (article-make-date-line): Work for user-defined format.
4088
4089 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4090
4091         * nntp.el (nntp-retrieve-group-data-early)
4092         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4093         fetching functions.
4094
4095         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4096         thoroughly for all backends that have no known groups.  This should
4097         allow new nnml methods to retrieve mail.
4098
4099         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4100         that Gnus doesn't know exists again.
4101
4102         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4103         (gnus-treat-date-ut): Ditto.
4104         (gnus-article-update-date-header): Rename.
4105         (gnus-treat-date-local): Remove.
4106         (gnus-treat-date-english): Remove.
4107         (gnus-treat-date-lapsed): Remove.
4108         (gnus-treat-date-combined-lapsed): Remove.
4109         (gnus-treat-date-original): Remove.
4110         (gnus-treat-date-iso8601): Remove.
4111         (gnus-treat-date-user-defined): Remove.
4112         (gnus-article-date-headers): New variable to control all the date
4113         header options.
4114         (article-date-ut): Rewrite to allow using the new way to format date
4115         headers(s).
4116
4117 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4118
4119         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4120         method.
4121         (nnmail-article-group): A better test for fanciness.
4122
4123         * nnimap.el (nnimap-request-head): Protect against not finding the
4124         article by Message-ID.
4125
4126 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4127
4128         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4129         keep point at the "same place".
4130
4131 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4132
4133         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4134         data if the group is inactive.
4135
4136 2011-01-28  Julien Danjou  <julien@danjou.info>
4137
4138         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4139         (gnus-all-windows-visible-p): Remove old compatibility code.
4140         (gnus-window-top-edge): Add docstring.
4141
4142         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4143
4144 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4145
4146         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4147         older request-update-info.
4148
4149         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4150
4151 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4152
4153         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4154         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4155
4156 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4159         groups.  This makes the nndraft:queue group pop up if it's not already
4160         there.
4161
4162         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4163         messages" logic, which was reversed.
4164
4165         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4166         the "same place" even if point is on the line being replaced.
4167         (article-update-date-lapsed): Allow updating both the combined lapsed
4168         and the lapsed headers.
4169         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4170         (article-make-date-line): Limit the number of segments dynamically to
4171         avoid too-long lines.
4172
4173 2011-01-27  Julien Danjou  <julien@danjou.info>
4174
4175         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4176         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4177
4178 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4181         Use plist-get instead of the cl function getf.
4182
4183 2011-01-27  Glenn Morris  <rgm@gnu.org>
4184
4185         * gnus-util.el (float-time): Get rid of compiler warning, again.
4186
4187 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4188
4189         * shr.el (shr-put-color): Special-case background colors: Do put them
4190         at the blank parts at the front of the lines.
4191
4192         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4193         exit hook to nix out all data on readedness on group exit.
4194
4195         * gnus-util.el (float-time): If float-time is bound, always use it on
4196         all Emacsen.  It's unclear why the subrp check was there.
4197         (time-date): Require to make some autoload issues on XEmacs go away.
4198
4199         * shr.el (shr-put-color): Don't do the box padding in tables, since
4200         they're already padded.
4201
4202 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4203
4204         * gnus-art.el (gnus-article-next-page): When the last line of the
4205         article is displayed, scroll down once more instead of going to the
4206         next article at once.
4207         (article-lapsed-string): Refactor out and allow specifying how many
4208         segments you want.
4209         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4210         (gnus-article-update-lapsed-header): New variable.
4211
4212         * shr.el: Revert change that made headings use different-sized faces.
4213         The Emacs display engine isn't advanced enough that, for instance,
4214         tables can comfortably use differently-sized faces.
4215
4216 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4217
4218         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4219         used.
4220         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4221         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4222         we're using an encrypted connection.
4223
4224         * proto-stream.el: Alter the interface functions to also return the
4225         actual stream type used: network or tls.
4226
4227 2011-01-25  Julien Danjou  <julien@danjou.info>
4228
4229         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4230         (mm-display-javascript-inline): New function.
4231
4232         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4233         viewing function.
4234
4235 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * shr.el (shr-expand-newlines): Fix variable name.
4238
4239 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4240
4241         * shr.el (shr-expand-newlines): Make nested boxes work.
4242
4243 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4244
4245         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4246         backgrounds.
4247         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4248         in a more sensible manner.
4249
4250 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4253         if EPG is loaded.
4254
4255 2011-01-24  Julien Danjou  <julien@danjou.info>
4256
4257         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4258         tags.
4259
4260 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4263         commands.
4264
4265         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4266         in the article buffer.
4267         (gnus-gravatar-insert): Use blank space from the current buffer to
4268         avoid breaking text properties.  This makes X-Sent updating work again.
4269
4270         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4271
4272 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4273
4274         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4275         fix the bug in url-http.el instead.
4276
4277         * shr.el (shr-image-fetched): Ditto.
4278
4279         * shr.el (shr-image-fetched): Avoid having point move in the article
4280         buffer.
4281
4282         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4283         buffer after being called.  It's apparently being killed by url.el, and
4284         killing it made point move to end-of-buffer in a random buffer.
4285
4286         * shr.el (shr-image-fetched): Ditto.
4287
4288 2011-01-23  Julien Danjou  <julien@danjou.info>
4289
4290         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4291
4292         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4293         text/x-org.
4294
4295 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4298         (i.e., nnimap) returning nil as the article number.
4299
4300 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4301
4302         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4303         "DelSp" parameter in RFC3676.
4304
4305 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4306
4307         * message.el (message-check-recipients): Display the encoded version of
4308         the bogus address if they differ.
4309
4310         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4311         after sending.
4312
4313         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4314
4315         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4316
4317         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4318         group buffer after sending the queue.
4319
4320         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4321
4322 2011-01-22  Julien Danjou  <julien@danjou.info>
4323
4324         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4325
4326 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4327
4328         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4329         nested related parts.
4330
4331         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4332         unexpired articles.  This fixes the regression that led expiry marks to
4333         disappear from nnfolder groups.
4334
4335 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4336
4337         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4338         Don't confuse the "ret" of "retrograde" with RET.
4339
4340 2011-01-21  Julien Danjou  <julien@danjou.info>
4341
4342         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4343         than mm-insert-inline.
4344
4345 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4348         Widen article buffer.
4349
4350 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4351
4352         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4353         the temp buffer.
4354         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4355
4356 2011-01-20  Julien Danjou  <julien@danjou.info>
4357
4358         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4359
4360         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4361         than mm-insert-inline to insert inline part: this respect
4362         mm-inline-media-tests displayers.
4363
4364         * mm-view.el (mm-display-shell-script-inline): New function.
4365
4366         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4367
4368         * mm-uu.el (mm-uu-type-alist): Add org block.
4369         (mm-uu-org-src-code-block-extract): New function.
4370
4371         * mm-view.el (mm-display-org-inline): New function.
4372
4373         * mm-decode.el (mm-automatic-display): Add text/org.
4374
4375         * mailcap.el (mailcap-mime-extensions): Add .org.
4376
4377 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4380         gnus-article-add-buttons.
4381
4382 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4383
4384         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4385         From header with a date and "nobody" as the sender.
4386
4387 2011-01-19  Julien Danjou  <julien@danjou.info>
4388
4389         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4390         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4391         if you have the same regexp several times.
4392         (gnus-button-push): Fix matching when regexp is symbol.
4393
4394 2011-01-15  Glenn Morris  <rgm@gnu.org>
4395
4396         * message.el (message-mail): A compose-mail function should
4397         accept headers as strings.
4398
4399 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4400
4401         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4402         Add :vert-only tags.
4403         (message-mail): New arg RETURN-ACTION.
4404         (message-return-action): New var.
4405         (message-bury): Use it.
4406         (message-mode): Make it buffer-local.
4407         (message-send-and-exit): Always call message-bury.
4408
4409         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4410         message-mail.
4411
4412 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nnimap.el (nnimap-convert-partial-article): Protect against
4415         zero-length body parts.
4416
4417         * mm-decode.el (mm-preferred-alternative-precedence):
4418         Discourage showing empty parts.
4419
4420         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4421         and stuff if the backend didn't return the article number.  This fixes
4422         an Exchange-related nnimap bug.
4423
4424         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4425         group window, because it does the wrong thing when a separate frame
4426         displays the group buffer.
4427
4428         * proto-stream.el (open-protocol-stream): Protect against the low-level
4429         transport functions returning nil.
4430
4431 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4432
4433         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4434         (mml2015-epg-find-usable-secret-key): New function.
4435         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4436         mml2015-epg-find-usable-key (Bug#7797).
4437         (mml2015-epg-encrypt): Ditto.
4438
4439 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * dgnushack.el (rot13-string): Fix the way to get the argument.
4442
4443 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4446
4447 2011-01-03  Glenn Morris  <rgm@gnu.org>
4448
4449         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4450
4451         * sieve.el (sieve-open-server): Give a more explicit error if
4452         sieve-manage-open returns nil.  (Bug#7720)
4453
4454 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4455
4456         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4457
4458 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4461         This avoids sending passwords in plain text over non-encrypted
4462         channels.
4463
4464         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4465
4466         * nnimap.el (nnimap-login): Refactored out into own function, and
4467         implement CRAM-MD5.
4468         (nnimap-wait-for-line): Refactored out.
4469
4470         * mm-view.el (mml-smime): Require.
4471
4472 2010-12-20  David Engster  <deng@eml.cc>
4473
4474         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4475         use EPG to decrypt S/MIME messages instead of openssl.
4476
4477 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4480
4481         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4482         status is the group clearly is unreachable.
4483
4484         * auth-source.el (auth-source-create): Add the optional second
4485         parameter to `local-variable-p' to be compatible with XEmacs.
4486
4487 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4488
4489         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4490         work when using a compressed nnml folder.
4491
4492 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4495         backends after sanitising on entry, because this never makes sense:
4496         If the articles have gone missing, then the data no longer exists on
4497         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4498         overwrite anything anyway.
4499
4500         * shr.el (shr-insert-document): Bind shr-width dynamically to
4501         window-width if it's nil.
4502
4503 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4504
4505         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4506         with the meaning of using the full emacs window width for rendering.
4507
4508 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4509
4510         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4511         case when sender is not given.
4512
4513 2010-12-23  Julien Danjou  <julien@danjou.info>
4514
4515         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4516         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4517         the addresses, otherwise we might misplaced the gravatar.
4518
4519 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4520
4521         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4522         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4523         obsolete in Emacs.
4524
4525 2010-12-20  Julien Danjou  <julien@danjou.info>
4526
4527         * gnus-util.el (gnus-rescale-image): Revert last change.
4528
4529 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4530
4531         * binhex.el: Improve commentary (Bug#7482).
4532
4533 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-group.el (gnus-group-delete-articles): New command.
4536
4537 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4538
4539         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4540
4541 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4544         here, since it's up to the backends to do CRLF removal if their
4545         protocol has it.
4546
4547         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4548
4549 2010-12-17  Julien Danjou  <julien@danjou.info>
4550
4551         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4552         they are from file.  Can also scale up.
4553
4554 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4555
4556         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4557         Restore gnus-use-agent.
4558         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4559
4560         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4561
4562 2010-12-17  Julien Danjou  <julien@danjou.info>
4563
4564         * gravatar.el (gravatar-retrieve-synchronously): New function.
4565         (gravatar-get-data): Make more robust.
4566
4567 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4570
4571 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4574         to really consider the last line.
4575
4576 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4577
4578         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4579         list of recipient keys, or use symmetric encryption if not a list.
4580         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4581         EPA override, replacing the call to `netrc-store-data'.
4582
4583 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4584
4585         * gnus-srvr.el: Avoid passing nil regexp argument to
4586         delete-matching-lines.
4587
4588 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4591         fetching stops when Gnus exits.
4592
4593         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4594         function.
4595         (nnfolder-request-expire-articles): Save all the buffers after doing
4596         expiry.
4597
4598         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4599         the last article", since that led to serious performance regressions
4600         when expiring nnml groups.
4601
4602 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4603
4604         * nnir.el: Improve customizations.
4605
4606 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4609
4610         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4611         group has been killed.
4612         (gnus-group-yank-group): Ditto.
4613
4614         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4615
4616         * nnimap.el (nnimap-request-update-group-status): New function.
4617
4618         * gnus-int.el (gnus-request-update-group-status): New interface
4619         function.
4620
4621         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4622         copying read-ness to the backends.
4623
4624         * nnimap.el (nnimap-quirk): New function.
4625         (nnimap-retrieve-group-data-early): Use it.
4626         (nnimap-quirks): New alist.
4627
4628 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4631         don't delete it within indentation.
4632
4633 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4636         previous line.
4637
4638 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4641         QRESYNC command by deleting a superfluous space which broke Cyrus
4642         servers.  This change will break other servers that are buggy the other
4643         way around.
4644
4645 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * spam.el: Reindent and fix long lines.
4648         (spam-copy-or-move-routine): Exclude invalid move destinations.
4649
4650 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4651
4652         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4653         installed the registry.
4654
4655 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4658
4659 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4660
4661         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4662         groupname doesn't contain "gmane".
4663
4664 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4667         and netrc-bound-and-true-p bindings.
4668         (netrc-parse): Cache the netrc contents.
4669
4670         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4671         (gnus-1): Don't create the nndrafts group twice.
4672         (gnus-setup-news): There's no need to read the active file here, since
4673         that's done again later on a per-backend basis.
4674         (gnus-start-draft-setup): Make sure that the new group is started out
4675         empty.
4676
4677         * gnus-agent.el (gnus-agentize): Don't create the queue group
4678         automatically on startup.  It'll be created later, if needed.
4679
4680         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4681         of automatically subscribed groups.
4682         (gnus-auto-subscribed-categories): New variable.
4683         (gnus-matches-options-n): Use it.
4684         (gnus-default-subscribed-newsgroups): Remove unused variable.
4685         (gnus-start-draft-setup): Message a bit less.
4686
4687 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4688
4689         * nnir.el (nnir-run-imap): Return article list in order of increasing
4690         UID.
4691
4692 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * gnus-sum.el (gnus-summary-enter-digest-group):
4695         Mention gnus-auto-select-on-ephemeral-exit.
4696
4697         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4698         convention of the network-only option.
4699
4700 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4701
4702         * proto-stream.el (proto-stream-open-network-only): New function to
4703         have a way to specify non-STARTTLS upgrade connections.
4704
4705 2010-12-10  Julien Danjou  <julien@danjou.info>
4706
4707         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4708         email address is nil.
4709
4710         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4711
4712 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4713
4714         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4715         deletion.
4716         (nnir-run-imap): Only need to parse list once.
4717
4718 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * shr.el (shr-tag-script): Ignore <script>.
4721         (shr-tag-label): Add <label> support.
4722
4723 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4726
4727         * shr.el (shr-image-displayer): Work for images lined side by side.
4728
4729 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4730
4731         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4732         parameter, since XEmacs doesn't accept t as a parameter.
4733
4734 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4735
4736         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4737         ids.
4738         (nnir-run-gmane): Simplify groupspec formatting.
4739         (nnir-request-expire-articles): New function.
4740
4741 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4744         overflow, possibly.
4745
4746         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4747         (shr-render-td): Handle td style="" better.
4748         (shr-tag-table): Use the color from the style sheet.
4749         (shr-render-td): Make sure we copy over all the overlays, too.
4750
4751 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4752
4753         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4754         (nnir-request-article): Improve article retrieval.
4755
4756 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * mm-util.el (mm-extra-numeric-entities): New variable.
4759
4760         * mm-url.el (mm-url-decode-entities):
4761         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4762
4763         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4764
4765 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4766
4767         * message.el: Use completion-at-point.
4768         (message-completion-function): New fun, extracted from message-tab.
4769         (message-mode): Use it for completion-at-point-functions.
4770         (message-tab): Use it and completion-at-point.
4771
4772 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4775         character if a non-breakable character follows.
4776
4777 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4778
4779         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4780         any stream.
4781
4782         * shr.el (shr-tag-font): Colorize the region.
4783         (shr-tag-body): Ditto.
4784         (shr-tag-font): Actually let the styles be inherited instead of
4785         overwriting them.
4786         (shr-tag-font): Get the background color right.
4787         (shr-tag-style): Ignore all <style> tags for the moment.
4788
4789         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4790         a Message-ID to avoid having nnimap depend on gnus-sum.
4791
4792         * shr.el (shr-descend): Only colorize something if we have a node that
4793         sets colors.
4794
4795 2010-12-06  Julien Danjou  <julien@danjou.info>
4796
4797         * shr.el (shr-render-td): Render td content with shr-descend, so style
4798         will be applied to <td> too.
4799         (shr-colorize-region): Colorize region even if we only have a background.
4800         (shr-tag-body): Fix color and background color inheritance.
4801         Do not recolorize after shr-generic.
4802         (shr-tag-font): Let shr-generic colorize via inheritance.
4803
4804 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4807
4808 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4809
4810         * nnir.el (nnir-request-move-article): Remove obsolete code.
4811
4812 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4815
4816 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817
4818         * gnus-sum.el (gnus-summary-respool-article): The completion function
4819         expects a list instead of an alist.
4820
4821         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4822         string as the parameter.
4823
4824         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4825
4826         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4827         styles.
4828         (shr-colorize-region): New function.
4829         (shr-insert-background-overlay): Remove.
4830         (shr-render-td): Background setting should be taken care of on a higher
4831         level.
4832         (shr-tag-body): Use post-hoc colorizations.
4833         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4834         (shr-put-color-1): Don't overwrite old colors.
4835         (shr-colorize-region): When the background color isn't explicit, use
4836         a fixed background.
4837
4838         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4839         nnmail variables.
4840
4841 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4842
4843         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4844         unless necessary.
4845
4846 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4847
4848         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4849         server.
4850
4851 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4852
4853         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4854         so that TAB works.
4855
4856         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4857         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4858
4859         * shr.el (shr-urlify): Show the URL before the title to avoid
4860         misleading URLs.
4861
4862 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4863
4864         * shr.el (shr-urlify): Display the title in <a> tags.
4865
4866 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4867
4868         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4869
4870 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4871
4872         * nnir.el: Rearrange code to allow macros to be autoloaded by
4873         gnus-sum.el.
4874         (nnir-retrieve-headers-override-function): Make this variable
4875         customizable.
4876         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4877
4878         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4879         from nnir.el.
4880
4881 2010-12-03  Julien Danjou  <julien@danjou.info>
4882
4883         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4884
4885 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4888         allow optional argument `environment'.
4889
4890 2010-12-03  Glenn Morris  <rgm@gnu.org>
4891
4892         * mm-extern.el (message-goto-body): Update declaration.
4893
4894 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-util.el (gnus-macroexpand-all): New function.
4897
4898         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4899         instead of macroexpand-all that is unavailable in XEmacs.
4900
4901 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4902
4903         * nnir.el (nnir-summary-line-format): New variable.
4904         (nnir-mode): Use it.
4905         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4906         (nnir-article-ids): Reimplement as defsubst.
4907         (nnir-retrieve-headers): Don't mangle the subject header.
4908         (nnir-run-imap): Use 100 as RSV score.
4909         (nnir-run-find-grep): Fix for full server searching.
4910         (nnir-run-gmane): Better restriction to gmane groups.
4911
4912         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4913         summary buffers.
4914
4915 2010-12-02  Julien Danjou  <julien@danjou.info>
4916
4917         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4918
4919         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4920
4921         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4922         support.
4923
4924 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4925
4926         * nnir.el: Update to handle the registry better.
4927         (autoload): Silence byte-compiler.
4928         (nnir-open-server): Add a hook for nnir groups.
4929         (nnir-request-move-article): Don't mangle the header.  Better to use
4930         formatting variables (which will be added in the future).
4931         (nnir-registry-action): Update the registry using the original article
4932         group name.
4933         (nnir-mode): Install nnir-specific hooks for updating the registry.
4934
4935         * gnus-sum.el
4936         (gnus-article-original-subject,gnus-newsgroup-original-name):
4937         Remove obsolete variables.
4938         (gnus-summary-move-article): Remove use of obsolete variables.
4939         (gnus-summary-local-variables): Make move and delete hooks local to
4940         summary buffers.
4941
4942 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4943
4944         * rtree.el: New file.
4945
4946 2010-12-01  Julien Danjou  <julien@danjou.info>
4947
4948         * message.el (message-user-organization): Do not use
4949         gnus-local-organization.
4950
4951         * gnus.el: Remove gnus-local-organization.
4952
4953         * gnus-msg.el: Remove nastygram thing.
4954
4955 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4958         funcall.
4959
4960 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4963         names.
4964
4965         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4966         characters.
4967
4968         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4969         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4970         Suggested by Štěpán Němec <stepnem@gmail.com>.
4971         (gnus-gravatar-transform-address): Use mail-extract-address-components
4972         that supports non-ASCII names rather than mail-header-parse-addresses.
4973
4974 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * proto-stream.el (open-protocol-stream): All starttls connections are
4977         handled by the network handler.
4978
4979 2010-11-30  Julien Danjou  <julien@danjou.info>
4980
4981         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4982         (nnimap-open-connection-1): Fix PREAUTH.
4983
4984         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4985
4986 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4989         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4990         (shr-insert): Use them.
4991         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4992
4993 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4994
4995         * nnir.el (nnir-request-move-article): Bail out if original group
4996         doesn't support article moves.
4997         (nnir-get-active): Improve active list retrieval.
4998
4999 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5002
5003 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5004
5005         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5006         seem to accept strings-with-numbers as port numbers,
5007
5008 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5009
5010         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5011         change the registry.
5012
5013 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5016         delete-dups that is not available in XEmacs 21.4.
5017
5018         * mm-util.el (mm-delete-duplicates): Add comment.
5019
5020 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5021
5022         * nnir.el (nnir-ignored-newsgroups): New variable.
5023         (nnir-get-active): Use it.
5024
5025 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * proto-stream.el (proto-stream-open-network): Add some comments.
5028
5029         * nntp.el (nntp-open-connection): Provide a :success condition.
5030
5031         * nnimap.el (nnimap-open-connection-1): Ditto.
5032
5033         * proto-stream.el (proto-stream-open-network): See what the response to
5034         the STARTTLS command is.
5035
5036         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5037         backwards compatibility).
5038         (nnimap-open-connection-1): Really respect nnimap-server-port.
5039
5040         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5041         TLS upgrades we don't really care about the identity of the peer.
5042         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5043         that what we've checked for.
5044         (proto-stream-always-use-starttls): Only default to t if
5045         open-gnutls-stream exists.
5046         (proto-stream-open-network): If STARTTLS failed, then just open a
5047         normal connection.
5048         (proto-stream-open-network): Wait until the greeting before doing
5049         STARTTLS.
5050
5051         * nntp.el (nntp-open-connection): Report what the connection error is.
5052
5053         * proto-stream.el (open-protocol-stream): Rename from
5054         open-proto-stream.
5055
5056 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * nnimap.el (nnimap-stream): Change default to `undecided'.
5059         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5060         first, and then network.
5061         (nnimap-open-connection-1): Respect nnimap-server-port.
5062         (nnimap-open-connection): Be more backwards-compatible.
5063
5064         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5065         (proto-stream-open-starttls): De-duplicate the starttls code.
5066         (proto-stream-open-starttls): Folded back into the main function.
5067         (proto-stream-open-network): Fix typo in the gnutls path.
5068         (proto-stream-command): Refactor out.
5069
5070         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5071
5072         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5073         starttls.el STARTTLS.
5074
5075         * color.el (color-lab->srgb): Fix function call name.
5076
5077         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5078         if we're using tls.el.
5079         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5080         built in, then don't try to establish a STARTTLS connection.
5081
5082         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5083         servers.
5084
5085         * proto-stream.el (open-proto-stream): Use network, not stream.
5086         (open-proto-stream): Add a way to specify what the end of a command is.
5087
5088         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5089         connections types.
5090         (nntp-open-network-stream): Remove.
5091         (nntp-open-ssl-stream): Remove.
5092         (nntp-open-tls-stream): Remove.
5093         (nntp-ssl-program): Remove.
5094
5095         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5096
5097 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5098
5099         * nnir.el: Fix typos.
5100         (nnir-retrieve-headers-override-function): Rename variable to reflect
5101         new semantics.
5102         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5103         macros.
5104         (nnir-request-article, nnir-request-move-article): Use them.
5105         (nnir-categorize): New function.
5106         (nnir-run-query): Use it.
5107         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5108         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5109         sorted.
5110         (nnir-group-full-name): Use gnus-group-full-name instead.
5111         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5112         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5113
5114 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115
5116         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5117
5118         * proto-stream.el: New library to provide protocol-specific
5119         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5120         protocols.
5121         (open-proto-stream): Complete the documentation.
5122         (proto-stream-open-network): Fix some typos.
5123
5124         * nnimap.el (nnimap-open-connection): Use it.
5125
5126 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5127
5128         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5129         negotiation.
5130
5131 2010-11-26  Julien Danjou  <julien@danjou.info>
5132
5133         * color.el: Rename various rgb functions to srgb.
5134
5135 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5138         names.
5139
5140 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * shr.el (shr-insert): Revert last change.
5143         (shr-find-fill-point): Never leave point being at bol;
5144         relax the kinsoku limitation when rendering tables.
5145
5146 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5149         results from -accept-article.
5150
5151         * shr-color.el: Require cl when compiling.
5152
5153         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5154         checkin.
5155
5156         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5157
5158         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5159
5160         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5161         'add and 'delete to set backend marks.
5162
5163         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5164
5165         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5166
5167         * nntp.el (nntp-request-set-mark): Use it.
5168
5169         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5170
5171         * nnml.el (nnml-request-set-mark): Ditto.
5172
5173         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5174         introduces regressions in article selection.
5175         (nnimap-find-uid-response): New function.
5176         (nnimap-request-accept-article): Use the UID returned, if any.
5177         (nnimap-request-move-article): Use the UID returned, if any.
5178         (nnimap-get-groups): Reimplement to work with folded lines.
5179         (nnimap-find-uid-response): The UID is the last element in the list.
5180         (nnimap-request-set-mark): Extend syntax with 'set.
5181
5182         * nnml.el (nnml-request-set-mark): Ditto.
5183
5184         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5185
5186         * nntp.el (nntp-request-set-mark): Ditto.
5187
5188 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * message.el (message-called-interactively-p): A temporary macro.
5191         (message-goto-body): Use it temporarily.
5192
5193 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5196         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5197         (nnimap-last-response-string): Fix last unfolding fix.
5198
5199 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * shr.el (shr-insert): Fix the way to fold lines.
5202
5203 2010-11-25  Julien Danjou  <julien@danjou.info>
5204
5205         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5206
5207         * color.el: Rename from color-lab.el
5208         (color-rgb->hex): Add.
5209         (color-complement): Add.
5210         (color-complement-hex): Add.
5211
5212         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5213
5214 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * shr-color.el (shr-color-visible): Don't bug out if the color names
5217         don't exist.
5218
5219 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5222         assuming that article displaying or another mml-preview may be
5223         interrupted for an error or for the like.
5224
5225         * shr.el (shr-get-background): Fix argument name.
5226
5227 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5230
5231         * gnus-sum.el (gnus-summary-include-articles): New function.
5232
5233         * message.el (message-goto-body): called-interactively-p needs a
5234         parameter, so use `any'.
5235
5236         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5237         clear marks before moving, since they're synced from the Gnus side
5238         first.
5239
5240         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5241         (gnus-summary-move-article): Copy over all marks before moving, so that
5242         IMAP doesn't think a new article has arrived.
5243
5244 2010-11-24  Julien Danjou  <julien@danjou.info>
5245
5246         * shr.el (shr-insert-background-overlay): Fix typo.
5247         (shr-render-td): Copy the background before rendering.
5248
5249         * shr-color.el (shr-color-visible): Fix docstring.
5250
5251         * shr.el (shr-tag-table): Add bgcolor support.
5252         (shr-render-td): Add bgcolor support.
5253         (shr-get-background): Add.
5254         (shr-insert-foreground-overlay): Use shr-get-background.
5255
5256         * message.el (message-goto-body): Use called-interactively-p.
5257         (message-in-body-p): message-goto-body returns point.
5258
5259 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5262         Fixes something or other in Emacs 23, and is backwards compatible.
5263
5264         * message.el (message-goto-body): Remove the <#secure special-casing,
5265         which is too special.
5266
5267         * shr.el (shr-parse-style): Drop !important from styles.
5268
5269 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5270
5271         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5272         this function to return incorrect results when calling it with an
5273         explicit article argument different from
5274         (gnus-summary-article-number).
5275
5276 2010-11-24  Julien Danjou  <julien@danjou.info>
5277
5278         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5279         (shr-tag-body): Add background support.
5280         (shr-descend): Add background support.
5281         (shr-tag-title): Add.
5282
5283         * shr-color.el (shr-color-visible): Really return original background
5284         if fixed.
5285
5286 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * shr.el (shr-color-check): Protect against non-existent color names.
5289
5290 2010-11-24  Julien Danjou  <julien@danjou.info>
5291
5292         * color-lab.el: Require 'cl when compiling.
5293
5294         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5295
5296         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5297         matched part.
5298
5299         * color-lab.el: Fix all expt calls to use float type.
5300
5301 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5304         expression to shr-color-check as is.
5305
5306         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5307
5308         * color-lab.el: Add coding cookie.
5309         (float-pi): Use eval-and-compile.
5310
5311         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5312         compiled for Emacsen having no `libxml-parse-html-region' support.
5313
5314 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * shr.el (shr-insert-color-overlay): Split stuff like
5317         "#444444 !important" to find the real color.
5318         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5319         parse <font color="red"> entries.
5320
5321 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5322
5323         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5324         point when parsing headers.
5325
5326         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5327         is positioned properly when parsing headers.
5328
5329 2010-11-23  Julien Danjou  <julien@danjou.info>
5330
5331         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5332
5333         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5334
5335         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5336
5337         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5338         Use shr-color-hue-to-rgb.
5339         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5340
5341 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * shr.el (shr-color->hexadecimal): Autoload.
5344         (shr-descend): Add color to all tags.
5345
5346 2010-11-22  Julien Danjou  <julien@danjou.info>
5347
5348         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5349         shr-color->hexadecimal.
5350
5351         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5352         RGB() or HSL() color representation.
5353
5354         * shr.el (shr-tag-font): Add.
5355         (shr-tag-color-check): New function to get better colors.
5356         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5357         tag-span.
5358
5359         * shr-color.el: New file.
5360
5361         * color-lab.el: New file.
5362
5363         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5364
5365 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5366
5367         * nnir.el: Fix typo in comments.
5368         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5369         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5370
5371 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5374
5375         * nnimap.el (nnimap-get-capabilities): Refactor out.
5376         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5377
5378 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5379
5380         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5381         appearing when `mm-uu-hide-markers' is nil.
5382
5383 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * nnimap.el (nnimap-unselect-group): Make into its own function.
5386         (nnimap-request-rename-group): Unselect group before renaming.
5387         This had gotten lost somewhere.
5388         (nnimap-request-accept-article): Keep track of examined groups, and
5389         unselect the group before APPENDing to read-only groups.
5390         (nnimap-request-move-article): Clear flags before moving so that they
5391         can be re-set later.
5392
5393 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5396         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5397
5398 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-art.el (gnus-mime-display-single):
5401         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5402         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5403         parameter.
5404
5405 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5408         (shr-table-vertical-line): New variable.
5409         (shr-insert-table): Use it.
5410
5411 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-html.el (gnus-html-wash-images): Don't display images if
5414         gnus-inhibit-images is non-nil; register displayer for cid images.
5415         (gnus-html-display-image): Work for cid image.
5416         (gnus-html-insert-image): Allow arguments.
5417         (gnus-html-put-image): Inhibit read-only.
5418         (gnus-html-prefetch-images): Don't prefetch images if
5419         gnus-inhibit-images is non-nil.
5420
5421 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * shr.el (shr-put-image): Break lines when inserting big pictures.
5424
5425 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5426
5427         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5428         sender, thanks Katsumi Yamaoka.
5429
5430 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5431
5432         * nnir.el (nnir-run-imap): Reverse the article list for each group
5433         rather than the whole list.
5434
5435 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * shr.el (shr-image-displayer): Protect function against non-existent
5438         image source.
5439
5440         * gnus-art.el (gnus-inhibit-images): New user option.
5441         (gnus-mime-display-single): Don't display image if it is non-nil.
5442
5443         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5444         gnus-inhibit-images.
5445
5446         * shr.el (shr-image-displayer): New function.
5447         (shr-tag-img): Use it.
5448
5449 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5450
5451         * mml2015.el (mml2015-epg-sign): Use From header.
5452
5453 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5456
5457         * gnus-util.el (gnus-find-text-property-region): Return markers.
5458
5459         * shr.el (shr-tag-img): Put a displayer in the text property.
5460
5461         * gnus-util.el (gnus-find-text-property-region): New utility function.
5462
5463         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5464         (gnus-html-show-images): Remove.
5465
5466         * gnus-art.el (gnus-article-show-images): New, more general function.
5467
5468         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5469         image url text properties.
5470
5471         * shr.el: Ditto.
5472
5473         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5474         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5475
5476 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5479         work for two or more articles.
5480
5481 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5484         divide an image that's in an html article to two or more when washing
5485         non-ASCII characters in alt text of it.
5486
5487 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5490         smime-decrypt-region using function argument.
5491         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5492
5493         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5494
5495         * smime.el (smime-decrypt-region): Catch it.
5496
5497 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * smime.el (smime-mode-map): Move initialization into declaration.
5500         (gnus-run-mode-hooks): Don't autoload.
5501         (smime-mode): Use define-derived-mode.
5502
5503 2010-11-11  Glenn Morris  <rgm@gnu.org>
5504
5505         * smime.el (from): Restrict declaration to XEmacs.
5506
5507         * nnir.el (gnus-group-topic-name): Autoload.
5508
5509 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * shr.el (shr-insert): Don't break long line if it is because of
5512         kinsoku-bol characters in the line end.
5513
5514 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5515
5516         * nnir.el (nnir-request-move-article): Fix to provide original group
5517         and subject.
5518         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5519         been retrieved.
5520
5521         * gnus-sum.el (gnus-summary-move-article): Use original group and
5522         subject for virtual articles such as those in an nnir summary buffer.
5523
5524 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5527         least 21.5).
5528
5529         * smime.el (from): Declare it again for XEmacs.
5530
5531 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * message.el (message-resend): Don't disable encoding unless it's
5534         already encoded.
5535
5536         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5537         low-numbered articles.
5538
5539 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * rfc2047.el (rfc2047-syntax-table): Simplify.
5542
5543         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5544
5545         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5546         set-char-table-range for XEmacs.
5547
5548 2010-11-10  Glenn Morris  <rgm@gnu.org>
5549
5550         * time-date.el (time-to-seconds): Always an alias on Emacs,
5551         never a real function.
5552         (with-no-warnings): Remove compat stub, now unused.
5553         (time-less-p): Doc fix.
5554         (time-to-number-of-days): Simplify.
5555
5556         * smime.el (from): Remove unused declaration.
5557
5558         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5559         (gnus-float-time): On Emacs, always an alias.
5560
5561         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5562         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5563
5564 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * dgnushack.el: Don't use ignore-errors in the top level form since it
5567         is unavailable in XEmacs even if cl is loaded.
5568
5569         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5570
5571 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * shr.el (browse-url-mailto): Autoload.
5574
5575         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5576
5577         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5578         regexp doesn't need quoting.
5579
5580 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5581
5582         * message.el (message-subject-trailing-was-ask-regexp)
5583         (message-subject-trailing-was-regexp): Match was: in addition to was.
5584
5585 2010-11-09  Glenn Morris  <rgm@gnu.org>
5586
5587         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5588         (nnbabyl-check-mbox): Use point-at-bol.
5589
5590 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5593
5594         * message.el (message-mailto): New function.
5595         (message-mailto): Should accept other parameters.
5596         (message-mailto): Remove since it duplicates browse-url-mailto
5597         functionality.
5598
5599 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5600
5601         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5602         methods.
5603         (gnus-read-active-file): Ditto.
5604
5605         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5606         ": " from the prompt.
5607         (gnus-group-make-group): Ditto.
5608
5609 2010-11-07  Glenn Morris  <rgm@gnu.org>
5610
5611         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5612         (gnus-bookmark-kill-line): Use point-at-eol.
5613
5614 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5617         asterisks in From header.
5618
5619 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5622         string to avoid making the From headers syntactically invalid.
5623
5624         * message.el (message-send-mail): Don't insert courtesy messages if the
5625         message already has List-Post and List-ID messages.
5626
5627 2010-11-06  Glenn Morris  <rgm@gnu.org>
5628
5629         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5630         `condition', `type', `length' a prefix.
5631         (gnus-treat-predicate): Update for above name changes.
5632
5633 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5634
5635         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5636         binding.  Handled by `gnus-summary-refer-thread' instead.
5637         (nnir-warp-to-article): New backend function.
5638
5639         * nnimap.el (nnimap-request-thread): Force dependency updating.
5640
5641         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5642         (gnus-summary-refer-thread): Rework to improve thread-referral.
5643
5644         * gnus-int.el (gnus-warp-to-article): New function.
5645
5646         * gnus-sum.el (gnus-summary-article-map): Bind it.
5647
5648 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5649
5650         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5651         gnus-summary-refer-thread.
5652
5653         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5654         headers.
5655         (gnus-summary-limit-include-thread): Prevent articles in thread from
5656         being cut in gnus-cut-threads.
5657         (gnus-summary-refer-thread): Limit retrieved headers to those in
5658         thread.
5659
5660 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661
5662         * message.el (message-send-mail): Use the value of
5663         message-courtesy-message from the message buffer.
5664
5665         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5666
5667         * shr.el (shr-browse-url): Implement mailto: URLs.
5668
5669         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5670         "raw".
5671
5672         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5673         if it's already selected.
5674
5675         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5676
5677 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5680         to measure the length and truncate alt text.
5681
5682 2010-11-03  Glenn Morris  <rgm@gnu.org>
5683
5684         * nndiary.el (nndiary-generate-nov-databases-1)
5685         (nndiary-generate-active-info): Rename dynamic variable `files' to
5686         something less generic.
5687
5688 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5689
5690         * nnir.el (nnir-request-move-article): Call the underlying backend to
5691         move articles from nnir.
5692
5693 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5696
5697 2010-11-02  Julien Danjou  <julien@danjou.info>
5698
5699         * nnir.el: Remove wais support.
5700
5701 2010-11-02  Glenn Morris  <rgm@gnu.org>
5702
5703         * gnus-html.el: Reorder requirements to quieten compiler.
5704
5705 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5708         properly for XEmacs as well.
5709         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5710         (gnus-article-natural-long-line-p): Use window-width rather than
5711         frame-width.
5712
5713 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5714
5715         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5716         (nnir-read-parms): Don't modify query.
5717         (nnir-run-query): Add ability to search topic on current line.
5718         (nnir-get-active): Clean up.
5719
5720 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5723         degenerate articles.
5724
5725         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5726         (gnus-print-buffer): Just print the buffer as is, without any copying
5727         to a buffer and then re-highlighting.
5728
5729         * nnimap.el (nnimap-request-group): Store the new updated info.
5730         (nnimap-request-group): Select the group when we don't know whether it
5731         exists or not.
5732
5733         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5734         groups.
5735
5736         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5737         groups.
5738
5739         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5740         groups.
5741
5742         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5743         long-lines case by only filling the long lines.
5744
5745         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5746         (bug #7311).
5747
5748 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * shr.el: No need to declare `declare-function' since shr.el is for
5751         only Emacsen that provide `libxml-parse-html-region'.
5752
5753         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5754         effective only in a file it is referred to.
5755
5756 2010-11-01  Glenn Morris  <rgm@gnu.org>
5757
5758         * mm-util.el (gnus-completing-read): Autoload.
5759         (mm-read-coding-system): Simplify Emacs definition.
5760
5761         * nnmail.el (gnus-activate-group):
5762         * nnimap.el (gnutls-negotiate):
5763         * nntp.el (netrc-parse): Fix declarations.
5764
5765 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5768         string-match-p in Emacs >=23.
5769
5770         * gnus-msg.el (gnus-configure-posting-styles):
5771         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5772
5773 2010-11-01  Glenn Morris  <rgm@gnu.org>
5774
5775         * nnir.el (declare-function): Add compat stub.
5776         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5777         (nnir-run-gmane): Require 'mm-url.
5778
5779         * mm-util.el (mm-string-to-multibyte): Simplify.
5780
5781         * shr.el (declare-function): Add compat stub.
5782         (url-cache-create-filename): Declare.
5783         (mm-disable-multibyte, widget-convert-button): Autoload.
5784
5785         * smime.el (ldap-search): Declare.
5786         (smime-cert-by-ldap-1): Require ldap on Emacs.
5787
5788         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5789         (nnimap-keepalive): Use gnus-float-time.
5790
5791         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5792         (mail-source-delete-crash-box): Use gnus-float-time.
5793
5794         * gnus-dired.el (gnus-completing-read): Autoload.
5795
5796         * mm-view.el (gnus-rescale-image): Autoload.
5797
5798         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5799
5800         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5801
5802         * sieve-manage.el: Require 'cl when compiling.
5803
5804         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5805         (gnus-iswitchb-completing-read): Require iswitchb.
5806         (gnus-select-frame-set-input-focus): Silence compiler.
5807
5808 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * message.el (message-subject-trailing-was-query): Change default to t,
5811         since I think that's what most people want.
5812
5813         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5814         appending for easier debugging.
5815         (nnimap-wait-for-connection): Take a regexp.
5816         (nnimap-request-accept-article): Wait for the continuation line before
5817         sending anything unless we're streaming.
5818
5819         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5820         leave the header washing to take place.
5821
5822 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5823
5824         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5825         regular expression match and replace in posting styles.
5826
5827 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5828
5829         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5830         an entire server.
5831         (nnir-get-active): New function.
5832         (nnir-run-imap): Use it.
5833         (nnir-run-gmane): Who knew, gmane search returns an article score!
5834
5835         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5836         server on the current line with nnir.
5837
5838 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5841         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5842         left edge.
5843         (gnus-article-foldable-buffer): Skip past the prefix when determining
5844         raggedness.
5845
5846         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5847         the raw article, and change `C-u g' to show the article without doing
5848         treatments.
5849
5850         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5851         on to `gnus-treat-article'.
5852         (gnus-inhibit-article-treatments): New variable.
5853
5854         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5855
5856         * gnus-art.el (gnus-treatment-function-alist): Have
5857         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5858         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5859         sections.
5860
5861         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5862         parameter.
5863         (gnus-article-fill-cited-long-lines): New function.
5864         (gnus-article-fill-cited-article): Allow filling only long sections.
5865
5866         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5867         and non-punctuation (like after the apostrophe in "'We").
5868
5869         * gnus-sum.el (gnus-summary-select-article): Make sure
5870         gnus-original-article-buffer is alive.
5871
5872         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5873         reflect the order they're in in the digest.
5874
5875         * gnus.el (gnus-group-startup-message): Move point to the start of the
5876         buffer.
5877
5878         * nnimap.el (nnimap-capability): New function.
5879         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5880         is set.
5881
5882 2010-10-31  David Engster  <dengste@eml.cc>
5883
5884         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5885         conform with changes to gnus-completing-read.
5886
5887 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5890
5891 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5892
5893         * nnir.el: Move defvar, defcustom around to keep file organized
5894         and keep byte-compiler quiet.
5895         (nnir-read-parms): Accept search-engine as arg.
5896         (nnir-run-query): Pass search-engine as arg.
5897         (nnir-search-engine): Remove.
5898
5899 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * shr.el (shr-generic): The text nodes should be text, not :text.
5902
5903         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5904         later in the file.
5905
5906 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5907
5908         * nnir.el: General clean up.  Allow searching with multiple engines.
5909         Allow separate extra-parameters for each engine.
5910         Batch queries when possible.
5911         (nnir-imap-default-search-key,nnir-method-default-engines):
5912         Add customize interface.
5913         (nnir-run-gmane): New engine.
5914         (nnir-engines): Use it.  Qualify all prompts with engine name.
5915         (nnir-search-engine): Remove global variable.
5916         (nnir-run-hyrex): Restore for now.
5917         (nnir-extra-parms,nnir-search-history): New variables.
5918         (gnus-group-make-nnir-group): Use them.
5919         (nnir-group-server): Remove in favor of gnus-group-server.
5920         (nnir-request-group): Avoid searching twice.
5921         (nnir-sort-groups-by-server): New function.
5922
5923 2010-10-30  Julien Danjou  <julien@danjou.info>
5924
5925         * gnus-group.el: Remove gnus-group-fetch-control.
5926
5927         * gnus-start.el (gnus-find-new-newsgroups):
5928         Remove gnus-check-first-time-used.
5929
5930         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5931
5932 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5933
5934         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5935         set on groups that don't have \* permanentflags.
5936
5937 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5940         control the background color.
5941         (shr-tag-img): Ignore very small web bug type images.
5942         (shr-put-image): Add help-echo alt texts to the images.
5943         (shr-tag-video): Show the video poster image.
5944
5945 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946
5947         * shr.el (shr-table-depth): New variable.
5948         (shr-tag-table-1): Only insert the images after the top-level table.
5949
5950         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5951
5952         * gnus-util.el (gnus-list-memq-of-list): New function.
5953
5954         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5955         selected.
5956         (nnimap-unsplittable-articles): New slot.
5957         (nnimap-new-articles): Use it.
5958
5959 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5960
5961         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5962         move to the previous line on `M-g'.
5963
5964 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5967         *-request-group, which seems unnecessary.
5968
5969         * nnimap.el (nnimap-quote-specials): Function copied over from
5970         imap.el.
5971         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5972         they support that.  Suggested by Tom Regner.
5973
5974 2010-10-29  Julien Danjou  <julien@danjou.info>
5975
5976         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5977         defalias.
5978         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5979
5980         * gnus.el: Remove `gnus-nntp-service' variable.
5981         (gnus-secondary-servers): Make obsolete.
5982         (gnus-nntp-server): Make obsolete.
5983
5984         * gnus-start.el (gnus-1): Remove x-splash calls.
5985
5986         * gnus-ems.el (gnus-x-splash): Remove.
5987
5988         * gnus.el (gnus-group-startup-message): Simplify/update code.
5989
5990         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5991         definition.
5992
5993         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5994         capability before doing anything.
5995         (gnus-group-insert-group-line): Remove useless
5996         gnus-group-remove-excess-properties.
5997
5998 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6001
6002 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003
6004         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6005         config after reselecting.
6006
6007 2010-10-28  Julien Danjou  <julien@danjou.info>
6008
6009         * shr.el (shr-put-image): Use point even if only inserting text.
6010         (shr-put-image): Save excursion when inserting alt text on non-graphic
6011         display, so the behavior is the same when we are on a graphic display.
6012
6013         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6014
6015 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6018         (gnus-mime-copy-part): Check coding system, not charset.
6019         (gnus-mime-view-part-externally): Never remove part.
6020         (gnus-mime-view-part-internally): Don't remove part here.
6021         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6022         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6023         multipart/alternative.
6024
6025         * mm-decode.el (mm-display-part): Take optional arg `force'.
6026
6027 2010-10-26  Julien Danjou  <julien@danjou.info>
6028
6029         * gnus-group.el (gnus-group-default-list-level): Add this function to
6030         compute the default list level.
6031         (gnus-group-default-list-level): Add possibility to use a function.
6032
6033 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6036
6037         * gnus-group.el (gnus-group-completing-read)
6038         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6039         gnus-replace-in-string.
6040
6041 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * shr.el (shr-tag-div): Add.
6044
6045         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6046
6047 2010-10-25  Julien Danjou  <julien@danjou.info>
6048
6049         * gnus-util.el: Remove `gnus-with-local-quit'.
6050
6051         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6052
6053 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054
6055         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6056         the original article buffer.
6057
6058 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059
6060         * nnimap.el (nnimap-request-head): New function.
6061         (nnimap-request-move-article): Try to be slightly faster by not
6062         requesting the entire message when moving.
6063         (nnimap-transform-headers): Don't bug out on bodiless articles.
6064         (nnimap-send-command): Have no outstanding messages if the IMAP server
6065         doesn't support streaming.
6066         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6067
6068 2010-10-24  Julien Danjou  <julien@danjou.info>
6069
6070         * message.el (message-default-headers): Fix type.
6071
6072 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6075         prefetching images.
6076
6077         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6078         backend for unknown groups.  This is mainly useful for nnimap groups.
6079
6080         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6081         group isn't covered by the agent.
6082
6083 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6084
6085         * nnir.el (nnir-method-default-engines): New variable.
6086         (nnir-run-query): Use it.
6087         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6088         (gnus-summary-nnir-goto-thread): Change group if needed.
6089
6090         * gnus-group.el (gnus-group-group-map): Add key binding for
6091         gnus-group-make-nnir-group.
6092
6093 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * shr.el (shr-tag-object): Add.
6096
6097         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6098         original article buffer live.
6099         (gnus-summary-select-article-buffer):
6100         Mention gnus-widen-article-buffer.
6101
6102 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * shr.el (shr-tag-strong): Add.
6105
6106 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6109         group names.  They mess up the group buffer badly.
6110
6111         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6112
6113         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6114         instead of the summary one.
6115
6116 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * mml.el (mml-preview): Work properly when editing article.
6119
6120         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6121         gnus-have-read-active-file if it's already been in.
6122
6123 2010-10-22  Tom Tromey  <tromey@redhat.com>
6124
6125         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6126         gnus-group-completing-read.
6127
6128 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * message.el (message-mode-map): Don't bind M-; to comment region, to
6131         allow the global comment-dwim to work.
6132
6133 2010-10-21  Julien Danjou  <julien@danjou.info>
6134
6135         * message.el (message-setup-1): Allow message-default-headers to be a
6136         function.
6137
6138 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * shr.el (shr-tag-table): Simplify.
6141
6142 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6145         to avoid trying to snarf invalid stuff.
6146
6147         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6148
6149         * gnus.el (gnus-message-archive-group): Quote value.
6150         (gnus-message-archive-group): Mark as changed.
6151
6152         * shr.el (shr-add-font): Don't put the font properties on the newline
6153         or the indentation.
6154
6155         * message.el (message-fix-before-sending): Change options when sending
6156         non-printable characters.
6157
6158         * gnus.el (gnus-message-archive-method): Change the default to
6159         monthly outgoing groups.
6160
6161         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6162         that have gotten new numbers.
6163
6164         * nnimap.el (nnimap-request-replace-article): New function.
6165
6166 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6169         (nnrss-request-article): Don't use special html washing code.
6170
6171 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * shr.el (shr-tag-table): Remove useless nconc.
6174
6175 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * gnus-art.el (article-wash-html): Simplify and remove the charset
6178         stuff.  Use the normal html rendering code instead of the special html
6179         washing code.
6180
6181         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6182         `gnus-w3m' symbols.
6183         (mm-text-html-washer-alist): Remove.
6184
6185         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6186         (mm-inline-media-tests): Remove use.
6187         (mm-text-html-renderer): Change default to the `shr' symbol.
6188
6189         * mm-view.el (mm-inline-text-html): Remove use.
6190
6191         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6192         `gnus-blocked-images' to be a function.
6193         (gnus-article-wash-function): Remove.
6194
6195 2010-10-20  Julien Danjou  <julien@danjou.info>
6196
6197         * spam.el (spam-list-of-processors): Mark as obsolete.
6198
6199         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6200         (nnimap-insert-partial-structure): Fix boundary detection.
6201
6202 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6203
6204         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6205         run file-truename on remote files.  This can be expensive and even
6206         prevent one from editing drafts if some unrelated buffer has a stale
6207         connection.
6208
6209 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6212         kinsoku-eol regardless of shr-kinsoku-shorten.
6213         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6214         (shr-tag-table): Support caption, thead, and tfoot.
6215
6216 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6217
6218         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6219         lines.
6220         (shr-save-contents): New command and keystroke.
6221
6222         * nndoc.el (nndoc-type-alist): Add git support.
6223         (nndoc-git-type-p): New function.
6224         (nndoc-transform-git-article): Ditto.
6225         (nndoc-transform-git-headers): Ditto.
6226         (nndoc-transform-git-headers): Generate Subject headers.
6227
6228         * shr.el (shr-parse-style): New function.
6229         (shr-tag-span): Ditto.
6230
6231         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6232         to `G G' to avoid collisions.
6233
6234 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * shr.el: Load kinsoku if necessary.
6237         (shr-kinsoku-shorten): New internal variable.
6238         (shr-find-fill-point): Make kinsoku shorten text line if
6239         shr-kinsoku-shorten is bound to non-nil.
6240         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6241         shr-indentation too when testing if table is wider than frame width.
6242         (shr-insert-table): Use `string-width' instead of `length' to measure
6243         text width.
6244         (shr-insert-table-ruler): Make sure indentation is done at bol.
6245
6246 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6249         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6250         undecoded network data.
6251
6252 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6253
6254         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6255         name in the mode line spec so that the mode line menu works
6256         (bug #2431).
6257
6258         * message.el (message-get-reply-headers): If we're fed `to-address',
6259         then always use that.
6260
6261         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6262         aren't so wide as to need to switch off the edit menu.
6263
6264         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6265         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6266
6267         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6268         `M-g'.
6269         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6270         the permanent marks.
6271
6272 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6273
6274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6275         Splitting according to references/in-reply-to obeys the ignore-groups
6276         variable, while splitting by sender and subject do not.
6277
6278 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6279
6280         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6281         alist, so that we can look for non-Unicode chars.
6282         (article-translate-strings): Allow both character and string maps.
6283
6284 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * shr.el (shr-insert): Don't insert space behind a wide character
6287         categorized as kinsoku-bol, or between characters both categorized as
6288         nospace.
6289
6290 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6291
6292         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6293         headers to gnus-newsgroup-headers.
6294
6295 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6296
6297         * shr.el (shr-tag-img): Don't align images -- since we're not
6298         rescaling, this often leads to ugly displays.
6299
6300 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6301
6302         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6303         duplicates.
6304
6305 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6306
6307         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6308         call.
6309
6310 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * gnus.el: Autoload gnus-html-show-images.
6313
6314         * nnimap.el: Use nnheader-message throughout.
6315
6316         * shr.el (shr-tag-img): Ignore images with no data.
6317
6318 2010-10-15  Julien Danjou  <julien@danjou.info>
6319
6320         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6321         a possibility to disable format=flow encoding when using hard newlines.
6322
6323 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * shr.el (shr-insert): Remove space inserted before or after a
6326         breakable character or at the beginning or the end of a line.
6327         (shr-find-fill-point): Do kinsoku; find the second best point or give
6328         it up if there's no breakable point.
6329
6330 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * nnimap.el (nnimap-open-connection): Message when opening connection
6333         for debugging purposes.
6334
6335         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6336         on every setup buffer call to allow this to change from article to
6337         article.
6338
6339         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6340         buffers where we have a wide table.
6341
6342 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6343
6344         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6345         uses *-request-thread.
6346
6347 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6350         incantation, which is no longer valid.
6351
6352 2010-10-14  Julien Danjou  <julien@danjou.info>
6353
6354         * shr.el: Fix defcustom type (char -> character).
6355
6356 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6359         programs.
6360
6361 2010-10-14  Julien Danjou  <julien@danjou.info>
6362
6363         * shr.el (shr-tag-a): Use url-link as widget type.
6364
6365         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6366         `gnus-group-get-icon'.
6367
6368 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6369
6370         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6371         This should make server editing work better.
6372
6373         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6374
6375         * tls.el (tls-program): Remove spurious %s from openssl.
6376
6377         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6378         (nnimap-parse-flags): Fix regexp.
6379
6380         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6381         probably work for CJVK text, too.
6382
6383         * nnimap.el (nnimap-extend-tls-programs): Remove.
6384         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6385
6386         * tls.el (tls-starttls-switches): Remove starttls hack.
6387         (open-tls-stream): Ditto.
6388         (tls-find-starttls-argument): Ditto.
6389
6390 2010-10-13  Julien Danjou  <julien@danjou.info>
6391
6392         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6393         responses.
6394
6395 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6398
6399         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6400         anything in Emacs.
6401
6402         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6403
6404 2010-10-13  Julien Danjou  <julien@danjou.info>
6405
6406         * shr.el (shr-width): Make shr-width a defcustom with default to
6407         fill-column.
6408         (shr-tag-img): Use shr-width rather than fill-column.
6409
6410 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * dgnushack.el (byte-optimize-apply):
6413         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6414
6415         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6416         position when (X-)Faces exist.
6417         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6418         avatars when called interactively.
6419
6420 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6423         gnus-article-x-face-too-ugly is bound.
6424
6425 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6428
6429         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6430         mailbox that doesn't exist.
6431
6432 2010-10-12  Julien Danjou  <julien@danjou.info>
6433
6434         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6435         (shr-get-image-data): Encode URL properly when fetching from cache.
6436         (shr-tag-img): Use aligned-to spaces to align correctly images.
6437
6438         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6439         before inserting the Gravatar.
6440
6441         * shr.el (shr-tag-img): Add align attribute support for <img>.
6442
6443 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-gravatar.el (gnus-art): Require.
6446
6447         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6448         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6449         Remove long obsoleted functions.
6450
6451 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6454
6455         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6456
6457         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6458         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6459         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6460         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6461         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6462         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6463         * sieve-manage.el, smime.el, spam.el:
6464         Fix comment for declare-function.
6465
6466 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * nnimap.el (nnimap-request-rename-group): Select group read-only
6469         before renaming it.
6470
6471         * shr.el (shr-insert): Fix up the white space only regexp.
6472
6473         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6474         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6475
6476         * shr.el (shr-current-column): New function.
6477         (shr-find-fill-point): New function.
6478
6479 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6480
6481         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6482         numbers.
6483
6484 2010-10-11  Julien Danjou  <julien@danjou.info>
6485
6486         * shr.el (shr-hr-line): Add.
6487         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6488         display hr lines.
6489         (shr-max-columns): Do not change state to nil if we just inserting
6490         spaces.
6491
6492 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6495         select the last group.
6496
6497 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6500
6501 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6502
6503         * dig.el (dig-mode-map): Declare and define in one step.
6504
6505 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6508         for Gnus.
6509         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6510         (nnimap-update-qresync-info): Mark \Seen articles as read.
6511
6512         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6513         non-variable, too.
6514
6515         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6516         available.
6517         (nnimap-update-info): Rely more on the current active than the param
6518         active to avoid marking articles as read too much.
6519
6520         * auth-source.el (auth-source-create): Use (user-login-name) for the
6521         user name default.
6522
6523         * nnimap.el (nnimap-update-info): If the server doesn't return any
6524         useful info, just use the previous info.
6525         (nnimap-update-info): Prefer old info over start-article.
6526         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6527
6528 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6529
6530         * nnir.el (autoload): Clean up autoloads.
6531         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6532         Use key rather than value.
6533         (nnir-imap-search-other): New variable.
6534         (nnir-read-parm): Use it.
6535         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6536         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6537
6538 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6539
6540         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6541         the process, too.
6542
6543 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * spam.el (gnus-summary-mode-map): Bind to "$".
6546         Suggested by Russ Allbery.
6547
6548         * shr.el: Rework the way things are indented by <li> slightly.
6549
6550         * gnus.el (gnus-group-set-parameter): Fix typo.
6551
6552         * nnimap.el: Start implementing QRESYNC support.
6553
6554 2010-10-09  Julien Danjou  <julien@danjou.info>
6555
6556         * nnir.el (nnir-engines): Fix too many arguments.
6557
6558 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559
6560         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6561         group is the "last", so that the backends like nnfolder actually save
6562         their folders.
6563
6564         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6565         try to use that for the tls stream.
6566         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6567         UIDVALIDITY and find out which groups are read-only and not.
6568         (nnimap-get-flags): Use the same marks parsing code as the rest of
6569         nnimap.
6570
6571 2010-10-09  Julien Danjou  <julien@danjou.info>
6572
6573         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6574
6575         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6576         retrieving gravatars.
6577
6578         * shr.el (shr-table-corner): Add.
6579         (shr-table-line): Add.
6580         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6581
6582 2010-10-08  Julien Danjou  <julien@danjou.info>
6583
6584         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6585
6586 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6589
6590         * gnus-sum.el (gnus-mark-article-as-unread)
6591         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6592         (gnus-summary-set-bookmark): Use it.
6593
6594         * gnus-msg.el (gnus-setup-message): Use it.
6595
6596         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6597
6598         * gnus.el (gnus-group-remove-parameter): Use it.
6599
6600         * gnus-group.el (gnus-group-make-web-group): Use it.
6601
6602         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6603
6604         * nnregistry.el: Update docs to mention manual.
6605
6606         * gnus-registry.el: Update docs to mention nnregistry.el.
6607         (gnus-registry-initialize): Don't install nnregistry refer method
6608         automatically.
6609         (gnus-registry-install-nnregistry): Remove it.
6610
6611 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * shr.el (shr-insert): Don't insert double spaces.
6614
6615 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-gravatar.el (gnus-treat-from-gravatar)
6618         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6619         called interactively.
6620
6621         * gnus-art.el (gnus-mime-view-part-externally)
6622         (gnus-mime-view-part-internally): Make predicate function passed to
6623         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6624         of a mime type.
6625
6626         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6627
6628 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * shr.el (require): Require cl when compiling.
6631         (shr-tag-hr): New function.
6632
6633         * nnimap.el (nnimap-update-info): Remove double setting of high.
6634         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6635         This makes nnimap work properly on Courier again.
6636
6637         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6638         the variable for backwards compatibility.
6639
6640         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6641         the file name before using to avoid setting mm-default-directory to
6642         nil.
6643
6644         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6645         bidning gnus-agent variables.
6646
6647         * shr.el (shr-render-td): Use a cache for the table rendering function
6648         to avoid getting an exponential rendering behavior in nested tables.
6649         (shr-insert): Rework the line-breaking algorithm.
6650         (shr-insert): Don't leave trailing spaces.
6651         (shr-insert-table): Also insert empty TDs.
6652         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6653
6654 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * gnus-sum.el (gnus-number): Rename from `number'.
6657         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6658         (gnus-summary-limit-children): Update uses correspondingly.
6659
6660 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6663         (gnus-gravatar-transform-address): Don't show avatars of people of
6664         which mail addresses match gnus-gravatar-too-ugly.
6665
6666 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * shr.el (shr-table-widths): Expand TD elements to fill available
6669         space.
6670
6671 2010-10-07  Julien Danjou  <julien@danjou.info>
6672
6673         * nnimap.el (nnimap-request-rename-group): Add this method.
6674
6675 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6678         name from XEmacs' function-arglist.
6679
6680         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6681         gravatar under XEmacs.
6682
6683 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * auth-source.el: Update docs with TODO items.
6686
6687         * gnus-sync.el: Update docs to explain state and plans.
6688
6689         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6690         Hooks for mark updates.
6691         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6692
6693         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6694         hooks with arguments, which is needed for mark update hooks.
6695
6696 2010-10-06  Julien Danjou  <julien@danjou.info>
6697
6698         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6699         was matched.
6700
6701         * sieve-manage.el: Update example in `Commentary'.
6702
6703         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6704
6705         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6706         not 2000.
6707         (sieve-manage-authenticate): Re-add function.
6708
6709 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * shr.el (shr-insert): Get 'space transition right.
6712         (shr-render-td): Only delete space at the end of the TD.
6713
6714         * nnimap.el (nnimap-open-connection): Prepare to support
6715         open-gnutls-stream.
6716
6717         * shr.el: Rearrange function order to be more logical.
6718
6719 2010-10-06  Julien Danjou  <julien@danjou.info>
6720
6721         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6722         (nnrss-discover-feed): Remove 404 URL in docstring.
6723
6724         * nnir.el: Fix Swish-E URL.
6725         Fix Namazu URL.
6726
6727         * message.el (message-change-subject): Remove 404 URL in a comment.
6728
6729 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6732         called interactively.
6733
6734         * gnus-util.el (gnus-remove-if): Allow hash table.
6735         (gnus-remove-if-not): New function.
6736
6737         * gnus-art.el (gnus-mime-view-part-as-type):
6738         * gnus-score.el (gnus-summary-score-effect):
6739         * gnus-sum.el (gnus-read-move-group-name):
6740         Replace remove-if-not with gnus-remove-if-not.
6741
6742         * gnus-group.el (gnus-group-completing-read):
6743         Regard collection as a hash table if it is not a list.
6744
6745 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6748
6749         * shr.el: Document the table-rendering algorithm.
6750
6751 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6754         for Emacsen having no `libxml-parse-html-region' support.
6755
6756 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6759         invalid URLs.
6760
6761         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6762         line-broken.
6763         (shr-tag-img): Ignore image fetching errors.
6764         (shr-overlays-in-region): Compute overlay positions correctly.
6765
6766         * mm-decode.el (mm-shr): Require shr.
6767
6768         * gnus-art.el (gnus-blocked-images): Move variable here.
6769
6770         * shr.el (shr-insert-table): Bind free variable.
6771
6772         * mm-decode.el (mm-shr): Bind shr-content-function.
6773
6774         * shr.el (shr-content-function): New variable.
6775
6776         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6777         added for symmetry.
6778
6779         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6780
6781         * gnus-group.el (gnus-group-make-group): Doc fix.
6782
6783         * nnimap.el (nnimap-request-newgroups): Return success.
6784
6785         * shr.el (shr-find-elements): New function.
6786         (shr-tag-table): Put all the images after the table.
6787         (shr-tag-table): Really inhibit images inside the table.
6788         (shr-collect-overlays): Copy over overlays from the TD elements to the
6789         main document.
6790
6791         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6792         gnus-blocked-images.
6793
6794 2010-10-05  Julien Danjou  <julien@danjou.info>
6795
6796         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6797
6798         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6799         (gnus-html-maximum-image-size): Add this function.
6800         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6801
6802         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6803         server-value of the capability is nil.
6804
6805 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6806
6807         * shr.el (shr-tag-em): Add <EM> tag.
6808
6809 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6810
6811         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6812         customizable.
6813
6814         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6815         handing broken links to browse-url.
6816
6817 2010-10-05  Julien Danjou  <julien@danjou.info>
6818
6819         * gnus-util.el (gnus-emacs-completing-read)
6820         (gnus-iswitchb-completing-read): Use autoload rather than require.
6821
6822 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6825         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6826         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6827         iswitchb-temp-buflist for XEmacs.
6828
6829         * gnus-util.el (gnus-completing-read-function): Exclude
6830         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6831         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6832         XEmacs.
6833
6834         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6835         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6836
6837         * gnus-html.el: Don't require help-fns under XEmacs.
6838         (gnus-html-schedule-image-fetching): Work for XEmacs.
6839
6840         * mm-decode.el (mm-shr): Decode contents by charset.
6841
6842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6845         unknown.
6846
6847         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6848         (shr-get-image-data): Ensure against the cache file missing.
6849
6850         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6851         for data.
6852
6853         * spam-report.el (spam-report-url-ping-plain): Don't query about
6854         killing the process.
6855
6856         * shr.el (shr-render-td): Protect against too-wide text.
6857
6858 2010-10-04  Julien Danjou  <julien@danjou.info>
6859
6860         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6861         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6862
6863         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6864         retrieved.
6865
6866 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * shr.el (browse-url): Require.
6869         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6870         lines.
6871         (shr-show-alt-text, shr-browse-image): New commands.
6872         (shr-browse-url, shr-copy-url): New commands.
6873
6874         * gnus-sum.el (gnus-widen-article-window): New variable.
6875         (gnus-summary-select-article-buffer): Use it.
6876
6877         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6878         without @ signs.
6879
6880 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6881
6882         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6883
6884 2010-10-04  Julien Danjou  <julien@danjou.info>
6885
6886         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6887         for XEmacs.
6888
6889 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6892
6893         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6894         (nnimap-close-server): Implement.
6895
6896         * dgnushack.el (iswitchb): Require to shut up the compiler.
6897
6898         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6899         (shr-insert): Tweak line breaking.
6900         (shr-insert): Handle <pre> better.
6901         (shr-tag-li): Get <li> indentation right.
6902         (shr-tag-li): Get <li> indentation even righter.
6903         (shr-tag-blockquote): Ensure paragraph start.
6904         (shr-make-table): Tweak table generation.
6905         (shr-make-table): Fix typo.
6906
6907         * shr.el: Implement table rendering.
6908
6909 2010-10-04  Julien Danjou  <julien@danjou.info>
6910
6911         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6912
6913 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * shr.el (shr-insert): Use string anchors instead of line anchors.
6916
6917 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * shr.el: Add headings.
6920         (shr-ensure-paragraph): Actually work.
6921         (shr-tag-li): Make <ul> prettier.
6922         (shr-insert): Get white space at the beginning/end of elements right.
6923         (shr-tag-p): Collapse subsequent <p>s.
6924         (shr-ensure-paragraph): Don't insert double line feeds after blank
6925         lines.
6926         (shr-insert): \t is also space.
6927         (shr-tag-s): Fix "s" tag name function.
6928         (shr-tag-s): Fix face prop name.
6929
6930 2010-10-03  Julien Danjou  <julien@danjou.info>
6931
6932         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6933
6934         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6935         gnus-window-inside-pixel-edges.
6936
6937         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6938         gnus-ems.
6939
6940         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6941
6942         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6943         function.
6944
6945         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6946         resize choice.
6947
6948 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6951         beginning of the buffer.
6952
6953         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6954         article buffer again.
6955
6956         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6957
6958         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6959         when it's at the start of the buffer.
6960
6961         * shr.el (shr-tag-blockquote): Convert name.
6962         (shr-rescale-image): Use the right image-size variant.
6963
6964         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6965         buffer isn't shown, then select the current article first instead of
6966         bugging out.
6967         (gnus-summary-select-article-buffer): Show both the article and summary
6968         buffers again.
6969
6970         * shr.el (shr-fontize-cont): Protect against regions with no text.
6971         Rename tag functions to shr-tag-* for enhanced security.
6972         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6973
6974 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6975
6976         * shr.el (shr-insert):
6977         * pop3.el (pop3-movemail):
6978         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6979         loaded.
6980
6981 2010-10-03  Glenn Morris  <rgm@gnu.org>
6982
6983         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6984
6985         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6986
6987         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6988
6989         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6990
6991         * gnus-util.el (gnus-make-local-hook): Simplify.
6992
6993 2010-10-02  Julien Danjou  <julien@danjou.info>
6994
6995         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6996         (gnus-ido-completing-read): New function.
6997         (gnus-emacs-completing-read): New function.
6998         (gnus-completing-read): Use gnus-completing-read-function.
6999         Add gnus-completing-read-function.
7000
7001 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * shr.el (shr-insert-document): Autoload.
7004         (shr-img): Be silent.
7005         (shr-insert): Add a newline after every picture before text.
7006         (shr-add-font): Use overlays for combining faces.
7007         (shr-insert): Pass upwards the text start point.
7008
7009         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7010         possible.
7011         (mm-shr): New function.
7012
7013 2010-10-02  Julien Danjou  <julien@danjou.info>
7014
7015         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7016         should go backward.
7017
7018 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7019
7020         * shr.el (shr): Fix typo in provide call.
7021
7022 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * shr.el: New file.
7025
7026         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7027
7028         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7029         completing read.
7030
7031 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7034         we're being queried about.  Suggested by Dan Jacobson.
7035
7036         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7037         Suggested by Jason Eisner.
7038
7039         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7040         table, too.  Suggested by Stefan Wiens.
7041         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7042         the table unnecessary.  Suggested by Stefan Wiens.
7043
7044         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7045         longer needed, and probably doesn't work either, as pointed out by
7046         Stefan Wiens.
7047         (gnus-summary-exit): Remove call to the clearing function.
7048         (gnus-summary-exit-no-update): Ditto.
7049
7050         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7051         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7052         Reported by Stefan Monnier.
7053         (gnus-summary-save-in-rmail): Ditto.
7054
7055         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7056         article buffer, instead of both the article buffer and the summary
7057         buffer.  Sort of suggested by Dan Jacobson.
7058
7059         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7060
7061         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7062         Suggested by Dan Jacobson.
7063
7064         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7065         documentation clearer.
7066
7067         * message.el (message-shorten-references): Comment on the number "21".
7068         Suggested by Stefan Monnier.
7069
7070         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7071         Suggested by Dan Jacobson.
7072
7073         * gnus.el (gnus-large-newsgroup):
7074         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7075
7076         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7077         externalize attachments.  Bug reported by Steve Wen.
7078
7079         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7080         really message anything to the user.
7081
7082         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7083         directly.
7084
7085         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7086         messages in empty groups.
7087
7088 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7089
7090         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7091         non-UIDNEXT group.
7092
7093 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7094
7095         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7096         not the value from the collection.
7097
7098         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7099         values.  This sometimes happens on some groups that have no info.
7100         (nnimap-request-newgroups): New function.
7101
7102 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7105         check into `gnus-registry-initialize'.
7106         (gnus-registry-initialize): Ditto.
7107         Fix and extend header docs.
7108
7109 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7112         regexp backtrace overflows.
7113
7114         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7115         for starttls that tls.el implements; i.e. openssl.
7116
7117         * tls.el (tls-starttls-switches): Give up on using starttls with
7118         gnutls-cli.
7119         (tls-program): Add --insecure to be consistent with the defaults from
7120         openssl s_client.  Now all three commands are insecure.
7121
7122 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * lpath.el: Bind completion-styles-alist for XEmacs.
7125
7126         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7127         (gravatar-create-image): New function that's an alias to
7128         gnus-xmas-create-image, gnus-create-image, or create-image.
7129         (gravatar-data->image): Use it.
7130
7131 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7132
7133         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7134         install the nnregistry refer method.
7135         (gnus-registry-install-hooks): Use it.
7136         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7137         unfollowed groups.
7138
7139 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7140
7141         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7142         expanding threads.
7143
7144 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * nnir.el: Use the server names without suffixes (bug #7009).
7147
7148         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7149         unencrypted to STARTTLS, if possible.
7150
7151 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7152
7153         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7154         headers before superseding.
7155
7156 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * nnrss.el (nnrss-use-local): Add documentation.
7159
7160         * nnimap.el (nnimap-extend-tls-programs): New function.
7161         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7162         (nnimap-wait-for-connection): Accept the greeting from the stupid
7163         output from openssl s_client -starttls, too.
7164
7165         * tls.el (tls-starttls-switches): New variable.
7166         (tls-find-starttls-argument): Use it.
7167         (open-tls-stream): Ditto.
7168
7169         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7170         (netrc-machine): Ditto.
7171
7172         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7173         article number.
7174         (nnimap-split-fancy): New variable.
7175         (nnimap-split-incoming-mail): Use it.
7176
7177         * nntp.el (nntp-server-list-active-group): Document.
7178
7179         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7180         SELECT to get the message-id.
7181
7182         * mail-source.el (mail-sources): Remove webmail support.
7183         (defvar): Ditto.
7184         (mail-source-fetcher-alist): Ditto.
7185         (mail-source-fetch-webmail): Remove.
7186
7187         * webmail.el: Remove -- doesn't seem relevant any more.
7188
7189         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7190
7191         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7192         the \r.
7193
7194 2010-09-30  Julien Danjou  <julien@danjou.info>
7195
7196         * gnus-agent.el (gnus-agent-add-group): Fix call to
7197         gnus-completing-read.
7198
7199 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200
7201         * nndoc.el (nndoc-retrieve-groups): New function.
7202
7203         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7204         `default', use nnmail-split-methods.
7205         (nnimap-request-article): Downcase the NILs so that they are nil.
7206
7207         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7208         symbol.
7209
7210         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7211         code, since if the user has requested network, that's what they ought
7212         to get.
7213         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7214         (nnimap-split-rule): Mark as obsolete.
7215
7216         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7217         New variable.
7218
7219         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7220         correct slot, too.
7221
7222 2010-09-29  Julien Danjou  <julien@danjou.info>
7223
7224         * gnus.el (gnus-local-domain): Declare variable obsolete.
7225
7226         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7227         Fix history computing.
7228         (gnus-ido-completing-read): Require ido.
7229
7230 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7233         build Gnus.
7234
7235         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7236         when interpreting the structures.
7237         (nnimap-request-accept-article): Add \r\n to the lines to make this
7238         work with Cyrus.
7239
7240         * nndraft.el (nndraft-request-expire-articles): Use the group name
7241         instead if "nndraft".  Fix found by Nils Ackermann.
7242
7243 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7244
7245         * nnregistry.el: Add.
7246
7247 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7248
7249         * nnmail.el (group, group-art-list, group-art):
7250         Remove unneeded directives.
7251
7252 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7255         (mm-mime-charset):
7256         * rfc2047.el (rfc2047-syntax-table):
7257         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7258
7259         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7260         rather than `insert-file-contents' and `eval-region'.
7261
7262         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7263         construction.
7264
7265         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7266
7267         * time-date.el: No need to require cl for Emacs 21.
7268
7269 2010-09-29  Julien Danjou  <julien@danjou.info>
7270
7271         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7272         replacement of `gnus-gravatar-relief' to mimic
7273         `gnus-faces-properties-alist'.
7274         Add :version property.
7275
7276 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * mail-source.el (mail-source-report-new-mail):
7279         * message.el (message-default-mail-headers):
7280         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7281
7282         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7283
7284 2010-09-28  Julien Danjou  <julien@danjou.info>
7285
7286         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7287         mail-address contains the same string as real-name.
7288
7289         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7290         non-blank in header, otherwise it'll get stripped.
7291
7292         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7293         real-name, and then for mail address rather than doing : or , search.
7294
7295 2010-09-27  Julien Danjou  <julien@danjou.info>
7296
7297         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7298         right completing-read function.
7299         (gnus-use-ido): New variable
7300         (gnus-completing-read-with-default): Remove.
7301         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7302         (gnus-agent-add-group):
7303         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7304         * mm-view.el (mm-view-pkcs7-decrypt):
7305         * mm-util.el (mm-codepage-setup):
7306         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7307         * mml-smime.el (mml-smime-openssl-sign-query):
7308         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7309         (mml-insert-multipart):
7310         * gnus-msg.el (gnus-summary-yank-message):
7311         * gnus-int.el (gnus-start-news-server):
7312         * mm-decode.el (mm-interactively-view-part):
7313         * gnus-dired.el (gnus-dired-attach):
7314         * gnus.el (gnus-read-method):
7315         * gnus-bookmark.el (gnus-bookmark-jump):
7316         * gnus-art.el (gnus-mime-view-part-as-type)
7317         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7318         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7319         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7320         * nnmairix.el (nnmairix-create-server-and-default-group)
7321         (nnmairix-update-groups, nnmairix-get-server)
7322         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7323         (nnmairix-get-group-from-file-path):
7324         * nnrss.el (nnrss-find-rss-via-syndic8):
7325         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7326         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7327         (gnus-group-browse-foreign-server):
7328         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7329         (gnus-summary-execute-command, gnus-summary-respool-article)
7330         (gnus-read-move-group-name):
7331         * gnus-score.el (gnus-summary-increase-score)
7332         (gnus-summary-score-effect):
7333         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7334
7335 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7338         x-focus-frame.
7339
7340         * nnimap.el (auth-source-forget-user-or-password)
7341         (auth-source-user-or-password): Autoload.
7342
7343         * message.el (message-from-style, message-interactive)
7344         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7345         (message-yank-prefix, message-indentation-spaces, message-signature)
7346         (message-signature-file): Add comment.
7347
7348 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7351         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7352         new articles.
7353
7354         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7355         parts.
7356         (nnimap-request-article): Work with the t setting, too.
7357
7358         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7359         that you don't get flashes of other buffers.
7360         (gnus-summary-show-complete-article): Intern before setting.
7361
7362 2010-09-27  David Engster  <dengste@eml.cc>
7363
7364         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7365         well as HEADERS.
7366         (nnmairix-retrieve-headers): Provide new argument for the above.
7367
7368 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * gnus-sum.el (gnus-summary-move-article): Don't alter
7371         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7372         group.
7373
7374         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7375
7376         * message.el (message-cite-prefix-regexp): Revert my last edit.
7377
7378         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7379         variable instead of the Gnus variable.
7380
7381         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7382
7383         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7384
7385         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7386         since some servers don't like it.
7387         (nnimap-open-connection): Forget credentials if the server says the
7388         password was wrong.
7389         (nnimap-parse-line): Protect against invalid data.
7390
7391         * gnus-sum.el (gnus-summary-move-article): Add comment.
7392         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7393         nothing alters it while scanning for new messages.
7394
7395         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7396         which may or may not help.
7397         (nnimap-open-connection): If we're doing a stream connection, and then
7398         discover we're on a STARTTLS-capable server, then open a STARTTLS
7399         connection instead.
7400
7401 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7402
7403         * nnimap.el (utf7): Require.
7404
7405         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7406         prefix.
7407
7408 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7409
7410         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7411
7412 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * nnimap.el (nnimap-request-accept-article): Message the error on
7415         error.
7416
7417 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7420
7421 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * nndoc.el (nndoc-request-list): Return success always.
7424
7425         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7426         `fetch-old' -- we only want to fetch the articles we've requested.
7427         The rest are in the agent, probably.
7428         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7429         disappeared server" to something low.  It's not important.
7430
7431         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7432         arrived before the FETCH data.
7433
7434         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7435         target here, because we don't know the Gnus name of the group.
7436
7437         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7438         for the correct group.
7439
7440         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7441
7442         * gnus.el (gnus): Give a final warning after startup.
7443
7444         * gnus-util.el (gnus-action-message-log): New variable.
7445         (gnus-message): Use it.
7446         (gnus-final-warning): New function.
7447
7448         * nnimap.el (nnimap-open-connection): Record the greeting.
7449         (nnimap): Add greeting.
7450
7451 2010-09-26  Julien Danjou  <julien@danjou.info>
7452
7453         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7454         arguments.
7455         (gnus-html-wash-images): Fix spec computing to include start/end.
7456
7457         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7458
7459 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7462         deletion.
7463         (nnimap-retrieve-headers): Don't select the group, because that's
7464         already done by nnimap-possibly-change-group.
7465
7466         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7467         (gnus-picon-transform-address): Use it.
7468
7469         * mail-source.el (mail-source-value): Revert previous patch.
7470
7471         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7472         on failure.
7473         (nnimap-open-connection): Look up both virtual and physical server name
7474         credentials.
7475
7476         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7477
7478 2009-02-07  Dave Love  <fx@gnu.org>
7479
7480         * tls.el (open-tls-stream): Don't query killing process.
7481
7482 2009-02-08  Dave Love  <fx@gnu.org>
7483
7484         * gnus-win.el (gnus-window-to-buffer-helper)
7485         (gnus-all-windows-visible-p): Function needn't be a symbol.
7486
7487         * mail-source.el (mail-source-value): Function needn't be a symbol.
7488
7489 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * message.el (message-cite-prefix-regexp): Remove } from the cite
7492         prefix.
7493
7494         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7495         highlight again, so that the highlight is correct.
7496
7497         * gnus-picon.el (gnus-picon): Remove again.
7498         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7499
7500         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7501         doing the header highlightling, so that the background color of the
7502         picon is correct.
7503
7504         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7505         (gnus-picon): Ditto.
7506         (gnus-picon): Reinstate.  The background color for picons is white.
7507         (gnus-picon-insert-glyph): Make the background white.
7508
7509         * nnml.el (nnml-open-nov): Don't return dead buffers.
7510
7511         * auth-source.el (auth-source-create): Query the user for whether to
7512         store the credentials.
7513
7514         * netrc.el (netrc-store-data): New function.
7515
7516         * auth-source.el (auth-source-user-or-password): Use the existing auth
7517         sources, if any, for creation.
7518
7519         * gnus.el (gnus-group-fast-parameter): Return the last matching
7520         parameter instead of the first matching parameter.
7521
7522 2010-09-26  Julien Danjou  <julien@danjou.info>
7523
7524         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7525
7526 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * mml2015.el (mml2015-use): Remove gpg support.
7529
7530         * mml1991.el (mml1991-function-alist): Remove gpg function.
7531         (mml1991-gpg-sign): Remove.
7532
7533 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7534
7535         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7536         (gnus-browse-unsubscribe-current-group): Document it.
7537         (gnus-browse-unsubscribe-group): Use it.
7538
7539 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7542         address to the To list for easier response.
7543
7544         * gnus.el (gnus-play-startup-jingle): Remove.
7545         (gnus-splash): Don't play jingle.
7546         (gnus): Silence gnus-load message.
7547
7548         * gnus-art.el (gnus-treat-play-sounds): Remove.
7549
7550         * gnus.el (gnus-play-jingle): Remove audio support.
7551
7552         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7553
7554         * earcon.el: Remove -- no users.
7555
7556         * gnus-audio.el: Remove -- no users of this package.
7557
7558         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7559
7560         * gnus-start.el (gnus-setup-news): Remove nocem support.
7561
7562         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7563
7564         * gnus.el (gnus-use-nocem): Remove.
7565
7566         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7567         Remove.
7568
7569         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7570         uses NoCeM any more.
7571
7572         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7573         (gnus-button-ctan-handler): Ditto.
7574         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7575         (gnus-button-ctan-directory-regexp): Ditto.
7576         (gnus-button-handle-ctan): Ditto.
7577         (gnus-button-tex-level): Ditto.
7578         (gnus-button-alist): Remove CTAN stuff.
7579
7580 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7581
7582         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7583         nnimap-streaming test.
7584
7585         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7586         servers twice.
7587
7588         * nnimap.el (nnimap-open-connection): Add more error reporting when
7589         nnimap fails early.
7590
7591         * nnheader.el (nnheader-get-report-string): New function.
7592         (nnheader-get-report): Use it.
7593
7594         * gnus-int.el (gnus-check-server): Say what the error was when opening
7595         failed.
7596
7597         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7598         using streaming.
7599
7600 2010-09-25  Julien Danjou  <julien@danjou.info>
7601
7602         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7603         gnus-window-inside-pixel-edges.
7604
7605 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7608
7609         * mm-decode.el (mm-save-part): Allow saving to other directories the
7610         normal Emacs way.
7611
7612         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7613         Suggested by Jay Berkenbilt.
7614
7615         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7616         there isn't a single byte.
7617
7618         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7619         just do it.  It doesn't really seem to matter what the user responds
7620         here, I think, so it's just a confusing question.
7621
7622         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7623         non-streaming case.
7624
7625         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7626         (gnus-article-encrypt-body): Use it.
7627
7628         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7629         keystroke.
7630
7631         * nnimap.el (nnimap-find-wanted-parts-1):
7632         Use gnus-fetch-partial-articles.
7633
7634         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7635
7636         * nnimap.el (nnimap-insert-partial-structure): New function.
7637         (nnimap-get-partial-article): New function.
7638         (nnimap-request-article): Use it.
7639         (nnimap-wait-for-response): Return whether the wait was successful.
7640         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7641         retrieval wasn't successful.
7642         (nnimap-retrieve-group-data-early): Allow throttling servers.
7643         (nnimap-streaming): New variable.
7644         (nnimap-fetch-partial-articles): Remove.
7645
7646         * mm-decode.el (mm-with-part): Protect against killed buffers.
7647
7648         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7649         for prettier summary display.
7650
7651 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7652
7653         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7654
7655 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7658         apparently third-party libraries depend on it.
7659
7660         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7661         before starting negotiation.
7662
7663         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7664         privacy reasons.
7665         (gnus-treat-mail-gravatar): Ditto.
7666
7667         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7668         buffer when inserting images.  Inserting text into the headers, for
7669         instance, can make them invalid.
7670
7671 2010-09-25  Julien Danjou  <julien@danjou.info>
7672
7673         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7674         variables.
7675
7676         * nnheader.el: Remove useless variables news-reply-yank-from and
7677         news-reply-yank-message-id.
7678
7679         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7680         variables.
7681
7682         * mml1991.el: Remove useless mml1991-verbose.
7683
7684         * gnus.el: Remove useless variable gnus-use-generic-from.
7685         Remove obsolete variable gnus-topic-indentation.
7686
7687         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7688
7689         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7690
7691         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7692
7693         * gnus-group.el: Remove useless gnus-group-icon-cache.
7694         Remove useless gnus-ephemeral-group-server.
7695
7696         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7697
7698         * mml2015.el: Remove useless mml2015-verbose.
7699
7700         * mml-smime.el: Remove useless mml-smime-verbose.
7701
7702         * gnus.el: Remove useless gnus-local-domain.
7703
7704         * gnus-gravatar.el (gnus-gravatar-transform-address):
7705         Use gnus-gravatar-size.
7706
7707         * gnus-art.el: Remove useless gnus-treat-translate.
7708
7709 2010-09-24  Julien Danjou  <julien@danjou.info>
7710
7711         * gnus-sum.el: Add support for Gravatars.
7712
7713         * gnus-art.el: Add support for Gravatars.
7714
7715         * gnus-gravatar.el: Add this file.
7716
7717         * gravatar.el: Add this file.
7718
7719 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7722
7723         * gnus-group.el (gnus-group-fetch-faq): Remove.
7724
7725         * gnus.el (gnus-group-faq-directory): Remove.
7726
7727         * gnus-group.el (gnus-group-fetch-charter): Remove.
7728
7729         * gnus.el (gnus-group-charter-alist): Remove.
7730
7731         * gnus-group.el (gnus-group-archive-directory): Remove.
7732         (gnus-group-recent-archive-directory): Ditto.
7733         (gnus-group-make-archive-group): Remove.
7734
7735         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7736
7737         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7738         use the same article number for all the cached articles.
7739
7740         * nnimap.el (nnimap-command): Register the last command time so
7741         that we can use it for idling NOOPs.
7742         (nnimap-open-connection): Start the keeplive timer.
7743         (nnimap-make-process-buffer): Store all the process buffers.
7744         (nnimap-keepalive): New function.
7745
7746         * starttls.el (starttls-open-stream): Add autoload cookie.
7747
7748 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7749
7750         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7751         handling.
7752
7753 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7756         its data structures.
7757
7758         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7759         instead of the cl.el copy-list.
7760         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7761         equalp.
7762
7763 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7766         and tool-bar-local-item-from-menu.
7767
7768         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7769         mode-line-highlight face for Emacs.
7770
7771         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7772         loading gnus-sum.elc; fix comment for canlock-verify.
7773         (gnus-article-jump-to-part): Use read-number.
7774         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7775         Remove Emacs pre-21 compatible code for help-echo.
7776         (gnus-article-next-page-1): No need to adjust the number of lines.
7777         (gnus-article-describe-bindings): Always use help-buffer.
7778
7779         * gnus-audio.el (gnus-audio-inline-sound):
7780         * gnus-cus.el (gnus-custom-mode):
7781         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7782
7783         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7784
7785         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7786         compatible code.
7787
7788 2010-09-24  Glenn Morris  <rgm@gnu.org>
7789
7790         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7791         visiting the fcc file in rmail-mode.
7792
7793         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7794
7795 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * nnir.el: Silence the byte compiler.
7798
7799         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7800         alias to browse-url-url-encode-chars if any.
7801         (gnus-html-encode-url): Use it.
7802
7803 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * gnus-start.el (gnus-use-backend-marks): New variable.
7806         (gnus-get-unread-articles-in-group): Use it.
7807
7808         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7809         makeover.
7810
7811 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7812
7813         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7814
7815 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7816
7817         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7818         Remove.
7819         (gnus-setup-news-hook):
7820         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7821
7822         * gnus-int.el (gnus-request-update-info): Protect against backends not
7823         having the function.
7824
7825         * nnimap.el (nnimap-stream): Mention starttls.
7826         (nnimap-open-connection): Add starttls support.
7827
7828 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7829
7830         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7831
7832 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7835         BODYSTRUCTUREs.
7836         (nnimap-transform-headers): Unfold quoted {42} headers.
7837
7838         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7839         the info.
7840         (gnus-get-unread-articles): Only call updatep on backends that support
7841         it.
7842
7843         * nnweb.el (nnweb-request-update-info): NOOP.
7844
7845         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7846
7847         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7848         since it only deals with marks.
7849
7850         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7851         gnus-request-marks, and make a new gnus-request-update-info.
7852
7853         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7854         the active instead of the high number, which is usually too low.
7855
7856 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7859         * encrypt.el: Remove.
7860
7861 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7864         server in symbolic form.
7865
7866         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7867
7868 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7871         (nnimap-update-info): Fix up code slightly.
7872
7873         * gnus-int.el (gnus-open-server): Add tracing for performance
7874         debugging.
7875
7876         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7877         (gnus-group-insert-group-line): Pass the real group name so that it
7878         gets the right data.
7879
7880         * gnus-start.el (gnus-get-unread-articles): Don't have
7881         `gnus-get-unread-articles-in-group' update info, since that can be
7882         really slow and doesn't seem to be needed?
7883
7884 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7885
7886         * time-date.el (date-to-time): Try using parse-time-string first before
7887         using the slower timezone-make-date-arpa-standard.
7888
7889 2010-09-22  Julien Danjou  <julien@danjou.info>
7890
7891         * gnus-group.el (gnus-group-insert-group-line):
7892         Call gnus-group-highlight-line.
7893         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7894         default hook list.
7895         (gnus-group-update-eval-form): Add new function.
7896         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7897         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7898
7899 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900
7901         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7902         immediate, then expire all articles.
7903         (nnimap-update-info): Fix off-by-one errors.
7904         (nnimap-flags-to-marks): Would return no marks lists for group with no
7905         flags.  Instead return the other data.
7906
7907 2010-09-22  Julien Danjou  <julien@danjou.info>
7908
7909         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7910         Only return an icon.
7911         (gnus-group-insert-group-line): Compute icon to return.
7912
7913         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7914         (gnus-html-image-fetched): Only cache if
7915         gnus-html-image-automatic-caching is set.
7916         (gnus-html-image-fetched): Check for errors.
7917
7918 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7921         once per method on `g'.  This ensures that backends like nnfolder don't
7922         open all their folders.
7923
7924         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7925         (nnimap-request-list): Nix out group in the correct buffer.
7926         (nnimap-parse-flags): Implement by using `read' instead of
7927         hand-parsing.
7928         (nnimap-flags-to-marks): Pass on permanent-flags.
7929         (nnimap-make-process-buffer): Record the server name.
7930         (nnimap-parse-flags): Fix typo.
7931         (nnimap-request-scan): Run split on the server in general, not just a
7932         single group.
7933
7934         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7935         parameter, and propagate this downwards.
7936
7937         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7938         since EXAMINE changes it on the server.
7939
7940         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7941         this command might take a while.
7942
7943 2010-09-22  Julien Danjou  <julien@danjou.info>
7944
7945         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7946         harmful if you have 2 images side-by-side, they can't be properly
7947         update on text deletion.  Using text-property is safer here.
7948         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7949         data.
7950
7951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * nnimap.el (nnimap-expunge-inbox): Remove.
7954         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7955         (nnimap-expunge): Flip default to t.
7956
7957         * gnus.el (gnus-method-to-server): Don't push things to the cache
7958         unless it's unique.
7959         (gnus-server-to-method): Ditto.
7960
7961 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7962
7963         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7964
7965 2010-09-22  Julien Danjou  <julien@danjou.info>
7966
7967         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7968         get the start of data.
7969         (gnus-html-encode-url): Add this function to encode special chars in
7970         URL.
7971         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7972         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7973
7974         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7975         default.
7976         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7977
7978         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7979         images alt-text.
7980         (gnus-html-put-image): Put alt-text as help-echo.
7981
7982 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7985         * mm-util.el (mm-decompress-buffer):
7986         * nnir.el (nnir-run-find-grep):
7987         * pop3.el (pop3-list): Use 3rd arg of split-string.
7988
7989         * time-date.el (format-seconds): Comment fix.
7990
7991         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7992         and byte-optimize-form-code-walker.
7993         (dgnushack-make-auto-load): Don't advise make-autoload.
7994
7995         * lpath.el: Remove Emacs 21 stuff.
7996
7997 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8000         outside the active range.  Suggested by Dan Christensen.
8001
8002         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8003         slightly later to avoid double-getting it.
8004
8005         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8006         previous patch.
8007
8008         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8009
8010 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8011
8012         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8013
8014 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8015
8016         * gnus-int.el (gnus-open-server): Give a better error message in the
8017         "go offline" case.
8018
8019         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8020         marks for nnimap, which is seldom the right thing to do.
8021
8022         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8023         (gnus-same-method-different-name): New function.
8024
8025         * nnimap.el (parse-time): Require.
8026
8027         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8028         method in the presence of many similar methods.
8029
8030         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8031
8032         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8033         nnml-inhibit-expiry.
8034
8035         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8036         find out whether methods are equal.
8037
8038         * nnimap.el (nnimap-find-expired-articles): New function.
8039         (nnimap-process-expiry-targets): New function.
8040         (nnimap-request-move-article): Request the article before looking at
8041         what the Message-ID is.  Fix found by Andrew Cohen.
8042         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8043
8044         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8045         for oldness in addition to being a predicate.
8046
8047         * nnimap.el (nnimap-request-group): When we have zero articles, return
8048         the right data to Gnus.
8049         (nnimap-request-expire-articles): Only delete articles immediately if
8050         the target is 'delete.
8051
8052         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8053         method, this would bug out.
8054
8055         * gnus-group.el (gnus-group-expunge-group): Rename from
8056         gnus-group-nnimap-expunge, and implemented as a normal interface
8057         function.
8058
8059         * gnus-int.el (gnus-request-expunge-group): New function.
8060
8061         * nnimap.el (nnimap-request-create-group): Implement.
8062         (nnimap-request-expunge-group): New function.
8063
8064 2010-09-21  Julien Danjou  <julien@danjou.info>
8065
8066         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8067         (gnus-html-cache-expired): Add new function.
8068         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8069         wethever we should display image for fetch it.
8070         Compute alt-text earlier to pass it to the fetching function too.
8071         (gnus-html-schedule-image-fetching): Change function argument to only
8072         get one image at a time, not a list.
8073         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8074         cache.
8075         (gnus-html-get-image-data): New function to retrieve image data from
8076         cache.
8077         (gnus-html-put-image): Change buffer argument to use image data rather
8078         than file, and place image above region rather than inserting a new
8079         one.  Do not take alt-text as argument, since it's useless now: we place
8080         the image above alt-text.
8081         (gnus-html-prune-cache): Remove.
8082         (gnus-html-show-images): Start to fetch image when we find one, do not
8083         push into a temporary list.
8084         (gnus-html-prefetch-images): Only fetch image if they have expired.
8085         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8086         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8087
8088 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8091
8092 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8095         spec inser "*" if the group isn't active instead of 0.
8096
8097         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8098         opening the server.
8099         (nnimap-request-delete-group): Implement group deletion.
8100         (nnimap-transform-headers): Return the size of the entire message in
8101         the Bytes header, not just the size of the first part.
8102         (nnimap-request-move-article): When moving an article from nnimap,
8103         request the article first so the accepting form has an article to
8104         accept.  Reported by Dan Christensen.
8105         (nnimap-command): Make sure that the error message doesn't error out.
8106
8107 2010-09-20  David Edmondson  <dme@dme.org>
8108
8109         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8110         we haven't requested anything.
8111
8112 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8113
8114         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8115         "".  Fix found by Andrew Cohen.
8116
8117         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8118         instead of -encode-string.
8119
8120 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8123
8124         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8125         by mm-subst-char-in-string.
8126
8127 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8130         waiting for the connection string.
8131
8132         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8133         arriving.
8134
8135         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8136         bogus characters.  This allows selecting certain Gmail groups.
8137
8138         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8139         (nnimap-fetch-partial-articles): New variable.
8140         (nnimap-open-connection): When looking for credentials, also use the
8141         nnimap-server-port.
8142         (nnimap-request-article): Return the group/article number, so that Gnus
8143         `^' works as expected.
8144         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8145
8146         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8147         comments.
8148         (gnus-methods-sloppily-equal): New function.
8149         (gnus): When using the development version of Gnus, load the gnus-load
8150         file.
8151
8152         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8153         `gnus-open-server' on each method before trying to scan them etc.
8154         This ensures that all the backend parameters are set correctly.
8155
8156         * nnimap.el (nnimap-authenticator): New variable.
8157         (nnimap-open-connection): Allow anonymous login.
8158         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8159         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8160
8161         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8162         patch, found by Knut Anders Hatlen.
8163
8164 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8165
8166         * gnus-agent.el (gnus-agent-batch-confirmation)
8167         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8168         to gnus-message.
8169         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8170         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8171         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8172         * gnus-int.el (gnus-open-server): Likewise.
8173         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8174         (gnus-score-check-syntax): Likewise.
8175         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8176         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8177         Likewise.
8178         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8179
8180 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8181
8182         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8183         calling conventions so that prefetch doesn't bug out.
8184
8185 2010-09-19  Julien Danjou  <julien@danjou.info>
8186
8187         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8188         rather than `subst-char-in-region' in order to be able to replace ASCII
8189         char by UTF-8 ones.
8190
8191         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8192         than curl.
8193         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8194         the right URL and ALT text on images.
8195         (gnus-html-wash-tags): Fix tag case.
8196         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8197         (gnus-article-html): Add -o display_ins_del=2 option.
8198         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8199
8200 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8203         the extra mail headers, which sometimes seem to happen for unknown
8204         reasons.
8205
8206         * mail-parse.el (mail-header-encode-parameter): Define as
8207         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8208         (or most, perhaps?) mail readers don't understand the latter, but do
8209         understand the former.
8210
8211         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8212         to nil, so that no methods are automatically agentized.  I think this
8213         is probably what most users want.
8214
8215         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8216         from url-retrieve, for instance about invalid URLs.
8217
8218         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8219         groups that have no articles.
8220         (nnimap-request-article): Check that we really got an article when we
8221         requested one.
8222
8223         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8224         doesn't exist.
8225
8226         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8227         nntp buffer so the agent can save it.
8228         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8229         that CRLF doesn't get translated to \n.
8230         (nnimap-open-connection): Don't make 'shell commands only send \n.
8231
8232 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8233
8234         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8235         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8236         Update var name.
8237         (nnml-generate-nov-file): Use dolist.
8238         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8239         Use with-current-buffer.
8240
8241 2010-09-18  Julien Danjou  <julien@danjou.info>
8242
8243         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8244         parallel.
8245
8246 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8249         the range update right.
8250         (nnimap-request-group): Don't make `M-g' bug out on group with no
8251         marks.
8252         (nnoo): Require, so that other packages can require nnimap.
8253         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8254         command we're looking for.  This helps when the server sends more
8255         responses after we've gotten everything we expected.
8256         (nnimap): Add a `newlinep' field to keep track of end-of-line
8257         conventions.
8258         Don't send CRLF to things that don't want it.
8259         (nnimap-request-accept-article): Ditto.
8260
8261 2010-09-18  Julien Danjou  <julien@danjou.info>
8262
8263         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8264         than curl to retrieve images.
8265
8266 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8269         the marks.
8270         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8271         (nnimap-wait-for-connection): New function.
8272         (nnimap-open-connection): If we have PREAUTH, don't query for login
8273         credentials.
8274         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8275         when doing a partial update.
8276
8277 2010-09-18  Julien Danjou  <julien@danjou.info>
8278
8279         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8280         tags.
8281
8282 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * nnimap.el (nnimap-credentials): New function.
8285         (nnimap-open-connection): Use the new function to look for credentials
8286         also on the numeric equivalents of "imap" and "imaps".
8287
8288         * gnus-start.el (gnus-activate-group): Send the info to
8289         gnus-request-group.
8290
8291         * nnimap.el (nnimap-request-group): Have the "check" version of the
8292         function parse flags and update the info, so that a `M-g' get a total
8293         resync of all flags from the group.
8294
8295         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8296         to allow backends to alter the info on group selection.  Also alter all
8297         the backend -request-group functions to take the parameter.
8298
8299         * nnimap.el (nnimap-store-info): New function.
8300         (nnimap-update-info): Store the info for later usage.
8301         (nnimap-request-group): Use the stored info for the dont-check case, so
8302         that we don't retrieve all marks when we enter a group.
8303
8304         * nnimap.el: Use deffoo instead of defun for interface functions.
8305
8306         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8307         update the group info.  This makes the nndraft groups, for instance, go
8308         back to their old behavior.
8309
8310         * gnus-sum.el (gnus-select-newsgroup): Indent.
8311
8312         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8313         in.
8314         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8315         nothing.
8316
8317         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8318         from methods that are denied.
8319
8320         * gnus-int.el (gnus-method-denied-p): New function.
8321
8322         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8323         store the password instead of netrc.
8324         (nnimap-open-connection): Don't error out when we can't make a
8325         connections.
8326
8327         * auth-source.el (auth-source-create): In the password prompt, say what
8328         we're querying for.  Also prompt for user name if that hasn't been
8329         given.
8330
8331         * nnimap.el (nnimap-with-process-buffer): Remove.
8332
8333 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8336         method when we're reading from the agent.
8337
8338         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8339
8340         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8341         that's probably most useful for users.
8342
8343         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8344         "failed" all the time.
8345
8346         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8347         ...)) with (with-current-buffer ... ).
8348
8349         * nntp.el (nntp-open-server): Return whether the open was successful or
8350         not.
8351
8352         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8353         select an unread unseen article first.
8354
8355         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8356         /etc/services, supply some sensible port defaults.
8357
8358         * dgnushack.el: Define netrc-credentials.
8359
8360 2010-09-17  Julien Danjou  <julien@danjou.info>
8361
8362         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8363
8364 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8365
8366         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8367         doesn't have any parameters.
8368
8369 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8370
8371         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8372         only upcased checks.
8373
8374         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8375
8376         * nnimap.el (nnimap-open-shell-stream): New function.
8377         (nnimap-open-connection): Use it.
8378         (nnimap-transform-headers): Get the number of lines in each message.
8379         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8380         number of lines.
8381         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8382         problem.
8383
8384         * utf7.el (utf7-encode): Autoload.
8385
8386         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8387         to allow the mail splitting to not return a default group.  This is
8388         useful for nnimap, which will leave unmatched mail in the inbox.
8389
8390         * nnimap.el: Rewritten.
8391
8392         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8393         nnimap usage.
8394
8395         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8396         if the move is internal, so that nnimap can do fast internal moves.
8397
8398         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8399         data.
8400         (gnus-read-active-for-groups): Support finishing the early retrieval of
8401         data.
8402
8403         * gnus-range.el (gnus-range-nconcat): New function.
8404
8405         * gnus-int.el (gnus-finish-retrieve-group-infos)
8406         (gnus-retrieve-group-data-early): New functions.
8407
8408 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8409
8410         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8411         (nnrss-retrieve-groups):
8412         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8413         (pop3-quit): Use with-current-buffer.
8414
8415 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8418         instead of nnheader-accept-process-output.
8419
8420         * dgnushack.el (dgnushack-compile): Add comment.
8421
8422         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8423
8424         * gnus-html.el (gnus-html-schedule-image-fetching)
8425         (gnus-html-prefetch-images): Replace process-kill-without-query by
8426         gnus-set-process-query-on-exit-flag.
8427
8428 2010-09-16  Romain Francoise  <romain@orebokech.com>
8429
8430         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8431
8432 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8435         parameter to unintern is mandatory-ish in Emacs 24.
8436
8437         * gnus-html.el (gnus-html-schedule-image-fetching)
8438         (gnus-html-prefetch-images): Check for curl before using it.
8439
8440         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8441         depend on curl, which isn't essential.
8442
8443         * imap.el: Revert back to version
8444         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8445         seem problematic.
8446
8447 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8448
8449         * gnus-registry.el (gnus-registry-install-shortcuts):
8450         Explicitly pass `obarray' to `unintern' to avoid a warning.
8451
8452 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8453
8454         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8455         change.
8456
8457         * nnrss.el (nnrss-request-list): Remove this function and related
8458         functions, including the moreover stuff.
8459
8460 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nnrss.el (nnrss-retrieve-groups): New function.
8463
8464 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8465
8466         * .dir-locals.el: Add no-byte-compile cookie.
8467
8468 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * time-date.el (format-seconds): Comment fix.
8471
8472         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8473         for back end that doesn't support request-scan.
8474
8475 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8478         then do request scans from the backends.
8479
8480         * netrc.el (netrc-credentials): New conveniency function.
8481
8482         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8483         avoid running a hook per line, since this takes a lot of time,
8484         profiling shows.
8485         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8486         directly if gnus-visual-p is true.
8487
8488 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8491         groups; replace mapcar with dolist which is a bit faster; pass groups
8492         info to gnus-read-active-file-1.
8493         (gnus-read-active-file-1): Scan only specified groups if the new
8494         optional arg `infos' is given.
8495
8496 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8499
8500         * pop3.el (pop3-movemail): Remove.
8501         (pop3-streaming-movemail): Rename to pop3-movemail.
8502
8503         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8504         don't restrict end-tag searches to the end of the line.
8505
8506 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8509         articles of every unchecked group to t, which means unknown since the
8510         server has never been opened.
8511
8512 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * gnus-html.el (gnus-html-show-alt-text): New command.
8515         (gnus-html-browse-image): Ditto.
8516         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8517         to browse the image directly.
8518         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8519         better.
8520
8521         * gnus-async.el (gnus-async-article-callback):
8522         Call `gnus-html-prefetch-images' unconditionally.
8523
8524         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8525         before feeding URLs to curl.
8526
8527 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8530         internal images as deletable by `W D D'.
8531
8532         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8533         (gnus-async-article-callback): Fix typo.
8534
8535 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8538         current line to work around bugs in the output from w3m.
8539
8540         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8541         for groups that want that.
8542
8543         * nntp.el (nntp-wait-for-string): Supply a timeout for
8544         accept-process-output to ensure progress.
8545
8546         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8547         level to get unread articles from, then use that for foreign groups,
8548         too.
8549
8550         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8551         confuses the rest of the function.
8552
8553         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8554         for the methods that support -retrieve-groups, too.
8555
8556         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8557
8558 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8561         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8562
8563         * pop3.el: Require cl when compiling.
8564         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8565
8566 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567
8568         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8569         that aren't going to be activated.
8570         (gnus-get-unread-articles): Fix up the last commit.
8571
8572         * gnus-html.el (gnus-article-html): Allow calling without specifying
8573         the handle.  In that case, dissect the buffer first.
8574
8575         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8576
8577         * nnimap.el (nnimap-open-connection): Revert the change that would look
8578         into authinfo for imaps instead of imap.
8579
8580         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8581         say that you don't want to call gnus-request-group with don-check, but
8582         do check the reponse.  This is for virtual groups only.
8583         (gnus-get-unread-articles): Count the archive groups as secondary, so
8584         that they're activated the same way as before.
8585
8586         * imap.el (imap-message-map): Removed optional buffer parameter, since
8587         no callers use it.
8588         (imap-message-get): Ditto.
8589         (imap-message-put): Ditto.
8590         (imap-mailbox-map): Ditto.
8591         (imap-mailbox-put): Ditto.
8592         (imap-mailbox-get): Ditto.
8593         (imap-mailbox-get): Revert last change for this function.
8594
8595         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8596         case-insensitively.
8597         (nnimap-debug): Remove.
8598
8599         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8600         callers to use `imap-fetch' instead.  According to the comments, this
8601         should be safe, since all other IMAP clients use the 1:* syntax.
8602         (imap-enable-exchange-bug-workaround): Remove.
8603         (imap-debug): Remove -- doesn't seem very useful.
8604
8605         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8606         mail from a file, and the file doesn't exist.
8607
8608         * imap.el (imap-log): New convenience function used throughout instead
8609         of repeating the same code all over the place.
8610
8611         * pop3.el (pop3-streaming-movemail): Return t for success.
8612
8613         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8614         .authinfo if we're using ssl connection.
8615
8616         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8617         already have if we're in a main Gnus `g' run.
8618
8619         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8620
8621 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8624
8625         * nnmh.el (nnmh-request-list-1): Bind `file'.
8626
8627         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8628         alias to set-process-query-on-exit-flag or process-kill-without-query.
8629         (pop3-open-server): Use it.
8630
8631 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8634         box to the Incoming file.  Fixes mistake in previous checkin.
8635
8636         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8637         request loop (for debugging purposes) removed.
8638
8639         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8640         culprit is more visible.
8641         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8642         (nnml-add-incremental-nov): New functions to do "incremental" nov
8643         updates, where we just append to the end of the existing nov files
8644         without reading/writing them in full.
8645
8646         * mail-source.el (mail-source-delete-crash-box): Really only check the
8647         incoming files once in a while.
8648
8649         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8650
8651         * mail-source.el (mail-source-delete-crash-box): Only check the
8652         incoming files for deletion once per day to save a lot of file
8653         accesses.
8654
8655         * pop3.el (pop3-logon): Fix up unbound variable typo.
8656
8657         * mail-source.el (pop3-streaming-movemail): Autoload.
8658
8659         * pop3.el (pop3-streaming-movemail):
8660         Respect pop3-leave-mail-on-server.
8661
8662         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8663         retrieval.
8664
8665         * pop3.el (pop3-process-filter): Remove unused function.
8666         (pop3-streaming-movemail, pop3-send-streaming-command)
8667         (pop3-wait-for-messages, pop3-write-to-file)
8668         (pop3-number-of-responses): New functions for streaming pop3
8669         retrieval.
8670
8671         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8672         come from no known methods.
8673         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8674         list.
8675
8676         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8677         message sizes.
8678         (pop3-movemail): Use erase-buffer instead of looping and deleting
8679         regions, which seems rather odd.
8680
8681         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8682         file once per `g' run.
8683
8684         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8685         directories.  This makes the draft queue directory work.
8686
8687         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8688         data from the backends, so that we only request the list of groups from
8689         each method once.  This should speed things up considerably.
8690
8691         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8692         detect that it's not implemented.
8693
8694         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8695         we actually do recurse down into the tree, but don't stat all leaf
8696         nodes.
8697
8698         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8699         then say so instead of bugging out.
8700
8701         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8702         files exist before trying to read them.
8703
8704         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8705         around <pre_int>.
8706
8707         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8708
8709         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8710
8711 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * mm-util.el (mm-image-load-path): Just return the image directories,
8714         not all directories in the path in addition to the image directories.
8715         (mm-image-load-path): Maintain a cache of the image directories so that
8716         the `g' command in Gnus doesn't have to stat dozens of directories each
8717         time.
8718
8719         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8720         (gnus-html-wash-tags): Add a new `i' command to insert images.
8721         (gnus-html-insert-image): New command and keystroke.
8722         (gnus-html-redisplay-with-images): New command and keystroke.
8723         (gnus-html-show-images): Rename command.
8724         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8725         spacers.
8726         (gnus-html-wash-tags): Decode entities at the end, so that entities
8727         inside the tags don't mess up the rest of the "parsing".
8728
8729         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8730         so that nnimap methods aren't agentized by default.  There's apparently
8731         many problems related to agent/imap behavior.
8732
8733         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8734
8735         * gnus-html.el: Doc fix.
8736
8737 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8740         specifier-spec-list for Emacs 21.
8741
8742         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8743         glyph-width and glyph-height instead of display-graphic-p and
8744         image-size; make avoidance of displaying small images work for XEmacs.
8745
8746         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8747         for XEmacs.
8748
8749         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8750         of symbol that holds plist data.
8751         (gnus-process-plist): Remove plist of process after getting it.
8752
8753 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * message.el (message-generate-hashcash): Change default to
8756         'opportunistic if hashcash is installed.
8757
8758         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8759         (gnus-html-put-image): Only call image-size once, since it's somewhat
8760         time-consuming on remote X servers.
8761
8762 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8765         type on data, not a file name.
8766
8767         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8768         window-pixel-edges for Emacs 21.
8769
8770         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8771         decoded contents.
8772         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8773
8774 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8775
8776         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8777         group line format, since it isn't very interesting.
8778
8779         * gnus-agent.el (gnus-agent-short-article),
8780         (gnus-agent-long-article): Increase values for these two variables,
8781         since most people are likely to have more network connection and
8782         storage than before.
8783
8784         * gnus.el (gnus-refer-article-method): Change default to 'current.
8785         When referring an article, the common behavior is to refer it from the
8786         current select method, not the native select method.  The chances of
8787         the native select method having the message in question is rather slim
8788         these days.
8789
8790         * gnus-sum.el (gnus-auto-select-subject): Change default to
8791         `unseen-or-unread'.  I think it's likely that most people want to
8792         select an unseen article over a previously seen, but unread one.
8793
8794         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8795         means that in the article buffer none of the minor mode elements will
8796         be shown, usually, and this is not desirable in most cases.
8797
8798         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8799         that commands like `d' (and the like) go to the next line in the
8800         buffer, instead of the next unread article.  I think this is the
8801         behavior that is most natural for most users.
8802         (gnus-single-article-buffer): Change default to nil, so that people can
8803         have as many article buffers open as they have summary buffer.  I think
8804         this is the most natural way for the groups to behave.
8805
8806         * message.el (message-generate-new-buffers): Change default to
8807         `unsent', so that all new message buffers start their names with the
8808         string "*unsent", and it's easier to find the buffers if you move from
8809         them.
8810
8811 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8814         small.  They're probably tracking images.
8815         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8816         (gnus-html-rescale-image): Yet another try at getting the image sizing
8817         right.
8818
8819         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8820         nntp-marks-file-name is nil.
8821
8822 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8823
8824         * gnus-html.el (gnus-html-wash-tags)
8825         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8826         Better logging.
8827
8828 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8831
8832         * gnus-html.el (gnus-html-wash-tags): Check the value of
8833         gnus-blocked-images in the summary buffer.
8834
8835 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8838
8839 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8842         like "a", it seems like.
8843         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8844         since it needs to be picked from the correct buffer.
8845
8846         * nnwfm.el: Remove.
8847
8848         * nnlistserv.el: Remove.
8849
8850 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8851
8852         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8853         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8854
8855 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * nnkiboze.el: Remove.
8858
8859         * nndb.el: Remove.
8860
8861         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8862         alt text.
8863         (gnus-html-rescale-image): Try to get the rescaling logic right for
8864         images that are just wide and not tall.
8865
8866         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8867         overshadow variable bindings.
8868
8869 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8870
8871         * gnus-html.el (gnus-html-wash-tags)
8872         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8873         Add extra logging.
8874
8875 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8878         (gnus-max-image-proportion): New variable.
8879         (gnus-html-rescale-image): New function.
8880         (gnus-html-put-image): Rescale images.
8881
8882 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8883
8884         Fix up some byte-compiler warnings.
8885         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8886         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8887         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8888         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8889         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8890         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8891         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8892
8893 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-html.el (gnus-article-html): Decode contents by charset.
8896
8897 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8900         (gnus-html-frame-width, gnus-blocked-images):
8901         * message.el (message-prune-recipient-rules): Add custom version.
8902         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8903
8904         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8905         functions.
8906
8907         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8908         gnus-process-get.
8909
8910 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8911
8912         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8913         instead of lsub directly.
8914
8915 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * nnwarchive.el: Remove.
8918
8919         * gnus-soup.el: Remove.
8920
8921         * nnsoup.el: Remove.
8922
8923         * nnultimate.el: Remove.
8924
8925         * gnus-html.el (gnus-blocked-images): New variable.
8926
8927         * message.el (message-prune-recipients): New function.
8928         (message-prune-recipient-rules): New variable.
8929
8930         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8931         guess whether a long line is natural text or not.
8932
8933         * gnus-html.el (gnus-html-schedule-image-fetching):
8934         Use gnus-process-plist and friends for compatibility.
8935
8936 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8937
8938         * gnus-html.el: Require packages that define macros used in this file.
8939         (gnus-article-mouse-face): Declare to silence byte-compiler.
8940         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8941         process-get.
8942         (gnus-html-put-image): Use plist-get to avoid getf.
8943         (gnus-html-prefetch-images): Use with-current-buffer.
8944
8945 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-ems.el: Provide compatibility functions for
8948         gnus-set-process-plist.
8949
8950         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8951         header-line-format for XEmacs 21.4.
8952
8953         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8954         * gnus.el (gnus-valid-select-methods):
8955         * message.el (message-send-mail-partially-limit):
8956         * mm-decode.el (mm-text-html-renderer):
8957         * mml.el (mml-insert-mime-headers-always):
8958         * smiley.el (smiley-regexp-alist): Bump custom version.
8959
8960 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-html.el: require mm-url.
8963         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8964         with the url to `url'.
8965         (gnus-html-wash-tags): Support cid: URLs/images.
8966
8967 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8970         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8971         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8972
8973         * gnus-move.el: Remove file, since it doesn't really work.
8974
8975         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8976         UTF-8.  This seems to fix problems with some German web feeds.
8977
8978         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8979         at the top so that the proper colors are applied.
8980
8981         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8982         don't have dots in their names.
8983
8984         * gnus-art.el (gnus-article-view-part): Doc fix.
8985
8986         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8987         XEmacs-compatible.
8988         (gnus-html-put-image): Don't do images on non-graphic displays.
8989
8990         * nnslashdot.el: Remove this unused backend.
8991
8992         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8993         actions.
8994         (gnus-undo-register-1): Revert last change.
8995
8996         * gnus-group.el (gnus-group-completing-read): Protect against not
8997         having completion-styles bound.
8998
8999         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9000         make broken recipients happier.
9001
9002         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9003
9004         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9005         point parameter.
9006
9007         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9008
9009         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9010         completion-styles for group selection.
9011
9012 2009-02-04  Andreas Schwab  <schwab@suse.de>
9013
9014         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9015         headers and regexp-quote the match if necessary.
9016
9017 2009-03-24  Miles Bader  <miles@gnu.org>
9018
9019         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9020         the blinking smiley.
9021
9022 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9023
9024         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9025         blink smiley.
9026
9027 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9030         where the dribbel file lives exists.
9031
9032         * message.el (message-send-mail-partially-limit): Change the default to
9033         nil, since most people don't want this.
9034
9035         * mm-url.el (mm-url-decode-entities): Also decode entities like
9036         &#x3212.
9037
9038 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9039
9040         * gnus-sum.el (gnus-summary-idna-message):
9041         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9042         Hyperlink urls in docstrings with URL `...'.
9043
9044 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9045
9046         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9047         functions.
9048
9049 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9052         say what the mouseover text should be.
9053
9054         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9055         version of the mm-w3m-safe-url-regexp variable to only download images
9056         in the groups where we want that to happen.
9057
9058         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9059
9060         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9061         easier debugging.
9062         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9063         big pictures in the article buffer.
9064
9065         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9066         gnus-article-html.
9067         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9068         w3m.
9069
9070         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9071
9072 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9075         which doesn't exist.
9076
9077         * message.el (message-inhibit-ecomplete): New variable to allow some
9078         function to inhibit ecomplete address storage.
9079         (message-resend): Disable ecomplete message storage when resending
9080         messages.
9081
9082         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9083
9084 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9087         Save excursion while copying, moving, and deleting articles in order to
9088         prevent the cursor from jumping to unforeseen place.
9089
9090 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * lpath.el: No need to bind bookmark-current-buffer,
9093         bookmark-yank-point and bookmark-make-record-function.
9094
9095 2010-08-17  Glenn Morris  <rgm@gnu.org>
9096
9097         * gnus-sync.el: Require gnus components whose functions are used.
9098
9099         * gnus-art.el (bookmark-make-record-function):
9100         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9101         Declare for compiler.
9102
9103         * mm-url.el (mml-compute-boundary): Autoload.
9104
9105 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9108
9109 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9110
9111         Typo fix "hoo4a" -> "hook".
9112
9113         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9114
9115 2010-08-14  Glenn Morris  <rgm@gnu.org>
9116
9117         * gnus-sync.el (gnus-sync): Fix defgroup version.
9118
9119 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9120
9121         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9122
9123         * gnus-sync.el: Fix docs.
9124         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9125         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9126
9127 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9128
9129         Optimizations for gnus-sync.el.
9130
9131         * gnus-sync.el: Add docs about gnus-sync-backend
9132         possibilities.
9133         (gnus-sync-save): Remove unnecessary message.
9134         (gnus-sync-read): Optimize and show what groups were skipped.
9135
9136 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9137
9138         Minor bug fixes for gnus-sync.el.
9139
9140         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9141         Don't read the sync on get-new-news.
9142
9143         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9144         quiet.
9145
9146         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9147         (fix typo).
9148
9149 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9150
9151         Make saving and restoring of hidden threads work with overlays.
9152         Patch applied by Ted Zlatanov.
9153
9154         * gnus-sum.el (gnus-hidden-threads-configuration)
9155         (gnus-restore-hidden-threads-configuration): Update to deal with text
9156         properties, rather than searching for a magic character.
9157
9158 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9159
9160         New gnus-sync.el library for synchronization of marks.
9161
9162         * gnus-sync.el: New library for synchronization of marks.
9163
9164         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9165         renamed from `gnus-registry-grep-in-list'.
9166
9167         * gnus-registry.el (gnus-registry-follow-group-p):
9168         Use `gnus-grep-in-list'.
9169
9170         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9171
9172 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9175         determining charset of text fails.
9176
9177 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * nnmail.el (nnmail-get-new-mail-1): Revert.
9180
9181         * nnml.el (nnml-active-number): Make sure names of newly created groups
9182         in nnml-group-alist are encoded.
9183
9184 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9187         containing non-ASCII characters in active file for nnml back end.
9188
9189 2010-07-24  David Engster  <dengste@eml.cc>
9190
9191         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9192         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9193
9194 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9195
9196         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9197         tag (Bug#6654).
9198
9199 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9202         the article buffer, not the summary buffer.
9203
9204 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9207         Emacs 23 as well.
9208
9209 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9212         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9213
9214 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9215
9216         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9217         Patch applied by Karl Fogel.
9218
9219         * gnus-sum.el (gnus-summary-bookmark-make-record):
9220         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9221
9222 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9223
9224         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9225         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9226         C-w still not working correctly from Article buffers; Thierry's
9227         patch to fix that will be applied after this.
9228
9229         * gnus-art.el (bookmark-make-record-function): New local variable.
9230
9231         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9232         article buffer.
9233         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9234
9235 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9236
9237         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9238         on changes in bookmark.el.
9239
9240 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9243         `no-log' instead of message not to log prompt string.
9244
9245 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9246
9247         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9248         the *other* type of HTML form submission.
9249
9250 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9251
9252         * auth-source.el (auth-source-pick): If choice does not contain a
9253         questioned keyword, set the check to t.
9254
9255 2010-06-12  Romain Francoise  <romain@orebokech.com>
9256
9257         * gnus-util.el (gnus-date-get-time): Move up before first use.
9258
9259 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9262         (gnus-article-edit-part): Bind it to make last part that is substituted
9263         or deleted visible.
9264         (gnus-mime-display-single): Buttonize part of which id equals to
9265         gnus-mime-buttonized-part-id.
9266
9267 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9268
9269         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9270         (gnus-dd-mmm): Use gnus-date-get-time.
9271         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9272         simplify logic.
9273         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9274         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9275
9276 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9277
9278         * auth-source.el (top): Autoload `secrets-list-collections',
9279         `secrets-create-item', `secrets-delete-item'.
9280         (auth-sources): Fix tag string.
9281         (auth-get-source, auth-source-retrieve, auth-source-create)
9282         (auth-source-delete): New defuns.
9283         (auth-source-pick): Rewrite in order to avoid 2 passes.
9284         (auth-source-forget-user-or-password): New parameter USERNAME.
9285         (auth-source-user-or-password): New parameters CREATE-MISSING and
9286         DELETE-EXISTING.  Retrieve password interactively, if needed.
9287
9288 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9289
9290         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9291         deleting unused directories when gnus-expert-user is t.
9292
9293 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9296         for each temp file when gnus-article-browse-delete-temp is ask.
9297
9298 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9299
9300         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9301         Replace Lisp calls to delete-backward-char by calls to delete-char.
9302
9303 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9304
9305         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9306
9307 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9308
9309         * password-cache.el (password-cache-remove): Fix docstring.
9310
9311 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9314         article unless decoding article to be saved.
9315
9316 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9319         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9320         generated within the mm-with-unibyte-current-buffer macro.
9321
9322 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9325         to nil when we're in a mml-preview buffer and no group is selected.
9326
9327 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9328
9329         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9330         when catching the `C-g'.  Reported by "Leo".
9331
9332 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * message.el (message-forward-make-body-plain)
9335         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9336         multibyte-string-p.
9337
9338         * lpath.el: Revert.
9339
9340 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * message.el (message-forward-make-body-mml): Assume original message
9343         is multibyte string; error on unibyte.
9344         (message-forward-make-body-plain): Ditto; don't add excessive newline
9345         in body end.
9346
9347         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9348
9349 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9350
9351         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9352         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9353
9354 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * mm-extern.el (mm-extern-url): Don't use
9357         mm-with-unibyte-current-buffer.
9358         (mm-extern-cache-contents): Use with-current-buffer instead of
9359         save-excursion + set-buffer.
9360
9361 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * mm-util.el (mm-emacs-mule): Remove.
9364
9365 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9366
9367         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9368         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9369         change.
9370
9371 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9374         bind the default value of enable-multibyte-characters to nil.
9375
9376 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * message.el (message-forward-make-body-plain)
9379         (message-forward-make-body-mml):
9380         Don't use mm-with-unibyte-current-buffer.
9381
9382 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9383
9384         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9385
9386 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9387
9388         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9389         (Bug#5592).
9390
9391 2010-05-07  Julien Danjou  <julien@danjou.info>
9392
9393         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9394         it to mm-pipe-part.
9395
9396         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9397         it is given.
9398
9399 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * binhex.el (binhex-decode-region-internal):
9402         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9403         (dns-query):
9404         * nnweb.el (nnweb-gmane-search):
9405         * pgg-parse.el (pgg-parse-armor):
9406         * pgg.el (pgg-verify-region):
9407         * sha1.el (sha1-string-external):
9408         * uudecode.el (uudecode-decode-region-internal):
9409         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9410         XEmacs.
9411
9412         * gnus-art.el (gnus-article-browse-html-parts):
9413         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9414         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9415         make-temp-file.
9416
9417         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9418         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9419         compiling.
9420
9421         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9422         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9423         XEmacs when compiling.
9424
9425         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9426         gnus-pick-mode-off-hook for XEmacs when compiling.
9427         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9428         gnus-binary-mode-off-hook for XEmacs when compiling.
9429
9430         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9431         Return nil if char-charset is not available.
9432
9433         * imap.el (imap-disable-multibyte)
9434         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9435         macros.
9436
9437         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9438         instead of encode-coding-string.
9439
9440         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9441         'xemacs) instead of mm-emacs-mule to switch function definitions.
9442         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9443
9444         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9445         bind temporary-file-directory for XEmacs;
9446         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9447         timer-set-function for XEmacs 21.4 and SXEmacs;
9448         bind timer-list for XEmacs 21.4 and SXEmacs;
9449         fbind char-charset and find-charset-region for non-Mule XEmacs;
9450         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9451         encode-coding-region and encode-coding-string for XEmacs having no
9452         file-coding feature.
9453
9454 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9455
9456         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9457
9458 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9461         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9462
9463 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9464
9465         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9466         alias `jka-compr-delete-temp-file' no longer exists.
9467
9468 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9469
9470         Use define-minor-mode in Gnus where applicable.
9471         * mml.el (mml-mode): Use define-minor-mode.
9472         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9473         (gnus-undo-mode): Use define-minor-mode.
9474         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9475         (gnus-dead-summary-mode): Use define-minor-mode.
9476         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9477         Initialize in declaration.
9478         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9479         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9480         (gnus-mailing-list-mode): Use define-minor-mode.
9481         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9482         (gnus-draft-mode): Use define-minor-mode.
9483         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9484         (gnus-dired-mode): Use define-minor-mode.
9485
9486 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9487
9488         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9489         handles on recursive mml-to-mime translation and check them for
9490         boundary delimiter collisions.  Reported by Greg Troxel.
9491
9492 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9495
9496 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9497
9498         * mm-util.el (mm-find-buffer-file-coding-system):
9499         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9500
9501 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9502
9503         * message.el (message-generate-headers): Record insertion of optional
9504         headers as well.  Otherwise the check to prevent repeated insertion of
9505         optional headers is a no-op.
9506
9507 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9508
9509         * smime.el: Don't mention CVS.
9510
9511         * nnrss.el (nnrss-fetch): Don't mention CVS.
9512
9513         * nnir.el: Don't mention CVS.
9514
9515 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9516
9517         * gnus-sum.el (gnus-summary-bookmark-make-record):
9518         Add `location' field.
9519
9520 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * lpath.el: Fbind bookmark-default-handler,
9523         bookmark-get-bookmark-record, bookmark-make-record-default,
9524         bookmark-prop-get for Emacs <23 and XEmacs.
9525
9526 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9527
9528         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9529         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9530         Use with-current-buffer to silence the byte-compiler.
9531         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9532         bother to require `gnus'.
9533         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9534
9535 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9536
9537         * gnus-sum.el (gnus-summary-bookmark-make-record)
9538         (gnus-summary-bookmark-jump): New functions.
9539         (gnus-summary-mode): Setup bookmark support.
9540
9541 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9542
9543         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9544         if set.
9545
9546 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9549         gnus-article-browse-html-save-cid-image; make it work recursively for
9550         forwarded messages as well.
9551         (gnus-article-browse-html-parts): Work when prefix arg is given.
9552         (gnus-article-browse-html-article): Doc fix.
9553
9554 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9555
9556         * message.el (message-default-mail-headers):
9557         (message-default-headers): Carry the value mail-default-headers over
9558         into message-default-mail-headers, rather than message-default-headers.
9559
9560 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9561
9562         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9563         charset.
9564
9565         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9566         charset into the <meta> tag when the article is encoded to utf-8.
9567
9568 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-article-browse-delete-temp-files):
9571         Delete directories as well.
9572         (gnus-article-browse-html-parts): Work for images that do not specify
9573         file names; delete temp directory when quitting; insert header at the
9574         right place; use file: scheme for image files.
9575
9576 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9577
9578         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9579         (gnus-article-browse-html-parts): Use it to make temporary cid image
9580         files in addition to html file so that browser may display them.
9581
9582 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9585
9586 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9587
9588         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9589
9590 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9591
9592         * auth-source.el (auth-sources): Change default to be simpler.
9593         Explain about Secret Service API sources.  Improve Customize options.
9594         (auth-source-pick): Change to accept any number of search parameters.
9595         Implement fallbacks iteratively, not recursively.  Add scoring on the
9596         second pass and sort by score.  Call Secret Service API when needed.
9597         (auth-source-user-or-password): Use it.  Call Secret Service API
9598         directly when needed to get the user name and the password.
9599
9600 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9601
9602         * message.el (message-interactive): Doc fix.
9603         (message-qmail-inject-args): Reflow.
9604         (message-kill-to-signature): Fix typo in docstring.
9605
9606         * smiley.el (smiley-buffer): Fix typo in docstring.
9607
9608 2010-03-24  Glenn Morris  <rgm@gnu.org>
9609
9610         * mail-source.el (gnus-message): Declare.
9611         (mail-source-delete-old-incoming): Require gnus-util.
9612
9613 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9616
9617         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9618
9619         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9620         password-cache's default if it is not bound.
9621         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9622         password-cache-expiry's default if it is not bound.
9623
9624         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9625         available in Emacs 21.
9626
9627         * lpath.el: Suppress compiler warnings for:
9628         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9629         XEmacs;
9630         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9631         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9632         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9633
9634 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9635
9636         * auth-source.el (auth-sources): Fix up definition so extra parameters
9637         are always inline.
9638
9639 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9640
9641         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9642         wasn't updated after mismatch.  Clear cached mailbox info correctly
9643         when uidvalidity changes.
9644         (nnimap-group-prefixed-name): New function to avoid some code
9645         duplication.
9646         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9647         (nnimap-request-group): Use it.
9648         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9649         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9650         with many imap folders.  This is done by caching the group status from
9651         the imap server persistently in a group parameter `imap-status'.  (This
9652         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9653         but not persistently, so every Gnus startup was still very slow.)
9654
9655 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9656
9657         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9658         delete the extra newline.  Otherwise editing of :string and :number
9659         types don't work.
9660
9661 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9662
9663         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9664         secrets.el dependency.
9665         (auth-sources): Add optional user name.  Add secrets.el configuration
9666         choice (unused right now).
9667
9668 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * gnus-sum.el (gnus-summary-make-menu-bar):
9671         Let `gnus-registry-install-shortcuts' fill in the functions.
9672
9673         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9674         warnings.
9675         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9676         (gnus-registry-install-shortcuts): Populate and use it in a
9677         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9678
9679 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9680
9681         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9682         In-place substitutions for the group name encoding/decoding.
9683         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9684         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9685         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9686         (nnimap-update-unseen, nnimap-request-list)
9687         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9688         (nnimap-request-set-mark, nnimap-split-to-groups)
9689         (nnimap-split-articles, nnimap-request-newgroups)
9690         (nnimap-request-create-group, nnimap-request-accept-article)
9691         (nnimap-request-delete-group, nnimap-request-rename-group)
9692         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9693         `encoded-mbx' for consistency.
9694         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9695         variable `imap-current-mailbox'.
9696
9697         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9698         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9699
9700 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9701
9702         * pop3.el (pop3-display-message-size-flag): Display message size byte
9703         counts during POP3 download.
9704         (pop3-movemail): Use it.
9705         (pop3-list): Implement listing of available messages.
9706
9707 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9708
9709         * nnir.el (nnir-get-article-nov-override-function): New function to
9710         override the normal NOV retrieval.
9711         (nnir-retrieve-headers): Use it.
9712
9713 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9714
9715         * auth-source.el (netrc-machine-user-or-password): Autoload.
9716
9717 2010-03-19  Glenn Morris  <rgm@gnu.org>
9718
9719         Stop message.el from loading about 40 libraries it doesn't always need.
9720         The general approach is to autoload rather than require, and to
9721         require in the specific functions rather than the file.  (Bug#5642)
9722
9723         * gmm-utils.el: Don't require wid-edit.
9724         (widget-create-child-value, widget-convert, widget-default-get):
9725         Autoload.
9726
9727         * gnus-util.el: Don't require time-date, netrc.
9728         (message-fetch-field, gnus-group-name-decode): Declare rather than
9729         autoloading.
9730         (gnus-fetch-field): Require message.
9731         (gnus-decode-newsgroups): Require gnus-group.
9732
9733         * ietf-drums.el: Don't require time-date.
9734
9735         * message.el: Don't require hashcash, canlock, ecomplete.
9736         Do require mail-utils.  Require nnheader only when compiling.
9737         (smtpmail-default-smtp-server): Remove declaration.
9738         (message-send-mail-function): Check smtpmail-default-smtp-server
9739         is bound rather than requiring smtpmail.
9740         (message-auto-save-directory, message-insert-signature):
9741         Use expand-file-name rather than nnheader-concat.
9742         (nnheader-insert-file-contents): Autoload.
9743         (hashcash-wait-async): Declare.
9744         (message-send-mail): Only call gnus-setup-posting-charset if
9745         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9746         (message-send-mail-with-sendmail): Require sendmail.
9747         (canlock-password, canlock-password-for-verify): Declare.
9748         (message-canlock-password): Require canlock.
9749         (nnheader-get-report): Autoload.
9750         (gnus-setup-posting-charset): Declare.
9751         (message-send-news): Require gnus-msg.
9752         (message-make-references, message-make-in-reply-to): Use mail-header-id
9753         rather than the alias mail-header-message-id.
9754         (ecomplete-add-item, ecomplete-save): Declare.
9755         (message-put-addresses-in-ecomplete): Require ecomplete.
9756         (ecomplete-display-matches): Autoload.
9757
9758         * mm-decode.el: Don't require mailcap, gnus-util.
9759         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9760         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9761         Autoload.
9762         (mailcap-mime-extensions): Declare.
9763
9764         * mm-encode.el: Don't require mailcap.
9765         (mailcap-extension-to-mime): Autoload.
9766
9767         * mml-sec.el: Don't require password-cache.
9768
9769         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9770         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9771         (mml-minibuffer-read-type): Require mailcap.
9772         (mml-preview): Require gnus-msg.
9773
9774         * mml1991.el: Require password-cache.
9775         (password-cache-expiry): Remove declaration.
9776
9777         * mml2015.el: Require password-cache.
9778         (password-cache-expiry): Remove declaration.
9779
9780         * nneething.el (mailcap): Require mailcap.
9781
9782         * nnheader.el (declare-function): Add compatibility stub.
9783         (message-remove-header): Declare rather than autoload.
9784         (nnheader-replace-header): Require message.
9785
9786         * nnimap.el (declare-function): Add compatibility stub.
9787         (netrc-parse, netrc-machine-user-or-password): Declare.
9788         (nnimap-open-connection): Require netrc.
9789
9790         * nntp.el (declare-function): Add compatibility stub.
9791         (netrc-parse, netrc-machine, netrc-get): Declare.
9792         (nntp-send-authinfo): Require netrc.
9793
9794         * rfc2047.el: Don't require qp.
9795         (quoted-printable-encode-region, quoted-printable-decode-string):
9796         Autoload.
9797
9798         * sieve-mode.el: Don't require easymenu.
9799         (easy-menu-add-item): Autoload it.
9800
9801         * spam-stat.el (time-to-number-of-days): Autoload it.
9802
9803 2010-03-19  Glenn Morris  <rgm@gnu.org>
9804
9805         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9806
9807 2010-03-18  Glenn Morris  <rgm@gnu.org>
9808
9809         * hashcash.el (declare-function): Remove duplicate definition.
9810
9811 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9812
9813         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9814         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9815         value if any backslash escapes).
9816
9817 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9820         if it is available.  (bug#5647)
9821
9822         * lpath.el: Suppress compiler warning for coding-system-from-name for
9823         Emacs 21 and XEmacs.
9824
9825 2010-03-14  Juri Linkov  <juri@jurta.org>
9826
9827         * hmac-def.el:
9828         * hmac-md5.el:
9829         * netrc.el: Fix keywords.
9830
9831 2010-02-26  Glenn Morris  <rgm@gnu.org>
9832
9833         * message.el (message-send-mail-function): Change the default, so that
9834         it inherits from a customized send-mail-function.  (Bug#5643)
9835
9836 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9837
9838         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9839         shell-command-to-string signals an error (bug#5299).
9840
9841 2010-02-24  Glenn Morris  <rgm@gnu.org>
9842
9843         * message.el (message-smtpmail-send-it)
9844         (message-send-mail-with-mailclient): Doc fixes.
9845
9846 2010-02-16  Glenn Morris  <rgm@gnu.org>
9847
9848         * message.el (message-default-mail-headers): Change the default value
9849         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9850
9851 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9854         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9855
9856 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9857
9858         * time-date.el (date-to-time): Doc fix (Bug#5408).
9859
9860 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9861
9862         * message.el (message-mail): Just pass yank-action on to message-setup.
9863         (message-setup): Handle (FUN . ARGS) form of yank-action.
9864         (message-with-reply-buffer, message-widen-reply)
9865         (message-yank-original): Handle non-buffer values of
9866         message-reply-buffer (Bug#4080).
9867         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9868
9869 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9870
9871         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9872         Fix typo in docstring.
9873
9874 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9875
9876         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9877         response.
9878
9879 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9882
9883         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9884
9885         * message.el (message-check-news-header-syntax): Protect against a
9886         string that `rfc822-addresses' returns when parsing fails.
9887
9888 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9891         (gnus-previous-char-property-change): New functions.
9892
9893         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9894
9895 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9896
9897         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9898         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9899
9900 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9901
9902         * message.el (message-exchange-point-and-mark): Rework last change to
9903         avoid using optional arg of exchange-point-and-mark, for backward
9904         compatibility.
9905
9906 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9907
9908         * message.el (message-exchange-point-and-mark):
9909         Call exchange-point-and-mark with an argument rather than setting
9910         mark-active by hand (Bug#5175).
9911
9912 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * nntp.el (nntp-service-to-port): Work for service expressed with
9915         numeric string; replace [:digit:] with [0-9] for XEmacs.
9916
9917 2009-12-17  Glenn Morris  <rgm@gnu.org>
9918
9919         * gnus-group.el (gnus-bug-group-download-format-alist):
9920         Change emacs entry to debbugs.gnu.org.  Bump :version.
9921
9922 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9925
9926 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * message.el (message-info): Explain why we use `Info-goto-node'.
9929
9930 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9933
9934 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9935
9936         * message.el (message-completion-in-region): New compatibility function.
9937         (message-expand-group): Use it.
9938
9939 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9942         with no unread article should be listed if the 2nd arg `predicate' is
9943         given.
9944
9945 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9948
9949 2009-11-29  Juri Linkov  <juri@jurta.org>
9950
9951         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9952         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9953         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9954
9955 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9956
9957         * sha1.el (sha1-string-external): default-directory "/" in case
9958         otherwise non-existent.  process-connection-type pipe for touch of
9959         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9960
9961 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9962
9963         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9964         it's comms related and sgml-mode.el has "comm" on that basis too.
9965
9966 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9969         containing tspecial characters if they have been already quoted.
9970
9971 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9972
9973         * dns-mode.el (auto-mode-alist): Purecopy string.
9974
9975 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9976
9977         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9978
9979 2009-10-24  Glenn Morris  <rgm@gnu.org>
9980
9981         * gnus-art.el (help-xref-stack-item): Define for compiler.
9982
9983 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9984
9985         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9986
9987 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9990
9991 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9994         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9995
9996 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9999         (gnus-overlays-in): New alias to overlays-in.
10000
10001         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10002         gnus-overlay-get, and gnus-delete-overlay.
10003         (gnus-summary-show-thread): Make it work as well for systems in which
10004         next-single-char-property-change is not available.
10005         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10006
10007         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10008         (gnus-overlay-get): New alias to extent-property.
10009         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10010
10011         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10012         SXEmacs.
10013
10014         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10015         SXEmacs.
10016
10017 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10020
10021 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10022
10023         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10024         and XEmacs that don't have `remove-overlays'.
10025
10026 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10027
10028         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10029         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10030         selective display.  Use overlays instead.
10031
10032 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10033
10034         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10035
10036 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10037
10038         * spam-stat.el (spam-stat-load): Fix typo in message.
10039
10040 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10041
10042         * dig.el (dig-invoke): Fix typo in docstring.
10043         (query-dig): Reflow docstring.
10044
10045 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10046
10047         * gnus-art.el (gnus-article-encrypt-body):
10048         * message.el (message-check-recipients):
10049         * mm-util.el (mm-codepage-setup):
10050         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10051         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10052
10053 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10054
10055         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10056         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10057         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10058         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10059         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10060
10061 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10062
10063         * dig.el: Add "Keywords: comm", as per net-utils.el.
10064
10065 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10066
10067         * dig.el (dig-mode): Use define-derived-mode.
10068
10069 2009-09-19  Glenn Morris  <rgm@gnu.org>
10070
10071         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10072
10073 2009-09-18  Glenn Morris  <rgm@gnu.org>
10074
10075         * gnus-diary.el (gnus-diary-check-message):
10076         * message.el (message-insert-formatted-citation-line):
10077         * nnbabyl.el (top-level):
10078         * nndiary.el (nndiary-schedule):
10079         Fix typos in condition-case handlers.
10080
10081 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10084         configuration that provides the sole article window in a frame;
10085         position point correctly after deleting a part.
10086
10087 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10088
10089         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10090         (spam-resolve-registrations-routine): Use it to unregister articles
10091         that change status.
10092
10093 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10096         with XEmacs.
10097         (parse-time-string-chars): Use it.
10098
10099 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10100
10101         * imap.el (imap-interactive-login): Better messages.
10102         (imap-open): Fix bug with renamed buffer on reconnect.
10103         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10104         for easier debugging and cleaner code.  On successful (guessed based on
10105         server capabilities) secondary authentication, set imap-state
10106         correctly.
10107         (imap-last-authenticator): Define imap-last-authenticator as a variable
10108         to avoid warnings.
10109
10110 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * nnrss.el (nnrss-request-article): Remove binding of
10113         default-enable-multibyte-characters that has gotten needless by
10114         the 2007-07-13 change in rfc2047-encode-message-header.
10115
10116         * mml.el (mml-insert-multipart): Error on the message header.
10117         (mml-insert-part): Error on the message header; position point at
10118         the end of a MIME tag.
10119
10120 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * time-date.el (autoload): Expand define-obsolete-function-alias into
10123         defalias and make-obsolete for old Emacsen that Gnus supports.
10124         (with-no-warnings): Define it for old Emacsen.
10125         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10126         is available.
10127         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10128         float-time is available; suppress compile warning for time-to-seconds.
10129
10130         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10131         (gnus-float-time): Alias to float-time if it exists.
10132
10133         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10134         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10135         float-time is available; suppress compile warning for time-to-seconds.
10136
10137         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10138         XEmacs.
10139
10140 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10141
10142         * imap.el (imap-message-map): Docstring fix.
10143
10144 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10147         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10148         Add the optional argument `encoding' that overrides the default.
10149
10150         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10151         mm-encode-buffer.
10152
10153 2009-09-04  Glenn Morris  <rgm@gnu.org>
10154
10155         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10156         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10157         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10158         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10159         * mm-util.el (mm-with-unibyte-current-buffer)
10160         (mm-find-buffer-file-coding-system):
10161         * yenc.el (yenc-decode-region): Use default-value rather than
10162         default-enable-multibyte-characters.
10163
10164 2009-09-03  Glenn Morris  <rgm@gnu.org>
10165
10166         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10167         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10168         than default-enable-multibyte-characters.
10169
10170 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10171
10172         * gnus-art.el (gnus-article-read-summary-keys):
10173         Fix gnus-buffer-configuration's value temporarily used.
10174
10175 2009-09-02  Glenn Morris  <rgm@gnu.org>
10176
10177         * gnus-util.el (gnus-float-time): New function.
10178         * gnus-delay.el (gnus-delay-article):
10179         * gnus-sum.el (gnus-thread-latest-date):
10180         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10181         * nnspool.el (nnspool-request-newgroups):
10182         Use gnus-float-time rather than time-to-seconds.
10183         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10184
10185         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10186         (gnus-header-subject-face, gnus-header-newsgroups-face)
10187         (gnus-header-name-face, gnus-header-content-face):
10188         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10189         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10190         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10191         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10192         (gnus-cite-face-11):
10193         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10194         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10195         (gnus-server-closed-face, gnus-server-denied-face)
10196         (gnus-server-offline-face):
10197         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10198         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10199         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10200         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10201         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10202         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10203         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10204         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10205         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10206         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10207         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10208         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10209         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10210         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10211         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10212         (gnus-summary-high-undownloaded-face)
10213         (gnus-summary-low-undownloaded-face)
10214         (gnus-summary-normal-undownloaded-face)
10215         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10216         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10217         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10218         (gnus-splash-face):
10219         * message.el (message-header-to-face, message-header-cc-face)
10220         (message-header-subject-face, message-header-newsgroups-face)
10221         (message-header-other-face, message-header-name-face)
10222         (message-header-xheader-face, message-separator-face)
10223         (message-cited-text-face, message-mml-face):
10224         * sieve-mode.el (sieve-control-commands-face)
10225         (sieve-action-commands-face, sieve-test-commands-face)
10226         (sieve-tagged-arguments-face):
10227         * spam.el (spam-face):
10228         Mark face aliases with "-face" in the name as obsolete.
10229
10230 2009-09-01  Glenn Morris  <rgm@gnu.org>
10231
10232         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10233         than goto-line.
10234
10235 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10238         Don't move point if the command is invoked inside the message header.
10239
10240 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10241
10242         * imap.el (imap-send-command): Simplify.
10243         (imap-wait-for-tag): point-max -> buffer-size.
10244
10245 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10246
10247         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10248         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10249         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10250         * nnir.el (nnir-swish-e-index-file):
10251         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10252         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10253         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10254         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10255         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10256         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10257
10258 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10261         Don't save excursion.
10262
10263 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10264
10265         * nnheader.el (nnheader-find-file-noselect):
10266         * mm-util.el (mm-insert-file-contents):
10267         Use (default-value 'major-mode) instead of default-major-mode.
10268
10269 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10270
10271         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10272
10273 2009-08-26  Glenn Morris  <rgm@gnu.org>
10274
10275         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10276         than placing in files.el.
10277
10278 2009-08-25  Glenn Morris  <rgm@gnu.org>
10279
10280         * nnir.el (top-level): Don't require cl at run-time.
10281         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10282         Replace cl-function substitute with gnus-replace-in-string.
10283         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10284         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10285         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10286         simplified expansions.
10287
10288 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10289
10290         * dig.el (dig): Add autoload cookie.
10291
10292 2009-08-22  Glenn Morris  <rgm@gnu.org>
10293
10294         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10295         goto-line.
10296
10297 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10298
10299         * parse-time.el (parse-time-string-chars): Save match data.
10300
10301 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10302
10303         * parse-time.el (parse-time-string-chars): Compute using character
10304         classes, to handle non-ascii characters (Bug#3190).
10305
10306 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10309
10310         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10311         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10312         (gnus-mm-display-part, gnus-mime-display-single)
10313         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10314         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10315
10316         * gnus-sum.el
10317         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10318         (gnus-summary-move-article): Add expirable mark to articles copied or
10319         moved to group that has auto-expire turned on if the option is non-nil.
10320
10321 2009-07-24  Glenn Morris  <rgm@gnu.org>
10322
10323         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10324         Fix typo.  (Bug#3903)
10325
10326 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10329         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10330         that should not be used for draft articles.
10331         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10332         that has no concern in minor mode keys.
10333         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10334         Abolish.
10335
10336 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10339         article without making inquiry to a user for unknown encoding.
10340
10341         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10342         (nnmaildir--scan): Assume i-node and device number that file-attributes
10343         returns might be cons-cell.
10344
10345         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10346
10347         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10348
10349 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10350
10351         * auth-source.el: Remove docs now in auth.texi.  Don't use
10352         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10353         `auth-source-hide-passwords' and use them.
10354
10355 2009-07-15  Glenn Morris  <rgm@gnu.org>
10356
10357         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10358
10359 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10362         excessive whitespace from the default values of title and description.
10363
10364 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10367         mail-fetch-field to fetch Content-Description header in order to
10368         exclude newlines.
10369
10370 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10371
10372         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10373         format used by GnuPG 2.0.11.
10374
10375 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10378         to deleted part.
10379
10380 2009-05-30  David Engster  <dengste@eml.cc>
10381
10382         * nnmairix.el: Remove old documentation in the commentary block.
10383         (nnmairix-request-group): Do not update active file for nnml back ends.
10384         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10385         end so that overview files are ignored.
10386         (nnmairix-update-groups): Make updating the groups more robust by using
10387         marks.
10388         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10389         with dollar characters in message-id.
10390
10391 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10394         2008-12-25 in dns.el.
10395
10396 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10397
10398         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10399         could happen if the text is only composed of spaces and/or tabs.
10400
10401 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10402
10403         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10404         when sending a queued message to avoid extra mml tags.
10405
10406 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10409
10410 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10413         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10414         rmail-toggle-header for XEmacs;
10415         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10416
10417 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-dired.el: Remove autoload for gnus-setup-message.
10420         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10421         displaying Gnus logo; always use compose-mail.
10422
10423 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10426
10427 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10430         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10431         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10432         available.
10433         (gnus-nocem-epg-verify): New function.
10434
10435 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10438
10439 2009-02-15  Glenn Morris  <rgm@gnu.org>
10440
10441         * gnus-util.el (rmail-insert-rmail-file-header)
10442         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10443         autoloads.
10444         (rmail-default-rmail-file): Remove unnecessary declaration.
10445         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10446
10447 2009-02-14  Glenn Morris  <rgm@gnu.org>
10448
10449         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10450         variable (only used in gnus-util, which declares it anyway).
10451         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10452         which was only needed by gnus-art (changed to not use it any more).
10453         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10454         only used in gnus-util, which autoloads it itself.
10455         (rmail-update-summary): Fix autoload.
10456
10457         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10458         rather than rmail-output-to-rmail-file.
10459
10460 2009-02-07  Glenn Morris  <rgm@gnu.org>
10461
10462         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10463         autoload of function that no longer exists.
10464         (rmail-toggle-header): Declare.
10465         (message-forward-rmail-make-body): Handle mbox Rmail.
10466
10467 2009-01-31  Glenn Morris  <rgm@gnu.org>
10468
10469         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10470         2009-01-09 change.
10471
10472 2009-01-31  Dave Love  <fx@gnu.org>
10473
10474         * imap.el (imap-fetch-safe): Bind debug-on-error.
10475         (imap-debug): Add imap-fetch-safe.
10476
10477 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10478
10479         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10480         (auth-source-forget-all-cached): New convenience function.
10481         (auth-source-user-or-password): Accept list of modes or a single mode.
10482
10483         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10484         auth-source modes.
10485
10486         * netrc.el (netrc-machine-user-or-password): Use list of
10487         auth-source modes.
10488
10489         * nnimap.el (nnimap-open-connection): Use list of
10490         auth-source modes.
10491
10492         * nntp.el (nntp-send-authinfo): Use list of
10493         auth-source modes.
10494
10495 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10496
10497         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10498         now.
10499
10500 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10503         coding system in XEmacs; add a workaround for XEmacs.
10504
10505         * lpath.el: Fbind coding-system-aliasee.
10506
10507 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10510         of current-language-environment.
10511
10512 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10515         available at runtime.
10516
10517 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10520
10521 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10522
10523         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10524         the greatest positive fixnum value doesn't work under an XEmacs with
10525         bignum support; use the most-positive-fixnum constant instead,
10526         available since Emacs 21.1 with cl and XEmacs 21.1.
10527
10528 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10531         XEmacs gets not to work.
10532
10533 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * mm-util.el (mm-coding-system-priorities): Allow the value like
10536         "Japanese (UTF-8)" of current-language-environment.
10537
10538 2009-01-09  Glenn Morris  <rgm@gnu.org>
10539
10540         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10541         with last-command-event.
10542
10543 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10546         in the doc string.
10547
10548         * message.el (message-fix-before-sending): Amend comment.
10549
10550 2009-01-08  Dave Love  <fx@gnu.org>
10551
10552         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10553
10554 2009-01-07  David Engster  <dengste@eml.cc>
10555
10556         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10557         simplified server definitions by converting it via
10558         gnus-server-to-method.
10559
10560 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10563         parameter's operands.
10564
10565 2009-01-06  David Engster  <dengste@eml.cc>
10566
10567         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10568         primary select method (for gnus-group-mark-article-as-read).
10569
10570 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10571
10572         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10573         `(gnus)Face', not `(gnus)X-Face'.
10574
10575 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * mm-util.el (mm-ucs-to-char): New function.
10578
10579         * mm-url.el (mm-url-decode-entities): Use it.
10580
10581         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10582         unicode-to-char.
10583
10584 2009-01-05  Dave Love  <fx@gnu.org>
10585
10586         * time-date.el: Require cl for `declare'.
10587
10588 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10591         Dave Love.
10592
10593 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * message.el (message-fix-before-sending): Add `eight-bit' to
10596         illegible-text check.
10597
10598 2009-01-03  Michael Olson  <mwolson@gnu.org>
10599
10600         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10601         `headers' is nil.  This can occur if the IMAP server does not have
10602         permissions to read messages from a folder, but can write new messages
10603         to the folder.
10604         (nnimap-request-article-part): Do not insert `data' if it is nil.
10605
10606         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10607         characters which will confuse `read', so skip past them.
10608
10609 2009-01-01  Dave Love  <fx@gnu.org>
10610
10611         * imap.el (imap-string-to-integer): Fix typo.
10612         (imap-fetch-safe): New function.
10613         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10614
10615         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10616
10617         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10618         (imap-parse-greeting): Fix doc strings.
10619         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10620         (imap-parse-flag-list): Make messages unique.
10621         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10622
10623         * nnimap.el: Fix author email.
10624         (nnimap-split-rule): Add FIXME comment.
10625         (nnimap-debug): Fix doc string.
10626
10627 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10630
10631 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10634         nslookup if resolv.conf isn't available.
10635         (dns-query): Rename from query-dns.
10636         (dns-query-cached): Rename from query-dns-cached.
10637
10638 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10641         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10642         to check if those variables exist (first appeared in Emacs 18.50).
10643
10644 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mm-util.el (mm-line-number-at-pos): New function.
10647
10648         * spam-report.el (spam-report-process-queue): Use it.
10649
10650 2008-12-24  David Engster  <dengste@eml.cc>
10651
10652         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10653         parameters that haven't existed as variables as buffer-local variables.
10654
10655 2008-12-23  Dave Love  <fx@gnu.org>
10656
10657         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10658         cadar.
10659
10660         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10661         imap-starttls-p.
10662         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10663
10664 2008-12-22  Dave Love  <fx@gnu.org>
10665
10666         * imap.el: Fix author email.  Doc fixes.
10667         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10668         reply.
10669
10670 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * spam-report.el (spam-report-gmane-max-requests): New constant.
10673         (spam-report-gmane-wait): New variable.
10674         (spam-report-gmane-ham, spam-report-gmane-spam)
10675         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10676         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10677         the server.
10678
10679         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10680         Add explanations.
10681
10682         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10683         nnheader-accept-process-output and nnheader-read-timeout if available.
10684         (pop3-movemail): Use it.
10685
10686         * message.el (message-check-news-body-syntax): Fix signature check if
10687         there's an attachment.
10688
10689 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * mm-util.el: Add comments to the mm- emulating functions.
10692
10693 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10696         Reported by Stephen Berman <stephen.berman@gmx.net>.
10697
10698 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * mm-util.el (mm-substring-no-properties): New function.
10701         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10702         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10703         (mm-string-to-multibyte): Doc fix.
10704
10705         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10706
10707 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * mml.el (mml-attach-file): Strip text properties from file name.
10710         (Bug#1574)
10711
10712 2008-12-16  Glenn Morris  <rgm@gnu.org>
10713
10714         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10715
10716 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10719         knows since the charset specified might be a bogus alias that
10720         mm-charset-synonym-alist provides.
10721
10722 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10725         "ISO_8859-1".
10726
10727         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10728
10729 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * mm-util.el (mm-charset-eval-alist):
10732         Define it before mm-charset-to-coding-system.
10733         (mm-charset-to-coding-system): Add optional argument `silent';
10734         define it before mm-charset-override-alist.
10735         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10736         default value if it can be used in Emacs currently running;
10737         silence mm-charset-to-coding-system.
10738
10739 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10742         `allow-override' which says whether to use `mm-charset-override-alist'.
10743         (rfc2047-decode-encoded-words): Use it.
10744
10745         * mm-util.el (mm-charset-override-alist): Fix custom type;
10746         add `(gb2312 . gbk)' to choices.
10747
10748 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10751         fast.
10752
10753         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10754
10755         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10756
10757 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10758
10759         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10760         on links.
10761
10762         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10763
10764 2008-12-03  Lute Kamstra  <lute@gnu.org>
10765
10766         * sha1.el: Remove leading * from docstrings of defcustoms,
10767         deffaces, defconsts and defuns.
10768
10769 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10772         users' addresses that don't have domain parts.
10773         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10774         rather than message-narrow-to-head since there will be the message
10775         header separator.
10776
10777 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10778
10779         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10780         since the result is inserted in a unibyte buffer anyway.
10781         (nnimap-demule-use-string-to-multibyte): Remove.
10782         (nnimap-demule): Alias it to mm-string-to-multibyte.
10783
10784 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10787         variable for debugging bug#464 and bug#1174.
10788         (nnimap-demule): Use it.
10789
10790 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10791
10792         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10793         score calculation correctly.
10794
10795 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10796
10797         * message.el (message-send-mail): Just set the buffer to unibyte
10798         rather than use mm-with-unibyte-current-buffer which does a lot more.
10799         (message-send-mail-partially): Don't bother with
10800         mm-with-unibyte-current-buffer since it's already been made unibyte by
10801         message-send-mail.
10802
10803 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10804
10805         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10806
10807 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10808
10809         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10810
10811 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10814         require itself and to remove `with-no-warnings'.
10815
10816 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10817
10818         * starttls.el (starttls-any-program-available): Get the name of the
10819         available TLS layer program.
10820         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10821         well as the host name in the "opening" message.
10822
10823         * auth-source.el (auth-source-cache, auth-source-do-cache)
10824         (auth-source-user-or-password): Cache passwords and logins by default,
10825         allow override with `auth-source-do-cache'.
10826         (auth-source-forget-user-or-password): Allow users to remove cache
10827         entries if needed.
10828
10829 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10830
10831         * md4.el (md4-buffer): Fix typo in docstring.
10832         (md4, md4-64): Doc fixes.
10833         (md4-pack-int32): Reflow docstring.
10834
10835 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10836
10837         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10838         condition-case to only the forward-sexp call.
10839
10840 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10841
10842         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10843         quotes contained.  Make it more robust regardless by an extra
10844         condition-case wrapper.
10845
10846 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10849
10850 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * nnml.el (nnml-request-expire-articles): Check if the function set to
10853         `nnmail-expiry-target' returns the symbol `delete'.
10854
10855         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10856
10857         * nnmail.el (nnmail-expiry-target): Fix custom type.
10858
10859 2008-10-02  Glenn Morris  <rgm@gnu.org>
10860
10861         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10862         Silence compiler warning.
10863
10864 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10865
10866         * tls.el (open-tls-stream): Show the actual command being
10867         executed, instead of the format string.
10868
10869 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * lpath.el: Fbind codepage-setup for Emacs 23.
10872
10873 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10874
10875         * mml.el (mml-menu): Don't assume mml2015 is bound.
10876
10877 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10880         exists.
10881
10882 2008-09-27  Glenn Morris  <rgm@gnu.org>
10883
10884         * gnus-util.el (mail-header-remove-comments): Autoload it.
10885
10886 2008-09-27  Andreas Schwab  <schwab@suse.de>
10887
10888         * gnus-util.el (gnus-split-references): Strip comments.
10889         (gnus-parent-id): Likewise.
10890
10891 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * message.el (message-confirm-send): Fix version.
10894
10895 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * message.el (message-idna-to-ascii-rhs-1): Use
10898         mail-extract-address-components rather than mail-header-parse-addresses
10899         that is an alias by default to ietf-drums-parse-addresses that does not
10900         support non-ASCII names in headers' contents.
10901
10902 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10903
10904         * message.el (message-confirm-send): Fix variable documentation to
10905         avoid the "y/n" wording.
10906
10907 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10908
10909         * message.el (message-set-auto-save-file-name): Save to a different
10910         filename so multiple messages (especially drafts) can be recovered.
10911
10912 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10913
10914         * message.el (message-confirm-send): Add appropriate version.
10915
10916 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10919         defvar.
10920
10921 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10922
10923         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10924         (mm-pkcs7-enveloped-magic): Ditto.
10925
10926 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10927
10928         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10929         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10930
10931 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10932
10933         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10934         default, it's better.
10935
10936 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10937
10938         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10939         summary line gnus-number property and ignore them (with a warning
10940         message).
10941
10942 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10945         macro caddr in the interactive form since it won't be expanded.
10946
10947 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10950         `charset'; fix name of function called recursively.
10951         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10952
10953 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10956         (gnus-mime-set-charset-parameters): New function.
10957         (gnus-mime-view-part-as-charset): Use it to correctly display part
10958         specifying wrong charset.
10959
10960 2008-09-08  David Engster  <dengste@eml.cc>
10961
10962         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10963         in completing-read for back end server.
10964
10965 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10966
10967         * message.el (message-confirm-send): New variable to confirm sending a
10968         message.
10969         (message-send): Use it.
10970
10971 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10974
10975 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10978
10979 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10982         prevent tracking too many groups.
10983         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10984         Use it.
10985
10986 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10987
10988         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10989         moving point to the bottom of the window in order to avoid recentering.
10990
10991 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10994
10995         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10996         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10997         (gnus-article-beginning-of-window): Fix calculation.
10998
10999 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-msg.el (gnus-summary-supersede-article)
11002         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11003         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11004         message header.
11005
11006 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11007
11008         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11009         pending output coming after the status change.
11010
11011 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11012
11013         * message.el:
11014         * gnus-start.el:
11015         * gnus-registry.el: Remove VMS support.
11016
11017 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11020         macro.
11021         (rfc2104-hash): Use it.
11022
11023 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11026         (gnus-summary-sort-by-most-recent-date): New commands.
11027         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11028         and menu entries.
11029
11030 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11033         don't redisplay article for raw contents; remove plural articles stuff.
11034
11035         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11036         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11037         on gnus-summary-save-article; display results properly.
11038
11039 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * lpath.el: No need to fbind ns-focus-frame.
11042
11043 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11046
11047 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-art.el (gnus-summary-save-in-pipe):
11050         Consider gnus-save-all-headers.
11051
11052 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11053
11054         * gnus-util.el (ns-focus-frame): Remove declaration.
11055         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11056         like x.
11057
11058 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11059
11060         * rfc2104.el (rfc2104-zero): Delete defconst.
11061         (rfc2104-hex-alist): Likewise.
11062         (rfc2104-hex-to-int): Delete func.
11063         (rfc2104-hexstring-to-bitstring): Likewise.
11064         (rfc2104-nybbles): New defconst.
11065         (rfc2104-hash): Rewrite for speed.
11066
11067 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * tls.el (open-tls-stream): Make it work with the 2nd argument
11070         BUFFER that is a string but does not exist as a buffer object, as
11071         mentioned in the doc-string.
11072
11073 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11076         SXEmacs.
11077
11078 2008-07-16  Glenn Morris  <rgm@gnu.org>
11079
11080         * gnus-util.el (ns-focus-frame): Declare for compiler.
11081
11082 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11085         set as a group parameter.
11086         (gnus-summary-save-in-pipe): Work when it is called independently.
11087         (gnus-summary-pipe-to-muttprint): Don't modify
11088         gnus-summary-pipe-output-default-command.
11089
11090 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11091
11092         * message.el (message-send-mail-with-sendmail):
11093         Display the error message.
11094
11095 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-default-article-saver):
11098         Add gnus-summary-save-in-pipe to choices.
11099         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11100         gnus-summary-pipe-output-default-command as the default command.
11101         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11102         instead of gnus-last-shell-command.
11103
11104         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11105         New user option.
11106         (gnus-summary-muttprint-program): Mention the value will be changed.
11107         (gnus-summary-save-article): Force showing of all headers.
11108         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11109
11110 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11111
11112         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11113
11114 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11115
11116         * nnimap.el (nnimap-id):
11117         * sieve-manage.el (sieve-manage-open): Doc fixes.
11118
11119 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11120
11121         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11122         if available.
11123
11124 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11125
11126         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11127
11128         * nnkiboze.el (nnkiboze-generate-group):
11129         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11130
11131         * nnmairix.el: Require CL.
11132
11133 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * dgnushack.el: Autoload get-display-table and put-display-table for
11136         XEmacs 21.5.
11137
11138         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11139         21.4 and SXEmacs.
11140
11141 2008-06-15  David Engster  <dengste@eml.cc>
11142
11143         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11144
11145 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11146
11147         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11148         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11149         runtime choice under XEmacs.
11150
11151         * gnus-sum.el (gnus-summary-set-display-table):
11152         Use `gnus-put-display-table', `gnus-get-display-table',
11153         `gnus-set-display-table' for the display table, instead of `aset'.
11154
11155         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11156         Use `gnus-put-display-table', `gnus-get-display-table',
11157         `gnus-set-display-table' for the display table.
11158
11159 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * nnmairix.el: Add autoloads.
11162
11163 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * nnmairix.el (nnmairix-delete-recreate-group)
11166         (nnmairix-update-and-clear-marks): Fix error messages.
11167
11168 2008-06-14  David Engster  <dengste@eml.cc>
11169
11170         * nnmairix.el: Upgrade to version 0.6.
11171         (nnmairix-group-toggle-propmarks-this-group)
11172         (nnmairix-group-toggle-readmarks-this-group)
11173         (nnmairix-group-delete-recreate-this-group)
11174         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11175         (nnmairix-remove-tick-mark-original-article): New commands.
11176         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11177         (nnmairix-propagate-marks-to-nnmairix-groups)
11178         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11179         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11180         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11181         functions needed for marks propagation and manipulation of read marks.
11182         (nnmairix-update-groups): New function.
11183         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11184         (nnmairix-determine-original-group-from-registry)
11185         (nnmairix-determine-original-group-from-path)
11186         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11187         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11188         New helper functions.
11189         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11190         keystrokes for new commands.
11191         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11192         (nnmairix-request-group): Check allow-fast group parameter.
11193         (nnmairix-request-create-group): Set allow-fast group parameter if
11194         nnmairix-allowfast-default is set.
11195         (nnmairix-close-group): Propagate marks upon closing if needed.
11196         (nnmairix-group-toggle-threads-this-group): Use new.
11197         nnmairix-group-toggle-parameter helper function.
11198         (nnmairix-search): Better check for empty search result.
11199         (nnmairix-goto-original-article): Use new helper functions for
11200         determining original article.
11201         (nnmairix-show-original-article): Make sure message-id is in brackets.
11202         (nnmairix-call-mairix-binary): Change variable name.
11203         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11204         helper function.
11205         (nnmairix-widget-toggle-activate): Fix doc string.
11206
11207 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * nnir.el: Require edmacro when compiling with XEmacs.
11210         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11211         available in Emacs 21.
11212
11213 2008-06-11  Glenn Morris  <rgm@gnu.org>
11214
11215         * gnus-util.el (x-focus-frame):
11216         * gnus.el (image-size):
11217         * mm-decode.el (image-size): Declare.
11218
11219         * gnus-picon.el (declare-function): Add compat definition.
11220         (image-size): Declare.
11221
11222         * gnus-group.el (tool-bar-map):
11223         * gnus-sum.el (tool-bar-map): Define for compiler.
11224
11225         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11226
11227         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11228
11229         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11230         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11231         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11232         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11233         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11234         * sieve-manage.el, spam-report.el, spam.el:
11235         Remove unnecessary eval-and-compile of autoloads.
11236
11237 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11238
11239         * auth-source.el: Precise Tramp doc.
11240
11241 2008-06-07  Glenn Morris  <rgm@gnu.org>
11242
11243         * nnmairix.el: Remove unnecessary eval-when-compile.
11244
11245 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * lpath.el: Fbind propertize for XEmacs 21.4.
11248
11249 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * nnir.el: Move here from ../contrib.
11252
11253 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11254
11255         * gnus-util.el (gnus-read-shell-command): New function.
11256         * mm-decode.el (mm-pipe-part):
11257         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11258
11259 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11262
11263 2008-06-03  Glenn Morris  <rgm@gnu.org>
11264
11265         * pop3.el (nnheader-accept-process-output): Autoload it.
11266
11267 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11270         are not 2-digit hexadecimal characters that follow `%'s.
11271
11272 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-bogus-recipient-p): Fix type in doc string.
11275         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11276         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11277         Improve custom options.
11278         (message-bogus-recipient-p): Adjust accordingly.
11279
11280 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11281
11282         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11283         long-form month and day names.
11284
11285 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * dgnushack.el: Autoload debug, eudc-expand-inline and
11288         pgg-snarf-keys-region for XEmacs.
11289
11290         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11291
11292         * nnmairix.el: Require edmacro when compiling with XEmacs.
11293
11294 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11297         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11298
11299 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11300
11301         * auth-source.el: Add more docs.
11302
11303         * netrc.el (netrc-machine): Always match if the port is not given.
11304
11305 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11308         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11309         retrieval faster in some cases, but might make CPU usage larger.
11310         If this has any bad side effects, we might revert this change.
11311
11312         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11313         seems to make mail retrieval much, much faster.
11314         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11315         unconditionally.
11316
11317         * gnus-draft.el (gnus-group-send-queue):
11318         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11319
11320 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11323
11324         * message.el (message-bogus-address-regexp): Fix and improve custom
11325         type.
11326         (message-setup-hook): Add message-check-recipients as custom option.
11327
11328 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * message.el (message-cite-function): Remove bogus autoload which crept
11331         in during merge from v5-10.
11332
11333 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11334
11335         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11336
11337         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11338
11339         * auth-source.el: Preliminary Tramp docs.
11340         (auth-sources): Change the default auth-sources to use
11341         EPA .gpg files.
11342
11343 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * nntp.el: Autoload `auth-source-user-or-password'.
11346         (nntp-send-authinfo): Use it.
11347
11348         * nnimap.el: Autoload `auth-source-user-or-password'.
11349         (nnimap-open-connection): Use it.
11350
11351         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11352         for the gnus-message function.
11353         (auth-source-user-or-password): Use it.
11354
11355 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11356
11357         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11358         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11359         (rfc2104-hash): Use it.
11360
11361 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11362
11363         * gnus-art.el (gnus-article-toggle-truncate-lines):
11364         Don't use `iff' in docstring.
11365
11366 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11367
11368         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11369
11370         * gnus-util.el (gnus-extract-address-component-name)
11371         (gnus-extract-address-component-email): Convenience functions around
11372         `gnus-extract-address-components'.
11373
11374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11375         Use `gnus-extract-address-component-email' to fix bug of comparing full
11376         sender name to `user-mail-address'.
11377
11378 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11379
11380         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11381         catch/throw to optimize.
11382         (gnus-registry-find-keywords): Just use member to find a keyword.
11383
11384 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11385
11386         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11387         is current before calling gnus-server-prepare.
11388         (gnus-server-setup-buffer, gnus-server-update-server)
11389         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11390
11391 2008-05-04  Juri Linkov  <juri@jurta.org>
11392
11393         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11394         (mailcap-file-default-commands): Use mailcap-replace-in-string
11395         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11396         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11397
11398 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11399
11400         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11401
11402 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11403
11404         * gnus.el: Bump version to 0.11.
11405
11406 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11407
11408         * gnus.el: No Gnus v0.10 is released.
11409
11410 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11411
11412         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11413         hooks.
11414         (gnus-update-read-articles): Speed up non-marks-using users.
11415         (gnus-use-marks): Define gnus-use-marks.
11416         (gnus-propagate-marks): Rename variable to something more sensible.
11417
11418 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11419
11420         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11421         (gmm-image-load-path-for-library): Fix typos in docstrings.
11422         (gmm-message): Reflow docstring.
11423
11424 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11425
11426         * mail-source.el (mail-source-set-1, mail-source-bind):
11427         Move auth-source code out of the macro to clean it up and fix bugs.
11428
11429 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11430
11431         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11432         by sender if it's equal to user-mail-address, it's likely to be
11433         useless.
11434
11435         * mail-source.el (mail-source-bind): Don't use user or password if they
11436         are not bound.  Unintern them if they are nil.  Don't use server unless
11437         it's bound, and default it to empty string otherwise.
11438
11439 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * mail-source.el: Load auth-source.el.
11442         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11443         get user name or password, if auth-sources is set up.
11444
11445         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11446         strategy of splitting with parent.
11447         (gnus-registry-split-fancy-with-parent)
11448         (gnus-registry-post-process-groups): Use it and fix prior
11449         bug (returning a list as the split result).
11450
11451         * auth-source.el (auth-sources): Remove server parameter.
11452         (auth-source-pick, auth-source-user-or-password)
11453         (auth-source-user-or-password-imap)
11454         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11455         (auth-source-user-or-password-sftp)
11456         (auth-source-user-or-password-smtp): Remove server parameter.
11457
11458 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11459
11460         * smime.el (smime-sign-region, smime-encrypt-region)
11461         (smime-decrypt-region):
11462         Remove redundant calls to `generate-new-buffer-name'.
11463
11464 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11465
11466         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11467         Don't use QP for message/rfc822.
11468         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11469
11470 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11471
11472         * sieve-manage.el (sieve-string-bytes): Remove.
11473         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11474         correct byte-length only if the process's coding-system is the same as
11475         the one used internally by Emacs to represent strings.
11476
11477 2008-04-22  Juri Linkov  <juri@jurta.org>
11478
11479         * mailcap.el (mailcap-file-default-commands): New function.
11480
11481 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * message.el (message-signature-separator, message-cite-function):
11484         Change custom version.
11485
11486 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11487
11488         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11489         commands.
11490         (tls-checktrust): Ditto.
11491
11492 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * mm-decode.el (mm-display-external): Make temp file read-only.
11495
11496 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11499         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11500         `C-c C-f d'.
11501
11502 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11503
11504         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11505
11506 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * gnus.el: Bump version to 0.9.
11509
11510 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus.el: No Gnus v0.8 is released.
11513
11514 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11515
11516         * mail-source.el (mail-source-value):
11517         Prefer fboundp to functionp so it works with macros as well.
11518
11519 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11520
11521         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11522         Fix last change in case the element is not even a symbol.
11523
11524 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11525
11526         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11527         Prefer fboundp to functionp so it works with macros as well.
11528
11529 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11530
11531         * auth-source.el: Add docs.
11532         (auth-sources): Modify format to support server.
11533         (auth-source-pick, auth-source-user-or-password)
11534         (auth-source-user-or-password-imap)
11535         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11536         (auth-source-user-or-password-sftp)
11537         (auth-source-user-or-password-smtp): Add server parameter.
11538
11539 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * gnus-registry.el: Initialize the registry when gnus-registry-install
11542         is t.
11543
11544 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * compface.el (uncompface): Make buffer unibyte.
11547
11548 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11549
11550         * mail-source.el (mail-source-value):
11551         Prefer fboundp to functionp so it works with macros as well.
11552
11553 2008-04-05  Glenn Morris  <rgm@gnu.org>
11554
11555         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11556
11557 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11558
11559         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11560         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11561
11562         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11563         multibyteness after rather than before erasing it.
11564
11565         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11566         mm-with-multibyte.
11567         (gnus-request-article-this-buffer): Make sure the proper decoding is
11568         used if gnus-original-article-buffer happens to be unibyte.
11569
11570         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11571         default-enable-multibyte-characters.
11572
11573         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11574         default-enable-multibyte-characters.
11575
11576         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11577
11578         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11579
11580 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11581
11582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11583         Fix last change in case the element is not even a symbol.
11584
11585 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11586
11587         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11588         (imap-message-copyuid-1): Use it.
11589         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11590         J. Williams in
11591         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11592
11593         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11594         imap-enable-exchange-bug-workaround.
11595         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11596
11597 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11598
11599         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11600         a 100 byte status-checks into a 2-3MB transfer for each group.
11601         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11602         to enable bug workaround or not.
11603         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11604
11605 2008-03-31  Glenn Morris  <rgm@gnu.org>
11606
11607         * message.el (mml2015-use): Declare for compiler.
11608         (message-info): Require mml2015 when appropriate.
11609
11610 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11613         whitespace.
11614
11615 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11616
11617         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11618         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11619         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11620         (nntp-service-to-port): New function.
11621         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11622         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11623         (nntp-open-netcat-stream): New function.
11624         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11625
11626 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11627
11628         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11629
11630 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11631
11632         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11633
11634 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11635
11636         * dns.el (dns-write): Use set-buffer-multibyte.
11637
11638 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11639
11640         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11641
11642 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * message.el (message-signature-separator): Change default.
11645         Improve custom type.
11646         (message-cite-function): Change default to
11647         message-cite-original-without-signature.
11648
11649         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11650         toggle.
11651
11652         * message.el (message-check-news-body-syntax): Fix signature check.
11653         (message-setup-1): Mark buffer as unmodified _after_ running
11654         message-setup-hook and handling message-alternative-emails.
11655         (message-shorten-references): Be more strict when building list of
11656         valid references to comply with GNKSA.
11657
11658         * gnus-group.el (gnus-read-ephemeral-bug-group)
11659         (gnus-read-ephemeral-debian-bug-group)
11660         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11661
11662         * message.el (message-info): Don't use booleanp which isn't supported
11663         in Emacs 21 and XEmacs.
11664
11665 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11668         gnus-group-gmane-group-download-format.
11669         (gnus-group-read-ephemeral-gmane-group): Rename from
11670         gnus-group-read-ephemeral-gmane-group.
11671         (gnus-read-ephemeral-gmane-group-url): Rename from
11672         gnus-group-read-ephemeral-gmane-group-url.
11673         (gnus-bug-group-download-format-alist): New variable.
11674         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11675         (gnus-read-ephemeral-emacs-bug-group): New commands.
11676
11677 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11680         (gnus-visible-headers): Improve custom type.
11681
11682 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * mml.el (mml-menu): Add workarounds for XEmacs.
11685
11686         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11687         X-Boundary header.
11688
11689         * message.el (message-simplify-recipients): Fix previous commit.
11690
11691 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11692
11693         * mm-util.el (mm-set-buffer-multibyte): New function.
11694         * mm-decode.el (mm-copy-to-buffer): Use it.
11695
11696         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11697         Prefer fboundp to functionp so it works with macros as well.
11698
11699 2008-03-19  Glenn Morris  <rgm@gnu.org>
11700
11701         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11702         Accidentally removed in the sync process with Emacs.
11703
11704 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-alter-recipients-discard-bogus-full-name):
11707         New function.
11708         (message-alter-recipients-function): New variable.
11709         (message-get-reply-headers): Use it.
11710         (message-replace-header): New helper function.
11711         (message-recipients-without-full-name): New variable.
11712         (message-simplify-recipients): New command.
11713
11714         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11715
11716         * message.el (message-info): Handle EasyPG manual.
11717
11718         * mml.el (mml-menu): Add entry for EasyPG.
11719
11720 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11721
11722         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11723         parameter.
11724
11725         * message.el (message-disassociate-draft): Specify drafts group name
11726         fully.
11727
11728 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11731         Eliminate unnecessary duplicates from the match list.
11732
11733 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11736
11737         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11738
11739         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11740         args of `how-many' of which the XEmacs version doesn't take; declare
11741         Info-index-next as function.
11742
11743 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * gnus-score.el (gnus-score-headers): Fix handling of
11746         gnus-inhibit-slow-scoring.
11747
11748         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11749         string.
11750         (gnus-button-url-regexp): Improve handling of parenthesis.
11751         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11752         (gnus-button-handle-info-keystrokes): Handle index entries.
11753
11754 2008-03-15  Glenn Morris  <rgm@gnu.org>
11755
11756         * parse-time.el (parse-time-string): Simplify.
11757
11758 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11761         Incoming* files.
11762
11763 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11764
11765         * auth-source.el (auth-sources): Rename from auth-source-choices.
11766         (auth-source-pick): Use it.
11767
11768 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11769
11770         * binhex.el (binhex-decode-region-internal):
11771         * uudecode.el (uudecode-decode-region-internal):
11772         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11773         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11774         setting default-enable-multibyte-characters.
11775
11776 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11777
11778         * auth-source.el (auth-source-protocols)
11779         (auth-source-protocols-customize, auth-source-choices): Add and
11780         modified variable customizations and defaults.
11781         (auth-source-pick, auth-source-user-or-password)
11782         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11783         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11784         (auth-source-user-or-password-sftp)
11785         (auth-source-user-or-password-smtp): Use new variables and provide an
11786         interface to netrc.el.
11787
11788 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11791         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11792         Make sure the nntp port to specify is a string.
11793
11794 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11795
11796         * nntp.el: Use with-current-buffer.
11797         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11798         dubious mm-with-unibyte-current-buffer.
11799         (nntp-with-open-group-function): New function extracted from
11800         nntp-with-open-group macro.
11801         (nntp-with-open-group): Use the function, so it's easier to debug.
11802         Add indentation and debugging info.
11803         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11804         Recommend the use of the netcat alternatives.
11805
11806         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11807         Avoid mm-string-as-multibyte as well.
11808
11809         * nnweb.el (nnweb-insert-html):
11810         Remove use of nnheader-string-as-multibyte.
11811
11812         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11813         (nnheader-string-as-multibyte): Remove.
11814
11815         * mm-view.el: Use inhibit-read-only.
11816         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11817         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11818         or unibyte-string.
11819
11820         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11821         (mm-uu-yenc-extract): Use with-current-buffer.
11822
11823         * gnus-soup.el (gnus-soup-send-packet): Don't use
11824         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11825
11826         * nnmh.el: Use with-current-buffer.
11827         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11828         mm-string-as-multibyte on the output of mm-encode-coding-string.
11829
11830         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11831         (nnimap-request-move-article): Use with-current-buffer.
11832
11833         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11834         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11835         conversion uses string-make-unibyte rather than string-as-unibyte.
11836
11837         * gnus-msg.el: Use with-current-buffer.
11838
11839         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11840
11841 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11842
11843         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11844         string for caching if it is 'PIN.
11845
11846 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * lpath.el: Consider the case without Emacs/W3.
11849
11850 2008-03-08  Glenn Morris  <rgm@gnu.org>
11851
11852         * time-date.el (date-to-time, time-subtract, time-add)
11853         (safe-date-to-time): Doc fixes.
11854
11855 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * mail-source.el (mail-source-delete-old-incoming-confirm):
11858         Change default to nil.
11859         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11860
11861 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * lpath.el: Rearrange.
11864
11865         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11866         (gnus-article-goto-prev-page): Work for articles having ^L's.
11867
11868         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11869
11870         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11871
11872 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11873
11874         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11875         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11876         (gnus-bookmark-jump): Adjust some variable names.
11877
11878 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11879
11880         * auth-source.el: New package.
11881         (auth-source-choices): Add customization entry point variable.
11882
11883         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11884         bug.
11885
11886 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11887
11888         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11889         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11890         (gnus-registry-install-shortcuts): Rename from
11891         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11892         the `gnus-registry-mark-map' keymap dynamically from
11893         `gnus-registry-marks'.  The generated functions update the summary line
11894         when a registry mark is added or deleted, and will call
11895         `gnus-registry-install-p' (see the comments in the code).
11896         (gnus-registry-user-format-function-M): Use concat intelligently.
11897
11898         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11899         the registry mark functions.
11900
11901 2008-03-05  Glenn Morris  <rgm@gnu.org>
11902
11903         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11904         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11905         gnus-art.
11906         (top-level): No need to load own source when compiling.
11907
11908 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11911         Suggested by <chris.anderton@zetnet.co.uk>.
11912
11913 2008-03-04  Glenn Morris  <rgm@gnu.org>
11914
11915         * gnus-sum.el (top-level): No need to require gnus when compiling,
11916         since unconditionally required near start of file.
11917         (gnus-summary-display-while-building): Move definition before use.
11918
11919 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11920
11921         * gnus-registry.el (gnus-registry-user-format-function-M):
11922         Add formatting function.
11923
11924 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11925
11926         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11927         with plists.
11928         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11929         Use new format.
11930
11931 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11934         `where-is-internal' that returns a range of key sequences.
11935
11936 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11937
11938         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11939
11940         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11941         (gnus-summary-jump-to-group): Consider windows on other displayed
11942         frames as well.  Similar changes might be needed elsewhere, but that's
11943         the one I've bumped into during my use.
11944
11945         * nndoc.el (nndoc-oe-dbx-type-p):
11946         * gnus-msg.el (gnus-debug):
11947         * gnus-group.el (gnus-update-group-mark-positions):
11948         Use mm-string-to-multibyte.
11949
11950 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11953         doesn't handle NotDashEscaped.
11954
11955         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11956         (mml-dnd-attach-options): Fix typo in custom choice.
11957
11958         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11959         Change nndoc-article-type to mbox.
11960         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11961
11962         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11963         to nil, instead of html2text.
11964
11965         * imap.el (imap-debug): Add `imap-ping-server'.
11966
11967         * gnus-bookmark.el: Add FIXMEs.
11968
11969         * message.el (message-form-letter-separator)
11970         (message-send-form-letter-delay): New variables.
11971         (message-send-form-letter): Use them.  New command to send form
11972         letters.  Requested by Uwe Siart.
11973         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11974
11975 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * Update copyright years.
11978
11979 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         Sync from EMACS_22_BASE.
11982
11983         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11984
11985 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11986
11987         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11988         empty author.
11989
11990 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11991
11992         * gnus-registry.el (gnus-registry-marks): Add variable for
11993         customization of marks and their appearance.
11994         (gnus-registry-read-mark): Use it.
11995         (gnus-registry-do-marks): Add utility function to loop through
11996         `gnus-registry-marks'.
11997         (gnus-registry-install-shortcuts-and-menus): Add function to install
11998         shortcuts and menus.
11999         (gnus-registry-initialize): Use it.
12000         (gnus-registry-default-mark): Clarify documentation.
12001
12002 2008-02-29  Glenn Morris  <rgm@gnu.org>
12003
12004         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12005         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12006         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12007         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12008         Change defcustom :version from 23.0 to 23.1.
12009
12010 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12011
12012         * gnus-registry.el (gnus-registry-follow-group-p)
12013         (gnus-registry-post-process-groups): Add functions to aid registry
12014         splitting and improve logging.  Clarify behavior in function
12015         documentation.
12016         (gnus-registry-split-fancy-with-parent): Use them.
12017
12018 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12019
12020         * gnus-art.el: Use with-current-buffer.
12021
12022 2008-02-27  David Engster  <dengste@eml.cc>
12023
12024         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12025         Express real group name in the response.
12026
12027 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12030         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12031         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12032         autoload gnus-registry-fetch-group when compiling.
12033         (nnmairix-request-group-with-article-number-correction):
12034         Remove unreferenced argument passed to nnmairix-call-backend.
12035
12036 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12039         (mm-uu-extract): Improve face for low color ttys.
12040         Reported by Sascha Wilde.
12041
12042 2008-02-27  Glenn Morris  <rgm@gnu.org>
12043
12044         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12045         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12046         variables to defconsts.  Convert comments to doc-strings.
12047         (nnmairix-last-server, nnmairix-current-server): Convert from free
12048         variables to defvars.  Convert comments to doc-strings.
12049         (gnus-registry-fetch-group): Autoload.
12050         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12051         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12052         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12053         caddr.
12054         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12055         nnmairix-request-group-with-article-number-correction call.
12056         (nnmairix-fast, nnmairix-group): New, less general names, for free
12057         variables passed from nnmairix-request-group to
12058         nnmairix-request-group-with-article-number-correction.  Declare.
12059         (nnmairix-request-group-with-article-number-correction):
12060         Use nnmairix-fast, nnmairix-group rather than fast, group.
12061
12062 2008-02-26  David Engster  <dengste@eml.cc>
12063
12064         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12065         version 0.5.
12066
12067 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12068
12069         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12070         instead of making an extra function call.  Don't add the current group
12071         to articles only when they have the group.  Use
12072         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12073         Reported by David <de_bb@arcor.de>.
12074
12075 2008-02-24  Miles Bader  <miles@gnu.org>
12076
12077         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12078         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12079         (mm-find-mime-charset-region):
12080         * mm-bodies.el (mm-encode-body):
12081         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12082
12083 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12086         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12087
12088 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * mail-source.el (mail-source-delete-incoming): Change default.
12091         Supplement doc string.
12092
12093         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12094
12095 2008-02-14  Glenn Morris  <rgm@gnu.org>
12096
12097         * time-date.el (format-seconds): New function.
12098
12099 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * nnmail.el (nnmail-message-id-cache-file): Derive from
12102         `gnus-home-directory'.
12103
12104 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12107         Document negative prefix.
12108
12109         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12110
12111 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * message.el (message-unsent-separator): Add the Exim bounce
12114         separator.
12115
12116 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12117
12118         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12119         list.
12120         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12121         recipient/signer list.
12122
12123 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * Makefile.in (datarootdir): Define.
12126         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12127         name that might contain whitespace.
12128
12129 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12132         fbound (Emacs 23 unicode), signal an error.
12133
12134 2008-02-08  Glenn Morris  <rgm@gnu.org>
12135
12136         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12137
12138 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12139
12140         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12141         ports to the calls to `netrc-machine-user-or-password' in addition to
12142         "imap" and "imaps".
12143
12144 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12145
12146         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12147
12148         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12149
12150 2008-02-01  Kenichi Handa  <handa@m17n.org>
12151
12152         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12153         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12154         (rfc2104-hash): Convert the result of concat to unibyte string.
12155
12156 2008-02-01  Dave Love  <fx@gnu.org>
12157
12158         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12159         coding-system-for-read.
12160         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12161
12162 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12165         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12166         <hanche@math.ntnu.no>.
12167
12168 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12171
12172         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12173
12174 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12175
12176         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12177         * message.el (message-beginning-of-line): Use featurep instead of bound
12178         tests in order to resolve conditionals at compile time.
12179
12180 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12181
12182         * mail-source.el (mail-sources): Add `group' choice.
12183
12184         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12185         parameter `in-group' to control into which group the articles go.
12186         Add treatment of `group' mail-source.
12187
12188 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12191
12192         * mm-decode.el (mm-dissect-buffer): Decode description.
12193
12194         * mml.el (mml-to-mime): Encode message header first.
12195
12196 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12199         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12200
12201         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12202         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12203
12204 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12205
12206         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12207
12208 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12211         prefix keys.
12212         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12213         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12214         gnus-xmas.el.
12215
12216         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12217         (gnus-xmas-article-describe-bindings): New function.
12218         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12219         gnus-xmas-article-describe-bindings.
12220
12221         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12222
12223 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12224
12225         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12226         Add new variables for article mark management.
12227         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12228         list of extra data entries which, when present, will indicate that the
12229         article ID should not be trimmed from the registry.
12230         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12231         functions.
12232         (gnus-registry-read-mark): New function to read a mark name from the
12233         user.
12234         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12235         (gnus-registry-set-article-mark-internal): New functions to add and
12236         remove marks.
12237         (gnus-registry-get-article-marks): New function to show the marks for
12238         an article, or retrieve them for further use.
12239
12240 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12243         keys when no argument is given.
12244
12245 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12246
12247         * imap.el (imap-ping-server): New variable.
12248         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12249         (imap-ping-server): Minor doc string fixes.
12250
12251 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12252
12253         * imap.el (imap-ping-server): New function.
12254         (imap-opened): Call imap-ping-server.
12255
12256 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * gnus-sum.el (gnus-article-sort-by-random)
12259         (gnus-thread-sort-by-random): Fix doc strings.
12260         Reported by jidanni@jidanni.org.
12261
12262 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (gnus-article-describe-bindings): New function.
12265         (gnus-article-read-summary-keys): Use it.
12266         (gnus-article-mode-map): Bind `C-h b' to it.
12267
12268 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12271         XEmacs.
12272         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12273         Protect against non-character events.
12274
12275         * lpath.el: Fbind map-keymap for Emacs 21.
12276
12277 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12280         New command.
12281         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12282         instead of END.  Change name of the temp file.
12283         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12284         customizable.
12285
12286 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12289         bind `S W' to gnus-article-wide-reply-with-original; set default
12290         binding to gnus-article-read-summary-send-keys.
12291         (gnus-article-read-summary-keys): Fix the order of keys; display
12292         continuation keys correctly in the echo area; describe bindings
12293         correctly when keys end with `C-h'.
12294         (gnus-article-read-summary-send-keys): New function.
12295         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12296         Work for gnus-article-read-summary-send-keys; display continuation keys
12297         correctly in the echo area.
12298         (gnus-article-reply-with-original): Ignore prefix argument.
12299         (gnus-article-wide-reply-with-original): New function.
12300
12301         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12302         Emacs 21.
12303
12304 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12307         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12308
12309 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12312         (gnus-group-read-ephemeral-gmane-group): New command.
12313
12314 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12315
12316         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12317
12318 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * message.el (message-send-mail-function): Increase custom version.
12321
12322         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12323         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12324
12325 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12326
12327         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12328         for the cases where imap-authenticate is called with a nil buffer
12329         parameter.
12330
12331 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12334         html parts correctly; support forwarded messages.
12335         (gnus-article-browse-html-article): Remove work buffers.
12336
12337         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12338         compiling.
12339         (netrc-bound-and-true-p): New macro.
12340         (netrc-parse): Use it instead of bound-and-true-p that is not available
12341         in XEmacs 21.4.
12342
12343 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * gnus-registry.el (gnus-registry-mark-article)
12346         (gnus-registry-article-marks): Add functionality to mark articles
12347         through the Gnus registry.
12348
12349         * encrypt.el: Clarify documentation for the new pgg method.
12350         (encrypt-file-alist): Add PGG option.
12351         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12352         functionality.  Abstract password key and messaging to external
12353         functions.
12354         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12355         (encrypt-message-method-and-cipher): Add new convenience external
12356         functions.
12357         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12358         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12359
12360         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12361         (netrc-parse): Use encrypt-file-alist to determine if
12362         encrypt-find-model or encrypt-insert-file-contents should be used.
12363
12364         * encrypt.el: Clarify documentation.  Load password-cache or
12365         password, whichever one is found first, instead of autoloading.
12366
12367 2007-12-19  Glenn Morris  <rgm@gnu.org>
12368
12369         * mml.el (message-options-set, message-narrow-to-head)
12370         (message-in-body-p, message-mail-p, message-encode-message-body):
12371         Autoload.
12372         (message-remove-header, message-narrow-to-headers-or-head)
12373         (message-subscribed-p, message-make-mail-followup-to)
12374         (message-position-on-field, message-news-p)
12375         (message-options-set-recipient, message-generate-headers)
12376         (message-sort-headers): Declare as functions.
12377
12378 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12381         convention in doc string.
12382
12383 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12386         title to html parts.
12387         (gnus-article-browse-html-article): Pass message header to it.
12388
12389         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12390
12391 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12392
12393         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12394         or password compatible with XEmacs.
12395
12396 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12399         format document.
12400         (gnus-mime-delete-part): Don't write description line if empty.
12401         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12402
12403 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12404
12405         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12406         (gnus-summary-mark-read-and-unread-as-read)
12407         (gnus-summary-mark-current-read-and-unread-as-read)
12408         (gnus-summary-mark-unread-as-ticked): Doc fix.
12409         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12410
12411 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12414         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12415
12416 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12419         yes-or-no-p.
12420
12421 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * mm-decode.el (mm-add-meta-html-tag): New function.
12424         (mm-save-part-to-file, mm-pipe-part): Use it.
12425
12426         * gnus-art.el (gnus-article-browse-delete-temp-files):
12427         Use gnus-y-or-n-p instead of y-or-n-p.
12428         (gnus-article-browse-html-parts): Work with message/external-body; use
12429         mm-add-meta-html-tag.
12430
12431 2007-12-11  Glenn Morris  <rgm@gnu.org>
12432
12433         * gnus-cache.el: Require gnus-sum not just when compiling.
12434
12435         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12436
12437         * gnus-int.el (gnus-server-opened, gnus-status-message):
12438         Move definitions before use.
12439
12440         * mm-decode.el: Require gnus-util.
12441         (mm-remove-part): Only call delete-annotation on XEmacs.
12442
12443         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12444
12445         * nnmail.el: Require gnus-int.
12446
12447         * spam.el: Move `require's before `eval-when-compile's.
12448
12449         * gnus-ems.el (gnus-alive-p):
12450         * gnus-fun.el (message-goto-eoh):
12451         * gnus-util.el (gnus-group-name-decode):
12452         * mail-source.el (gnus-compress-sequence):
12453         * message.el (Info-goto-node, format-spec):
12454         * mm-bodies.el (message-options-get):
12455         * mm-decode.el (mm-view-pkcs7):
12456         * mm-util.el (gmm-write-region):
12457         * mml-smime.el (mml-compute-boundary)
12458         (gnus-completing-read-with-default):
12459         * mml.el (widget-button-press, gnus-make-hashtable):
12460         * mml1991.el (mm-decode-content-transfer-encoding)
12461         (mm-encode-content-transfer-encoding)
12462         (message-options-get, message-options-set):
12463         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12464         * nnfolder.el (gnus-request-group):
12465         * nnheader.el (ietf-drums-unfold-fws):
12466         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12467         * smime.el (gnus-run-mode-hooks):
12468         * spam-stat.el (gnus-message): Autoload.
12469
12470         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12471         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12472         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12473         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12474         Add declare-function compatibility definition.
12475
12476         * gnus-cache.el (nnvirtual-find-group-art):
12477         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12478         (gnus-add-image, gnus-add-wash-type):
12479         * gnus-group.el (nnkiboze-score-file):
12480         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12481         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12482         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12483         (message-tokenize-header, gnus-get-buffer-create)
12484         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12485         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12486         * gnus.el (gnus-group-decoded-name):
12487         * mail-source.el (imap-capability):
12488         * mm-bodies.el (message-options-set):
12489         * mm-decode.el (gnus-configure-windows):
12490         * mm-extern.el (message-goto-body):
12491         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12492         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12493         (epg-sub-key-validity, message-options-set):
12494         * mml.el (widget-event-point, gnus-configure-windows):
12495         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12496         * mml2015.el (epg-check-configuration, epg-configuration)
12497         (message-options-set):
12498         * nndb.el (nndb-request-article):
12499         * nnfolder.el (gnus-request-create-group):
12500         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12501         * nnmaildir.el (gnus-group-mark-article-read):
12502         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12503         * rfc1843.el (message-fetch-field):
12504         * spam.el (gnus-extract-address-components):
12505         Declare as functions.
12506
12507 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12510
12511         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12512
12513         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12514         bind show-trailing-whitespace for XEmacs.
12515
12516 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12519         new no-op macro for backward compatibility.
12520
12521         * imap.el (imap-string-to-integer): New function.
12522
12523 2007-12-09  Glenn Morris  <rgm@gnu.org>
12524
12525         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12526
12527         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12528         * message.el, mm-view.el, sieve-manage.el, smime.el:
12529         Add declare-function compatibility definition.
12530
12531         * gnus-art.el (w3-region, w3m-region, Info-menu):
12532         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12533         * gnus-sum.el (gnus-get-predicate):
12534         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12535         * message.el (mail-abbrev-in-expansion-header-p):
12536         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12537         (w3m-detect-meta-charset, w3m-region):
12538         * sieve-manage.el (password-read, password-cache-add)
12539         (password-cache-remove):
12540         * smime.el (password-read-and-add): Declare as functions.
12541
12542 2007-12-08  David Kastrup  <dak@gnu.org>
12543
12544         * gnus-sum.el (gnus-summary-simplify-subject-query):
12545         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12546         `message'.
12547
12548 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12551         it to bind idna-program, installation-directory, defined-colors, and
12552         face-attribute for XEmacs of the version that compiles defcustom forms.
12553
12554 2007-12-07  Glenn Morris  <rgm@gnu.org>
12555
12556         * gnus-art.el (article-make-date-line): Revert previous change.
12557
12558 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12561
12562 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12563
12564         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12565         Call gnus-add-to-range ranges only once with a prepared article-list.
12566
12567 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12568
12569         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12570         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12571         group names with backslashes.
12572         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12573
12574 2007-12-06  Deepak Goel  <deego3@gmail.com>
12575
12576         * gnus-art.el (article-make-date-line):
12577         * gnus-start.el (gnus-load):
12578         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12579
12580 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (gnus-use-idna):
12583         * gnus-start.el (gnus-site-init-file):
12584         * message.el (message-use-idna):
12585         * mm-uu.el (mm-uu-hide-markers):
12586         * smiley.el (smiley-style): Revert changes that suppress warnings.
12587
12588 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12591         specify charset to html source.
12592         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12593
12594 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12597         idna-program in order to suppress byte compile warning issued by XEmacs
12598         that came to byte compile the default value section of defcustom forms
12599         recently.
12600
12601         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12602         value of installation-directory.
12603
12604         * message.el (message-use-idna): Don't directly refer to the value of
12605         idna-program.
12606
12607         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12608
12609         * smiley.el (smiley-style): Don't directly call face-attribute.
12610
12611 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12612
12613         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12614
12615         * gnus-dired.el: Reduce Gnus dependencies.
12616         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12617         Don't require.  Use autoloads instead.
12618         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12619         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12620         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12621         (gnus-dired-mode): Adjust doc string.
12622         (gnus-dired-mail-mode): New variable.
12623         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12624         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12625         (gnus-dired-mail-buffers): New function.  Return mail or message
12626         composition buffers.
12627         (gnus-dired-attach): Use it.
12628         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12629         NO-DECODE.
12630         (gnus-dired-print): Use `gnus-print-buffer' depending on
12631         `gnus-dired-mail-mode'.
12632
12633 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * rfc2047.el (rfc2047-encoded-word-regexp)
12636         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12637         explaining what regexp patterns are for.
12638
12639 2007-12-04  Glenn Morris  <rgm@gnu.org>
12640
12641         * password.el: Move to password-cache.el.
12642
12643         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12644         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12645         * mml-smime.el (password-read, password-cache-add)
12646         (password-cache-remove):
12647         No need to autoload, since mml-sec requires password.
12648
12649         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12650         * message.el (gnus-extract-address-components):
12651         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12652
12653         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12654         password.
12655
12656 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * mailcap.el: Reduce dependencies.
12659         (mail-header-parse-content-type): Autoload.
12660         (mailcap-delete-duplicates): New alias.
12661         (mailcap-mime-info): Add optional argument NO-DECODE.
12662         (mailcap-mime-types): Use mailcap-delete-duplicates.
12663
12664         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12665
12666 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12667
12668         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12669         (imap-parse-status): Upcase status-att for servers that sends them
12670         lower-case (e.g., MS Exchange 2007).
12671
12672 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673
12674         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12675         function.
12676
12677         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12678         (gnus-uu-yenc-article): New function.
12679
12680         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12681
12682         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12683
12684 2007-12-02  Glenn Morris  <rgm@gnu.org>
12685
12686         * binhex.el (binhex): New custom group.
12687         (binhex-decoder-program, binhex-decoder-switches)
12688         (binhex-use-external): Move to the binhex custom group.
12689
12690         * uudecode.el (uudecode): New custom group.
12691         (uudecode-decoder-program, uudecode-decoder-switches)
12692         (uudecode-use-external): Move to the uudecode custom group.
12693
12694         * netrc.el (top-level): Don't load `encrypt' features.
12695         (netrc-parse): Don't use encrypt.
12696         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12697
12698         * encrypt.el: Remove file.
12699
12700 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12701
12702         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12703         matches on patches.
12704
12705         * gnus-art.el (gnus-article-browse-html-article):
12706         Mention `mm-text-html-renderer' in the doc string.
12707
12708         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12709         string.  Add comments.
12710
12711         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12712         if rhs is ASCII.
12713
12714 2007-12-01  Glenn Morris  <rgm@gnu.org>
12715
12716         * mail-source.el (top-level): Require format-spec before
12717         eval-when-compile.
12718
12719 2007-11-30  Glenn Morris  <rgm@gnu.org>
12720
12721         * encrypt.el: Require password, rather than autoloading password-read.
12722
12723 2007-11-29  Glenn Morris  <rgm@gnu.org>
12724
12725         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12726         (sasl-make-client, sasl-next-step, sasl-step-data)
12727         (sasl-step-set-data): Declare as functions.
12728
12729 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12732
12733 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12734
12735         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12736         certs should be verified and what is to be done in the event of a
12737         verification failure.
12738
12739         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12740         caller can indicate whether the cache should be disregarded for this
12741         call.  This way the result of the call is reproducible at all times and
12742         can be considered a canonical server name for the supplied method.
12743         (gnus-agent-method-p): Canonicalize server names by pushing their
12744         method through `gnus-method-to-server' using the no-cache argument.
12745
12746         * gnus-srvr.el (gnus-server-insert-server-line):
12747         Call `gnus-method-to-server' with `no-cache' argument.
12748
12749         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12750         gnus-agent-possibly-synchronize-flags as this should be called when the
12751         server is actually being opened.
12752         (gnus-agent-possibly-synchronize-flags)
12753         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12754         flags file of an agentized server to the latter function.
12755
12756         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12757         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12758         after a connection has been established successfully.
12759
12760 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (article-display-face): Force to display face if called
12763         interactively; check if gnus-article-x-face-too-ugly matches author.
12764         (article-display-x-face): Display face even if From header is missing
12765         as article-display-face does.
12766
12767 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12768
12769         * hashcash.el (message-narrow-to-headers-or-head)
12770         (message-fetch-field, message-goto-eoh)
12771         (message-narrow-to-headers): Declare as functions.
12772
12773 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * mail-source.el (mail-sources): Default to fetch from file for
12776         compatibility with default of nnmail-spool-file.
12777
12778 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12781         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12782         to look for encoded word that should be encoded again.
12783         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12784         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12785         encoding pattern.
12786         (rfc2047-decode-region): Switch strict regexp and loose one according
12787         to rfc2047-allow-irregular-q-encoded-words.
12788
12789 2007-11-25  Romain Francoise  <romain@orebokech.com>
12790
12791         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12792
12793 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * tls.el (tls-program): Provide more custom choices from
12796         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12797         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12798
12799 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12802         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12803
12804         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12805         `nnmail-spool-file'.
12806
12807         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12808         `nnmail-spool-file'.
12809
12810         * gnus-move.el (gnus-change-server): Ditto.
12811
12812         * gnus-kill.el (gnus-batch-score): Ditto.
12813
12814         * gnus-cache.el (gnus-jog-cache): Ditto.
12815
12816         * gnus-msg.el (gnus-summary-reply):
12817         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12818
12819 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12822         version.  Minor improvement to doc strings.
12823         (tls-program): Add comment.
12824
12825 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12826
12827         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12828         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12829         mismatch between the hostname provided in the certificate and the name
12830         of the host connnecting to.
12831         (open-tls-stream): Use them.  Check certificates against trusted root
12832         certificates.
12833
12834 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus-cache.el (gnus-cache-generate-nov-databases):
12837         Use nnml-generate-nov-databases-directory instead of
12838         nnml-generate-nov-databases-1.
12839
12840 2007-11-24  Glenn Morris  <rgm@gnu.org>
12841
12842         * message.el (message-tool-bar-retro): Update for rename
12843         mail_send.xpm->mail-send.xpm.
12844
12845 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12848         `smime-ldap-search' for Emacs 22 and up.
12849
12850 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12851
12852         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12853
12854         * message.el (message-send-mail-function): Fix error convention.
12855         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12856         (message-widen-reply, message-send-mail, message-talkative-question)
12857         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12858         (message-clone-locals, message-send-news): Use with-current-buffer.
12859         (message-insert-or-toggle-importance): Remove unused var `valid'.
12860         (message-make-references): Remove unused var `new-references'.
12861         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12862
12863 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12864
12865         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12866         (spam-split-symbolic-return-positive): Reflow docstring.
12867         (spam-backends, spam-summary-exit-behavior)
12868         (spam-mark-ham-unread-before-move-from-spam-group)
12869         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12870         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12871         (spam-clear-cache, spam-backend-check, spam-install-backend)
12872         (spam-install-statistical-backend, spam-list-of-processors)
12873         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12874         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12875         (spam-check-crm114, spam-initialize, spam-unload-hook):
12876         Fix typos in docstrings.
12877
12878 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12881         been checked if they have never been read and those group levels are
12882         higher than the one that a user specified.
12883
12884 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12887         foreign groups unless a group level is specified by a user.
12888         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12889
12890 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * message.el (message-send-mail-function): Require sendmail.
12893
12894 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * message.el (message-send-mail-function): Check for smtpmail too.
12897
12898         * utf7.el (utf7-encode, utf7-decode): Use coding system
12899         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12900
12901         * message.el (message-send-mail-function): New function.
12902         (message-send-mail-function): Set default using
12903         message-send-mail-function.  Adjust doc string.
12904         (message-send-mail-with-mailclient): New function.
12905
12906 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12907
12908         * smime.el (from):
12909         * rfc2047.el (message-posting-charset):
12910         * qp.el (mm-use-ultra-safe-encoding):
12911         * pop3.el (parse-time-months):
12912         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12913         * nnml.el (files):
12914         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12915         (jka-compr-compression-info-list, ange-ftp-path-format)
12916         (efs-path-regexp):
12917         * nndiary.el (files):
12918         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12919         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12920         (epg-digest-algorithm-alist, inhibit-redisplay)
12921         (password-cache-expiry):
12922         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12923         (pgg-output-buffer, password-cache-expiry):
12924         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12925         (efs-path-regexp):
12926         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12927         (inhibit-redisplay):
12928         * mm-uu.el (file-name, start-point, end-point, entry)
12929         (gnus-newsgroup-name, gnus-newsgroup-charset):
12930         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12931         (latin-unity-ucs-list):
12932         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12933         (mm-uu-binhex-decode-function):
12934         * message.el (gnus-message-group-art, gnus-list-identifiers)
12935         (rmail-enable-mime-composing, gnus-local-organization)
12936         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12937         (gnus-read-active-file, facemenu-add-face-function)
12938         (facemenu-remove-face-function, gnus-article-decoded-p)
12939         (tool-bar-mode):
12940         * mail-source.el (display-time-mail-function):
12941         * gnus-util.el (nnmail-pathname-coding-system)
12942         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12943         (gnus-original-article-buffer, gnus-user-agent)
12944         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12945         (xemacs-codename, sxemacs-codename, emacs-program-version):
12946         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12947         * gnus-start.el (gnus-agent-covered-methods)
12948         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12949         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12950         (gnus-newsgroup-headers, gnus-group-list-mode)
12951         (gnus-group-mark-positions, gnus-newsgroup-data)
12952         (gnus-newsgroup-unreads, nnoo-state-alist)
12953         (gnus-current-select-method, mail-sources)
12954         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12955         (nnmail-spool-file, gnus-cache-active-hashtb):
12956         * gnus-mh.el (mh-lib-progs):
12957         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12958         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12959         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12960         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12961         (gnus-group-buffer):
12962         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12963         (font-lock-set-defaults):
12964         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12965         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12966         (gnus-summary-post-menu, total-parts, type, condition, length):
12967         * gnus-agent.el (gnus-agent-read-agentview):
12968         * flow-fill.el (show-trailing-whitespace):
12969         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12970         eval-and-compile wrappers for byte compiler pacifiers.
12971
12972         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12973         (mm-display-inline-fontify): Check for featurep 'xemacs not
12974         extent-list.
12975
12976         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12977         itimer-list.
12978         (mm-create-image-xemacs): Only do something for XEmacs.
12979         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12980
12981         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12982
12983         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12984         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12985
12986 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12987
12988         * nnimap.el (nnimap-split-download-body):
12989         * gnus-demon.el (gnus-demon):
12990         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12991
12992 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12995         New macros.
12996         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12997         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12998         copy data from unibyte buffer to multibyte current buffer.
12999         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13000         to copy data from unibyte current buffer to multibyte buffer.
13001         (nntp-make-process-buffer): Make process buffer unibyte.
13002
13003         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13004
13005 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13006
13007         * pop3.el (pop3-open-server): Accept and process data more robustly at
13008         connection start to avoid spurious "POP SSL connection failed" errors.
13009
13010 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13013         read group names.
13014
13015 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13016
13017         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13018
13019 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13022         (nnmail-save-active): Use a unibyte buffer when saving active file,
13023         which may contain non-ASCII group names.
13024
13025         * nnml.el (nnml-request-group): Decode group names in messages.
13026
13027 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * message.el (message-citation-line-function)
13030         (message-insert-formatted-citation-line): Fix spelling of
13031         `message-insert-formated-citation-line'.
13032
13033 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13036
13037 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13040         nnmail-pathname-coding-system.
13041
13042         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13043         that a user enters; decode group names in messages.
13044
13045         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13046
13047 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13050
13051         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13052
13053         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13054         risky local variable.
13055
13056         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13057
13058 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13059
13060         * encrypt.el: Improve documentation to fix function name typo.
13061         Reported by Daiki Ueno <ueno@unixuser.org>.
13062
13063 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13066         even if the point is not in the last page of an article.
13067         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13068         back to the previous page.
13069
13070 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13073
13074 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13077
13078 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13079
13080         * message.el (message-check-news-body-syntax):
13081         Avoid mm-string-as-multibyte.
13082         (message-hide-headers): Don't assume (point-min)==1.
13083
13084 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * message.el (message-remove-blank-cited-lines): Fix if remove is
13087         given.
13088         (message-bogus-address-regexp): New variable.
13089         (message-bogus-recipient-p): New function.
13090         (message-check-recipients): New command.
13091         (message-syntax-checks): Add `bogus-recipient'.
13092         (message-fix-before-sending): Add `bogus-recipient'.
13093
13094         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13095         (gnus-treat-body-boundary): Don't test window-system.
13096
13097 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13098
13099         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13100
13101 2007-10-28  Miles Bader  <miles@gnu.org>
13102
13103         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13104         at compile-time too.
13105
13106 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * gnus-msg.el (gnus-message-setup-hook):
13109         Add `message-remove-blank-cited-lines' to options.
13110
13111 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * message.el (message-remove-blank-cited-lines): New function.
13114         Suggested by Karl Plästerer.
13115
13116 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13119         mapc.
13120
13121         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13122         (top-level): Use mapc to set functions to be traced for debugging.
13123
13124         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13125         called for effect with while loop.
13126
13127         * message.el (message-talkative-question): Replace mapcar called for
13128         effect with mapc.
13129
13130         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13131         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13132         called for effect with dolist.
13133
13134         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13135
13136         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13137         gnus-extra-headers and nnmail-extra-headers.
13138
13139         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13140         called for effect with dolist.
13141         (top-level): Use mapc to set functions to be traced for debugging.
13142
13143         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13144         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13145         dolist.
13146
13147         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13148         Replace mapcar called for effect with mapc.
13149         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13150         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13151         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13152         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13153
13154         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13155         remove-if that's a cl function.
13156
13157         * webmail.el (webmail-debug): Replace mapcar called for effect with
13158         dolist.
13159
13160         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13161         with mapc.
13162
13163 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13166         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13167         with while loop.
13168
13169         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13170         functions from article-* functions.
13171         (gnus-multi-decode-header): Replace mapcar called for effect with
13172         dolist.
13173
13174         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13175         (gnus-bookmark-show-details): Replace mapcar called for effect with
13176         while loop.
13177
13178         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13179         called for effect with while loop.
13180
13181         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13182         with dolist.
13183
13184         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13185         Replace mapcar called for effect with dolist.
13186
13187         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13188
13189         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13190         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13191         Replace mapcar called for effect with dolist.
13192         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13193         mapc.
13194
13195         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13196         Replace mapcar called for effect with dolist.
13197         (gnus-topic-list): Replace mapcar called for effect with mapc.
13198
13199         * gnus.el: Use mapc instead of mapcar to add autoloads.
13200
13201 2007-10-23  Richard Stallman  <rms@gnu.org>
13202
13203         * gnus-group.el (gnus-group-highlight): Mark as risky.
13204
13205 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus.el (gnus-server-to-method): Return method found first in
13208         gnus-newsrc-alist.
13209
13210         * gnus-art.el (gnus-article-highlight-signature)
13211         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13212         button overlay without the front stickiness.
13213
13214 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13215
13216         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13217         overview buffer needed a catch to receive its throw.
13218         (gnus-agent-flush-cache): Declare as interactive to make this function
13219         easier to use.
13220
13221 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13224         `next-line'.
13225
13226 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13229         exclude address matching message-dont-reply-to-names.
13230
13231 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * gnus-util.el (gnus-string<): New function.
13234
13235         * gnus-sum.el (gnus-article-sort-by-author)
13236         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13237
13238 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13241         the frame-focus tag is set in gnus-buffer-configuration.
13242
13243 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13246         the front stickiness.
13247
13248 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13251         url pattern; remove duplicate one.
13252         (gnus-article-extend-url-button): New function.
13253         (gnus-article-add-buttons): Use it.
13254         (gnus-button-push): Use concatenated url that it makes.
13255
13256 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13257
13258         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13259
13260 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13261
13262         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13263         Don't hardcode point-min==1.
13264
13265 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13268         Fix comment about "iso8859-1".
13269
13270 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13271
13272         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13273         ones returned from the verify-function.
13274
13275         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13276         Call mml2015-extract-cleartext-signature if extraction failed.
13277
13278 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13279
13280         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13281         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13282         failed.
13283
13284 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13287
13288 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13291         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13292         recommends to use EasyPG instead of PGG.
13293
13294         * pgg.el: Revert to revision 6.23.2.16.
13295
13296         * pgg-def.el: Revert to revision 6.6.2.14.
13297
13298         * pgg-gpg.el: Revert to revision 6.23.2.34.
13299
13300 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13301
13302         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13303         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13304         thread for both the null and zero (kill/expire thread) universal prefix
13305         cases.
13306         (gnus-summary-expire-thread): Add new function to expire a thread,
13307         using gnus-summary-kill-thread.
13308         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13309         shortcuts for gnus-summary-expire-thread.
13310         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13311         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13312
13313 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13314
13315         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13316         extras value, so an extras entry can be deleted.
13317         (gnus-registry-delete-extra-entry): Use it.
13318         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13319         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13320         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13321         storage through the gnus-registry, and provide an appropriate API for
13322         it.
13323
13324 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13327         Suggested by Leo <sdl.web@gmail.com>.
13328
13329         * gnus.el: Do.
13330
13331 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13334         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13335
13336         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13337
13338         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13339         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13340
13341 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13344         newline.
13345         (nnmbox-request-accept-article): Don't change article in source buffer;
13346         narrow to header to use message-fetch-field rather than
13347         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13348         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13349         as delimiters; make sure article ends with newline.
13350         (nnmbox-delete-mail): Correct last position of article to be deleted;
13351         ignore X-Gnus-Newsgroup header in article body.
13352         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13353         positions; make sure article ends with newline.
13354
13355         * message.el (message-display-abbrev): Don't infloop when a user
13356         inserts SPC in the beginning of header.
13357
13358         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13359         coding-system-for-read and coding-system-for-write for XEmacs having no
13360         file-coding feature.
13361
13362         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13363
13364 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13367         list of groups not followed by default.  Fix type to be regexp.
13368         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13369
13370 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13371
13372         * hmac-def.el (define-hmac-function): Switch from old-style to
13373         new-style backquotes.
13374
13375         * md4.el (md4-make-step): Likewise.
13376
13377 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13380         raw-text coding system when saving .newsrc file, which may contain
13381         non-ASCII group names.
13382
13383 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * gnus-cus.el (gnus-score-extra): New widget.
13386         (gnus-score-extra-convert): New function.
13387         (gnus-score-customize): Use it for Extra.
13388
13389 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13390
13391         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13392         (mml2015-mailcrypt-clear-verify): Use it.
13393         (mml2015-gpg-clear-verify): Use it.
13394         (mml2015-pgg-clear-verify): Use it.
13395         (mml2015-epg-clear-verify): Replace the current part with the output
13396         from GnuPG; don't extract the plaintext by itself.
13397
13398         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13399         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13400         mml2015-clear-verify-function; don't touch the armor headers or
13401         dash-escaped text here.
13402
13403 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13406         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13407         parts, or application/octet-stream as a last resort.
13408         (gnus-mime-view-part-as-type): Don't toggle display.
13409         (gnus-mime-view-part-as-charset): Don't turn off display before
13410         querying charset.
13411
13412         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13413         stuff to undisplayer function in Emacs.
13414         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13415
13416         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13417         text/calendar parts.
13418
13419 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13422         decoding text/calendar parts.
13423
13424         * message.el (message-forward-make-body-mime): Always mark body as
13425         having no illegible text; remove signed-or-encrypted argument.
13426         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13427
13428         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13429         (mml-generate-mime-1): Don't encode body if it is specified to be in
13430         raw form; don't make buffer be unibyte when inserting multibyte string.
13431
13432 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13433
13434         * sha1.el: Fix up comment style.
13435         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13436         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13437
13438         * hex-util.el: Fix up comment style.
13439         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13440
13441         * gnus-salt.el: Use with-current-buffer.
13442         (gnus-pick-setup-message): Fix long-standing typo.
13443
13444 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * imap.el (imap-logout-timeout): New variable.
13447         (imap-logout, imap-logout-wait): New functions.
13448         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13449
13450         * nnimap.el (nnimap-logout-timeout): New server variable.
13451         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13452         nnimap-logout-timeout.
13453
13454         * gnus-art.el (gnus-article-summary-command-nosave)
13455         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13456
13457 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus.el (gnus-maximum-newsgroup): New variable.
13460
13461         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13462         according to gnus-maximum-newsgroup.
13463
13464         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13465         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13466         Limit the range of articles according to gnus-maximum-newsgroup.
13467
13468 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13469
13470         * gnus-art.el (gnus-sticky-article): Fix problems described in
13471         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13472         Don't perform gnus-configure-windows here; reuse existing sticky
13473         article buffer.
13474
13475         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13476         it doesn't exist in gnus-article-mode.
13477
13478 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13481         (gnus-agent-decoded-group-name): New function.
13482         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13483         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13484
13485 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13486
13487         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13488         Add binding for gnus-sticky-article.
13489         (gnus-summary-exit): Don't kill sticky article buffers.
13490
13491         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13492         article buffer.
13493         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13494         (gnus-kill-sticky-article-buffers): New commands.
13495
13496 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * nntp.el (nntp-xref-number-is-evil): New server variable.
13499         (nntp-find-group-and-number): If it is non-nil, don't trust article
13500         numbers in the Xref header.
13501
13502 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * gnus-agent.el (gnus-agent-read-group): New function.
13505         (gnus-agent-flush-group, gnus-agent-expire-group)
13506         (gnus-agent-regenerate-group): Use it.
13507         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13508         nnmail-pathname-coding-system.
13509
13510 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13513
13514         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13515         that are unread as unread, and also as selected so that information of
13516         marks having been changed by a user may be updated when exiting group.
13517
13518 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13521
13522 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13525         calculated ignoring signature parts to gnus-treat-article.
13526
13527 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13530         a point here in order to keep the window start.
13531         (gnus-insert-mime-security-button): Make a button overlay without the
13532         front stickiness.
13533         (gnus-mime-display-security): Goto the end of a button.
13534
13535         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13536
13537 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13540         group-name-at-point.
13541         (gnus-group-completing-read): New function that offers decoded
13542         non-ASCII group names for completion.
13543         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13544         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13545         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13546         (gnus-group-fetch-control): Use it.
13547         (gnus-fetch-group): Use group-name-at-point for the initial value
13548         rather than the default value; use gnus-alive-p.
13549
13550         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13551         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13552         (gnus-summary-post-news): Use gnus-group-completing-read.
13553
13554         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13555         (gnus-read-move-group-name): Decode group name for completion.
13556
13557 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13560         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13561         Yamaoka slightly modified the code).
13562
13563 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13566         (nnmail-split-incoming): Bind it.
13567
13568         * nnml.el (nnml-group-name-charset): New function.
13569         (nnml-decoded-group-name): Use it; don't decode group name if
13570         nnmail-group-names-not-encoded-p is non-nil.
13571         (nnml-encoded-group-name): New function.
13572         (nnml-group-pathname): Inline nnml-decoded-group-name.
13573         (nnml-request-expire-articles): Decode group name in message.
13574         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13575         nnmail-pathname-coding-system.
13576         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13577         not decoded ones according to nnmail-group-names-not-encoded-p.
13578         (nnml-generate-active-info): Use nnml-encoded-group-name.
13579
13580 2007-08-08  Glenn Morris  <rgm@gnu.org>
13581
13582         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13583         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13584         doc-strings and comments.
13585
13586 2007-07-25  Glenn Morris  <rgm@gnu.org>
13587
13588         * Relicense all FSF files to GPLv3 or later.
13589
13590 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-sum.el (gnus-summary-move-article):
13593         Make gnus-summary-respool-article work.
13594
13595 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13598         string.
13599
13600 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13601
13602         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13603         that should be ignored when comparing distant RSS articles with local
13604         ones.
13605         (nnrss-make-hash-index): New function.  Create a hash index according
13606         to the ignored fields.
13607         (nnrss-check-group): Use it.
13608
13609 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13612
13613         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13614
13615         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13616         the new optional argument ENCODED is non-nil.
13617         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13618         coding system for encoding group name.
13619         (gnus-group-make-rss-group): Pass un-encoded group name to
13620         gnus-group-make-group.
13621         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13622         encoded.
13623
13624         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13625         Encode group name to which articles are moved or copied.
13626         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13627         coding system for encoding Newsgroup, Followup-To and Xref headers.
13628
13629         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13630         marks; use nnheader-file-coding-system to write a file.
13631         (nnagent-retrieve-headers): Bind file-name-coding-system to
13632         nnmail-pathname-coding-system.
13633
13634         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13635
13636         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13637         (nnml-request-article, nnml-request-create-group)
13638         (nnml-request-rename-group, nnml-find-id)
13639         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13640         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13641         (nnml-save-marks): Use nnml-group-pathname instead of
13642         nnmail-group-pathname.
13643
13644         (nnml-request-create-group, nnml-request-expire-articles)
13645         (nnml-request-move-article, nnml-request-delete-group)
13646         (nnml-deletable-article-p, nnml-possibly-create-directory)
13647         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13648         (nnml-open-marks): Bind file-name-coding-system to
13649         nnmail-pathname-coding-system.
13650
13651         (nnml-request-article): Pass server argument to nnml-find-group-number.
13652         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13653         Pass server argument to nnml-possibly-create-directory.
13654         (nnml-request-accept-article): Pass server argument to
13655         nnml-active-number and nnml-save-mail.
13656         (nnml-find-group-number): Pass server argument to nnml-find-id.
13657         (nnml-request-update-info): Pass server argument to
13658         nnml-marks-changed-p.
13659
13660         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13661         (nnml-save-mail, nnml-active-number): Add server argument.
13662
13663         (nnml-request-delete-group): Warn if group is missing.
13664         (nnml-get-nov-buffer): Decode group name.
13665         (nnml-generate-active-info): Encode group name.
13666         (nnml-open-marks): Decode group name in messages.
13667
13668 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13671         if it is not specified.
13672         (gnus-article-pipe-part, gnus-article-save-part)
13673         (gnus-article-interactively-view-part, gnus-article-copy-part)
13674         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13675         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13676         (gnus-article-replace-part, gnus-article-delete-part)
13677         (gnus-article-view-part-as-type): Pass raw prefix argument to
13678         gnus-article-part-wrapper.
13679
13680 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-agent.el (gnus-agent-save-active):
13683         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13684
13685         * gnus-cache.el (gnus-cache-save-buffers)
13686         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13687         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13688         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13689         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13690         (gnus-cache-generate-active, gnus-cache-rename-group)
13691         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13692         (gnus-cache-update-overview-total-fetched-for):
13693         Bind file-name-coding-system to nnmail-pathname-coding-system.
13694         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13695         New variables.
13696         (gnus-cache-decoded-group-name): New function.
13697         (gnus-cache-file-name): Use it.
13698         (gnus-cache-generate-active): Use non-decoded group name for active.
13699
13700         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13701         right place.
13702         (gnus-write-active-file): Don't break non-ASCII group names.
13703
13704         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13705         nnmail-pathname-coding-system.
13706
13707         * lpath.el: Bind default-file-name-coding-system,
13708         file-name-coding-system and language-info-alist for XEmacs.
13709
13710         * gnus-uu.el (gnus-uu-decode-save): Typo.
13711
13712 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13715
13716 2007-07-14  David Kastrup  <dak@gnu.org>
13717
13718         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13719         finishing actions if we did not edit the article.
13720
13721 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13724         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13725         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13726         (gnus-agent-flush-group, gnus-agent-flush-cache)
13727         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13728         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13729         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13730         (gnus-agent-regenerate-group)
13731         (gnus-agent-update-files-total-fetched-for)
13732         (gnus-agent-update-view-total-fetched-for):
13733         Bind file-name-coding-system to nnmail-pathname-coding-system.
13734         (gnus-agent-group-pathname): Don't encode file names by
13735         nnmail-pathname-coding-system.
13736         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13737         coding-system-for-write instead of buffer-file-coding-system to
13738         gnus-agent-file-coding-system.
13739
13740         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13741         Decode group name.
13742
13743         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13744
13745         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13746         (gnus-read-newsrc-el-file): Make group names unibyte.
13747
13748         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13749         nnmail-pathname-coding-system.
13750
13751         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13752         (nnrss-request-delete-group): Bind file-name-coding-system to
13753         nnmail-pathname-coding-system.
13754         (nnrss-read-server-data, nnrss-read-group-data):
13755         Bind file-name-coding-system correctly.
13756         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13757
13758         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13759         (nntp-server-to-method-cache): New variable.
13760         (nntp-group-pathname): New function that decodes non-ASCII group names.
13761         (nntp-possibly-create-directory, nntp-marks-changed-p)
13762         (nntp-save-marks, nntp-open-marks): Use it.
13763         (nntp-possibly-create-directory, nntp-open-marks):
13764         Bind file-name-coding-system to nnmail-pathname-coding-system.
13765         (nntp-open-marks): Decode group names when bootstrapping marks.
13766
13767         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13768         Newsgroups and Followup-To headers.
13769
13770 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13773         (gnus-server-closed-face, gnus-server-denied-face)
13774         (gnus-server-offline-face): Remove variable.
13775         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13776
13777         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13778         of modifying message-stack directly for XEmacs.
13779
13780         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13781         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13782         if the coding-system argument is nil for XEmacs.
13783
13784         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13785         mm-charset-override-alist.
13786
13787         * rfc2047.el: Don't require base64; require rfc2045 for the function
13788         rfc2045-encode-string.
13789         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13790         to quote the parameter value.
13791
13792 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13795         form in gnus-group-name-charset-method-alist.
13796
13797         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13798         overrides the default layout edit-form.
13799
13800         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13801
13802         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13803
13804 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13807         as unfetched articles.
13808
13809 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13812
13813 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13816         original back end that keeps marks in the local system.
13817
13818 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13821         arg of pop-to-buffer for XEmacs.
13822         (gnus-article-read-summary-keys): Ditto; don't restore window
13823         configuration if summary command ends up with neither article buffer
13824         nor summary buffer; describe bindings if summary keys end with C-h.
13825
13826 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * message.el (message-fix-before-sending): Skip raw message part to be
13829         forwarded while checking illegible text.
13830         (message-forward-make-body-mime, message-forward-make-body):
13831         Mark signed or encrypted raw message as having no illegible text.
13832
13833 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13836         (gnus-message-with-timestamp-1): New macro.
13837         (gnus-message-with-timestamp): New function.
13838         (gnus-message): Use them.
13839
13840         * nnheader.el (nnheader-message): Use them.
13841
13842 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13845         .newsrc.eld file.
13846
13847 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-agent.el (gnus-agent-fetch-headers)
13850         (gnus-agent-retrieve-headers):
13851         Bind gnus-decode-encoded-address-function to identity.
13852
13853         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13854         available also when the server returns simply a dot.
13855
13856         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13857
13858 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13861
13862 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-ems.el (gnus-x-splash): Make it work.
13865
13866         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13867         from being used.
13868
13869         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13870
13871 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13874         4th and the 5th arguments.
13875
13876         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13877         the front stickiness.
13878         (gnus-article-summary-command-nosave): Correct the order of the
13879         arguments passed to pop-to-buffer.
13880         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13881         summary command ends up with the article buffer.
13882
13883         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13884         the same faces.
13885
13886 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13887
13888         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13889
13890 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13891
13892         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13893         * gnus-sum.el (gnus-summary-highlight):
13894         * pgg.el (pgg-sign-region, pgg-sign):
13895         * mail-source.el (mail-source-delete-old-incoming-confirm):
13896         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13897
13898 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-art.el (gnus-mime-view-part-externally)
13901         (gnus-mime-view-part-internally): Fix predicate function passed to
13902         completing-read.
13903
13904         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13905
13906         * gnus.el (gnus-update-message-archive-method): Add :version.
13907
13908 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus.el (gnus-update-message-archive-method): New variable.
13911
13912         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13913         according to gnus-message-archive-method if
13914         gnus-update-message-archive-method is non-nil.
13915
13916 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13919         Suggested by Loic Dachary <loic@dachary.org>.
13920         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13921
13922 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * message.el (message-pop-to-buffer): Add switch-function argument.
13925         (message-mail): Pass switch-function argument to it.
13926
13927 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13928
13929         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13930         Improve doc string.
13931
13932 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13935         (gnus-header-content):
13936         * gnus-cite.el (gnus-cite-10):
13937         * gnus-srvr.el (gnus-server-closed):
13938         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13939         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13940         (gnus-group-mail-3-empty, gnus-group-mail-low)
13941         (gnus-group-mail-low-empty, gnus-splash):
13942         * message.el (message-header-to, message-header-cc)
13943         (message-header-subject, message-header-other, message-header-name)
13944         (message-header-xheader, message-separator, message-cited-text)
13945         (message-mml): Lighten colors of faces used for dark background.
13946
13947 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13948
13949         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13950         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13951
13952 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * message.el (message-narrow-to-headers-or-head):
13955         Ignore mail-header-separator in the body.
13956
13957 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13960         same as window size.
13961
13962 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13963
13964         * message.el (message-font-lock-keywords): Use message-header-xheader
13965         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13966         ahead of the anything pattern, to get it recognized.
13967
13968 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13971         spam.el loads uses it in the compiled defadvice form.
13972
13973 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13974
13975         * gnus-sum.el (gnus-articles-to-read)
13976         (gnus-summary-insert-old-articles): Don't truncate group name for
13977         `read-string'.
13978
13979         * gnus-util.el (gnus-limit-string): Delete this function.
13980
13981         * gnus-sum.el (gnus-simplify-subject-fully):
13982         Use `truncate-string-to-width' instead.
13983
13984 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13985
13986         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13987         Tell if, on summary exit, the next group has to be selected.
13988         (gnus-summary-exit): Use it.
13989
13990 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13993         non-break space.
13994
13995 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13998         Check if group is not a directory.
13999         (nnfolder-request-expire-articles): Don't delete articles if the target
14000         group is not available.
14001
14002         * nnml.el (nnml-request-create-group): Properly check if group is not a
14003         file.
14004         (nnml-request-expire-articles): Don't delete articles if the target
14005         group is not available.
14006
14007         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14008         Don't quote characters that are within parentheses.
14009
14010 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14013         (gnus-handle-ephemeral-exit): Select article according to it.
14014
14015 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * message.el (message-insert-formated-citation-line): Remove newline.
14018         (message-citation-line-format): Add final \n here so that the user can
14019         avoid a blank line.
14020
14021 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14022
14023         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14024         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14025         Update lanl/arXiv support.
14026
14027 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * gnus.el: Bump version number.
14030
14031 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * gnus.el (gnus-version-number): Bump version.
14034
14035 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14036
14037         * gnus.el: No Gnus v0.6 is released.
14038
14039 2007-04-27  Didier Verna  <didier@xemacs.org>
14040
14041         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14042         * gmm-utils.el (gmm-regexp-concat): ... here.
14043         * message.el: Don't require 'gnus-util.
14044         (message-dont-reply-to-names): Handle name change above.
14045         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14046
14047 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14050         since the initial value varies according to the system.
14051
14052 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14055
14056 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14057
14058         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14059
14060 2007-04-24  Didier Verna  <didier@xemacs.org>
14061
14062         Improve the type of gnus-ignored-from-addresses.
14063         * gnus-util.el (gnus-orify-regexp): New function.
14064         * message.el (gnus-util): Require it.
14065         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14066         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14067         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14068
14069 2007-04-24  Didier Verna  <didier@xemacs.org>
14070
14071         * gnus-sum.el:
14072         * gnus-utils.el: Fix some trailing whitespaces.
14073
14074 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14077         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14078         article's Message-ID; refer parent article in summary buffer.
14079
14080         * message.el (message-bounce): Call mime-to-mml.
14081
14082         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14083         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14084         optimize and/or forms properly.
14085
14086 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14089         URL.
14090
14091 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14094
14095 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14098         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14099         displayed of multipart/alternative part if it is invoked from summary
14100         buffer.
14101
14102         * mm-view.el (mm-inline-text-html-render-with-w3m)
14103         (mm-inline-text-html-render-with-w3m-standalone)
14104         (mm-inline-render-with-function): Use mail-parse-charset by default.
14105
14106 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14107
14108         * parse-time.el (parse-time-string-chars): Check if CHAR
14109         is less than the length of parse-time-syntax.
14110
14111 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14114         from gnus-newsgroup-processable.
14115
14116 2007-04-16  Didier Verna  <didier@xemacs.org>
14117
14118         * gnus-msg.el (gnus-configure-posting-styles):
14119         Handle message-signature-directory properly with :file syntax.
14120         Reported by "Leo".
14121
14122 2007-04-11  Didier Verna  <didier@xemacs.org>
14123
14124         New user option: message-signature-directory.
14125         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14126         * message.el (message-insert-signature): Ditto.
14127         * message.el (message-signature-file): Doc update.
14128         * message.el (message-signature-directory): New.
14129
14130 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-msg.el (gnus-inews-yank-articles):
14133         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14134
14135 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * message.el (message-yank-original): Make sure cited text ends with
14138         newline; don't exchange point and mark.
14139
14140 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14141
14142         * tls.el (open-tls-stream): Properly handle case where there
14143         is no associated buffer.
14144
14145 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14146
14147         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14148         message-yank-original, make sure (< mark TEXT point).
14149
14150 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * message.el (message-fill-column): New variable.
14153         (message-mode): Use it.  Add comment on a possible new hook.
14154
14155         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14156         (nnmail-get-new-mail): Reformat.
14157
14158         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14159
14160         * gmm-utils.el: Fix Commentary.
14161         (gmm-tool-bar-from-list): Fix typo in doc string.
14162
14163 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14164
14165         * message.el (message-yank-original): Don't switch point and mark
14166         unnecessarily to put point and mark as documented.
14167
14168 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169
14170         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14171         from the message heads.
14172
14173 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14174
14175         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14176         article buffer does not have a window.  This may not be the best
14177         solution but is certainly better than setting the start of the null,
14178         that is the current, window.
14179
14180 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14183         (gnus-draft-setup): Run it.
14184
14185         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14186         gnus-score-fast-scoring.  Allow regexp.
14187         (gnus-score-headers): Use it.
14188
14189         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14190         XEmacs.
14191
14192         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14193         string.
14194         (gnus-button-alist): Also catch `<f1> k ...'.
14195         (gnus-treat-display-x-face): Fix doc string.
14196
14197 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14198
14199         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14200         evaluation of gnus-extended-version to ensure correct generation of the
14201         User-Agent header when message-generate-headers-first is used.
14202
14203 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14204
14205         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14206         hashcash-path is nil.  Don't call callback with incorrect number of
14207         parameters if val is 0.
14208
14209 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14210
14211         * message.el (message-required-news-headers):
14212         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14213
14214 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14215
14216         * tls.el (open-tls-stream): In handshake-waiting loop,
14217         don't wait more if there is output available to process.
14218
14219 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14220
14221         * tls.el (tls-program): Doc fix.
14222
14223 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * message.el (message-generate-new-buffers): Change the meaning of the
14226         nil value; add `standard' to the choices; treat t as `unique'; improve
14227         doc string.
14228         (gnus-select-frame-set-input-focus): Autoload.
14229         (message-buffer-name): Search for the existing message buffer if
14230         message-generate-new-buffers is nil or `standard'; treat the value t of
14231         message-generate-new-buffers as `unique'.
14232         (message-pop-to-buffer): Raise the frame already displaying the message
14233         buffer; clear the echo area after querying.
14234         (message-setup): Pass the `continue' argument to compose-mail.
14235         (message-mail): Prefer `switch-function' if it is given; search for the
14236         existing message buffer if the `continue' argument is non-nil; pass
14237         continue and switch-function arguments to compose-mail by way of
14238         message-setup.
14239         (message-mail-other-window): Adjust argument of message-setup.
14240         (message-mail-other-frame): Ditto.
14241
14242 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14245         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14246         to turn font-lock on when turning gnus-message-citation-mode on.
14247
14248 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14249
14250         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14251         (mml-smime-function-alist): New variable; add epg as the backend.
14252         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14253         mml-smime- functions instead.
14254         * mm-view.el: Require smime.
14255
14256 2007-03-05  Didier Verna  <didier@xemacs.org>
14257
14258         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14259         instead of just inheritance for posting styles.
14260         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14261
14262 2007-02-24  Chris Moore  <dooglus@gmail.com>
14263
14264         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14265         * pgg-pgp.el (pgg-pgp-encrypt-region):
14266         * pgg-gpg.el (pgg-gpg-encrypt-region):
14267         Check pgg-encrypt-for-me if no other recipients.
14268
14269 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14270
14271         * tls.el (tls-certtool-program): Fix custom type.
14272
14273 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14276         and point-at-eol instead of line-(beginning|end)-position.
14277
14278         * assistant.el (assistant-parse-buffer): Ditto.
14279
14280         * netrc.el (netrc-parse-services): Ditto.
14281
14282 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14283
14284         * mml2015.el (mml2015-epg-find-usable-key): New function.
14285         (mml2015-epg-sign): Use it.
14286         (mml2015-epg-encrypt): Use it.
14287
14288 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * message.el (message-make-in-reply-to): Quote name containing
14291         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14292         if there are special characters.  Reported by NAKAJI Hiroyuki
14293         <nakaji@jp.freebsd.org>.
14294
14295 2007-02-27  Didier Verna  <didier@xemacs.org>
14296
14297         Include the group parameters as well as the topic ones in the
14298         inheritance filter process.
14299         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14300         argument GROUP-PARAMS-LIST.
14301         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14302
14303 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * nntp.el (nntp-never-echoes-commands)
14306         (nntp-open-connection-functions-never-echo-commands): New variables.
14307         (nntp-send-command): Use them.
14308
14309 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14310
14311         * mml2015.el (mml2015-epg-verify): Simplify.
14312
14313 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * mml.el (mml-content-disposition-alist): New user option.
14316         (mml-content-disposition): New function.
14317         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14318         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14319
14320 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14321
14322         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14323         verification.
14324
14325 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14326
14327         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14328         articles posted in the last 24 hours.
14329
14330 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14331
14332         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14333
14334 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14335
14336         * nntp.el (nntp-send-command): Don't wait for echoes when
14337         nntp-open-ssl-stream is used.
14338
14339 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14342         (gnus-message-add-citation-keywords)
14343         (gnus-message-remove-citation-keywords): Remove.
14344         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14345         directly, make the variables in font-lock-defaults buffer-local, add
14346         gnus-message-citation-keywords to them and then update the value of
14347         font-lock-keywords.
14348
14349 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * message.el (message-cite-original-1): Don't call
14352         gnus-article-highlight-citation.
14353
14354         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14355         citations; fix line count.
14356
14357 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14360         (gnus-message-add-citation-keywords)
14361         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14362         versions of font-lock-add-keywords and font-lock-remove-keywords to
14363         work with XEmacs correctly.
14364
14365 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-cite.el (gnus-cite-face-list): Set the values of
14368         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14369         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14370         (gnus-message-cite-prefix-regexp): New variable.
14371         (gnus-message-search-citation-line): Use it; protect against long
14372         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14373         the 0th match data for Emacs.
14374         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14375         (gnus-message-add-citation-keywords): Append keywords rather than
14376         prepending; emulate font-lock-add-keywords if it is not available.
14377         (gnus-message-remove-citation-keywords):
14378         Emulate font-lock-remove-keywords if it is not available.
14379
14380         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14381
14382         * message.el (message-cite-prefix-regexp): Set the value of
14383         gnus-message-cite-prefix-regexp.
14384
14385 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14386
14387         * nnweb.el (nnweb-google-parse-1): Update parser.
14388
14389 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14390
14391         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14392
14393 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14394
14395         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14396         regexp.
14397
14398 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14401         string-to-multibyte.
14402         (uudecode-decode-region-internal): Use it.
14403
14404         * lpath.el: Fbind string-as-multibyte for XEmacs.
14405
14406 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14409         Fix custom choice.
14410
14411         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14412
14413 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14414
14415         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14416
14417         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14418         `write-region' to respect `mm-inhibit-file-name-handlers'.
14419
14420 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14423         Use gnus-home-directory instead of "~/" or "$HOME".
14424
14425 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14426
14427         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14428         to mention filename.
14429         Add comments at beginning regarding usage.
14430         (encrypt-write-file-contents): Change interactive so a string is
14431         acceptable.  If the file has no associated model, show an error instead
14432         of a nonsense prompt.
14433
14434 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14435
14436         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14437         Thanks to Yoshihiko Yamada for kind notification of this typo.
14438
14439 2007-01-12  Kenichi Handa  <handa@m17n.org>
14440
14441         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14442         multibyte buffer.
14443
14444 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-score.el (gnus-score-fast-scoring): New variable.
14447         (gnus-score-headers): Use it.
14448
14449         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14450
14451         * message.el (message-cite-original-1):
14452         Call gnus-article-highlight-citation if requested.
14453         (message-make-from): Allow name and address as optional arguments.
14454
14455         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14456
14457         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14458         bugs to doc string.
14459         (gnus-button-alist): Add mid\\|message-id.
14460         (gnus-button-fetch-group): Extend for use in
14461         `browse-url-browser-function'.
14462         (gnus-button-url-regexp): Try to catch paired parentheses like in
14463         Wikipedia URLs.
14464
14465         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14466         Suggested by Simon Krahnke <overlord@gmx.li>.
14467
14468 2007-01-13  Romain Francoise  <romain@orebokech.com>
14469
14470         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14471         Update copyright.
14472
14473 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14474
14475         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14476
14477 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14478
14479         * gnus-registry.el (gnus-registry-unfollowed-groups)
14480         (gnus-registry-split-fancy-with-parent): Fix documentation.
14481
14482 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14483
14484         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14485         from nnweb groups.
14486
14487 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14488
14489         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14490         Xref urls.  Erase buffer before requesting head.
14491
14492         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14493
14494 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14495
14496         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14497         customizable.
14498
14499 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14500
14501         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14502         no signing key is found.
14503         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14504         no encrypting and/or signing key is found.
14505
14506 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14509
14510 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14511
14512         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14513         headers read from disk with the ones newly found in the current search.
14514         This should no longer cause problems, because the article numbers in
14515         Gmane's `nov.php' output are ignored since the previous change.
14516
14517 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14518
14519         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14520
14521 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14524         replace-regexp-in-string; bind url-version; fbind display-images-p and
14525         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14526         find-face and set-itimer-function for Emacs; bind itimer-list for
14527         Emacs.
14528
14529         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14530
14531 2007-01-01  Romain Francoise  <romain@orebokech.com>
14532
14533         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14534
14535 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14536
14537         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14538         `define-minor-mode' macro definition expanded properly.
14539         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14540         exclude it there.
14541
14542         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14543         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14544         `fboundp' test.
14545         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14546         This is OK to autoload in (S)XEmacs now.
14547
14548 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14549
14550         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14551         keystroke.
14552         (gnus-summary-limit-to-singletons): Fix typo.
14553
14554         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14555         else fails.
14556
14557 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14558
14559         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14560         docstring.
14561
14562         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14563         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14564         (gnus-summary-insert-dormant-articles): Fix typo in message.
14565
14566 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14569         nil for XEmacs.
14570         (gnus-message-citation-mode): Don't autoload in XEmacs.
14571
14572         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14573
14574 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14575
14576         * nnimap.el (nnimap-expunge-search-string):
14577         Mention nnimap-search-uids-not-since-is-evil in docstring.
14578
14579 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * spam.el: Revert to make-obsolete-variable because
14582         define-obsolete-variable-alias is not supported in Emacs 21.
14583
14584         * spam.el (spam-ifile-path, spam-ifile-database-path)
14585         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14586         make-obsolete-variable.
14587         (spam-bsfilter-path, spam-bsfilter-program)
14588         (spam-spamassassin-path, spam-spamassassin-program)
14589         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14590         Don't use "path" inappropriately.
14591         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14592         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14593         variable names.
14594
14595 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14596
14597         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14598         summary buffer.
14599
14600         * password.el (password-cache-remove): Use clear-string to burn
14601         password, if available.
14602
14603 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14604
14605         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14606
14607         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14608
14609         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14610         (gnus-message-highlight-citation): Move defcustom here from
14611         gnus-cite.el.
14612         (gnus-message-citation-mode): Autoload.
14613
14614         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14615         checks to make it compile with XEmacs.
14616         (gnus-message-citation-mode): New minor mode.
14617         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14618         (gnus-message-highlight-citation): New variables.
14619         (gnus-message-search-citation-line)
14620         (gnus-message-add-citation-keywords)
14621         (gnus-message-remove-citation-keywords)
14622         (turn-on-gnus-message-citation-mode)
14623         (turn-off-gnus-message-citation-mode): New functions.
14624
14625 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14626
14627         * gnus-cite.el: Enable highlighting of different citation levels in
14628         message-mode.
14629
14630 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * message.el (message-make-fqdn): Fix comment.
14633         (message-bogus-system-names): Add ".local".
14634
14635         * spam.el (spam-ifile-path, spam-ifile-program)
14636         (spam-ifile-database-path, spam-ifile-database)
14637         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14638         Don't use "path" inappropriately.
14639         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14640         strings.
14641         (spam-check-ifile, spam-ifile-register-with-ifile)
14642         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14643         Use new variable names.
14644
14645         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14646         (gnus-treat-display-smileys): Simplify using
14647         gnus-image-type-available-p.
14648
14649         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14650         available.
14651
14652         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14653         Use `display-images-p' if available.
14654
14655 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14658         one after turning on the buffer's multibyteness instead of decoding
14659         them directly in the unibyte buffer that causes unexpected conversion
14660         in Emacs 23 (unicode).
14661
14662 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14663
14664         * message.el (message-generate-hashcash): Fix custom type.
14665
14666 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14669
14670 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14673         disconnect icons.  Add help text.
14674
14675 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14676
14677         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14678         negated to be consistent with the others we handle.
14679
14680 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14681
14682         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14683         version of gnus-summary-buffer to something, so that we can use two
14684         article buffers at the same time.
14685
14686 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14689         trigger all the extra headers.
14690         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14691         sorting.
14692
14693 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14694
14695         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14696         solid groups.
14697
14698 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14699
14700         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14701
14702 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * legacy-gnus-agent.el: Add Copyright notice.
14705
14706 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14707
14708         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14709
14710 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14713
14714         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14715         to make it work reliably in CVS Emacs.
14716         (gnus-summary-limit-strange-charsets-predicate)
14717         (gnus-summary-limit-to-predicate): New functions.
14718
14719 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14720
14721         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14722         specifying array size.
14723         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14724         array if it is too small.
14725         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14726         (gnus-sort-threads-loop): New function.
14727
14728 2006-12-06  Chris Moore  <dooglus@gmail.com>
14729
14730         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14731         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14732
14733 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14734
14735         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14736         options.
14737
14738 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14739
14740         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14741         DOS-ing the recipient.
14742
14743         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14744         the headers when creating the mapping to avoid mismappings.
14745         (nnweb-gmane-create-mapping): Always nix out old mapping.
14746
14747 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14750         and mm-verify-option to never.
14751
14752 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * message.el (message-signed-or-encrypted-p): New function.
14755         (message-forward-make-body): Use it.
14756
14757         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14758         Replace encode-coding-string with mm-encode-coding-string.
14759
14760 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * nneething.el (nneething-decode-file-name):
14763         Replace decode-coding-string with mm-decode-coding-string.
14764
14765         * gnus-int.el (gnus-open-server): Say failed server's name.
14766
14767 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14768
14769         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14770         strings to a single string.  Quote `errors-file-name'.
14771         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14772         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14773         Adjust calls.  Use `shell-quote-argument'.
14774
14775 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14776
14777         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14778         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14779
14780         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14781         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14782         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14783         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14784         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14785         (gnus-subscribe-newsgroup, gnus-1):
14786         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14787         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14788         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14789         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14790
14791 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14792
14793         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14794         keystroke.
14795         (gnus-summary-limit-to-bodies): Implement headersp.
14796
14797 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14798
14799         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14800
14801 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14804
14805 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14806
14807         * message.el (message-generate-hashcash): Expand range of values to
14808         include `opportunistic'.
14809         (message-send-mail): Use it.
14810
14811 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14812
14813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14814         and comment it.
14815
14816         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14817
14818 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * gnus-util.el (gnus-extract-address-components): Improve comment.
14821
14822 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-util.el (gnus-extract-address-components): Work with address in
14825         which the name portion contains @.
14826
14827         * lpath.el: Fbind custom-autoload.
14828
14829 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus.el (gnus-start): Move custom group up.
14832         (gnus-select-method): Don't autoload, but make it available for
14833         `customize-variable'.
14834         (gnus-getenv-nntpserver): Don't autoload.
14835
14836 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14839
14840 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * message.el (message-sendmail-extra-arguments): New variable.
14843         (message-send-mail-with-sendmail): Use it.
14844
14845 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14848         mm-with-unibyte-current-buffer to make string unibyte.
14849
14850         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14851         mm-string-as-multibyte.
14852
14853 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14854
14855         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14856         Reported by Werner Koch <wk@gnupg.org>.
14857
14858 2006-11-14  Daiki Ueno  <ueno@p360>
14859
14860         * mml2015.el: Autoload epa-select-keys when compiling.
14861
14862 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14863
14864         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14865         message-options.
14866         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14867
14868 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14869
14870         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14871         EasyPG (< 0.0.6).
14872         (mml2015-always-trust): New user option.
14873         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14874         prompt.
14875
14876 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nntp.el (nntp-authinfo-force): New variable.
14879         (nntp-send-authinfo): Use it.
14880
14881 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14884         decode encoded words.  Improve prompt.  Add comment about forwarding.
14885         (message-replacement-char): Move up.
14886
14887 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14888
14889         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14890         instead of gnus-intersection because arguments of gnus-sorted-nunion
14891         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14892
14893 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14896         (message-simplify-subject-functions):
14897         Enable message-strip-subject-encoded-words by default.
14898
14899 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * message.el (message-strip-subject-encoded-words): New function.
14902         (message-simplify-subject-functions): New variable.
14903         (message-simplify-subject): Use it.  Fix typo in doc string.
14904         Support message-strip-subject-encoded-words.
14905
14906 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14907
14908         * gnus-diary.el (gnus-diary-delay-format-function):
14909         * nndiary.el (nndiary-reminders):
14910         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14911
14912 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * gnus-art.el (article-hide-boring-headers): Fetch date from
14915         gnus-original-article-buffer to avoid problems with localized date
14916         strings.
14917
14918 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14921
14922 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14925         New variables.
14926         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14927         (mm-charset-synonym-alist): Move some entries to
14928         mm-codepage-iso-8859-list.
14929         (mm-charset-synonym-alist, mm-charset-override-alist):
14930         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14931
14932 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14935
14936 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14939         with Emacs 21 and XEmacs.
14940
14941 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * spam.el (spam-parse-address): New function for better parsing,
14944         catching errors, etc.
14945         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14946
14947 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * mm-view.el: Add interactive arg to html2text autoload.
14950
14951 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14954
14955 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14956
14957         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14958         New variables.
14959         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14960         (mm-charset-synonym-alist): Move some entries to
14961         mm-codepage-iso-8859-list.
14962
14963         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14964
14965 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * message.el (message-citation-line-format)
14968         (message-insert-formated-citation-line): Fix implementation of %E, %N
14969         and %n according to the doc string.
14970
14971 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14972
14973         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14974         Use car-safe to avoid bad parses.
14975
14976 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14979         names.
14980
14981         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14982
14983 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14986         header.
14987
14988         * message.el (message-draft-headers): Add Date.
14989         (message-headers-to-generate): Fix typo in docstring.
14990
14991         * nndraft.el (nndraft-required-headers): New variable.
14992         (nndraft-generate-headers): Use it.
14993
14994         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14995
14996 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * gnus-registry.el (gnus-registry-wash-for-keywords)
14999         (gnus-registry-find-keywords): New functions to allow easy searching of
15000         articles that are in the registry.
15001
15002 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15005         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15006         Reported by Damien Elmes <damien@repose.cx>.
15007
15008 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus.el (gnus-mime): Remove unused custom group.
15011
15012 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15013
15014         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15015         "blank line" when searching for end of armor headers.
15016
15017 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gmm-utils.el (gmm-write-region): Fix variable name.
15020
15021 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gmm-utils.el (gmm-write-region): New function based on compatibility
15024         code from `mm-make-temp-file'.
15025
15026         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15027
15028         * nnmaildir.el (nnmaildir--update-nov)
15029         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15030         Use `gmm-write-region'.
15031
15032 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15033
15034         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15035         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15036
15037         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15038
15039         * message.el (message-replacement-char): New variable.
15040         (message-fix-before-sending): Use it.
15041         (message-simplify-subject): New function to remove duplicate code.
15042         (message-reply, message-followup): Use it.
15043
15044         * gnus-sum.el (gnus-summary-make-menu-bar):
15045         Clarify gnus-summary-limit-to-articles.
15046
15047 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * gnus-util.el (gnus-with-local-quit): New macro.
15050
15051         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15052
15053 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15054
15055         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15056         ignore non-string data.
15057
15058 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15059
15060         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15061         non-string data (needs to be done in the registry too).
15062
15063 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15066         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15067         (gnus-registry-split-fancy-with-parent)
15068         (gnus-registry-fetch-simplified-message-subject-fast)
15069         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15070         Remove text properties on ingress into the registry and when it's saved.
15071         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15072         registry from entries with no groups.
15073
15074 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15075
15076         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15077         function to remove string properties.
15078
15079 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * gmm-utils.el (gmm): Adjust custom version.
15082
15083         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15084         Adjust custom version.
15085
15086         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15087
15088 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-art.el (gnus-insert-prev-page-button)
15091         (gnus-insert-next-page-button): Simplify.  Reformat.
15092
15093 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15094
15095         * gnus-art.el (gnus-insert-prev-page-button)
15096         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15097
15098 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15099
15100         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15101
15102 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15103
15104         * gnus-art.el (gnus-insert-mime-button)
15105         (gnus-insert-mime-security-button):
15106         Apply gnus-article-button-face to MIME and security buttons.
15107
15108 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15111         readable.
15112
15113 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15116
15117 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15118
15119         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15120         `browse-url-of-file' instead of `browse-url'.
15121
15122 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15123
15124         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15125         regexp.  Articles containing quotation were cut prematurely.
15126
15127 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * message.el (message-cite-original-1): Use nobody by default for the
15130         value of From header.
15131         (message-reply): Ditto.
15132
15133 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15134
15135         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15136         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15137         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15138
15139 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15142         mails in the doc string.  Add some URLs in comment.
15143         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15144
15145 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15148         backslashes handling and the way to find boundaries of quoted strings.
15149
15150 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15151
15152         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15153         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15154         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15155         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15156
15157 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15160         doc string.
15161         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15162
15163 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * lpath.el: Fbind epg-check-configuration.
15166
15167 2006-09-06  Simon Josefsson  <jas@extundo.com>
15168
15169         * mml2015.el (mml2015-use): Doc fix, mention epg.
15170
15171 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15172
15173         * mml2015.el (mml2015-use): Default to epg, if available.
15174
15175 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15176
15177         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15178         message-sender.
15179         (mml1991-epg-encrypt): Ditto.
15180         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15181         message-sender.
15182         (mml2015-epg-encrypt): Ditto.
15183
15184 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15185
15186         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15187         several common directories.
15188
15189 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15190
15191         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15192         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15193
15194 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-art.el (article-decode-encoded-words): Make it fast.
15197
15198 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15201
15202         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15203         in quoted string into `\'.
15204
15205 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15208         Use standard-syntax-table.
15209
15210 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-art.el (gnus-decode-address-function): New variable.
15213         (article-decode-encoded-words): Use it to decode headers which are
15214         assumed to contain addresses.
15215         (gnus-mime-delete-part): Remove useless `or'.
15216
15217         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15218         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15219         (gnus-nov-parse-line): Use it to decode From header.
15220         (gnus-get-newsgroup-headers): Ditto.
15221         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15222
15223         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15224         (mail-decode-encoded-address-string): New alias.
15225
15226         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15227         New function.
15228         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15229         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15230         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15231         (rfc2047-decode-string): Ditto.
15232         (rfc2047-decode-address-region): New function.
15233         (rfc2047-decode-address-string): New function.
15234
15235 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * message.el (message-caesar-buffer-body): Allow rotating headers.
15238
15239         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15240
15241         * message.el (message-insert-formated-citation-line): Fix %f.
15242         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15243
15244 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15247         (gnus-bookmark-mouse-available-p): New macro.
15248         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15249         (gnus-bookmark-bmenu-show-infos): Use it.
15250         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15251         (gnus-bookmark-bmenu-hide-infos): Ditto.
15252         (gnus-bookmark-remove-properties): New function.
15253         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15254         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15255         (gnus-bookmark-write-file): Bind coding-system-for-write.
15256         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15257         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15258         group before selecting it.
15259         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15260         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15261         quit-window if it is not available; use gnus-mouse-2 and bind it to
15262         gnus-bookmark-bmenu-select-by-mouse.
15263         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15264         (gnus-bookmark-bmenu-select-by-mouse): New function.
15265
15266 2006-08-13  Romain Francoise  <romain@orebokech.com>
15267
15268         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15269         space.
15270
15271 2006-08-10  Romain Francoise  <romain@orebokech.com>
15272
15273         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15274         (dns-mode-soa-auto-increment-serial): New user option.
15275         (dns-mode-soa-maybe-increment-serial): New function.
15276         (dns-mode): Add the latter to `write-contents-functions'.
15277
15278 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * compface.el (uncompface): Use binary rather than raw-text-unix.
15281
15282 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * compface.el (uncompface): Make sure the eol conversion doesn't take
15285         place when communicating with the external programs.
15286         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15287
15288 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15291
15292 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15293
15294         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15295         Make it more robust by parsing author and date independently.
15296
15297 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15300
15301 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15302
15303         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15304         first matching secret key.
15305         (mml2015-epg-encrypt): Ditto.
15306
15307         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15308         first matching secret key.
15309         (mml1991-epg-encrypt): Ditto.
15310
15311         * mml2015.el (mml2015-encrypt-to-self): New user option.
15312         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15313         mml2015-epg-encrypt-to-self is set.
15314
15315         * mml1991.el (mml1991-encrypt-to-self): New variable.
15316         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15317         mml1991-epg-encrypt-to-self is set.
15318
15319         * mml2015.el (mml2015-signers): New user option.
15320         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15321         (mml2015-epg-encrypt): Allow to select signing keys.
15322
15323         * mml1991.el (mml1991-signers): New variable.
15324         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15325         (mml1991-epg-encrypt): Allow to select signing keys.
15326
15327 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * nnheader.el (nnheader-insert-head): Make it work even if the file
15330         uses CRLF for the line-break code.
15331
15332 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15333
15334         * mml2015.el: Require mml-sec instead of password.
15335         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15336         (mml2015-cache-passphrase): Inherit the default value from
15337         mml-secure-cache-passphrase.
15338         (mml2015-passphrase-cache-expiry): Inherit the default value from
15339         mml-secure-passphrase-cache-expiry.
15340
15341         * mml1991.el: Require mml-sec instead of password.
15342         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15343         (mml1991-cache-passphrase): Inherit the default value from
15344         mml-secure-cache-passphrase.
15345         (mml1991-passphrase-cache-expiry): Inherit the default value from
15346         mml-secure-passphrase-cache-expiry.
15347
15348         * mml-sec.el: Require password.
15349         (mml-secure-verbose): New user option.
15350         (mml-secure-cache-passphrase): New user option.
15351         (mml-secure-passphrase-cache-expiry): New user option.
15352
15353 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15354             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15355
15356         * pgg-def.el (pgg-truncate-key-identifier):
15357         Truncate the key ID to 8 letters from the end.
15358
15359 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15360
15361         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15362         workaround for the url package included with Emacs.
15363
15364         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15365
15366 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15369         correctly.  This fixes a bug caused by the 2006-05-12 change.
15370
15371 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15372
15373         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15374         some information about the error when saying that the `bogus' mail
15375         group will be used.
15376
15377 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15380         string.
15381
15382 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15383
15384         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15385
15386 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15387
15388         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15389
15390 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15391
15392         * mml1991.el (mml1991-function-alist): Add epg.
15393         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15394         (mml1991-epg-encrypt): New functions.
15395
15396 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15397
15398         * mml2015.el (mml2015-verbose): New variable.
15399         (mml2015-cache-passphrase): Ditto.
15400         (mml2015-passphrase-cache-expiry): Ditto.
15401         (mml2015-function-alist): Add epg.
15402         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15403         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15404         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15405         New functions.
15406
15407 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15408
15409         * message.el (message-cite-original-1): Preserve region when removing
15410         quoted text due to X-No-Archive in order to avoid bogus attribution
15411         when citing multiple messages.
15412
15413 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15414
15415         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15416         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15417
15418 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15419
15420         * gnus-diary.el (gnus-user-format-function-d)
15421         (gnus-user-format-function-D): Autoload.
15422
15423         * imap.el (Commentary): Fix typo.
15424
15425         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15426         2006-04-22 contribution.
15427
15428 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15429
15430         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15431         It didn't really fix the bogosity I'm seeing with solid web groups.
15432
15433 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15434
15435         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15436         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15437         created using server names.  If we use the feature without declaring
15438         it, Gnus does not properly manage server and group state.
15439
15440         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15441         bound.
15442
15443 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15444
15445         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15446         looking up the method using GROUP's prefix before inventing a new one.
15447         It is used on killed/unknown groups in various places where returning
15448         an all-new method isn't expected by the caller.
15449
15450         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15451         and match semantics of gnus-group-real-prefix.
15452
15453 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * nnmail.el (nnmail-broken-references-mailers): New variable.
15456         (nnmail-ignore-broken-references): New function generalizing
15457         nnmail-fix-eudora-headers.
15458         (nnmail-fix-eudora-headers): Now obsolete.
15459
15460         * gnus-art.el (gnus-button-handle-custom):
15461         Support `customize-apropos*'.
15462
15463 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15466
15467         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15468         articles.
15469
15470 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15471
15472         * message.el (message-cite-reply-above): New variable.
15473         (message-yank-original): Use it.
15474
15475 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15478
15479 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15482         as read.
15483
15484         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15485
15486 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15489         (gnus-bookmark-default-file): Use gnus-directory.
15490         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15491         Remove "*" in doc string.
15492         (gnus-bookmark-write-file): Simplify.
15493         (gnus-bookmark-maybe-sort-alist): Use `when'.
15494         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15495         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15496         Add FIXME about Emacs 21 and XEmacs compatibility.
15497         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15498         compatibility.
15499         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15500         compatibility.
15501         (gnus-bookmark-menu-heading): Fix version.
15502
15503 2006-06-19  Bastien Guerry  <bzg@altern.org>
15504
15505         * gnus-bookmark.el: New file.
15506
15507 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * message.el (message-syntax-checks): Doc fix.
15510
15511 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15512
15513         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15514         unsubscribed groups as if they were killed ones.  It causes duplicate
15515         entries in gnus-newsrc-alist.
15516
15517 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * message.el (message-syntax-checks): Doc fix.
15520         (message-send-mail): Add check for continuation headers.
15521         (message-check-news-header-syntax): Fix regexp used to check for
15522         continuation headers.
15523
15524 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15527
15528 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15531
15532 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15535         default-truncate-lines.
15536
15537 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15540         to fill the utf-8 entry.
15541
15542         * lpath.el: Fbind unicode-precedence-list.
15543
15544 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15545
15546         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15547
15548 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15549
15550         * gnus-agent.el (directory-files-and-attributes): Move all the way
15551         forward (the third and final move).
15552         (gnus-agent-read-agentview): Trap reconstruction errors due to
15553         nonexistent directory.  Handle by returning nil.
15554
15555 2006-05-30  Didier Verna  <didier@xemacs.org>
15556
15557         * message.el (message-dont-reply-to-names): Update the custom type.
15558         * message.el (message-dont-reply-to-names): New defsubst: potentially
15559         convert a list of regexps into a single one.
15560         * message.el (message-get-reply-headers): Use it.
15561         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15562
15563 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-agent.el (directory-files-and-attributes): Move forward.
15566
15567 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15568
15569         * gnus-ml.el (gnus-mailing-list-subscribe)
15570         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15571         (gnus-mailing-list-message): Fix doc strings.
15572
15573 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15574
15575         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15576         of doing it manually.
15577
15578 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15581         comment.
15582
15583 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15584
15585         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15586         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15587         (gnus-agent-read-local): All symbols allocated in my-obarray.
15588         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15589         (gnus-agent-regenerate-group): Check numeric names to see if they are
15590         messages or groups.
15591         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15592         better way of do this...)
15593
15594         * gnus-cache.el (gnus-agent-total-fetched-for):
15595         Ignore 'dummy.group' (there should be a better way of do this...)
15596
15597 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15600         (gnus-saved-headers): Ditto.
15601         (gnus-default-article-saver): Mention functions may have properties.
15602         (gnus-article-save): Override gnus-save-all-headers and
15603         gnus-saved-headers by :headers property which saver function may have.
15604         (gnus-summary-save-in-file): Add :headers property.
15605         (gnus-summary-write-to-file): Ditto.
15606
15607         * gnus-sum.el (gnus-summary-save-article): Bind
15608         gnus-prompt-before-saving to t when saving many articles in a file;
15609         always show all headers.
15610
15611         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15612
15613 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15616         marks.
15617
15618         * message.el (message-indent-citation): Add optional arguments to allow
15619         using it outside of message buffers.
15620
15621         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15622         (gnus-article-treat-unfold-headers): Use it.
15623         (gnus-article-truncate-lines): New variable.
15624         (gnus-article-mode): Use it.
15625         (gnus-article-toggle-truncate-lines): New function.
15626
15627         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15628         Add gnus-article-toggle-truncate-lines.
15629
15630         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15631         coding system in XEmacs, use binary.
15632
15633 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15636         after-load-alist.
15637
15638         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15639         this function should save decoded articles.
15640         (gnus-summary-write-to-file): Use property to specify this function
15641         should save decoded articles and specify gnus-summary-save-in-file
15642         should be used to save articles other than the first one when saving
15643         many articles.
15644         (gnus-summary-save-body-in-file): Use property to specify this
15645         function should save decoded articles.
15646         (gnus-summary-write-body-to-file): Use property to specify this
15647         function should save decoded articles and specify
15648         gnus-summary-save-body-in-file should be used to save articles other
15649         than the first one when saving many articles.
15650
15651         * gnus-sum.el (gnus-summary-save-article): Simplify.
15652
15653 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-default-article-saver):
15656         Add gnus-summary-write-body-to-file.
15657         (gnus-article-save-coding-system): Don't use coding system object
15658         in XEmacs.
15659         (gnus-read-save-file-name): Add optional `dir-var' argument which
15660         specifies directory in which files are saved; work even if optional
15661         `variable' argument is not specified.
15662         (gnus-summary-write-to-file): Read file name.
15663         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15664         (gnus-summary-write-body-to-file): New function.
15665
15666         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15667         (gnus-summary-local-variables): Add it.
15668         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15669         (gnus-summary-save-article): Remove optional `decode' argument;
15670         determine whether to decode articles by the value of
15671         gnus-default-article-saver; when saving many files using
15672         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15673         it first and use gnus-summary-save-in-file or
15674         gnus-summary-save-body-in-file thereafter unless
15675         gnus-prompt-before-saving is always; move point to article which
15676         will be saved.
15677         (gnus-summary-save-article-file): Revert.
15678         (gnus-summary-write-article-file): Revert.
15679         (gnus-summary-save-article-body-file): Revert.
15680         (gnus-summary-write-article-body-file): New function.
15681
15682 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * gnus-art.el (gnus-default-article-saver): Doc fix.
15685         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15686         from gnus-summary-save-article-coding-system, and default to a
15687         certain coding system.
15688         (gnus-output-to-file): Add coding cookie and encode text according
15689         to gnus-article-save-coding-system; don't use mm-append-to-file.
15690
15691         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15692         gnus-art.el and rename to gnus-article-save-coding-system.
15693         (gnus-summary-save-article): Require gnus-art; don't show all
15694         headers if it decodes articles; don't add coding cookie here;
15695         don't bind mm-text-coding-system-for-write.
15696         (gnus-summary-save-article-file): Save decoded articles.
15697         (gnus-summary-write-article-file): When saving many files, use
15698         gnus-summary-write-to-file first and gnus-summary-save-in-file
15699         thereafter unless gnus-prompt-before-saving is always.
15700         (gnus-summary-save-article-body-file): Save decoded articles.
15701
15702         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15703
15704 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * nnrss.el (nnrss-check-group): Bind hash-index.
15707
15708 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15709
15710         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15711         its hash index.  Store this hash in `nnrss-group-data'.
15712         (nnrss-read-group-data): Update accordingly.
15713
15714 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15715
15716         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15717         entry.
15718
15719         * gnus-sum.el (gnus-summary-make-menu-bar):
15720         Add gnus-article-browse-html-article.
15721
15722 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15723
15724         * gnus-sum.el (gnus-summary-mime-map):
15725         Add gnus-article-browse-html-article.
15726
15727         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15728
15729 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15732         suitable coding systems in customize.
15733
15734 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * mail-source.el (mail-sources): Fix custom type.
15737
15738 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15741         (gnus-summary-expire-articles-now): Shorten prompt.
15742
15743         * gmm-utils.el (wid-edit): Require.
15744         (defun-gmm): Rename from `gmm-defun-compat'.
15745         (gmm-image-search-load-path): Use it.
15746         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15747
15748 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-sum.el (gnus-summary-save-article-coding-system):
15751         New variable.
15752         (gnus-summary-save-article): Add optional `decode' argument.
15753         If it is set and gnus-summary-save-article-coding-system is non-nil,
15754         save decoded article.
15755         (gnus-summary-write-article-file): Save decoded article if
15756         gnus-summary-save-article-coding-system is non-nil.
15757
15758         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15759         type.
15760
15761 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15764
15765 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15768         first to test gnus-single-article-buffer which may be buffer-local.
15769
15770         * gnus-sum.el (gnus-summary-setup-buffer):
15771         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15772         group; make gnus-article-buffer, gnus-article-current, and
15773         gnus-original-article-buffer always buffer-local.
15774         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15775         group.
15776         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15777
15778 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * nnml.el (nnml-request-compact-group): Compressed files might not
15781         have .gz extension.
15782
15783 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15784
15785         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15786         (mm-copy-to-buffer): Use with-current-buffer.
15787         (mm-display-part): Simplify.
15788         (mm-inlinable-p): Add optional arg `type'.
15789
15790 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15791
15792         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15793         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15794         Try harder to show the attachment internally or externally using
15795         gnus-mime-view-part-as-type.
15796
15797 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15798
15799         * message.el (message-from-style, message-signature-separator)
15800         (message-user-organization-file, message-send-mail-function)
15801         (message-citation-line-function, message-yank-prefix)
15802         (message-indent-citation-function, message-signature)
15803         (message-signature-file, message-signature-insert-empty-line):
15804         Remove autoloads.
15805
15806         * gnus-art.el (gnus-buttonized-mime-types):
15807         Remove "multipart/signed".  Revert 2006-04-26 change.
15808
15809 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * gnus.el (gnus-version-number): Bump version.
15812
15813 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15814
15815         * gnus.el: No Gnus v0.5 is released.
15816
15817 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15818
15819         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15820         fetching articles by message-id.
15821
15822 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15823
15824         * message.el (hashcash): Require hashcash as normal.
15825
15826         * ecomplete.el (ecomplete-highlight-match-line):
15827         Use point-at-eol.
15828         (ecomplete-highlight-match-line): Use `highlight', because that
15829         face exists in both Emacs and XEmacs.
15830
15831         * message.el (message-display-abbrev): Use point-at-bol.
15832
15833         * mail-source.el: Don't require timer/timer-funcs.
15834
15835         * gnus-async.el: Ditto.
15836
15837         * password.el: Ditto.
15838
15839         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15840
15841         * mm-url.el: Ditto.
15842
15843         * gnus-xmas.el: Don't require timer-funcs.
15844
15845         * mm-util.el: Require timer/timer-funcs.
15846
15847 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15848
15849         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15850         Close.
15851
15852 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15855         unibyte after clear-decrypt function runs.
15856
15857         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15858         returns as a unibyte string.
15859
15860 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * lpath.el: Revert.
15863
15864         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15865         (pgg-gpg-process-sentinel): Revert.
15866
15867         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15868         (pgg-pgp-lookup-key): Revert.
15869
15870         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15871         (pgg-pgp5-lookup-key): Revert.
15872
15873         * pgg.el (pgg-fetch-key): Revert.
15874
15875 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * lpath.el: Fbind string-as-multibyte for XEmacs.
15878
15879         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15880         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15881         (mml1991-pgg-encrypt): Ditto.
15882
15883         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15884         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15885         a multibyte buffer.
15886
15887         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15888         (pgg-pgp-lookup-key): Ditto.
15889
15890         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15891         (pgg-pgp5-lookup-key): Ditto.
15892
15893         * pgg.el (pgg-fetch-key): Ditto.
15894
15895 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * message.el (message-user-organization-file): Check several
15898         locations of the organization file.
15899
15900         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15901         Add gnus-article-view-part-as-type.
15902
15903         * gnus-art.el (gnus-article-view-part-as-type): New function.
15904
15905         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15906         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15907
15908         * mml.el: Simplify autoload.
15909         (mml-mode): defvar dnd-protocol-alist instead of using
15910         symbol-value.
15911         (mml-default-directory): New variable.
15912         (mml-minibuffer-read-file): Use it.
15913         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15914
15915         * message.el (message-citation-line-format): New variable.
15916         (message-insert-formated-citation-line): New function.
15917         (message-citation-line-function):
15918         Add `message-insert-formated-citation-line' to custom type.
15919
15920         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15921         to doc string.
15922
15923         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15924         depending on mm-verify-option.
15925
15926 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15929         binding pgg-* variables; reimplement the section which prevents
15930         MIME header from being signed.
15931         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15932         pgg-text-mode; remove a blank line at the top of body.
15933
15934         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15935         lines at the top of body; use gnus-newsgroup-charset if there's no
15936         Charset header.
15937
15938 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * message.el (message-self-insert-commands): Doc fix.
15941
15942         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15943         (mm-uu-pgp-encrypted-test): Ditto.
15944         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15945         between header and body; return application/pgp-encrypted handle
15946         if decryption failed; decode decrypted body by charset.
15947
15948         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15949         element match to application/pgp-*.
15950
15951 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15952
15953         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15954         HTML.
15955
15956 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15957
15958         * mail-source.el (mail-source-call-script): Message the error
15959         string.
15960
15961 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15962
15963         * gnus-util.el (gnus-byte-compile): Use it.
15964
15965 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15966
15967         * gnus-util.el (kill-empty-logs): New function.
15968
15969 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15970
15971         * message.el (message-mail-alias-type): Doc fix.
15972         (message-mail-alias-type-p): New function.
15973         (message-send): Use it.
15974         (message-mode): Ditto.
15975         (message-strip-forbidden-properties): Ditto.
15976
15977         * ecomplete.el (ecomplete-database-file-coding-system):
15978         New variable.
15979         (ecomplete-save): Use it.
15980         (ecomplete-setup): Use it.
15981
15982 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * message.el (message-self-insert-commands): New variable.
15985         (message-strip-forbidden-properties): Use it.
15986
15987 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15988
15989         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15990         that doesn't make XEmacs choke.
15991
15992 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * gnus-util.el (gnus-replace-in-string):
15995         Prefer replace-regexp-in-string over of replace-in-string.
15996
15997 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-util.el (gnus-select-frame-set-input-focus):
16000         Use select-frame-set-input-focus if it is available in XEmacs; use
16001         definition defined in Emacs 22 for old Emacsen.
16002
16003         * dgnushack.el: Autoload unmorse-region for XEmacs.
16004
16005         * lpath.el: Bind cursor-in-non-selected-windows and
16006         select-frame-set-input-focus for XEmacs.
16007
16008 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16011
16012 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * gnus-registry.el (gnus-registry-cache-save): Remove text
16015         properties when saving via the temp buffer.
16016
16017 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * message.el (message-generate-hashcash): Honor custom type.
16020
16021 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16022
16023         * message.el (message-generate-hashcash): Default to non-nil when
16024         hashcash is found.
16025
16026         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16027         (gnus-refer-thread-limit): Increase default to 500.
16028
16029         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16030
16031         * flow-fill.el (fill-flowed): Allow delete-space.
16032
16033 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16034
16035         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16036         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16037         Remove autoloads.
16038
16039 2006-04-18  Simon Josefsson  <jas@extundo.com>
16040
16041         * message.el (message-generate-hashcash): Default to.
16042
16043 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16046         concatenating segments rather than before concatenating them.
16047
16048 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16051
16052 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16055
16056         * message.el (message-forward-make-body-plain):
16057         Allow message-forward-ignored-headers to be a list.
16058         (message-remove-ignored-headers): Factor out into function.
16059         (message-forward-make-body-mml): Use it.
16060
16061         * imap.el (imap-quote-specials): New function.
16062         (imap-login-auth): Quote specials.
16063
16064         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16065         (rfc2231-parse-string): Allow concatanation of parameters that
16066         aren't contiguous.  The test case is
16067           (mail-header-parse-content-type "message/external-body;
16068             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16069             access-type=LOCAL-FILE;
16070             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16071
16072 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16073
16074         * nntp.el (nntp-accept-process-output): Return the value of
16075         `nnheader-accept-process-output'.
16076
16077 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16080         (gnus-button-alist): Recognize more diff formats.
16081         (gnus-button-patch): Strip directory.
16082
16083 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16086         Emacs 22 when setting focus.
16087
16088 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16089
16090         * gnus-art.el (gnus-article-treat-types): Do treatment of
16091         text/x-verbatim parts.
16092         (gnus-button-patch): New command.
16093
16094         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16095         addresses that contain invalid characters.
16096
16097 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16098
16099         * message.el (message-put-addresses-in-ecomplete):
16100         Use gnus-replace-in-string.
16101         (message-is-yours-p): Use the more correct
16102         mail-header-parse-address instead of
16103         mail-extract-address-components.
16104         (message-put-addresses-in-ecomplete): Fix typo.
16105
16106         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16107         keystroke.
16108
16109         * gnus-art.el (gnus-treatment-function-alist): Change order of
16110         newsgroups/generic header folding to avoid double-folding.
16111
16112         * message.el (message-hidden-headers): Add X-Draft-From.
16113
16114         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16115         New command.
16116         (gnus-summary-repeat-search-article-backward): New command.
16117
16118         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16119         groups in the parent topic.
16120
16121 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16122
16123         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16124         (spam-extra-header-to-number): Return the CRM114 number as a
16125         number instead of a string.
16126
16127 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128
16129         * gnus-art.el (gnus-face-properties-alist): Move here from
16130         gnus-fun.
16131
16132         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16133
16134 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16135
16136         * message.el (message-strip-forbidden-properties): Only display on
16137         self-insert-command.
16138
16139         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16140         reindent.
16141         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16142
16143 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16144
16145         * smiley.el (smiley-style): Fix typo.
16146
16147 2006-03-23  Kenichi Handa  <handa@m17n.org>
16148
16149         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16150         instead of set-buffer-multibyte.
16151
16152 2006-03-23  Kenichi Handa  <handa@m17n.org>
16153
16154         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16155         buffer and then decode the buffer text if necessary.
16156         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16157         first, and after mm-encode-body, change the buffer to unibyte.
16158
16159 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * hashcash.el (hashcash-insert-payment-async-2):
16162         Use message-goto-eoh instead of doing it manually.
16163         (mail-add-payment): Use message-narrow-to-header instead of trying
16164         to do the same itself.
16165
16166         * message.el (message-hidden-headers): Add Face.
16167
16168         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16169         reparenting code.
16170         (gnus-summary-reparent-children): Refactored out code.
16171         (gnus-summary-thread-map): New keystroke.
16172         (gnus-summary-reparent-children): Make into command.
16173
16174         * smiley.el (smiley-style): Default to `medium' if using a large
16175         font.
16176
16177         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16178         does it itself.
16179
16180         * message.el (message-point-in-header-p): Simplify definition.
16181
16182 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * nnagent.el (nnagent-request-set-mark): Silence log file
16185         writing.
16186         (nnagent-request-set-mark): Use write-region instead of
16187         append-to-file.
16188
16189         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16190         strange select method.
16191
16192         * ecomplete.el (ecomplete-display-matches): Get highlightling
16193         right.
16194         (ecomplete-display-matches): Use literals.
16195         (ecomplete-display-matches): Disable message logging.
16196
16197         * message.el (message-display-abbrev): Small optimization.
16198
16199         * ecomplete.el (ecomplete-display-matches): Allow automatic
16200         display.
16201
16202         * message.el (message-strip-forbidden-properties):
16203         Display abbrevs.
16204         (message-display-abbrev): Get automatic display right.
16205
16206         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16207         keystrokes.
16208
16209 2006-04-13  Romain Francoise  <romain@orebokech.com>
16210
16211         TODO: Backport to v5-10!
16212
16213         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16214         Move here (and rename) from gnus-registry.el.
16215
16216         * gnus-registry.el: Require gnus-util.
16217         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16218
16219 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * gnus-group.el (gnus-group-catchup-current):
16222         Change if-then-else-if-then-else into cond.
16223         (gnus-group-catchup): Indent.
16224         (group-name-at-point): New function.
16225         (gnus-fetch-group): Provide default from thing at point.
16226
16227 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * message.el (message-display-abbrev): Fix regexp.
16230
16231         * ecomplete.el (ecomplete-highlight-match-line):
16232         Reimplement choosing.
16233         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16234         dead variables.
16235
16236         * message.el (message-newline-and-indent): Remove debugging.
16237         (message-display-abbrev): Use new implementation.
16238
16239 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-art.el (gnus-article-mode):
16242         Set cursor-in-non-selected-windows to nil.
16243
16244         * smiley.el: Revert previous change.
16245         (smiley-data-directory): defvar it before using it in the
16246         defcustom of `smiley-style'.
16247
16248 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * message.el (message-newline-and-indent): New function.
16251
16252         * ecomplete.el: Implement more bits.
16253
16254         * message.el (message-put-addresses-in-ecomplete): Clean up the
16255         string.
16256
16257         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16258
16259         * gnus-sum.el (gnus-summary-save-parts):
16260         Bind gnus-summary-save-parts-counter and use it to make unique file
16261         names.
16262
16263         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16264
16265         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16266         parameter to say whether to actually parse the individual
16267         addresses.
16268
16269         * message.el (message-put-addresses-in-ecomplete): New function.
16270         (ecomplete): Require.
16271         (message-mail-alias-type): Add ecomplete as an option.
16272
16273 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16274
16275         * flow-fill.el (fill-flowed): Remove trailing space from blank
16276         quoted lines.
16277
16278 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * smiley.el (smiley-style): Move definition later to avoid a
16281         compilation warning.
16282
16283 2006-04-12  Kenichi Handa  <handa@m17n.org>
16284
16285         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16286         buffer and then decode the buffer text if necessary.
16287         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16288         first, and after mm-encode-body, change the buffer to unibyte.
16289         Use mm-disable-multibyte instead of set-buffer-multibyte.
16290
16291 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16294         Content-Type header instead of Content-Disposition header.
16295         (gnus-mime-inline-part): Ditto.
16296         (gnus-mime-view-part-as-charset): Ignore charset that the part
16297         specifies.
16298
16299         * mm-decode.el (mm-display-part): Work with external parts and
16300         usual parts similarly.
16301
16302         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16303         instead of gnus-display-mime.
16304
16305         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16306         instead of with-temp-buffer.
16307
16308         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16309         tag to summarized topics part in order to encode non-ASCII text.
16310
16311 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * smiley.el (smiley-style): New variable.
16314         (smiley-directory): New function.
16315         (smiley-data-directory): Derive from `smiley-style' using
16316         `smiley-directory'.
16317         (smiley-regexp-alist): Add new entries.
16318
16319         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16320         (gnus-article-browse-delete-temp): Add :version.
16321
16322 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16323
16324         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16325         the sieve region.
16326
16327 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * gnus.el (gnus-version-number): Bump version.
16330
16331 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16332
16333         * gnus.el: No Gnus v0.4 is released.
16334
16335 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336
16337         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16338         layout.
16339
16340         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16341         unknown charset.
16342
16343         * message.el (message-header-synonyms): Add Original-To to the
16344         default.
16345
16346         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16347         optional parameter.
16348
16349 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-fun.el (gnus): Require it for gnus-directory.
16352
16353 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16356
16357 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16358
16359         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16360
16361 2006-04-05  Simon Josefsson  <jas@extundo.com>
16362
16363         * password.el (password-reset): New function.
16364
16365 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16366
16367         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16368         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16369
16370 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16371
16372         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16373         Some whitespace was matched into the url, which broke browsing hits
16374         > 100 when mm-url-use-external was nil.
16375
16376 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16379         Check gnus-extra-headers for 'Newsgroups.
16380
16381         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16382         bound.
16383
16384 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16385
16386         * pgg-gpg.el: Clean up process buffers every time gpg processes
16387         complete.
16388
16389 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16390
16391         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16392         doc string.
16393
16394 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16395
16396         * pgg-gpg.el (pgg-gpg-process-filter)
16397         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16398
16399         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16400         lines, temporary fix.
16401
16402 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16403
16404         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16405
16406 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16407
16408         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16409         default-enable-multibyte-characters.  This reverts the change from
16410         revision 6.17 which is no longer necessary because the passphrase
16411         is sent separately now.  GnuPG messages are unreadable under
16412         multibyte locales with default-enable-multibyte-characters set to
16413         nil.
16414
16415 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16416
16417         * message.el (message-tool-bar-gnome): Move "spell".
16418
16419 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16422         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16423         instead.
16424
16425 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16426
16427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16428         Improve newsgroups handling for NNTP overviews which don't include
16429         Newsgroups.
16430
16431 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16432
16433         * message.el (message-resend): Bind message-generate-hashcash to nil.
16434
16435 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16436
16437         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16438         when searching for already-paid recipients.
16439
16440 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16441
16442         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16443         passphrases when it is not needed.
16444         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16445         passphrase stuff from gpg, should only be necessary when you use
16446         gpg with a smartcard.
16447
16448 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * mml.el (mml-insert-mime): Ignore cached contents of
16451         message/external-body part.
16452
16453         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16454         (mm-insert-part): Ditto.
16455
16456 2006-03-23  Simon Josefsson  <jas@extundo.com>
16457
16458         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16459         Reiner.
16460         (pgg-gpg-use-agent-p): Use it again.
16461
16462 2006-03-23  Simon Josefsson  <jas@extundo.com>
16463
16464         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16465         older emacsen.
16466         (pgg-gpg-use-agent-p): Don't use it.
16467
16468 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16471         if we can.
16472
16473 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16474
16475         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16476         (pgg-gpg-update-agent): New function.
16477         (pgg-gpg-use-agent-p): New function.
16478         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16479         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16480         (pgg-gpg-sign-region): Use it.
16481
16482 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16485         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16486
16487 2006-03-21  Simon Josefsson  <jas@extundo.com>
16488
16489         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16490         <wilde@sha-bang.de>.
16491         (pgg-gpg-use-agent): New variable.
16492         (pgg-gpg-process-region): Use it.
16493         (pgg-gpg-encrypt-region): Likewise.
16494         (pgg-gpg-encrypt-symmetric-region): Likewise.
16495         (pgg-gpg-decrypt-region): Likewise.
16496         (pgg-gpg-sign-region): Likewise.
16497         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16498
16499 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16502
16503         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16504         Add comment on version.
16505
16506 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * smiley.el: Add missing test smiley.
16509
16510 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * mm-decode.el (mm-with-part): New macro.
16513         (mm-get-part): Use it; work with message/external-body as well.
16514         (mm-save-part): Treat name and filename equally.
16515
16516         * mm-extern.el (mm-extern-cache-contents): New function.
16517         (mm-inline-external-body): Use it; force the part to be displayed;
16518         move undisplayer added to the cached handle to the parent.
16519
16520         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16521         (gnus-mime-view-part-as-type): Work with message/external-body.
16522
16523         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16524
16525 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16528         images in image-load-path.  [Sync with image.el, revision 1.60, in
16529         Emacs.]
16530
16531 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16534         path rather than symbol.  Always return list of directories.
16535         Guarantee that image directory comes first.  [Sync with image.el,
16536         revision 1.59, in Emacs.]
16537
16538         * message.el (message-make-tool-bar): Adjust to new API of
16539         `gmm-image-load-path-for-library'.
16540
16541         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16542
16543         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16544
16545 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16546
16547         * gnus-art.el (gnus-article-only-boring-p):
16548         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16549         intangible text.
16550         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16551
16552 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16555         Use `defun' instead of `gmm-defun-compat'.
16556
16557 2006-03-14  Simon Josefsson  <jas@extundo.com>
16558
16559         * message.el (message-unique-id): Don't use message-number-base36
16560         if (user-uid) is a float.
16561         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16562
16563 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16566
16567         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16568         empty line between a part and a message part.
16569
16570 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16571
16572         * smiley.el: Add more test smileys.
16573         (smiley-data-directory, smiley-regexp-alist)
16574         (gnus-smiley-file-types): Fix doc strings.
16575         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16576         adding new elements.
16577         (smiley-mouse-map): Unused code.  Make it a comment.
16578
16579 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16582         scan latest NoCeM messages instead of old ones.
16583         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16584         delimiters that are recently used.
16585         (gnus-nocem-load-cache): Add autoload cookie.
16586
16587         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16588
16589         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16590         level which is larger than gnus-use-nocem is specified.
16591
16592         * gnus-group.el (gnus-group-get-new-news): Ditto.
16593
16594 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * gnus-util.el (gnus-tool-bar-update): New function.
16597
16598         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16599         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16600
16601         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16602
16603         * gnus-group.el (gnus-group-redraw-when-idle)
16604         (gnus-group-redraw-check): Remove.
16605         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16606
16607 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16610         if optional last element is specified in splits (FIELD VALUE...).
16611
16612 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16613
16614         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16615         to gmm-image-load-path-for-library.  Call with no-error argument.
16616         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16617
16618         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16619
16620         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16621
16622         * gmm-utils.el (gmm-image-load-path): Remove alias.
16623
16624 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * gmm-utils.el (gmm-image-load-path): Add alias.
16627
16628         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16629         nnml-generate-nov-databases-1.
16630         (nnml-generate-nov-databases): Use it.
16631         (nnml-generate-nov-databases-directory): Document no-active
16632         argument.
16633
16634         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16635         directory if path is t.  Add no-error.
16636
16637         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16638         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16639
16640         * gnus-art.el (gnus-article-browse-delete-temp-files):
16641         Simplify resetting gnus-article-browse-html-temp-list.
16642
16643         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16644         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16645         Add example to docstring.  Rename local variables.  Move error
16646         checks to default case in cond and simplify.
16647
16648 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16651         handle is multipart when calling it recursively.
16652         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16653
16654 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16655
16656         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16657         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16658
16659 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16662         is loaded.
16663
16664         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16665         loaded.
16666
16667 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16670         to "Emacs 23 (unicode)" in doc string.
16671
16672         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16673         "Emacs 23 (unicode)" in comment.
16674
16675 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16678
16679         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16680         characters 160 through 255 in Emacs 23.
16681
16682 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16685         gnus-article-browse-html-temp.
16686         (gnus-article-browse-delete-temp): Make it customizable.
16687         Add `file'.  Adjust doc string.
16688         (gnus-article-browse-delete-temp-files): Add argument.
16689         Allow query for each file.  Adjust doc string.
16690         (gnus-article-browse-html-parts):
16691         Add `gnus-article-browse-delete-temp-files' to
16692         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16693
16694 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16695
16696         * gnus-art.el (gnus-article-browse-html-temp)
16697         (gnus-article-browse-delete-temp): New variables.
16698         (gnus-article-browse-delete-temp-files): New function.
16699         (gnus-article-browse-html-parts): Use it.
16700
16701 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16704
16705         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16706         string.
16707
16708         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16709         gnus-summary-insert-new-articles when unplugged.
16710         Remove gnus-summary-search-article-forward.
16711
16712         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16713         display-visual-class instead of display-color-cells.
16714
16715 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * dgnushack.el: Autoload customize-group for XEmacs.
16718
16719         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16720         message/* containing non-ASCII text properly.
16721
16722 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * message.el: Require gmm-utils, remove autoloads.
16725         (message-tool-bar): Set default based on
16726         gmm-tool-bar-style.
16727         (message-tool-bar-gnome): Add gmm-customize-mode.
16728
16729         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16730         gmm-tool-bar-style.
16731         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16732
16733         * gnus-group.el (gnus-group-tool-bar): Set default based on
16734         gmm-tool-bar-style.
16735         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16736
16737         * gmm-utils.el (gmm-image-directory): Rename variable from
16738         gmm-image-load-path.
16739         (gmm-image-load-path): Use gmm-image-directory.
16740         (gmm-customize-mode): New function.
16741         (gmm-tool-bar-style): New variable.
16742
16743         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16744         gnus-group-redraw-line-number.
16745         (gnus-group-redraw-check): Simplify.
16746         (gnus-group-tool-bar-update): Remove redraw check.
16747         (gnus-group-make-tool-bar): Add redraw check.
16748
16749 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16750
16751         * gnus-art.el (gnus-button): Add missing parentheses.
16752
16753 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * lpath.el: Fbind line-number-at-pos.
16756
16757 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16760
16761 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16762
16763         * gnus-art.el (gnus-button): New face.
16764         (gnus-article-button-face): Use it.
16765
16766         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16767         Add gnus-summary-next-page.  Re-order.
16768
16769         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16770         next-node are now included.
16771         (gnus-group-redraw-line-number): New internal variable.
16772         (gnus-group-redraw-check): Helper function for updating the tool
16773         bar.
16774         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16775
16776         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16777
16778         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16779         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16780         Use it to match format of Spamassassin 3.0 and later.
16781         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16782         (spam-check-bogofilter)
16783         (spam-bogofilter-register-with-bogofilter): Fix args of
16784         `gnus-error' calls.
16785
16786 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16787
16788         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16789         unnecessary interaction when sending queued mails.
16790         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16791
16792 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16795         first or last are nil.
16796
16797 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16798
16799         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16800
16801 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16802
16803         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16804
16805 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16806
16807         * dns.el (query-dns): Protect more against buggy tcp output.
16808
16809 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16812         nov.php.
16813
16814 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16815
16816         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16817         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16818         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16819         output on the server side.
16820         (nnweb-google-create-mapping): Update regexps and add some
16821         progress indication.
16822
16823 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16824
16825         * gnus-group.el (gnus-group-tool-bar-gnome):
16826         Fix gnus-agent-toggle-plugged.  Re-order icons.
16827         (gnus-group-tool-bar-gnome):
16828         Add gnus-group-{prev,next}-unread-group.
16829         (gnus-group-tool-bar-gnome): Re-order icons.
16830
16831         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16832         Move gnus-summary-insert-new-articles.
16833
16834         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16835         Fix comments.
16836
16837         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16838         also available in Emacs 21.3.
16839
16840         * message.el (message-fix-before-sending): Change "Emacs 22" to
16841         "Emacs 23 (unicode)" in comment.
16842
16843         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16844         "Emacs 23 (unicode)" in comment.
16845
16846         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16847         comment.
16848         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16849
16850         * mm-view.el (mm-fill-flowed): Add :version.
16851
16852 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16855         and load-path.
16856
16857 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * message.el: Autoload gmm-image-load-path.
16860         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16861         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16862         consitency.
16863
16864         * gmm-utils.el (gmm-image-load-path): Also search in
16865         "../etc/images".  Don't set gmm-image-load-path if we don't find
16866         the image.
16867
16868 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gmm-utils.el (gmm-image-load-path): Don't make
16871         `gmm-image-load-path' include subdirectories which the second arg
16872         `image' might specify.
16873
16874         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16875         subdirectory to icon file names.
16876
16877         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16878
16879 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16880
16881         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16882         gmm-image-load-path calls.
16883
16884         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16885
16886         * message.el (message-make-tool-bar): Ditto.
16887
16888         * mml.el (mml-preview): Add comment concerning tool bar icons.
16889
16890         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16891         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16892
16893         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16894         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16895
16896         * message.el (message-tool-bar-gnome): Use new icon names.
16897         (message-make-tool-bar): Use `gmm-image-load-path'.
16898
16899         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16900         New functions from MH-E.
16901         (gmm-image-load-path): New variable from MH-E.
16902         (gmm-image-load-path): New function from MH-E.  Add arguments
16903         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16904         *-image-load-path-called-flag.
16905
16906 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16907
16908         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16909
16910 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16911
16912         * nnimap.el (nnimap-request-move-article): Change folder back to
16913         source group before deleting.
16914
16915 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16918
16919         * gnus-art.el (mm-url-insert-file-contents-external):
16920         Autoload mm-url.
16921
16922         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16923
16924 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16927         coding system which mm-charset-to-coding-system returns for a
16928         given charset is valid.
16929
16930 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16931
16932         * html2text.el (html2text-remove-tag-list):
16933         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16934
16935 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16936
16937         * gnus-cus.el: Revert 2005-10-17 change.
16938
16939 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-art.el (article-strip-banner):
16942         Call article-really-strip-banner only when the regexp match is made.
16943
16944 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-art.el (article-strip-banner):
16947         Use gnus-extract-address-components instead of
16948         mail-header-parse-addresses to make it work with non-ASCII text;
16949         remove mail-encode-encoded-word-string.
16950
16951         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16952         values which are surrounded with \"...\"; make it never cause a
16953         Lisp error; give up parsing of parameters if it failed in
16954         extracting type.
16955
16956 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16957
16958         * smime.el (smime-cert-by-ldap-1): Fix bug where
16959         `smime-ldap-search' returns results without userCertificates.
16960
16961 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16964
16965 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * spam.el (spam-check-spamassassin-headers): Adapt format for
16968         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16969         <ari@mbf.ocn.ne.jp>.
16970         (spam-list-of-processors): Add spam-use-gmane.
16971
16972 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16975         make-temp-file; make it work with XEmacs as well.
16976
16977         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16978         mm-make-temp-file.
16979
16980         * mm-decode.el (mm-display-external): Use the 3rd arg of
16981         mm-make-temp-file.
16982         (mm-create-image-xemacs): Ditto.
16983
16984 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16987         with message-narrow-to-headers.
16988         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16989         (gnus-draft-check-draft-articles): New function.
16990         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16991
16992 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16993
16994         * gnus-art.el (gnus-article-browse-html-parts):
16995         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16996         Don't use suffix argument for mm-make-temp-file for Emacs 21
16997         compatibility.  Remove useless `format'.
16998
16999 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17000
17001         * nnweb.el (nnweb-google-wash-article): Update regexps.
17002         (nnweb-group-alist): Use defvoo instead of defvar.
17003
17004 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17007         re-loading nn* modules.
17008
17009 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17012         for `tool-bar-mode' and don't check it's default-value.
17013
17014         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17015
17016         * message.el (message-make-tool-bar): Ditto.
17017
17018         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17019         `substring'.  Shorten tmp-file name.
17020
17021         * gnus.el: Remove bogus comment.
17022
17023 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17024
17025         * gnus-art.el (gnus-article-browse-html-parts): New function.
17026         (gnus-article-browse-html-article): New function for viewing html
17027         articles with a browser.
17028
17029 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17030
17031         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17032         in elisp.
17033         (pgg-gpg-encrypt-symmetric-region): Ditto.
17034         (pgg-gpg-sign-region): Ditto.
17035
17036         * pgg-def.el (pgg-text-mode): New variable.
17037
17038         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17039         (mml2015-pgg-encrypt): Ditto.
17040
17041         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17042         (mml1991-pgg-encrypt): Ditto.
17043
17044 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * nnfolder.el (nnfolder-insert-newsgroup-line):
17047         Use message-make-date instead of current-time-string.
17048
17049         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17050         to gnus-decoded which mm-uu might set.
17051
17052 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17055         don't decode quoted parameters; remove misimported Emacs code.
17056         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17057         (rfc2231-decode-encoded-string): Don't use split-string which
17058         behaves differently according to Emacs version; use
17059         mm-decode-coding-region to convert charset to coding-system.
17060         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17061         (rfc2231-encode-string): Remove misimported Emacs code.
17062
17063 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17066         when calling mail-header-parse-content-type.
17067         (article-de-quoted-unreadable): Ditto.
17068         (article-de-base64-unreadable): Ditto.
17069         (article-wash-html): Ditto.
17070
17071         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17072         calling mail-header-parse-content-type and
17073         mail-header-parse-content-disposition.
17074         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17075         mail-header-parse-content-type.
17076
17077         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17078         insert charset and format parameters; encode description after
17079         inserting it to buffer.
17080         (mml-insert-parameter): Fold lines properly even if a parameter is
17081         segmented into two or more lines; change the max column to 76.
17082
17083         * rfc1843.el (rfc1843-decode-article-body): Don't use
17084         ignore-errors when calling mail-header-parse-content-type.
17085
17086         * rfc2231.el (rfc2231-parse-string): Return at least type if
17087         possible; don't cause an error even if it fails in parsing of
17088         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17089         (rfc2231-encode-string): Don't break lines at the beginning, leave
17090         it to mml-insert-parameter.
17091
17092         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17093         calling mail-header-parse-content-type.
17094
17095 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * spam-report.el (spam-report-gmane-use-article-number):
17098         Improve doc string.
17099         (spam-report-gmane-internal): Check if a suitable header was found
17100         in the article.
17101
17102 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17105         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17106
17107 2006-02-05  Romain Francoise  <romain@orebokech.com>
17108
17109         Update copyright notices of all files in the gnus directory.
17110
17111 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17112
17113         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17114
17115 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17118         segmented lines of parameter value to cope with Thunderbird 1.5
17119         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17121         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17122
17123 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17124
17125         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17126         parts.
17127
17128 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17129
17130         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17131         there's only one active file for all servers.
17132         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17133         solid groups.  Gnus might have used a FAST request to select the group.
17134         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17135         and nnweb-search redundantly in the active file.
17136         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17137         (nnweb-request-create-group): Don't use ARGS.
17138         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17139         initializations.  Let nnoo do the work.
17140
17141 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17144         Say the part has been decoded.
17145
17146         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17147
17148 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17149
17150         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17151         mailcap-viewer-test-cache when there's no 'test clause, since that
17152         will invert the meaning of a "nil" test previously determined by
17153         mailcap-mailcap-entry-passes-test.
17154
17155 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17158         compiling.
17159
17160         * gnus-sum.el: Ditto.
17161
17162         * message.el: Don't bind tool-bar-map when compiling.
17163
17164 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17165
17166         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17167
17168 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17169
17170         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17171         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17172         current Google Groups.
17173
17174 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17177         and tool-bar-mode.
17178
17179         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17180         and tool-bar-mode.
17181
17182         * message.el (message-tool-bar-update): Simplify.
17183         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17184
17185         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17186         gnus-summary-buffer.
17187         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17188         gnus-summary-reply.
17189
17190         * gmm-utils.el (gmm): Add :version.
17191
17192 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * Makefile.in (clean): New rule.
17195         (distclean): Use it.
17196
17197 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17198
17199         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17200         Don't autoload.
17201
17202 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gmm-utils.el (gmm-verbose): Add :group.
17205
17206 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17207
17208         * message.el: Change some comments WRT tool-bars.
17209
17210         * gnus-sum.el (gnus-summary-tool-bar)
17211         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17212         (gnus-summary-tool-bar-zap-list): New variables.
17213         (gnus-summary-make-tool-bar): Complete rewrite using
17214         `gmm-tool-bar-from-list'.
17215
17216         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17217         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17218         New variables.
17219         (gnus-group-make-tool-bar): Complete rewrite using
17220         `gmm-tool-bar-from-list'.
17221         (gnus-group-tool-bar-update): New function.
17222
17223         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17224
17225 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17228         is dissected into a single part of which the type is the same as
17229         the given one; decode charset.
17230
17231 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17232
17233         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17234         into alists as symbol not string, since that's what
17235         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17236         look for.
17237
17238 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17241         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17242
17243         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17244
17245 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17246
17247         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17248         (gnus-xmas-mime-security-button-menu): New function.
17249
17250         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17251         (gnus-mime-security-button-menu): New definition.
17252         (gnus-mime-security-button-map): Use them.
17253         (gnus-mime-security-button-menu): New function.
17254         (gnus-insert-mime-security-button): Addition to help echo.
17255         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17256         (gnus-mime-security-pipe-part): New functions.
17257
17258         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17259         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17260
17261         * mm-decode.el (mm-handle-set-disposition): Remove.
17262         (mm-handle-set-description): Remove.
17263
17264 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17267         (mm-w3m-standalone-supports-m17n-p): New function.
17268         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17269         w3m usage.
17270
17271         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17272         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17273
17274 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * message.el (message-tool-bar-zap-list):
17277         Use gmm-tool-bar-zap-list as custom type.
17278         (message-tool-bar-update): New function.
17279         (message-tool-bar, message-tool-bar-gnome)
17280         (message-tool-bar-retro): Add message-tool-bar-update.
17281         (message-tool-bar-gnome): Add flyspell-buffer.
17282
17283         * gnus-util.el (gnus-error): Describe `args'.
17284
17285         * gmm-utils.el (gmm-error): Describe `args'.
17286         (gmm-tool-bar-zap-list): New widget.
17287         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17288
17289 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17290
17291         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17292         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17293         the number of recursive calls.
17294
17295         * mm-decode.el (mm-handle-set-disposition): New macro.
17296         (mm-handle-set-description): New macro.
17297
17298 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17301         encoding.
17302
17303 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * message.el (message-tool-bar-zap-list, message-tool-bar)
17306         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17307         (message-tool-bar-local-item-from-menu): Remove.
17308         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17309         (message-make-tool-bar): New function.
17310         (message-mode): Use `message-make-tool-bar'.
17311
17312         * gmm-utils.el: New file.
17313         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17314         (gmm-lazy): New widget copied from `nnmail.el'.
17315         (gmm-tool-bar-from-list): New function for creating customizable
17316         tool bars.
17317         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17318         output.
17319         (gmm): Add :prefix to defgroup.
17320
17321 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17322
17323         * gmm-utils.el (gmm-widget-p): New function.
17324
17325 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * mml.el (mml-attach-file): Describe `description' in doc string.
17328         (mml-menu): Add Emacs MIME manual and PGG manual.
17329
17330 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17331
17332         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17333
17334 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17335
17336         * nntp.el (nntp-end-of-line): Doc fix.
17337
17338 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17339
17340         * imap.el (imap-open): Handle case where buffer is a buffer
17341         object.
17342
17343 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17344
17345         * gnus-delay.el (gnus-delay): Don't autoload.
17346         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17347         to be re-loaded when customizing the `gnus-delay' group.
17348
17349 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17350
17351         * message.el (message-insert-citation-line): Use newlines.
17352
17353 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17354
17355         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17356         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17357         these routines, so the passphrase can be managed externally and
17358         passed in to the system.
17359         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17360         pgg-add-passphrase-to-cache function.
17361
17362         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17363         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17364         these routines, so the passphrase can be managed externally and
17365         passed in to the system.
17366         (pgg-pgp5-sign-region): Use new name of
17367         pgg-add-passphrase-to-cache function.
17368
17369 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17370
17371         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17372         part of the decoded armor to find the key-identifier.
17373         (pgg-gpg-lookup-key-owner): New function to return the
17374         human-readable identifier of a key owner.
17375         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17376         itself.
17377         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17378         the key value) if we have a key and can match it against a secret
17379         key.  Also, added a note pointing out fact that the prompt only
17380         indicates the first matching key.
17381
17382         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17383         pgg-decrypt-region.
17384         (pgg-add-passphrase-to-cache): Rename from
17385         `pgg-add-passphrase-cache' to reduce confusion (all callers
17386         changed).
17387         (pgg-remove-passphrase-from-cache): Rename from
17388         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17389         changed).
17390         (pgg-read-passphrase, pgg-add-passphrase-cache)
17391         (pgg-remove-passphrase-cache): Add informative docstrings.
17392         (pgg-decrypt): Convey provided passphrase in subordinate call to
17393         pgg-decrypt-region.
17394
17395 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17396
17397         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17398         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17399         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17400         'passphrase' argument, so the passphrase can be managed externally
17401         and then passed in to the system.
17402
17403         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17404         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17405         so the passphrase cache can be used reliably with identifiers
17406         besides a pgp packet's key id.
17407
17408         * pgg-gpg.el (pgg-gpg-encrypt-region)
17409         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17410         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17411         these routines, so the passphrase can be managed externally and
17412         passed in to the system.
17413
17414         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17415         'notruncate' argument, so the passphrase cache can be used
17416         reliably with identifiers besides a pgp packet's key id.
17417
17418 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17419
17420         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17421         symmetric encryption.
17422         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17423         encrypted session key.
17424         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17425         message ask for the passphrase in a proper way.
17426
17427         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17428         New user commands for symmetric encryption.
17429
17430 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17433
17434         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17435
17436 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17437
17438         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17439
17440 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * mm-decode.el (mm-inlined-types): Add application/pgp.
17443         (mm-automatic-display): Ditto.
17444
17445         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17446         part as text.
17447
17448 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * nnrss.el: Update copyright.
17451         (nnrss-opml-import): Query whether to subscribe to each entry.
17452
17453         * gnus-art.el:
17454         * gnus-sum.el:
17455         * gnus-xmas.el:
17456         * messagexmas.el:
17457         * mm-uu.el:
17458         * mm-view.el: Update copyright.
17459
17460 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * message.el (message-info): New function.
17463         (message-mode-menu): Add it.
17464         Update copyright.
17465
17466         * ChangeLog: Fix and update copyright.
17467
17468 2006-01-13  Romain Francoise  <romain@orebokech.com>
17469
17470         * message.el (message-forward-subject-name-subject): Prefer the
17471         address to 'nowhere' if the sender has no name.
17472         Fix typo.  Update copyright year.
17473
17474 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-art.el (article-wash-html):
17477         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17478         (gnus-article-wash-html-with-w3m-standalone): New function.
17479
17480         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17481         mm-inline-text-html-render-with-w3m-standalone.
17482         (mm-text-html-washer-alist): Map w3m-standalone to
17483         gnus-article-wash-html-with-w3m-standalone.
17484         (mm-inline-text-html-render-with-w3m-standalone): New function.
17485
17486 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17489         Improve LaTeX.
17490
17491 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17494         (nnrss-request-article): Render text/plain parts as HTML.
17495
17496         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17497         the buffer.
17498
17499 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17502         custom definition of `gnus-posting-styles'.
17503
17504         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17505         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17506
17507 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17510         Use nntp for bug archive.
17511
17512 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17515         parts.
17516         (nnrss-normalize-date): New function converts ISO 8601 date into
17517         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17518         (nnrss-check-group): Use it.
17519
17520 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17523
17524         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17525         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17526         (nnrss-insert-w3): Ditto.
17527
17528 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17531         the articles to be forwarded including the case where neither a
17532         number of articles nor a region is specified.
17533
17534 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * nnrss.el (nnrss-request-article): Fix last change; fill
17537         text/plain parts.
17538
17539 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17542         in text/plain part.
17543         (nnrss-check-group): Don't add excessive newline to dc:subject.
17544
17545 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17546
17547         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17548         article.
17549
17550 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17551
17552         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17553         (nnml-use-compressed-files, nnml-save-mail): Support other
17554         comression programs such as bzip2.
17555
17556 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17557
17558         * dns.el (query-dns): Make sure we check the buffer size before
17559         removing tcp headers.
17560
17561 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17564         remove MIME buttons associated with multipart/alternative parts.
17565         (gnus-mime-display-alternative): Tag buttons using `article-type'
17566         text property.
17567
17568         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17569         associated with multipart/alternative parts.
17570
17571         * gnus-art.el (gnus-signature-separator): Fix custom type.
17572
17573         * mm-decode.el (mm-inlined-types): Fix custom type.
17574         (mm-keep-viewer-alive-types): Ditto.
17575         (mm-automatic-display): Ditto.
17576         (mm-attachment-override-types): Ditto.
17577         (mm-inline-override-types): Ditto.
17578         (mm-automatic-external-display): Ditto.
17579
17580 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * spam-report.el (spam-report-user-mail-address)
17583         (spam-report-user-agent): New variables.
17584         (spam-report-url-ping-plain): Use spam-report-user-agent.
17585
17586 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17587
17588         * gnus-art.el (gnus-button-handle-custom): Do not just use
17589         `customize-apropos' for any "M-x customize-*" button but the
17590         function called for.  Accept both the function name and its
17591         argument in order to achieve this.
17592         (gnus-button-alist): Remove support for "custom:" URL's.
17593         Pass function name to `gnus-button-handle-custom' in case of "M-x
17594         customize-*" buttons.
17595
17596 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17599         multipart/alternative and add xref to mm-discouraged-alternatives
17600         in doc string.
17601
17602         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17603         gnus-buttonized-mime-types in doc string.
17604
17605 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17606
17607         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17608         Suggest image/.* in the doc string.
17609
17610 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17611
17612         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17613         message-marks (Debian bug #342521).
17614
17615 2005-12-12  Simon Josefsson  <jas@extundo.com>
17616
17617         * password.el (password-read-from-cache): Add.
17618         (password-read): Use it.
17619
17620 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * rfc2047.el (rfc2047-charset-to-coding-system):
17623         Recognize us-ascii as a MIME charset.
17624
17625         * mm-bodies.el (mm-decode-content-transfer-encoding):
17626         Protect against the case where the 2nd arg TYPE is nil.
17627
17628 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17629
17630         * pop3.el (pop3-stream-type): Fix custom version.
17631
17632         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17633
17634 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17635
17636         * mm-decode.el (mm-display-external): Add missing cdr.
17637
17638 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17641         RFC1524) if it is in mailcap or add a suffix according to
17642         mailcap-mime-extensions when generating a temp filename; postpone
17643         deleting a temp file for 2 seconds for some wrappers, shell
17644         scripts, and so on, which might exit right after having started a
17645         viewer command as a background job.
17646
17647 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * nntp.el (nntp-marks-directory): Fix custom group.
17650
17651         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17652         steps when < 10.
17653
17654         * gnus-start.el (gnus-no-server-1):
17655         Mention `gnus-level-default-subscribed' in doc string.
17656
17657 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17658
17659         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17660         parens.
17661
17662 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17663
17664         * gnus-xmas.el (gnus-use-toolbar): Revert.
17665         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17666         gnus-use-toolbar is default.
17667
17668         * messagexmas.el (message-use-toolbar): Revert.
17669         (message-setup-toolbar): Use global default-toolbar if
17670         message-use-toolbar is default.
17671
17672 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17673
17674         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17675         according to default-toolbar-visible-p.
17676
17677         * messagexmas.el (message-use-toolbar): Ditto.
17678
17679 2005-11-26  Dave Love  <fx@gnu.org>
17680
17681         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17682         (tls-program, tls-success): Provide openssl alternative.
17683
17684         * starttls.el: Doc fixes.
17685         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17686         SERVICE to PORT.
17687
17688         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17689         port null or service name.
17690         (starttls-negotiate): Autoload.
17691
17692 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * message.el (message-kill-to-signature): Fix interactive spec.
17695
17696 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * pop3.el (pop3-open-server): Recognize a string as a service name.
17699
17700 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17701
17702         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17703
17704 2005-11-23  Dave Love  <fx@gnu.org>
17705
17706         Add pop3s, pop3/starttls.
17707
17708         * pop3.el (pop3-authentication-scheme): Clarify doc.
17709         (open-tls-stream, starttls-open-stream): Autoload.
17710         (pop3-stream-type): New.
17711         (pop3-open-server): Use it.
17712
17713         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17714         for POP.
17715         (mail-source-keyword-map): Add :stream for POP.
17716         (mail-source-fetch-pop): Use pop3-stream-type.
17717
17718 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17721         of current-time-string.
17722
17723 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17724
17725         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17726         date header.
17727
17728 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17729
17730         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17731         it can seriously impact performance as it bypasses the agent's
17732         local caches.
17733
17734 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17735
17736         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17737         must be explicitly online rather than "not explicitly offline" for
17738         its flags to be synchronized.
17739
17740         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17741         that gnus-uu-unmark-thread will function correctly.
17742
17743         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17744         1024K is instead displayed as 1M.
17745
17746 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747
17748         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17749
17750 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17751
17752         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17753
17754 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17755
17756         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17757         error message to display actual error condition.
17758         (gnus-agent-save-local): Avoid saving symbols that are bound to
17759         nil as they simply result in a warning message in
17760         gnus-agent-read-local.
17761
17762 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17765         rather than make-variable-buffer-local for file-precious-flag.
17766
17767 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17768
17769         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17770         for duplicates which are removed.  The invalid sort check then
17771         triggers a rescan after the sort as sorting may have moved
17772         duplicate entries such that they can be cheaply detected.
17773
17774 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17777
17778 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17779
17780         * gnus-agent.el (gnus-agent-article-alist-save-format):
17781         Change internal variable to a custom variable.  Change default value
17782         from compressed(2) to uncompressed(1).
17783         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17784         support for uncompressed agentview files.  Taken together, reading
17785         the agentview file should now be 6-7 times faster.
17786
17787 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17788
17789         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17790         as a buffer-local variable.  This avoids creating truncated
17791         dribble files as a result of a hang up, eg.
17792
17793 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17794
17795         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17796         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17797         XEmacs.
17798
17799 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * gnus-start.el (gnus-start-draft-setup):
17802         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17803
17804         * gnus.el (gnus-splash): Change custom group.
17805         (gnus-group-get-parameter, gnus-group-parameter-value):
17806         Describe allow-list argument.
17807
17808         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17809         string.
17810
17811 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus-art.el (gnus-default-article-saver): Add user-defined
17814         `function' to custom type.
17815
17816 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17817
17818         * imap.el (imap-open): Handle case where buffer is a buffer
17819         object.
17820
17821 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17824         long lines.
17825         (gnus-cache-delete-group): Wrap doc strings.
17826
17827         * gnus-agent.el (gnus-agent-rename-group)
17828         (gnus-agent-delete-group): Wrap doc strings.
17829
17830 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * messagexmas.el (message-use-toolbar): Change the valid values
17833         into default, top, bottom, left, and right.
17834         (message-toolbar-thickness): New variable.
17835         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17836         well.
17837         (message-setup-toolbar): Make it work.
17838
17839         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17840         (gnus-use-toolbar): Change the valid values into default, top,
17841         bottom, left, and right.
17842         (gnus-toolbar-thickness): New variable.
17843         (gnus-xmas-setup-toolbar): New function.
17844         (gnus-xmas-setup-group-toolbar): Use it.
17845         (gnus-xmas-setup-summary-toolbar): Use it.
17846
17847 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * gnus-start.el (gnus-1): Add "native" to
17850         gnus-predefined-server-alist.
17851
17852         * gnus.el (gnus-method-to-server): Don't add "native" to the
17853         lists here, because that leads to problems when
17854         gnus-select-method is bound.
17855
17856 2005-11-09  Simon Josefsson  <jas@extundo.com>
17857
17858         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17859         use (not sort-by-date) instead.
17860
17861 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17862
17863         * gnus-delay.el (gnus-delay-group): Don't autoload.
17864         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17865         to be re-loaded when customizing the `gnus-delay' group.
17866
17867 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17868
17869         * message.el: Revert last changes.
17870         (message-insert-citation-line): Use newlines.
17871
17872 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17873
17874         * message.el (message-courtesy-message)
17875         (message-mark-insert-begin, message-mark-insert-end)
17876         (message-elide-ellipsis, message-cancel-message)
17877         (message-add-header, message-change-subject)
17878         (message-cross-post-followup-to-header)
17879         (message-cross-post-insert-note, message-reduce-to-to-cc)
17880         (message-widen-reply, message-delete-not-region)
17881         (message-kill-to-signature, message-insert-signature)
17882         (message-insert-importance-high, message-insert-importance-low)
17883         (message-insert-or-toggle-importance)
17884         (message-insert-disposition-notification-to)
17885         (message-indent-citation, message-yank-original)
17886         (message-cite-original-without-signature, message-cite-original)
17887         (message-insert-citation-line, message-position-on-field)
17888         (message-fix-before-sending, message-send-mail-partially)
17889         (message-send-mail, message-send-mail-with-sendmail)
17890         (message-send-mail-with-qmail, message-send-news)
17891         (message-check-news-header-syntax, message-generate-headers)
17892         (message-insert-courtesy-copy, message-fill-address)
17893         (message-fill-header, message-shorten-references)
17894         (message-setup-1, message-cancel-news)
17895         (message-forward-make-body-plain, message-forward-make-body-mime)
17896         (message-forward-make-body-mml, message-encode-message-body)
17897         (message-forward-make-body-digest-plain)
17898         (message-forward-make-body-digest-mime)
17899         (message-use-alternative-email-as-from): Insert `hard-newline'
17900         instead of ordinary newlines.
17901
17902 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * message.el (message-generate-headers): Downcase the argument
17905         given to message-check-element.
17906
17907 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17908
17909         * nntp.el (nntp-authinfo-rejected): New error condition.
17910         (nntp-wait-for): Use new error condition to signal authentication
17911         error.
17912         (nntp-retrieve-data): Rethrow new error condition to break out of
17913         recursive call to nntp-send-authinfo.
17914
17915 2005-11-08  Romain Francoise  <romain@orebokech.com>
17916
17917         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17918         (gnus-summary-exit-map): Bind to `Z p'.
17919         (gnus-summary-make-menu-bar): Add menu item.
17920
17921 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17924         (gnus-treat-*): Add `first' in all doc strings.
17925
17926         * gnus-group.el (gnus-group-compact-group): Fix typo.
17927
17928 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus.el (gnus-parameters-case-fold-search): New variable.
17931         (gnus-parameters-get-parameter): Use it.
17932
17933         * gnus-score.el (gnus-home-score-file): Doc fix.
17934
17935 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17936
17937         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17938
17939 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * mm-util.el (mm-special-display-p): New function.
17942
17943         * mml.el (mml-preview): Use it; doc fix.
17944
17945 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17946
17947         * imap.el (imap-open): Handle case where buffer is a buffer object.
17948
17949 2005-10-29  Romain Francoise  <romain@orebokech.com>
17950
17951         * message.el (message-fix-before-sending): Fix comment.
17952
17953 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17954
17955         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17956
17957 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17958
17959         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17960         Used in gnus-score.el.
17961
17962 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17963
17964         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17965
17966 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17969         whitespace removed in revision 7.8.  Use concatenated string to
17970         protect trailing whitespace.
17971
17972 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17973
17974         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17975         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17976         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17977         Courier IMAP ("some version from 2004").  Mostly based on similar
17978         code in the same function.
17979
17980 2005-10-26  Didier Verna  <didier@xemacs.org>
17981
17982         * gnus-group.el (gnus-group-compact-group): Invalidate original
17983         article buffer.
17984         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17985         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17986         NOV database and in article itself.
17987         Invalidate article backlog.
17988
17989 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17992
17993 2005-10-26  Simon Josefsson  <jas@extundo.com>
17994
17995         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17996         part of 2004-07-25 change.
17997
17998 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * message.el (message-display-completion-list): New function.
18001         (message-expand-group): Use it; make sure the Completions buffer
18002         is modifiable.
18003 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18004
18005         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18006         user-mail-name is an empty string.
18007
18008 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18011         depending on gnus-score-decay-constant.
18012
18013         * encrypt.el (encrypt-insert-file-contents)
18014         (encrypt-write-file-contents): Don't use `gnus-message'.
18015
18016         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18017         arguments.
18018         (mm-uu-type-alist): Add message-marks and insert-marks.
18019         Pass arguments to mm-uu-verbatim-marks-extract.
18020         (mm-uu-hide-markers): New variable.
18021         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18022
18023         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18024         (gnus-convert-image-to-face-command): Use "convert" by default to
18025         allow other input image formats.
18026         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18027         accordingly.
18028
18029 2005-10-23  Simon Josefsson  <jas@extundo.com>
18030
18031         * imap.el (imap-gssapi-program): Align command line parameters
18032         with latest GNU SASL.
18033         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18034
18035 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18036
18037         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18038         HTML.
18039         (nnslashdot-request-article): Ditto.
18040
18041         * lpath.el (featurep): Add nobreak-char-display.
18042
18043 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18044
18045         * mail-source.el (mail-source-fetch-pop): Require pop3.
18046         (mail-source-check-pop): Ditto.
18047
18048 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18051         errors.
18052
18053 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18056         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18057
18058         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18059
18060         * mm-bodies.el (mm-decode-string):
18061         Call `mm-charset-to-coding-system' with allow-override argument.
18062
18063 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18066         (rfc2047-charset-to-coding-system): New function.
18067         (rfc2047-decode-encoded-words): New function.
18068         (rfc2047-decode-region): Use them.
18069         (rfc2047-decode-cte): Remove.
18070         (rfc2047-parse-and-decode): Remove.
18071         (rfc2047-decode): Remove.
18072
18073 2005-10-15  Kenichi Handa  <handa@m17n.org>
18074
18075         * rfc2047.el (rfc2047-decode-cte): New function.
18076         (rfc2047-decode-region): Change the way to decode successive
18077         encoded-words: decode B- or Q-encoding in each encoded-word,
18078         concatenate them, and decode it as charset.
18079
18080 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * lpath.el: Fbind codepage-setup for XEmacs.
18083
18084 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18085
18086         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18087         widget-move-and-invoke.
18088         (gnus-custom-mode): Use gnus-custom-map.
18089
18090 2005-10-15  Bill Wohler  <wohler@newt.com>
18091
18092         * message.el (message-tool-bar-map): Rename image file from
18093         mail_send to mail/send.
18094
18095 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18096
18097         * message.el (message-expand-group): Pass the common
18098         prefix substring of completion to `display-completion-list'.
18099
18100 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * mml-sec.el (mml-secure-method): New internal variable.
18103         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18104         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18105         New functions using mml-secure-method.
18106
18107         * mml.el (mml-mode-map): Add key bindings for those functions.
18108         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18109         Harder <harder@myrealbox.com>.
18110         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18111         Goto end of message if point is the headers of the message.
18112
18113         * message.el (message-in-body-p): New function.
18114
18115         * assistant.el: Autoload gnus-util and netrc.
18116
18117         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18118         Use `mm-charset-override-alist' only when decoding.
18119
18120         * mm-bodies.el (mm-decode-body):
18121         Call `mm-charset-to-coding-system' with allow-override argument.
18122
18123         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18124         `filename' from Content-Disposition if Content-Type doesn't
18125         provide `name'.
18126         (gnus-mime-view-part-as-type): Set default instead of
18127         initial-input.
18128
18129 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18130
18131         * format-spec.el (format-spec): Propagate text properties of % spec.
18132
18133 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18134
18135         * gnus-art.el (gnus-treat-predicate): Add `first'.
18136
18137 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18140         (mm-charset-override-alist): New variable.
18141         (mm-charset-to-coding-system): Use it.
18142         (mm-codepage-setup): New helper function.
18143         (mm-charset-eval-alist): New variable.
18144         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18145         Warn about unknown charsets.
18146
18147         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18148
18149 2005-10-04  David Hansen  <david.hansen@gmx.net>
18150
18151         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18152         (nnrss-check-group): Ditto.
18153
18154 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18157         Rename x-gnus-verbatim to x-verbatim.
18158         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18159
18160         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18161         x-verbatim.
18162
18163         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18164
18165         * gnus-util.el (gnus-remove-duplicates): Remove.
18166
18167         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18168         instead of gnus-remove-duplicates.
18169
18170         * message.el (message-remove-duplicates): Remove.
18171         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18172         message-remove-duplicates.
18173
18174         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18175         available, else use implementation from `delete-dups'.
18176
18177         * message.el (message-insert-expires): New function.
18178         (message-mode-map): Add key binding.
18179         (message-mode-field-menu): Add menu entry.
18180         (message-mode): Document it.
18181         (message-make-expires-date): Use `message-make-date'.
18182
18183 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18184
18185         * message.el (message-make-expires-date): New function.
18186
18187 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * Makefile.in (list-installed-shadows): New entry.
18190         (install): Use it.
18191         (remove-installed-shadows): New entry.
18192
18193         * dgnushack.el (dgnushack-default-load-path): New variable.
18194         (dgnushack-find-lisp-shadows): New function.
18195         (dgnushack-remove-lisp-shadows): New function.
18196
18197 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * Makefile.in (install-el-elc): New entry.
18200         (install): Use it so that .el files are necessarily installed.
18201
18202 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18205
18206 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18207
18208         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18209         function rather than the diff-mode.el package.
18210         (mm-display-external): Use with-current-buffer.
18211         (mm-viewer-completion-map, mm-viewer-completion-map):
18212         Move initialization inside declaration.
18213
18214 2005-09-29  Simon Josefsson  <jas@extundo.com>
18215
18216         * spam.el: Load hashcash when compiling, to avoid warnings.
18217         Don't autoload mail-check-payment.
18218         (spam-check-hashcash): Define unconditionally, since hashcash.el
18219         is part of Gnus now.  Ignore errors from payment checking.
18220
18221 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * message.el (message-bold-region, message-unbold-region):
18224         Rename from `bold-region' and `unbold-region'.
18225
18226         * message.el: Remove useless autoloads.
18227
18228 2005-09-28  Simon Josefsson  <jas@extundo.com>
18229
18230         * message.el (message-use-idna): Default to t.
18231         (message-use-idna): Test whether encoding works too.  Doc fix.
18232
18233 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * nntp.el (nntp-warn-about-losing-connection): Remove.
18236
18237 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18240         customizable.  Change default value.
18241         (mm-uu-diff-groups-regexp): Change default value.
18242         (mm-uu-type-alist): Add doc string.
18243         (mm-uu-configure): Add doc string.  Make it interactive.
18244         (mm-uu-tex-groups-regexp): New variable.
18245         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18246         (mm-uu-type-alist): Add LaTeX documents.
18247         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18248         of "text/verbatim".
18249         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18250
18251         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18252         instead of "text/verbatim".
18253
18254         * message.el (message-mark-inserted-region)
18255         (message-mark-insert-file): Use slrn style marks when called with
18256         prefix argument.
18257
18258 2005-09-27  Simon Josefsson  <jas@extundo.com>
18259
18260         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18261
18262 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18263
18264         * message.el (message-remove-duplicates): New function.
18265         Implementation borrowed from `gnus-remove-duplicates'.
18266         (message-idna-to-ascii-rhs): Also encode idna addresses in
18267         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18268         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18269         only ask about the same idna domain once per header and also tell
18270         in what header to replace the idna domain.
18271
18272         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18273         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18274         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18275         a header is decoded and not just the last one.
18276
18277 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18280         has been decoded.
18281
18282         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18283         (mm-insert-part): Don't modify text if it has been decoded.
18284
18285         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18286         decoded.
18287
18288         * mm-view.el (mm-inline-text): Don't strip text props unless
18289         decoding enriched or richtext parts.
18290
18291 2005-09-25  Romain Francoise  <romain@orebokech.com>
18292
18293         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18294         * gnus-start.el (gnus-subscribe-interactively):
18295         * gnus-uu.el (gnus-uu-grab-articles):
18296         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18297         space.
18298
18299 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18300
18301         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18302         * mm-view.el (mm-view-pkcs7-decrypt):
18303         * gnus-sum.el (gnus-summary-limit-to-extra)
18304         (gnus-summary-respool-article, gnus-read-move-group-name):
18305         * gnus-score.el (gnus-summary-increase-score):
18306         * gnus-util.el (gnus-completing-read-with-default):
18307         * gnus-art.el (gnus-read-save-file-name)
18308         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18309         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18310         * message.el (message-check-news-header-syntax):
18311         Follow convention for reading with the minibuffer.
18312
18313 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18314
18315         * spam-report.el (spam-report-url-ping-plain):
18316         Use gnus-extended-version as User-Agent.
18317
18318         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18319         default value is nil.
18320
18321         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18322         (mm-uu-verbatim-marks-extract): New function.
18323         (mm-uu-extract): New face.
18324         (mm-uu-copy-to-buffer): Use it.
18325
18326         * spam-report.el (spam-report-gmane-ham): Rename from
18327         `spam-report-gmane-unspam'.
18328         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18329         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18330
18331         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18332         Autoload.
18333         (spam-report-gmane-unregister-routine):
18334         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18335
18336 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18337
18338         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18339         (spam-report-gmane-unregister-routine): Add support for gmane
18340         unregistration.
18341
18342         * spam-report.el (spam-report-gmane-unspam)
18343         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18344         (spam-report-gmane): Change to take a single article and do unspam
18345         registration.
18346
18347 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * mm-url.el (mm-url-decode-entities): Fix regexp.
18350
18351 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18352
18353         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18354         default to nil, to be able to use Gnus at all.  If the default
18355         switches to something else, then the function should be fixed not
18356         be exceedingly slow.
18357
18358 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18359
18360         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18361         fail hard.
18362
18363         * spam-report.el: Add better Keywords line.
18364
18365         * spam.el: Add Maintainer and better Keywords line.
18366
18367 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18368
18369         * gnus-art.el (gnus-article-replace-part)
18370         (gnus-mime-replace-part): New functions.
18371         (gnus-mime-action-alist, gnus-mime-button-commands)
18372         (gnus-mime-save-part-and-strip): Add file argument.
18373         (gnus-article-part-wrapper): Add interactive argument.
18374
18375         * gnus-sum.el (gnus-summary-mime-map):
18376         Add `gnus-article-replace-part'.
18377
18378 2005-09-19  Didier Verna  <didier@xemacs.org>
18379
18380         The nnml compaction feature:
18381         * nnml.el (nnml-request-compact-group): New function.
18382         * nnml.el (nnml-request-compact): New function.
18383         * gnus-int.el (gnus-request-compact-group): New function.
18384         * gnus-int.el (gnus-request-compact): New function.
18385         * gnus-group.el (gnus-group-compact-group): New function.
18386         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18387         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18388         * gnus-srvr.el (gnus-server-compact-server): New function.
18389         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18390         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18391
18392 2005-09-18  Deepak Goel  <deego@gnufans.org>
18393
18394         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18395         format spec.
18396
18397 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18400
18401 2005-09-15  Romain Francoise  <romain@orebokech.com>
18402
18403         * message.el (message-fill-paragraph): Clarify docstring.
18404
18405 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18406
18407         * gnus-art.el (gnus-mime-display-part): Protect against broken
18408         MIME messages.
18409
18410 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18411
18412         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18413         before parsing header.
18414
18415 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18416
18417         * html2text.el (html2text-replace-list): Add new entities.
18418
18419 2005-09-11  Romain Francoise  <romain@orebokech.com>
18420
18421         * message.el (message-alternative-emails): Improve docstring.
18422         (message-setup-1): Call `message-use-alternative-email-as-from'
18423         after `message-setup-hook' to give it precedence over posting
18424         styles, etc.
18425         (message-use-alternative-email-as-from): Add docstring.
18426         Remove the original From header if present.
18427
18428         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18429         (nnml-save-mail): Use it.
18430
18431         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18432         articles.  Add new argument `silent'.
18433         (gnus-uu-mark-all): Report the total number of marked articles.
18434
18435 2005-09-10  Romain Francoise  <romain@orebokech.com>
18436
18437         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18438         (gnus-uu-mark-series): Likewise.
18439
18440 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * spam-report.el (spam-report-gmane): Fix generation of spam
18443         report URL.
18444
18445 2005-09-10  Simon Josefsson  <jas@extundo.com>
18446
18447         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18448         t, based on discussion on the ding list with Robert Epprecht
18449         <epprecht@solnet.ch>.
18450
18451 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18452
18453         * spam-report.el (spam-report-gmane): Make it work without
18454         X-Report-Spam header.  Gmane now only provides Archived-At.
18455         This is only used if `spam-report-gmane-use-article-number' is nil.
18456         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18457
18458         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18459         make `gnus-summary-sort-by-recipient' work with threading.
18460
18461         * nnweb.el (nnweb-google-wash-article): Print a message if article
18462         is not available.
18463
18464 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18465
18466         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18467         change.  Decode text/* parts content before displaying.
18468
18469 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18470
18471         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18472
18473 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18474
18475         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18476
18477         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18478         url-package-name, url-package-version,
18479         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18480         w3m-display-inline-images, and w3m-minor-mode-map.
18481
18482 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * message.el (message-tab-body-function): Fix mismatched custom type.
18485
18486         * gnus.el (gnus-group-change-level-function): Ditto.
18487
18488         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18489
18490         * gnus-art.el (gnus-signature-limit)
18491         (gnus-article-mime-part-function): Ditto.
18492
18493 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * mml.el (mml-mode): Silence the byte compiler.
18496
18497         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18498         using `(sit-for 0)' before moving the point to the specified part;
18499         skip unbuttonized parts.
18500         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18501         return to the summary window if gnus-auto-select-part is non-nil.
18502
18503 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18504
18505         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18506         New variables.
18507         (mml-dnd-attach-file, mml-mode): Use them.
18508
18509         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18510         Make fetching article by MID work again for Google Groups.
18511         Add FIXME concerning gnus-group-make-web-group.
18512
18513         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18514         Don't depend on Gnus by using mail-extract-address-components if
18515         gnus-extract-address-components is not bound.
18516
18517 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * gnus-art.el (gnus-mime-display-security): Don't display the
18520         signature, but only the signed part.
18521
18522 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18525
18526         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18527         list, not listp.
18528
18529 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18530
18531         * mm-encode.el (mm-encode-content-transfer-encoding):
18532         Likewise when encoding.
18533
18534         * mm-bodies.el (mm-decode-content-transfer-encoding):
18535         De-canonicalize CRLF for all text content types, not just
18536         text/plain.
18537
18538 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18541         valid article; point arrow and cursor at the MIME button.
18542
18543 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18546         Suggested by Dan Christensen <jdc@uwo.ca>.
18547
18548         * mm-decode.el (mm-save-part): Enable change of prompt.
18549
18550 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18551
18552         * gnus-msg.el (gnus-inews-add-send-actions):
18553         Make `message-post-method' lambda parameter ARG `&optional'.
18554
18555 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gnus-sum.el (gnus-summary-mime-map):
18558         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18559         gnus-article-jump-to-part.
18560
18561         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18562         (gnus-article-edit-part): Use it.
18563         (gnus-article-part-wrapper): Add no-handle argument.
18564         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18565         New functions.
18566
18567 2005-08-29  Romain Francoise  <romain@orebokech.com>
18568
18569         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18570         docstring.
18571         (gnus-face-from-file): Likewise.
18572
18573 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18576         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18577         non-nil.
18578         (gnus-auto-select-part): New variable.
18579         (gnus-article-jump-to-part): New function.
18580         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18581         (gnus-mime-delete-part): Allow selecting specified part after
18582         deleting or stripping parts.
18583         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18584         part if argument is bogus.
18585
18586 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18587
18588         * gnus-art.el (w3m-minor-mode-map):
18589         * gnus-spec.el (gnus-newsrc-file-version):
18590         * gnus-util.el (nnmail-active-file-coding-system)
18591         (gnus-original-article-buffer, gnus-user-agent):
18592         * gnus.el (gnus-ham-process-destinations)
18593         (gnus-parameter-ham-marks-alist)
18594         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18595         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18596         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18597         * mm-decode.el (gnus-current-window-configuration):
18598         * mm-extern.el (gnus-article-mime-handles):
18599         * mm-url.el (url-current-object, url-package-name)
18600         (url-package-version):
18601         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18602         (smime-keys, w3m-cid-retrieve-function-alist)
18603         (w3m-current-buffer, w3m-display-inline-images)
18604         (w3m-minor-mode-map):
18605         * mml-smime.el (gnus-extract-address-components):
18606         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18607         (gnus-newsrc-hashtb, message-default-charset)
18608         (message-deletable-headers, message-options)
18609         (message-posting-charset, message-required-mail-headers)
18610         (message-required-news-headers):
18611         * mml1991.el (mc-pgp-always-sign):
18612         * mml2015.el (mc-pgp-always-sign):
18613         * nnheader.el (nnmail-extra-headers):
18614         * rfc1843.el (gnus-decode-encoded-word-function)
18615         (gnus-decode-header-function, gnus-newsgroup-name):
18616         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18617
18618 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18619
18620         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18621         the end of the date treatments.
18622
18623 2005-08-15  Simon Josefsson  <jas@extundo.com>
18624
18625         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18626         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18627         Capello and Romain Francoise.
18628         (pgg-fetch-key-function): Remove, not used?
18629         (pgg-insert-url-with-w3): Require url, to get
18630         url-insert-file-contents regardless of where it is defined.
18631
18632 2005-08-13  Romain Francoise  <romain@orebokech.com>
18633
18634         * message.el (message-cite-original-1): New function.
18635         (message-cite-original): Use it.
18636         (message-cite-original-without-signature): Ditto.
18637
18638 2005-08-08  Romain Francoise  <romain@orebokech.com>
18639
18640         * message.el (message-yank-empty-prefix): New variable.
18641         (message-indent-citation): Use it.
18642         (message-cite-original-without-signature): Respect X-No-Archive.
18643
18644 2005-08-08  Simon Josefsson  <jas@extundo.com>
18645
18646         * pgg.el: Autoload url-insert-file-contents instead of loading
18647         w3/url.
18648         (pgg-insert-url-with-w3): Don't load url here.
18649
18650 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18651
18652         * message.el (message-kill-to-signature): Don't insert newline at
18653         bol.
18654         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18655
18656 2005-08-06  Romain Francoise  <romain@orebokech.com>
18657
18658         * message.el (message-user-fqdn): Fix typo in docstring.
18659
18660 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18661
18662         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18663
18664         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18665
18666 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * mm-bodies.el (mm-encode-body): Use coding system rather than
18669         charset to encode text.
18670
18671         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18672         number of charsets if utf-8 is available (XEmacs).
18673
18674 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18675
18676         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18677         taken from `gnus-button-mid-or-mail-regexp'.
18678         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18679         (gnus-button-alist): Improve regexp for domain part of the MIDs
18680         for news:localpart@domain buttons.
18681         (gnus-button-ctan-directory-regexp): Update.
18682
18683 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * sieve-manage.el (sieve-manage-interactive-login):
18686         Use make-local-variable rather than make-variable-buffer-local.
18687         (sieve-manage-open): Ditto.
18688         (sieve-manage-authenticate): Ditto.
18689
18690         * mml.el (mml-generate-mime-1): Make the content type default to
18691         text/plain if the filename is not specified.
18692
18693 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18696         instead of insert-buffer.
18697
18698         * message.el (message-yank-original): Ditto; set the mark at the
18699         end of the yanked message.
18700
18701 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18704         lines to scroll rather than to stop it.
18705
18706         * mml.el (mml-generate-default-type): Add doc string.
18707         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18708         default to application/octet-stream when determining the content
18709         type if it is not specified for the part or the mml contents; add
18710         a comment about mml-generate-default-type.
18711
18712 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18715         make it default to application/octet-stream when determining the
18716         content type if it is not specified for the external contents.
18717
18718 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18721         segmented parameter but also other parameters might be there.
18722
18723 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * mm-decode.el (mm-display-external): Delete temp file, directory
18726         and buffer immediately if the external process is exited.
18727
18728 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18731         fewer lines than that of scroll-margin.
18732         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18733
18734 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18735
18736         * gnus-art.el (gnus-article-next-page): Revert.
18737         (gnus-article-beginning-of-window): New macro.
18738         (gnus-article-next-page-1): Use it.
18739         (gnus-article-prev-page): Ditto.
18740         (gnus-article-edit-part): Use insert-buffer-substring instead of
18741         insert-buffer.
18742         (gnus-article-edit-exit): Ditto.
18743
18744         * gnus-util.el (gnus-beginning-of-window): Remove.
18745         (gnus-end-of-window): Remove.
18746
18747         * lpath.el: Don't bind header-line-format and scroll-margin.
18748
18749 2005-07-25  Simon Josefsson  <jas@extundo.com>
18750
18751         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18752         to have the url package without w3.  Reported by Daiki Ueno
18753         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18754
18755 2005-07-20  Didier Verna  <didier@xemacs.org>
18756
18757         * gnus-diary.el: Remove the description comment (nndiary is now
18758         properly documented in the Gnus manual).
18759         Fix the spelling of "Back End".
18760         * nndiary.el: Ditto.
18761         Fix the copyright notice.
18762
18763 2005-07-18  Romain Francoise  <romain@orebokech.com>
18764
18765         * gnus-sum.el (gnus-summary-to-prefix)
18766         (gnus-summary-newsgroup-prefix): New variables.
18767         (gnus-summary-from-or-to-or-newsgroups): Use them.
18768
18769 2005-07-17  Romain Francoise  <romain@orebokech.com>
18770
18771         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18772         space as it's generally not especially interesting to the user.
18773
18774 2005-07-16  Romain Francoise  <romain@orebokech.com>
18775
18776         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18777         nil to avoid prompting and file modification if one of the
18778         messages at the top of the nnfolder file contains a copyright
18779         notice.
18780         Update copyright notice.
18781
18782         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18783         instead of `current-time-string' as the latter creates a time
18784         string that is not RFC 2822 compliant (it lacks the zone).
18785         Update copyright notice.
18786
18787 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18788
18789         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18790         for text/rtf.  Display default in prompt.  Pass default for M-n.
18791
18792         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18793
18794 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18795
18796         * gnus-msg.el (gnus-button-mailto):
18797         Remove save-selected-window-window hackery because it relies on
18798         save-selected-window internals.
18799
18800 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18803         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18804         (gnus-article-prev-page): Ditto.
18805
18806         * gnus-util.el (gnus-beginning-of-window): New function.
18807         (gnus-end-of-window): New function.
18808
18809         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18810
18811 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18812
18813         * gnus-score.el (gnus-score-edit-all-score):
18814         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18815         gnus-message.
18816
18817 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18818
18819         * gnus-msg.el (gnus-button-mailto):
18820         Remove save-selected-window-window hackery because it relies on
18821         save-selected-window internals.
18822
18823 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18826         add-minor-mode.
18827         (gnus-binary-mode): Ditto.
18828
18829         * gnus-topic.el (gnus-topic-mode): Ditto.
18830
18831 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18832
18833         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18834         (gnus-article-prev-page): Take scroll-margin into consideration.
18835
18836 2005-07-04  Lute Kamstra  <lute@gnu.org>
18837
18838         Update FSF's address in GPL notices.
18839
18840 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18841
18842         * gnus.el (gnus-exit):
18843         * gnus-group.el (gnus-group-icons):
18844         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18845
18846         * gnus-nocem.el (gnus-nocem):
18847         * message.el (message-various, message-buffers, message-sending)
18848         (message-interface, message-forwarding, message-insertion)
18849         (message-headers, message-news, message-mail):
18850         * pgg-gpg.el (pgg-gpg):
18851         * pgg-parse.el (pgg-parse):
18852         * pgg-pgp.el (pgg-pgp):
18853         * pgg-pgp5.el (pgg-pgp5):
18854         * pop3.el (pop3): Finish `defgroup' description with period.
18855
18856 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18857
18858         * gnus-art.el (article-display-face): Improve the efficiency.
18859         (article-display-x-face): Ditto; remove gray x-face stuff.
18860
18861 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * gnus-art.el (article-display-face): Correct the position in
18864         which Faces are inserted.
18865
18866 2005-06-29  Didier Verna  <didier@xemacs.org>
18867
18868         * gnus-art.el (article-display-face): Display faces in correct
18869         order.
18870
18871 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18874         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18875         (gnus-nocem-check-article): Fetch the Type header.
18876         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18877         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18878         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18879         make sure gnus-nocem-hashtb is initialized.
18880         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18881         (gnus-nocem-unwanted-article-p): Ditto.
18882
18883         * pgg.el (pgg-verify): Return the verification result.
18884
18885 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18886
18887         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18888         is ascii.
18889
18890 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18891
18892         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18893         `show-nonbreak-escape'.
18894
18895 2005-06-23  Lute Kamstra  <lute@gnu.org>
18896
18897         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18898
18899         * dig.el (dig-mode):
18900         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18901
18902 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18903
18904         * nnimap.el (nnimap-split-download-body): Fix spellings.
18905
18906 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18907
18908         * gnus-art.el (gnus-article-encrypt-body):
18909         * gnus-cus.el (gnus-score-customize):
18910         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18911         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18912
18913 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18914
18915         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18916         header by looking for magic "MII" at the beginning.
18917
18918 2005-06-16  Miles Bader  <miles@gnu.org>
18919
18920         * gnus-xmas.el (gnus-xmas-group-startup-message):
18921         Use renamed gnus-splash face.
18922
18923         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18924         (assistant-field-face): New backward-compatibility alias for renamed
18925         face.
18926         (assistant-render-text): Use renamed assistant-field face.
18927
18928         * spam.el (spam): Remove "-face" suffix from face name.
18929         (spam-face): New backward-compatibility alias for renamed face.
18930         (spam-face, spam-initialize): Use renamed spam face.
18931
18932         * message.el (message-header-to, message-header-cc)
18933         (message-header-subject, message-header-newsgroups)
18934         (message-header-other, message-header-name)
18935         (message-header-xheader, message-separator, message-cited-text)
18936         (message-mml): Remove "-face" suffix from face names.
18937         (message-header-to-face, message-header-cc-face)
18938         (message-header-subject-face, message-header-newsgroups-face)
18939         (message-header-other-face, message-header-name-face)
18940         (message-header-xheader-face, message-separator-face)
18941         (message-cited-text-face, message-mml-face):
18942         New backward-compatibility aliases for renamed faces.
18943         (message-font-lock-keywords): Use renamed message faces.
18944
18945         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18946         (sieve-test-commands, sieve-tagged-arguments):
18947         Remove "-face" suffix from face names.
18948         (sieve-control-commands-face, sieve-action-commands-face)
18949         (sieve-test-commands-face, sieve-tagged-arguments-face):
18950         New backward-compatibility aliases for renamed faces.
18951         (sieve-control-commands-face, sieve-action-commands-face)
18952         (sieve-test-commands-face, sieve-tagged-arguments-face):
18953         Use renamed sieve faces.
18954
18955         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18956         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18957         (gnus-group-news-3-empty, gnus-group-news-4)
18958         (gnus-group-news-4-empty, gnus-group-news-5)
18959         (gnus-group-news-5-empty, gnus-group-news-6)
18960         (gnus-group-news-6-empty, gnus-group-news-low)
18961         (gnus-group-news-low-empty, gnus-group-mail-1)
18962         (gnus-group-mail-1-empty, gnus-group-mail-2)
18963         (gnus-group-mail-2-empty, gnus-group-mail-3)
18964         (gnus-group-mail-3-empty, gnus-group-mail-low)
18965         (gnus-group-mail-low-empty, gnus-summary-selected)
18966         (gnus-summary-cancelled, gnus-summary-high-ticked)
18967         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18968         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18969         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18970         (gnus-summary-low-undownloaded)
18971         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18972         (gnus-summary-low-unread, gnus-summary-normal-unread)
18973         (gnus-summary-high-read, gnus-summary-low-read)
18974         (gnus-summary-normal-read, gnus-splash):
18975         Remove "-face" suffix from face names.
18976         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18977         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18978         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18979         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18980         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18981         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18982         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18983         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18984         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18985         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18986         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18987         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18988         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18989         (gnus-summary-normal-ticked-face)
18990         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18991         (gnus-summary-normal-ancient-face)
18992         (gnus-summary-high-undownloaded-face)
18993         (gnus-summary-low-undownloaded-face)
18994         (gnus-summary-normal-undownloaded-face)
18995         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18996         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18997         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18998         (gnus-splash-face):
18999         New backward-compatibility aliases for renamed faces.
19000         (gnus-group-startup-message): Use renamed gnus faces.
19001
19002         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19003         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19004         (gnus-server-agent): Remove "-face" suffix from face names.
19005         (gnus-server-agent-face, gnus-server-opened-face)
19006         (gnus-server-closed-face, gnus-server-denied-face)
19007         (gnus-server-offline-face):
19008         New backward-compatibility aliases for renamed faces.
19009         (gnus-server-agent-face, gnus-server-opened-face)
19010         (gnus-server-closed-face, gnus-server-denied-face)
19011         (gnus-server-offline-face): Use renamed gnus faces.
19012
19013         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19014         Remove "-face" suffix from face names.
19015         (gnus-picon-xbm-face, gnus-picon-face):
19016         New backward-compatibility aliases for renamed faces.
19017
19018         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19019         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19020         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19021         (gnus-cite-11): Remove "-face" suffix from face names.
19022         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19023         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19024         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19025         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19026         New backward-compatibility aliases for renamed faces.
19027         (gnus-cite-attribution-face, gnus-cite-face-list)
19028         (gnus-article-boring-faces): Use renamed gnus faces.
19029
19030         * gnus-art.el (gnus-signature, gnus-header-from)
19031         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19032         (gnus-header-content): Remove "-face" suffix from face names.
19033         (gnus-signature-face, gnus-header-from-face)
19034         (gnus-header-subject-face, gnus-header-newsgroups-face)
19035         (gnus-header-name-face, gnus-header-content-face):
19036         New backward-compatibility aliases for renamed faces.
19037         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19038
19039         * gnus-sum.el (gnus-summary-selected-face)
19040         (gnus-summary-highlight): Use renamed gnus faces.
19041         * gnus-group.el (gnus-group-highlight): Likewise.
19042
19043 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19044
19045         * gnus-sieve.el (gnus-sieve-article-add-rule):
19046         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19047         * spam-stat.el (spam-stat-buffer-change-to-spam)
19048         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19049
19050         * message.el (message-is-yours-p):
19051         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19052
19053 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * mm-view.el (mm-inline-text): Withdraw the last change.
19056
19057 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19060         executing enriched-decode.
19061
19062 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19065         charset of tar files.
19066
19067 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19068
19069         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19070
19071 2005-06-04  Lute Kamstra  <lute@gnu.org>
19072
19073         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19074         information is never recorded.
19075
19076 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19077
19078         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19079
19080 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * pop3.el (pop3-apop): Run md5 in the binary mode.
19083
19084         * starttls.el (starttls-set-process-query-on-exit-flag):
19085         Use eval-and-compile.
19086
19087 2005-05-31  Simon Josefsson  <jas@extundo.com>
19088
19089         * smime.el (smime-replace-in-string): Define.
19090         (smime-cert-by-ldap-1): Use it.
19091
19092 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus-art.el (article-display-x-face): Replace
19095         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19096
19097         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19098         set-process-query-on-exit-flag or process-kill-without-query.
19099
19100         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19101         loop instead of replace-regexp.
19102
19103         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19104         instead of process-kill-without-query if it is available.
19105
19106         * lpath.el: Fbind ldap-search-entries.
19107
19108         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19109         instead of find-file-hooks if it is available.
19110
19111         * mml1991.el: Bind pgg-default-user-id when compiling.
19112
19113         * mml2015.el: Bind pgg-default-user-id when compiling.
19114
19115         * nndraft.el (nndraft-request-associate-buffer):
19116         Use write-contents-functions instead of write-contents-hooks if it is
19117         available.
19118
19119         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19120         instead of find-file-hooks if it is available.
19121
19122         * nntp.el (nntp-open-connection): Replace
19123         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19124         (nntp-open-ssl-stream): Ditto.
19125         (nntp-open-tls-stream): Ditto.
19126
19127         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19128         set-process-query-on-exit-flag or process-kill-without-query.
19129         (starttls-open-stream-gnutls): Use it instead of
19130         process-kill-without-query.
19131         (starttls-open-stream): Ditto.
19132
19133 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19134
19135         * smime.el (smime-cert-by-ldap-1): Don't use
19136         replace-regexp-in-string.
19137
19138 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19139
19140         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19141
19142         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19143         in PEM format.  Adjust to the XEmacs compatibility.
19144
19145 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19148         by `string-to-number'.
19149         * gnus-agent.el (gnus-agent-regenerate-group)
19150         (gnus-agent-fetch-articles): Ditto.
19151         * gnus-art.el (gnus-button-fetch-group): Ditto.
19152         * gnus-cache.el (gnus-cache-generate-active)
19153         (gnus-cache-articles-in-group): Ditto.
19154         * gnus-group.el (gnus-group-set-current-level)
19155         (gnus-group-insert-group-line): Ditto.
19156         * gnus-score.el (gnus-score-set-expunge-below)
19157         (gnus-score-set-mark-below, gnus-summary-score-effect)
19158         (gnus-summary-score-entry): Ditto.
19159         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19160         (gnus-soup-pack): Ditto.
19161         * gnus-spec.el (gnus-xmas-format): Ditto.
19162         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19163         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19164         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19165         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19166         * nndb.el (nndb-get-remote-expire-response): Ditto.
19167         * nndiary.el (nndiary-parse-schedule-value)
19168         (nndiary-string-to-number, nndiary-request-replace-article)
19169         (nndiary-request-article): Ditto.
19170         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19171         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19172         * nneething.el (nneething-make-head): Ditto.
19173         * nnfolder.el (nnfolder-request-article)
19174         (nnfolder-retrieve-headers): Ditto.
19175         * nnheader.el (nnheader-file-to-number): Ditto.
19176         * nnkiboze.el (nnkiboze-request-article): Ditto.
19177         * nnmail.el (nnmail-process-unix-mail-format)
19178         (nnmail-process-babyl-mail-format): Ditto.
19179         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19180         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19181         (nnmh-request-create-group, nnmh-request-list-1)
19182         (nnmh-request-group, nnmh-request-article): Ditto.
19183         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19184         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19185         * nnsoup.el (nnsoup-make-active): Ditto.
19186         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19187         * nntp.el (nntp-find-group-and-number)
19188         (nntp-retrieve-headers-with-xover): Ditto.
19189         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19190         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19191         (pgg-format-key-identifier): Ditto.
19192         * pop3.el (pop3-last, pop3-stat): Ditto.
19193         * qp.el (quoted-printable-decode-region): Ditto.
19194
19195         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19196         of concat.
19197
19198 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19199
19200         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19201
19202         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19203
19204         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19205
19206         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19207
19208         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19209
19210         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19211
19212         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19213         (gnus-carpal-mode): Ditto.
19214
19215         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19216         (gnus-browse-mode): Ditto.
19217
19218         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19219
19220         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19221
19222 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19223
19224         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19225
19226 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19227
19228         * gnus-util.el (gnus-run-mode-hooks): New function.
19229
19230         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19231
19232         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19233         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19234
19235 2005-05-27  Lute Kamstra  <lute@gnu.org>
19236
19237         * dns-mode.el (dns-mode): Specify customization group.
19238
19239 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19240
19241         * gnus-agent.el (gnus-agent-make-mode-line-string):
19242         Use mode-line-highlight as mouse-face.
19243
19244 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * canlock.el (canlock): Change the parent group to news.
19247
19248         * deuglify.el (gnus-outlook-deuglify): Add :group.
19249
19250         * dig.el (dig): Add :group.
19251
19252         * dns-mode.el (dns-mode): Add :group.
19253
19254         * encrypt.el (encrypt): Add :group.
19255
19256         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19257         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19258         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19259         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19260         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19261
19262         * gnus-diary.el (gnus-diary): Add :group.
19263
19264         * gnus.el (gnus-group-news-1-face): Add :group.
19265         (gnus-group-news-1-empty-face): Ditto.
19266         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19267         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19268         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19269         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19270         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19271         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19272         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19273         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19274         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19275         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19276         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19277         (gnus-summary-high-ticked-face): Ditto.
19278         (gnus-summary-low-ticked-face): Ditto.
19279         (gnus-summary-normal-ticked-face): Ditto.
19280         (gnus-summary-high-ancient-face): Ditto.
19281         (gnus-summary-low-ancient-face): Ditto.
19282         (gnus-summary-normal-ancient-face): Ditto.
19283         (gnus-summary-high-undownloaded-face): Ditto.
19284         (gnus-summary-low-undownloaded-face): Ditto.
19285         (gnus-summary-normal-undownloaded-face): Ditto.
19286         (gnus-summary-high-unread-face): Ditto.
19287         (gnus-summary-low-unread-face): Ditto.
19288         (gnus-summary-normal-unread-face): Ditto.
19289         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19290         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19291
19292         * hashcash.el (hashcash): New custom group.
19293         (hashcash-default-payment): Add :group.
19294         (hashcash-payment-alist): Ditto.
19295         (hashcash-default-accept-payment): Ditto.
19296         (hashcash-accept-resources): Ditto.
19297         (hashcash-path): Ditto.
19298         (hashcash-extra-generate-parameters): Ditto.
19299         (hashcash-double-spend-database): Ditto.
19300         (hashcash-in-news): Ditto.
19301
19302         * message.el (message-minibuffer-local-map): Add :group.
19303
19304         * netrc.el (netrc): Add :group.
19305
19306         * sieve-manage.el (sieve-manage-log): Add :group.
19307         (sieve-manage-default-user): Diito.
19308         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19309         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19310         (sieve-manage-authenticators): Ditto.
19311         (sieve-manage-authenticator-alist): Ditto.
19312         (sieve-manage-default-port): Ditto.
19313
19314         * sieve-mode.el (sieve-control-commands-face): Add :group.
19315         (sieve-action-commands-face): Ditto.
19316         (sieve-test-commands-face): Ditto.
19317         (sieve-tagged-arguments-face): Ditto.
19318
19319         * smime.el (smime): Add :group.
19320
19321         * spam-report.el (spam-report): Add :group.
19322
19323         * spam.el (spam, spam-face): Add :group.
19324
19325 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19326
19327         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19328         return \n.\n.\n at the end of articles.  Protect against that.
19329         (nntp-with-open-group): Allow debugging.
19330
19331         * nnheader.el (mail-header-set-extra): Make into a function
19332         because I just could't understand how to quote the list properly.
19333
19334         * dns.el (query-dns-cached): New function.
19335
19336 2005-05-26  Lute Kamstra  <lute@gnu.org>
19337
19338         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19339
19340 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19343
19344         * gnus-art.el: Don't autoload mail-extract-address-components.
19345
19346         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19347         eval-and-compile to evaluate it.
19348
19349         * hashcash.el: Don't autoload executable-find.
19350
19351         * nndb.el: Don't declare the nndb back end two or more times; don't
19352         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19353
19354         * nntp.el: Autoload format-spec instead of format; use
19355         eval-and-compile to evaluate autoload forms.
19356
19357 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19358
19359         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19360
19361 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19362
19363         * gnus.el (gnus-version-number): Bump version.
19364
19365 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19366
19367         * gnus.el: No Gnus v0.3 is released.
19368
19369 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370
19371         * lpath.el (featurep): Bind show-nonbreak-escape.
19372
19373 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-art.el (gnus-article-edit-part): Disable undo.
19376
19377 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19380         gnus-article-date-lapsed-new-header is t if date timer is active;
19381         skip headers in which the original date value is empty.
19382         (gnus-article-save-original-date): Redefine it as a macro.
19383         (gnus-display-mime): Use it.
19384
19385 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * gnus-art.el (article-date-ut): Support converting date in
19388         forwarded parts as well.
19389         (gnus-article-save-original-date): New function.
19390         (gnus-display-mime): Use it.
19391
19392 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19393
19394         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19395         enclosure element of <item>.
19396
19397 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * message.el (message-kill-buffer-query): Rename from
19400         `message-kill-buffer-query-if-modified'.  Add :version.
19401
19402 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19403
19404         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19405         window layout.
19406
19407 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * mml.el: Autoload dnd when compiling.
19410
19411 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19414         x-dnd-*.
19415
19416 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * qp.el (quoted-printable-encode-region): Save excursion.
19419
19420 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19421
19422         * message.el (message-kill-buffer-query-if-modified): Add new variable
19423         so the user can kill a modified message buffer quickly.
19424         (message-kill-buffer): Use it.
19425
19426 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * lpath.el: Fbind display-time-event-handler; don't fbind
19429         string-to-multibyte.
19430
19431         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19432
19433 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19436         contained in text because xml.el decodes entities) with LFs.
19437
19438 2005-04-11  Lute Kamstra  <lute@gnu.org>
19439
19440         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19441         differently.
19442
19443 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19444
19445         * mm-util.el (mm-detect-coding-region): Typo.
19446
19447 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19450
19451 2005-04-06  Deepak Goel  <deego@gnufans.org>
19452
19453         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19454         user-function allow user modifications of the scores.
19455         (spam-stat-score-buffer-user): New function, to allow
19456         user-computed modifications to the score.
19457         (spam-stat-score-buffer-user-functions): List of additional
19458         scoring functions.
19459         (spam-stat-error-holder): Global temporary error holder.
19460         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19461         variable.
19462
19463 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19464
19465         * gnus-registry.el (gnus-registry-clean-empty-function)
19466         (gnus-registry-trim, gnus-registry-fetch-groups)
19467         (gnus-registry-delete-group): Groups that match
19468         `gnus-registry-ignored-groups' are removed from the registry
19469         entries, not just ignored for splitting.  This helps clean up the
19470         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19471         to get all the groups a message ID is in.
19472
19473         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19474         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19475         (spam-stat-score-buffer-user-functions): Add :number custom type.
19476
19477 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19480         argument in XEmacs.
19481
19482         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19483         (nnrss-request-group): Decode group name first.
19484         (nnrss-request-article): Make a text/plain article if mml-to-mime
19485         failed.
19486         (nnrss-get-encoding): Return a compatible encoding according to
19487         nnrss-compatible-encoding-alist.
19488         (nnrss-find-el): Use consp instead of listp.
19489         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19490
19491 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19494         which Emacs 20 doesn't support.
19495         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19496
19497 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19500         silence the byte compiler inside the defun.
19501
19502         * gnus-demon.el (parse-time-string): Add autoload.
19503
19504         * gnus-delay.el (parse-time-string): Add autoload.
19505
19506         * gnus-art.el (parse-time-string): Add autoload.
19507
19508         * nnultimate.el (parse-time): Require for `parse-time-string'.
19509
19510 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19511
19512         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19513
19514         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19515
19516         * smime.el (smime-ldap-host-list): Add :version.
19517
19518 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19521         pass it to `gnus-browse-read-group'.
19522         (gnus-browse-read-group): Add NUMBER argument and pass it to
19523         `gnus-group-read-ephemeral-group'.
19524
19525         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19526         argument and pass it to `gnus-group-read-group'.
19527
19528 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19529
19530         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19531         mm-xemacs-find-mime-charset-1 if we have the mule feature
19532         available at runtime.
19533
19534 2005-03-25  Werner Lemberg  <wl@gnu.org>
19535
19536         * nnmaildir.el: Replace `illegal' with `invalid'.
19537
19538 2005-03-23  Lute Kamstra  <lute@gnu.org>
19539
19540         * time-date.el: Add comment on time value formats.
19541         Don't require parse-time.
19542         (with-decoded-time-value): New macro.
19543         (encode-time-value): New function.
19544         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19545         (days-to-time): Return a valid time value when arg is huge.
19546         (time-since): Use time-subtract.
19547         (time-to-number-of-days): Use time-to-seconds.
19548
19549 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19550
19551         * gnus-start.el (gnus-display-time-event-handler):
19552         Check display-time-timer at runtime rather than only at load time
19553         in case display-time-mode is turned off in the mean time.
19554
19555 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19556
19557         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19558         used.
19559
19560         * nneething.el (nneething-map-file-directory): Derive from
19561         `gnus-directory'.
19562
19563         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19564         the To/Cc button.
19565
19566 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19567
19568         * nnmaildir.el (nnmaildir-request-accept-article):
19569         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19570
19571 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19572
19573         * gnus-async.el: Require timer-funcs at compile time when in
19574         XEmacs for `run-with-idle-timer'.
19575
19576 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19577
19578         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19579         autoloaded function.
19580
19581 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19582
19583         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19584
19585 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19586
19587         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19588
19589 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19590
19591         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19592         Add gnus-expert-user to default.
19593
19594 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19595
19596         * nnimap.el (nnimap-open-server): Ditto.
19597
19598         * imap.el (imap-authenticate): Fix typo.
19599
19600 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19601
19602         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19603         buffer (since IMAP server might return FETCH response out of
19604         order, and the nntp buffer must be sorted).
19605
19606 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19607
19608         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19609         comparison on string.
19610
19611         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19612         (gnus-agent-score): Rename category keywords to match gnus-cus.
19613         (gnus-agent-summary-fetch-series): Modify to protect against
19614         gnus-agent-summary-fetch-group clearing processable flags.
19615         (gnus-agent-synchronize-group-flags): Update live group buffer as
19616         synchronization may occur due to the user toggle the plugged
19617         status.
19618         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19619         successfully downloaded.
19620         (gnus-agent-expire-group-1): Avoid using markers when the overview
19621         is in ascending order; greatly improves performance.
19622         (gnus-agent-regenerate-group):
19623         Use gnus-agent-synchronize-group-flags to reset read status in both
19624         gnus and server.
19625         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19626
19627 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19628
19629         * message.el: Don't autoload former message-utils variables.
19630         (message-strip-subject-trailing-was): Change doc string.
19631
19632         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19633         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19634         (nnweb-google-search): Add "hl=en" here.
19635         (nnweb-google-parse-1, nnweb-google-create-mapping):
19636         Don't hardcode URL.
19637
19638 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19639
19640         * message.el (message-get-reply-headers, message-followup):
19641         Mention related variables `message-use-followup-to' and
19642         `message-use-mail-followup-to', in the information buffer.
19643
19644         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19645         of broken groups(-beta).google.com.
19646
19647 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19648
19649         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19650         parameter to invoked gnus-request-move-article; remove the
19651         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19652         all at once instead of once per article.
19653         (gnus-summary-remove-process-mark): Accept a list of articles as
19654         well as a single article for processing.
19655
19656         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19657         parameter.
19658
19659         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19660
19661         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19662
19663         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19664         parameter.
19665
19666         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19667         parameter.
19668
19669         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19670         parameter and remove the gnus-sum-hint-move-is-internal variable.
19671
19672         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19673         parameter.
19674
19675         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19676         parameter.
19677
19678         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19679         parameter.
19680
19681         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19682
19683         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19684         parameter.
19685
19686         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19687         parameter.
19688
19689 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19690
19691         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19692         a more conservative way.
19693
19694 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19695
19696         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19697         buffer, so it moves the window's cursor.
19698
19699 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19700
19701         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19702         `mm-dissect-multipart' and receive the from field as an (optional)
19703         argument from `mm-dissect-multipart'.
19704         (mm-dissect-multipart): Receive the from field as an argument and
19705         pass it on when we call `mm-dissect-buffer' on MIME parts.
19706         Fixes verification/decryption of signed/encrypted MIME parts.
19707
19708 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19709
19710         * gnus-sum.el (gnus-summary-move-article):
19711         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19712         whatever it calls (right now, only nnimap-request-move article
19713         respects it).
19714
19715         * nnimap.el (nnimap-request-move-article):
19716         When gnus-sum-hint-move-is-internal is set, don't do the extra
19717         nnimap-request-article.
19718
19719 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19720
19721         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19722
19723         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19724         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19725
19726         * gnus-sum.el (gnus-summary-caesar-message):
19727         Apply `gnus-treat-article' after rotation.
19728
19729         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19730         doc string.
19731
19732 2005-02-22  Simon Josefsson  <jas@extundo.com>
19733
19734         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19735         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19736         <arne@arnested.dk>.
19737         (encrypt): Add password-cache and password-cache-expiry as group
19738         members.
19739
19740 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19741
19742         * smime.el (smime-ldap-host-list): Doc fix.
19743         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19744         cache) password.
19745         (smime-sign-region): Use it.
19746         (smime-decrypt-region): Use it.
19747         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19748         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19749         fails.
19750         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19751         certificate from DER to PEM format rather than calling openssl.
19752
19753         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19754
19755         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19756         for signing/encryption.
19757
19758         * mml.el (mml-parse-1): Use them.
19759
19760 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19761
19762         * nnrss.el (nnrss-verbose): Remove.
19763         (nnrss-request-group): Use `nnheader-message' instead.
19764
19765 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19766
19767         * nnrss.el (nnrss-verbose): New variable.
19768         (nnrss-request-group): Make it say nnrss is requesting a group.
19769
19770 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19771
19772         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19773         Handle news URL with given port correctly.
19774
19775 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19778         containing special characters.
19779
19780         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19781
19782         * mml.el (mime-to-mml): Ditto.
19783
19784         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19785         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19786         (rfc2047-decode-region): Quote decoded words containing special
19787         characters when rfc2047-quote-decoded-words-containing-tspecials
19788         is non-nil.
19789
19790 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19791
19792         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19793
19794         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19795
19796 2005-02-15  Simon Josefsson  <jas@extundo.com>
19797
19798         * nnimap.el (nnimap-debug): Doc fix.
19799
19800         * imap.el (imap-debug): Doc fix.
19801
19802 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19805
19806 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19807
19808         * gnus.el (spam-contents): Improve docs for spam-contents
19809         parameter in its variable incarnation.
19810
19811 2005-02-14  Simon Josefsson  <jas@extundo.com>
19812
19813         * smime-ldap.el: Use require instead of load-library for ldap.
19814         (smime-ldap-search): Indent.
19815         (smime-ldap-search-internal): Shorten line.
19816
19817         * smime.el (smime-cert-by-dns): Add doc-string.
19818         (smime-cert-by-ldap-1): Indent.
19819
19820         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19821         mml-smime-get-dns-ldap.
19822         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19823
19824 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19825
19826         * smime.el: Require smime-ldap.
19827         (smime-ldap-host-list): New variable.
19828         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19829
19830         * mml-smime.el (mml-smime-encrypt-query): New function.
19831         (mml-smime-encrypt-query): Use it.
19832
19833         * smime-ldap.el: New file.
19834
19835 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19838
19839 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19840
19841         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19842         argument in doc string.  Make query for type more clear.
19843
19844 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19845
19846         * gnus.el (gnus-group-startup-message): Search for gnus images in
19847         etc/images/gnus.
19848         * mm-util.el (mm-image-load-path): Likewise.
19849         * smiley.el (smiley-data-directory): Search for smilies in
19850         etc/images/smilies.
19851
19852 2005-02-09  Kim F. Storm  <storm@cua.dk>
19853
19854         Change Emacs release version from 21.4 to 22.1 throughout.
19855         Change Emacs development version from 21.3.50 to 22.0.50.
19856
19857 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19860
19861         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19862         non-Mule XEmacs as well.
19863         (mm-decompress-buffer): Signal an error intentionally if it does
19864         not decompress compressed data because auto-compression-mode is
19865         disabled.
19866
19867 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19868
19869         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19870         an ID in the registry even if it has no groups.
19871
19872 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19875         merge it into mm-decompress-buffer.
19876         (gnus-mime-copy-part): Use the MIME part charset, the value which
19877         a user specified or gnus-newsgroup-charset for decoding, like
19878         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19879         save-buffer what was used.  Suggested by Kevin Ryde
19880         <user42@zip.com.au>.
19881         (gnus-mime-inline-part): Allow the name parameter as well as the
19882         filename parameter; force decompressing of compressed data; always
19883         display contents being not decoded as unibyte.
19884
19885         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19886         as well as the filename parameter.
19887
19888         * mm-util.el (mm-decompress-buffer):
19889         Merge gnus-mime-jka-compr-maybe-uncompress.
19890         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19891         of compressed data.
19892
19893 2005-02-08  Simon Josefsson  <jas@extundo.com>
19894
19895         * imap.el (imap-log): Doc fix.
19896
19897 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19898
19899         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19900         the coding cookies; decompress compressed parts.
19901
19902         * mml.el (mml-generate-mime-1): Add the charset parameter according
19903         to the value which a user specified manually or the coding cookie.
19904
19905         * mm-util.el (mm-string-to-multibyte): New function.
19906         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19907         (mm-coding-system-to-mime-charset): New function.
19908         (mm-decompress-buffer): New function.
19909         (mm-find-buffer-file-coding-system): New function.
19910
19911         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19912         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19913         parts.
19914
19915 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19916
19917         * mm-view.el (mm-display-inline-fontify): Decode a part according
19918         to the charset parameter.
19919
19920 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19921
19922         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19923         prefix arg is neither nil nor a number, as info specifies.
19924
19925 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19928         timestamps.
19929
19930 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19931
19932         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19933         groups error checking and notify user.
19934
19935 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19936
19937         * message.el (message-send-mail-function): Check existence of
19938         sendmail-program first before using default value
19939         `message-send-mail-with-sendmail'.  Otherwise use more generic
19940         `smtpmail-send-it'.
19941
19942 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * nntp.el (nntp-request-update-info): Always return nil.
19945
19946 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19947
19948         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19949
19950 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19951
19952         * message.el (message-beginning-of-line): Change the behavior when
19953         invoked between BOL and : so that it first moves backward.
19954
19955 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19958         article buffer when editing of the article is discarded.
19959         (gnus-article-prepare): Revert.
19960
19961 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * gnus-art.el (gnus-article-prepare):
19964         Remove message-strip-forbidden-properties from the local hook.
19965
19966 2005-01-27  Simon Josefsson  <jas@extundo.com>
19967
19968         * password.el (password-cache-add): Only start one timer per key.
19969         Reported by Derek Atkins <warlord@MIT.EDU>.
19970
19971 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19972
19973         * run-at-time.el: Remove.  It is no longer needed as
19974         timer-funcs.el in the xemacs-base package has a working version of
19975         `run-at-time'.
19976
19977         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19978
19979         * password.el: Require timer-funcs instead of run-at-time in
19980         XEmacs.
19981         Remove `password-run-at-time' macro.
19982         (password-cache-add): Use `run-at-time' instead of
19983         `password-run-at-time'.
19984
19985         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19986         Remove `nnheader-cancel-function-timers' alias,
19987         `cancel-function-timers' exists in XEmacs in timer-funcs.
19988
19989         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19990         for `run-with-idle-timer'.
19991
19992         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19993         for `run-at-time'.
19994
19995         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19996         for `with-timeout'.
19997
19998         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19999         the same as for XEmacs 21.4.
20000         No need to ignore `run-with-idle-timer', this function exists in
20001         XEmacs now in timer-funcs.el in the xemacs-base package.
20002         (dgnushack-compile): No need to delete
20003         run-at-time.el from the list of files to compile because it
20004         doesn't exist anymore.
20005
20006 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20007
20008         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20009         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20010
20011 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20012
20013         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20014         sensitively.
20015
20016 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20017
20018         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20019
20020 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20023         which will be inserted according to the multibyteness of a buffer
20024         rather than the type of contents.  Suggested by ARISAWA Akihiro
20025         <ari@mbf.ocn.ne.jp>.
20026
20027         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20028         of string which old xml.el may return rather than a string.
20029
20030 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20033
20034 2005-01-16  Simon Josefsson  <jas@extundo.com>
20035
20036         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20037         idn/idna.el isn't available.
20038         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20039         <michael@waxrat.com>.
20040
20041         * hashcash.el: Remove non-FSF copyright header.
20042
20043         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20044         (hashcash-generate-payment): Use it.
20045         (hashcash-generate-payment-async): Use it.
20046
20047 2005-01-15  Simon Josefsson  <jas@extundo.com>
20048
20049         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20050         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20051
20052         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20053         gnus-summary-idna-message.
20054         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20055         (gnus-summary-idna-message): New function.
20056
20057 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20058
20059         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20060         gnus-novice-user.
20061
20062 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20063
20064         * nnrss.el (nnrss-request-delete-group): Delete entries in
20065         nnrss-group-alist as well.
20066         (nnrss-save-server-data): Insert newline.
20067
20068 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20069
20070         * gnus.el (gnus-user-agent): Use list of symbols instead of
20071         symbols.  Display full version number for (S)XEmacs.
20072         Optionally display (S)XEmacs codename.
20073
20074         * gnus-util.el (gnus-emacs-version): Update for new
20075         `gnus-user-agent'.
20076
20077         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20078         Gnus version.
20079
20080 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20081
20082         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20083         which is unreadable in some setups.
20084
20085 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-spec.el (gnus-update-format-specifications): Flush the
20088         group format spec cache if it doesn't support decoded group names.
20089
20090 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20093         Allow to apply decay on score files matching a regexp.
20094
20095 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20098         compatibility in %g and %c.
20099
20100 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20103         name for only %g and %c.
20104         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20105         of gnus-tmp-group to decoded group name.
20106         (gnus-group-make-rss-group): Exclude `/'s from group names.
20107
20108 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * nnrss.el (nnrss-get-encoding): Fix regexp.
20111
20112 2004-12-27  Simon Josefsson  <jas@extundo.com>
20113
20114         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20115         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20116         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20117
20118 2004-12-17  Kim F. Storm  <storm@cua.dk>
20119
20120         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20121
20122         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20123
20124 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20125
20126         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20127
20128 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20129
20130         * nnrss.el: Require rfc2047 and mml.
20131         (nnrss-file-coding-system): New variable.
20132         (nnrss-format-string): Redefine it as an inline function.
20133         (nnrss-decode-group-name): New function.
20134         (nnrss-string-as-multibyte): Remove.
20135         (nnrss-retrieve-headers): Decode group name; don't use
20136         nnrss-format-string.
20137         (nnrss-request-group): Decode group name.
20138         (nnrss-request-article): Decode group name; allow a Message-ID as
20139         well as an article number; don't use nnrss-format-string; encode a
20140         Message-ID string which may contain non-ASCII characters; use
20141         mml-to-mime to compose a MIME article.
20142         (nnrss-request-expire-articles): Decode group name.
20143         (nnrss-request-delete-group): Decode group name.
20144         (nnrss-fetch): Clarify error message.
20145         (nnrss-read-server-data): Use insert-file-contents instead of load;
20146         bind file-name-coding-system; use multibyte buffer.
20147         (nnrss-save-server-data): Bind coding-system-for-write to the
20148         value of nnrss-file-coding-system; bind file-name-coding-system;
20149         add coding cookie.
20150         (nnrss-read-group-data): Use insert-file-contents instead of load;
20151         bind file-name-coding-system; use multibyte buffer.
20152         (nnrss-save-group-data): Bind coding-system-for-write to the
20153         value of nnrss-file-coding-system; bind file-name-coding-system.
20154         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20155         make it work with non-ASCII text.
20156         (nnrss-find-el): Make it work with old xml.el as well.
20157
20158 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20159
20160         * nnrss.el (nnrss-get-encoding): New function.
20161         (nnrss-fetch): Use unibyte buffer initially; bind
20162         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20163         decode contents according to the encoding attribute.
20164         (nnrss-save-group-data): Add coding cookie.
20165         (nnrss-mime-encode-string): New function.
20166         (nnrss-check-group): Use it to encode subject and author.
20167
20168 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20169
20170         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20171         imaginary variable.
20172
20173 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20176         correctly even if there are wide characters.
20177
20178 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20179
20180         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20181         downcased symbol names; make a new cache instead of reusing
20182         bbdb-hashtable.
20183
20184 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20185
20186         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20187         concatenating segments rather than before concatenating them.
20188         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20189
20190         * message.el (message-get-reply-headers): Bind `extra'.
20191
20192 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20193
20194         * message.el (message-extra-wide-headers): New variable.
20195         (message-get-reply-headers): Use it.
20196
20197 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20200         (gnus-agent-group-pathname): Ditto.
20201
20202         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20203
20204         * gnus-group.el (gnus-group-make-group): Decode group name.
20205         (gnus-group-make-rss-group): Register the group data after opening
20206         the nnrss group.
20207
20208 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20209
20210         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20211         by expiry now get marked as read.
20212
20213 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20214
20215         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20216
20217 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20218
20219         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20220         unify Latin characters in XEmacs.
20221         (mm-find-mime-charset-region): Use it.
20222
20223 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * gnus-util.el (gnus-delete-directory): New function.
20226
20227         * gnus-agent.el (gnus-agent-delete-group): Use it.
20228
20229         * gnus-cache.el (gnus-cache-delete-group): Use it.
20230
20231 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20234         names.
20235
20236 2004-12-16  Simon Josefsson  <jas@extundo.com>
20237
20238         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20239
20240 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20241
20242         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20243
20244         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20245         (gnus-group-set-current-level): Decode group name.
20246
20247 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20248
20249         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20250         failed.
20251
20252 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20253
20254         * gnus-group.el (gnus-group-delete-group): Decode group name.
20255         (gnus-group-make-rss-group): Encode group name.
20256         (gnus-group-catchup-current): Decode group name.
20257         (gnus-group-kill-group): Decode group name.
20258
20259 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20260
20261         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20262
20263 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20264
20265         * gnus-group.el (gnus-group-make-rss-group):
20266         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20267
20268         * gnus-start.el (gnus-setup-news): Honor user's setting to
20269         gnus-message-archive-method.  Suggested by Lute Kamstra
20270         <lute@gnu.org>.
20271
20272 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20273
20274         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20275         global counterparts of the buffer-local variables.
20276
20277 2004-11-16  Romain Francoise  <romain@orebokech.com>
20278
20279         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20280         counterparts of the buffer-local variables.
20281
20282 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20283
20284         * message.el (message-forbidden-properties): Fix typo in doc
20285         string.
20286
20287 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20288
20289         * gnus-util.el (gnus-replace-in-string): Add doc string.
20290
20291         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20292         to avoid problems when splitting mails with many recipients.
20293
20294 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20295
20296         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20297         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20298
20299 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20300
20301         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20302         if there is no hashtable in memory or file modification time is
20303         newer than cached timestamp.
20304
20305 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20306
20307         * gnus-sum.el (gnus-summary-limit-to-recipient):
20308         Implement not-matching option.
20309
20310 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20311
20312         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20313         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20314         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20315         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20316         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20317         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20318
20319 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20320
20321         * message.el (message-forward-make-body-mml): Remove headers
20322         according to message-forward-ignored-headers if a message is decoded.
20323
20324 2004-12-02  Romain Francoise  <romain@orebokech.com>
20325
20326         * message.el (message-forward-make-body-plain): Always remove
20327         headers according to message-forward-ignored-headers.
20328
20329 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20330
20331         * spam.el (spam-summary-prepare-exit): Remove the
20332         gnus-summary-limit pop for now, it has problems with ham marks for
20333         me.
20334
20335 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20336
20337         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20338         correctly.
20339
20340 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20341
20342         * format-spec.el (format-spec): Message the char.
20343
20344 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20345
20346         * gnus-art.el (gnus-split-methods): Reformat comments.
20347
20348         * spam.el (spam-summary-prepare-exit): Remove article limits
20349         before exiting the summary buffer.
20350
20351 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20354         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20355
20356         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20357         order to silence the byte compiler.
20358
20359         * spam.el: Fix the way to silence the byte compiler, which
20360         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20361         bbdb-search-simple, spam-BBDB-register-routine,
20362         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20363         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20364         spam-stat-buffer-is-spam, spam-stat-load,
20365         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20366         spam-stat-save and spam-stat-split-fancy.
20367
20368 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20369
20370         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20371         which may confuse users.
20372         (canlock-password-for-verify): Ditto.
20373
20374         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20375
20376         * gnus-art.el (gnus-emphasis-alist): Ditto.
20377
20378         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20379
20380         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20381
20382         * gnus-start.el (gnus-save-killed-list): Ditto.
20383
20384         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20385         (gnus-sum-thread-tree-root): Ditto.
20386         (gnus-sum-thread-tree-false-root): Ditto.
20387         (gnus-sum-thread-tree-single-indent): Ditto.
20388
20389         * message.el (message-courtesy-message): Ditto.
20390         (message-archive-note): Ditto.
20391         (message-subscribed-address-file): Ditto.
20392         (message-user-fqdn): Ditto.
20393
20394         * spam-report.el (spam-report-gmane-regex): Ditto.
20395
20396         * spam.el (spam-blackhole-good-server-regex): Ditto.
20397
20398 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20399
20400         * mml.el (mml-preview): Widen the message buffer before copying
20401         the contents to the preview buffer; sort headers before previewing.
20402
20403         * message.el (message-hidden-headers): Fix the way to avoid a bug
20404         in the `repeat' widget in Emacs 21.3 or earlier.
20405
20406 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20407
20408         * message.el (message-hidden-headers): Default to "^References:".
20409         Improve customization type.  Suggested by Reiner Steib
20410         <Reiner.Steib@gmx.de>.
20411
20412 2004-11-25  Romain Francoise  <romain@orebokech.com>
20413
20414         * message.el (message-strip-forbidden-properties): Remove check for
20415         obsolete `message-hidden' text property, hidden headers are not
20416         accessible in the buffer anymore.
20417
20418 2004-11-22  Romain Francoise  <romain@orebokech.com>
20419
20420         * message.el (message-header-format-alist): Add `From' in list
20421         so that it can be sorted.
20422         (message-fix-before-sending): Widen and sort headers before
20423         sending.
20424         (message-hide-headers): Use narrowing to hide headers by moving
20425         them to the top of the buffer and narrowing to the region
20426         underneath.
20427
20428 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20429
20430         * message.el (message-strip-forbidden-properties):
20431         Bind buffer-read-only (etc) to nil.
20432
20433 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20434
20435         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20436         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20437
20438 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20439
20440         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20441
20442 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20443
20444         * dns.el (query-dns): Use sit-for to time instead of
20445         accept-process-output, since that doesn't seem to work on udp
20446         sockets.
20447
20448 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20449
20450         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20451
20452 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20453
20454         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20455         doc string.  Improve doc string.
20456
20457 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20458
20459         * nntp.el (nntp-request-update-info): Return nil if
20460         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20461         may not call gnus-activate-group which uselessly issues the GROUP
20462         commands for all nntp groups and wastes time.  Reported by Romain
20463         Francoise <romain@orebokech.com>.
20464
20465         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20466
20467 2004-11-15  Simon Josefsson  <jas@extundo.com>
20468
20469         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20470         headers separately.
20471         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20472         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20473
20474 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20475
20476         * gnus-start.el (gnus-convert-old-newsrc):
20477         Assign legacy-gnus-agent to 5.10.7.
20478
20479 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20480
20481         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20482         start of the lines.
20483
20484 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20485
20486         * hashcash.el (hashcash-default-payment): Change default to 20.
20487         (hashcash-default-accept-payment): Change default to 20.
20488         (hashcash-process-alist): New variable.
20489         (hashcash-generate-payment-async): Add.
20490         (hashcash-already-paid-p): Add.
20491         (hashcash-insert-payment): Don't generate payments twice.
20492         (hashcash-insert-payment-async): Add.
20493         (hashcash-insert-payment-async-2): Add.
20494         (hashcash-cancel-async): Add.
20495         (hashcash-wait-async): Add.
20496         (hashcash-processes-running-p): Add.
20497         (hashcash-wait-or-cancel): Add.
20498         (mail-add-payment): New optional argument.  Conditionally start
20499         asynchronous calculation.
20500         (mail-add-payment-async): Add.
20501
20502         * message.el (message-send-mail): Wait for asynchronous hashcash
20503         results.  Don't clobber existing X-Hashcash headers.
20504         (message-setup-1): Call mail-add-payment-async when
20505         message-generate-hashcash is non-nil.
20506
20507 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20508
20509         * message.el (message-use-alternative-email-as-from): Examine the
20510         From header as well; use message-make-from in order to include a
20511         user's full name.
20512
20513 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20514
20515         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20516         default; improve customization type.
20517         (gnus-emphasis-custom-with-format): New macro.
20518         (gnus-emphasis-custom-value-to-external): New function.
20519         (gnus-emphasis-custom-value-to-internal): New function.
20520
20521 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20522
20523         * dns.el (query-dns): Resolve reverse addresses.
20524
20525 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20526
20527         * gnus-group.el (gnus-group-get-new-news): Use it.
20528
20529         * gnus-start.el (gnus-check-reasonable-setup): New function.
20530
20531 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20532
20533         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20534         "Args out of range" error.  Reported by Arnaud Giersch
20535         <arnaud.giersch@free.fr>.
20536
20537 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20538
20539         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20540
20541 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20542
20543         * spam.el (spam group): Add :version.
20544
20545         * pgg-def.el (pgg group): Add :version.
20546
20547 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * gnus-art.el (gnus-article-edit-article): Don't associate the
20550         article buffer with a draft file.  This is a temporary measure
20551         against the 2004-08-22 change to gnus-article-edit-mode.
20552
20553 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20554
20555         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20556         (html2text-format-tags): Remove unused variable `attr'.
20557
20558 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20559
20560         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20561
20562         * tls.el (tls-process-connection-type, tls-success)
20563         (tls-certtool-program): Add :version.
20564
20565         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20566         (starttls-extra-arguments, starttls-process-connection-type)
20567         (starttls-connect, starttls-failure, starttls-success): Add :version.
20568
20569         * spam-stat.el (spam-stat): Add :version.
20570
20571         * sieve.el (sieve): Add :version.
20572
20573         * sha1.el (sha1): Add :version.
20574         (sha1-use-external): Remove redundant version.
20575
20576         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20577         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20578         (nnmail-split-fancy-match-partial-words)
20579         (nnmail-split-lowercase-expanded): Add :version.
20580
20581         * nndiary.el (nndiary): Add :version.
20582
20583         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20584
20585         * mml-sec.el (mml-default-sign-method)
20586         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20587         Add :version.
20588
20589         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20590
20591         * mm-url.el (mm-url-use-external, mm-url-program)
20592         (mm-url-arguments): Add :version.
20593
20594         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20595         (mm-attachment-file-modes, mm-decrypt-option)
20596         (mm-w3m-safe-url-regexp): Add :version.
20597
20598         * message.el (message-cite-prefix-regexp)
20599         (message-sendmail-envelope-from, message-minibuffer-local-map)
20600         (message-user-fqdn, message-completion-alist): Add :version.
20601
20602         * gnus-win.el (gnus-configure-windows-hook)
20603         (gnus-use-frames-on-any-display): Add :version.
20604
20605         * gnus-art.el (gnus-article-address-banner-alist)
20606         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20607         (gnus-treat-from-picon, gnus-treat-mail-picon)
20608         (gnus-treat-x-pgp-sig): Add :version.
20609
20610         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20611         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20612         (gnus-summary-article-delete-hook)
20613         (gnus-summary-display-while-building): Add :version.
20614
20615         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20616         (gnus-get-top-new-news-hook): Add :version.
20617
20618         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20619         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20620
20621         * gnus-registry.el (gnus-registry): Add :version.
20622
20623         * gnus-spec.el (gnus-use-correct-string-widths)
20624         (gnus-make-format-preserve-properties): Add :version.
20625
20626         * gnus.el (gnus-group-charter-alist)
20627         (gnus-group-fetch-control-use-browse-url)
20628         (gnus-install-group-spam-parameters): Add :version.
20629
20630         * gnus-diary.el (gnus-diary): Add :version.
20631
20632         * gnus-delay.el (gnus-delay): Add :version.
20633
20634         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20635         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20636         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20637         Add :version.
20638
20639         * gnus-agent.el (gnus-agent-max-fetch-size)
20640         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20641         (gnus-agent-prompt-send-queue): Add :version.
20642
20643         * deuglify.el (gnus-outlook-deuglify): Add :version.
20644
20645         * html2text.el: Beautify code.  Improve doc strings.
20646         Some checkdoc cleanup.
20647         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20648
20649 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20650
20651         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20652
20653 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20654
20655         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20656         when package is loaded.
20657
20658         * spam.el (spam-summary-score-preferred-header): Add global preference
20659         for people who want to override the default SpamAssassin over
20660         Bogofilter preference (when both are set).
20661         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20662         (spam-user-format-function-S):
20663         Check spam-summary-score-preferred-header.
20664         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20665         (spam-user-format-function-S): Format the score correctly.
20666
20667 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20670         signature file.  Suggested by Manoj Srivastava
20671         <srivasta@golden-gryphon.com>.
20672
20673         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20674         iso-2022-jp even in the Japanese language environment.
20675         Suggested by Jason Rumney <jasonr@gnu.org>.
20676
20677 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20680         use the same characters as the dummy marks; make it free from
20681         getting affected by the language environment.
20682         (gnus-summary-read-group-1): Update mark positions only when the
20683         format spec is updated.
20684
20685         * gnus-spec.el (gnus-update-format-specifications): Return a list
20686         of updated types.
20687
20688 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20689
20690         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20691         of boundp to check if display-warning is available.
20692
20693 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20694
20695         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20696
20697 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20698
20699         * nnspool.el (nnspool-spool-directory): Use news-path if the
20700         news-directory variable is not bound.
20701
20702         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20703         function instead of display-warning if it is not available.
20704
20705 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20706
20707         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20708         v5-10: Use `point-at-bol'.
20709
20710 2004-10-26  Simon Josefsson  <jas@extundo.com>
20711
20712         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20713         <chenggao@gmail.com>.
20714
20715 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20716
20717         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20718         instead.
20719
20720 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20721
20722         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20723         to remove a server from the nnimap-server-buffer-alist.
20724         (nnimap-open-connection, nnimap-close-server): Use it.
20725
20726         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20727
20728 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20729
20730         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20731         running the major-mode function.
20732
20733 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20736         dummy marks in the right way.
20737
20738 2004-10-18  David Edmondson  <dme@dme.org>
20739
20740         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20741         excessively.
20742
20743 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20744
20745         * gnus-util.el (gnus-split-references): Accept a nil references
20746         string and go on blissfully.
20747
20748         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20749         cases where the references string is non-nil but has no references.
20750
20751         * encrypt.el: Add autoload tags.
20752
20753         * spam.el (spam-resolve-registrations-routine): Remove article
20754         from unregistration list too.  Reported by David Hanak
20755         <dhanak@isis.vanderbilt.edu>
20756
20757 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20758
20759         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20760         nil.  Change custom type.
20761
20762 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20763
20764         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20765
20766         * gnus-sum.el (gnus-summary-move-article): Use it.
20767
20768 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20769
20770         * encrypt.el: Add autoload cookies.
20771
20772         * spam.el (spam-backend-article-list-property)
20773         (spam-backend-get-article-todo-list)
20774         (spam-backend-put-article-todo-list)
20775         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20776         Resolve registrations separately.
20777         (spam-register-routine): Format comments.
20778         (spam-unregister-routine, spam-register-routine): Always call with
20779         specific-articles, no default list.
20780         (spam-summary-prepare-exit): Use the spam-classifications function.
20781
20782         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20783         gnus-encrypt.el.
20784
20785         * encrypt.el: Copied from gnus-encrypt.el.
20786
20787         * gnus-encrypt.el: Commented that it's obsolete.
20788
20789 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20790
20791         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20792         (gnus-score-save): Use it.
20793
20794         * message.el (message-bury): Use `window-dedicated-p'.
20795
20796 2004-10-15  Simon Josefsson  <jas@extundo.com>
20797
20798         * pop3.el (top-level): Don't require nnheader.
20799         (pop3-read-timeout): Add.
20800         (pop3-accept-process-output): Add.
20801         (pop3-read-response, pop3-retr): Use it.
20802
20803 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20804
20805         * spam.el (spam-register-routine): Move comment.
20806         (spam-verify-bogofilter): Use 'unknown for the initial
20807         spam-bogofilter-valid state, not 'never.
20808
20809         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20810         for netrc-machine.
20811
20812         * nnimap.el (nnimap-open-connection):
20813         Use netrc-machine-user-or-password.
20814
20815 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20816
20817         * gnus-registry.el (gnus-registry-unload-hook):
20818         Set as a variable with add-hook.
20819
20820         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20821         of news-path.
20822
20823         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20824
20825         * spam.el: Delete duplicate `provide'.
20826         (spam-unload-hook): Set as a variable with add-hook.
20827
20828 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20829
20830         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20831         in the doc string.
20832
20833         * message.el (message-ignored-news-headers)
20834         (message-ignored-supersedes-headers)
20835         (message-ignored-resent-headers)
20836         (message-forward-ignored-headers): Improve custom type.
20837
20838 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * message.el (message-tokenize-header): Fix 2004-09-06 change
20841         which used point-min in the wrong place.
20842
20843 2004-10-12  Simon Josefsson  <jas@extundo.com>
20844
20845         * tls.el (tls-certtool-program): New variable.
20846         (tls-certificate-information): New function, based on
20847         ssl-certificate-information.
20848
20849 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * compface.el: Move the version of ELisp-based uncompface program
20852         to the contrib directory because of the copyright problem.
20853
20854 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * message.el (message-kill-buffer): Raise the current frame.
20857
20858 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20859
20860         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20861
20862         * gnus.el (message-y-or-n-p): Autoload.
20863
20864         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20865         (pop3-password-required, pop3-authentication-scheme)
20866         (pop3-leave-mail-on-server): Make customizable.
20867         (pop3): New custom group.
20868         (pop3-retr): Remove `sleep-for' statements.
20869         Suggested by Dave Love <fx@gnu.org>.
20870
20871         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20872         Windows/DOS.
20873
20874         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20875         (imap-parse-body): Fix incorrect use of `assert'.
20876         Suggested by Dave Love <fx@gnu.org>.
20877
20878         * mml.el (mml-minibuffer-read-disposition): Require match.
20879         Suggested by Dave Love <fx@gnu.org>.
20880
20881 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20882
20883         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20884         doc string.
20885
20886 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20889
20890 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20891
20892         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20893         instead of calling `mm-insert-inline', to decode text/* parts
20894         before displaying them.
20895
20896 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20897
20898         * mm-uu.el (mm-uu-text-plain-type): New variable.
20899         (mm-uu-pgp-signed-extract-1): Use it.
20900         (mm-uu-pgp-encrypted-extract-1): Use it.
20901         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20902         bind mm-uu-text-plain-type with that value.
20903         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20904         mm-uu-dissect.
20905
20906 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20907
20908         * gnus-group.el (gnus-update-group-mark-positions):
20909         * gnus-sum.el (gnus-update-summary-mark-positions):
20910         * message.el (message-check-news-body-syntax):
20911         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20912         of string-as-multibyte.
20913
20914 2004-10-05  Juri Linkov  <juri@jurta.org>
20915
20916         * gnus-group.el (gnus-update-group-mark-positions):
20917         * gnus-sum.el (gnus-update-summary-mark-positions):
20918         * message.el (message-check-news-body-syntax):
20919         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20920         8-bit unibyte values to a multibyte string for search functions.
20921
20922 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20925         (mm-uu-dissect-text-parts): New function.
20926
20927         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20928         dissect text parts.
20929
20930         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20931         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20932
20933         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20934
20935         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20936         Use gnus-current-topics instead of gnus-current-topic.
20937
20938 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20939
20940         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20941
20942 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20943
20944         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20945         where appropriate.
20946
20947         * nnml.el (nnml-generate-active-info): do.
20948
20949         * nndiary.el (nndiary-generate-active-info): do.
20950
20951         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20952         (gnus-topic-move): do.
20953
20954         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20955         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20956
20957         * gnus-srvr.el (gnus-server-prepare)
20958         (gnus-server-open-all-servers): do.
20959
20960         * gnus-msg.el (gnus-summary-cancel-article)
20961         (gnus-summary-resend-message)
20962         (gnus-summary-mail-crosspost-complaint): do.
20963
20964         * gnus-move.el (gnus-change-server): do.
20965
20966         * gnus-group.el (gnus-group-unmark-all-groups)
20967         (gnus-group-set-current-level): do.
20968
20969 2004-10-04  Simon Josefsson  <jas@extundo.com>
20970
20971         * message.el (message-generate-hashcash): Doc fix.
20972
20973 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20974
20975         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20976         avoid infinite recursion via gnus-get-function.
20977
20978 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20979
20980         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20981
20982         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20983
20984         * nnmail.el (nnmail-split-history): do.
20985
20986         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20987         (nnml-request-delete-group): do.
20988
20989         * nnslashdot.el (nnslashdot-read-groups): do.
20990
20991         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20992         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20993
20994         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20995         (nnspool-sift-nov-with-sed): Use last.
20996         (nnspool-retrieve-headers-with-nov): Use mapc.
20997         (nnspool-request-newgroups): Use dolist.
20998         (nnspool-request-group): Use last.
20999
21000         * nntp.el (nntp-read-server-type): Use dolist.
21001
21002         * nnvirtual.el (nnvirtual-create-mapping)
21003         (nnvirtual-update-read-and-marked): Use dolist.
21004         (nnvirtual-convert-headers): Simplify.
21005
21006 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21007
21008         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21009         Add support for sync'ing tick marks.
21010
21011 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21012
21013         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21014         there's no visible header.
21015
21016 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21017
21018         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21019         When necessary, pass full group name to gnus-request-set-marks.
21020
21021 2004-10-01  Simon Josefsson  <jas@extundo.com>
21022
21023         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21024         acroread.
21025
21026 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21027
21028         * spam-report.el (spam-report-gmane): Fix interactive.
21029
21030         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21031
21032         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21033         when writing file.
21034         (gnus-agent-synchronize-flags): Don't default to being
21035         interactive.
21036
21037 2004-09-30  Simon Josefsson  <jas@extundo.com>
21038
21039         * message.el (message-generate-hashcash): Add.
21040         (message-send-mail): Use it, call mail-add-payment.
21041
21042 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21043
21044         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21045
21046 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21047
21048         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21049         gnus-requst-update-info with explicit code to sync the in-memory
21050         info read flags with the marks being sync'd to the backend.
21051
21052         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21053
21054 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21055
21056         * spam.el (spam-verify-bogofilter): Add new function.
21057         (spam-check-bogofilter)
21058         (spam-bogofilter-register-with-bogofilter): Use it.
21059         (spam-verify-bogofilter): Add small fixes.
21060
21061 2004-09-28  Simon Josefsson  <jas@extundo.com>
21062
21063         * hashcash.el (hashcash-generate-payment): Revert.
21064
21065 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21066
21067         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21068         Use gnus-extract-references instead of gnus-split-references.
21069
21070         * gnus-util.el (gnus-extract-references): Add new function, analogous
21071         to gnus-split-references but extracts only the message-ID without
21072         anything extra.
21073
21074         * hashcash.el (hashcash-generate-payment)
21075         (hashcash-check-payment): Do the right thing if hashcash-path is
21076         nil (because the hashcash program could not be found).
21077
21078         * spam.el (spam-use-hashcash): Remove comment.
21079
21080 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21081
21082         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21083         (gnus-cache-enter-article, gnus-cache-remove-article)
21084         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21085
21086         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21087
21088         * gnus-art.el (article-hide-boring-headers)
21089         (article-translate-strings, article-display-face)
21090         (gnus-article-mime-match-handle-first)
21091         (gnus-article-highlight-headers)
21092         (gnus-article-add-buttons-to-head): do.
21093
21094 2004-09-27  Simon Josefsson  <jas@extundo.com>
21095
21096         * hashcash.el: New version, from
21097         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21098         ../contrib/.
21099
21100 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21103
21104 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21105
21106         * gnus-dup.el (gnus-dup-open): Use mapc.
21107         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21108
21109         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21110         Reported by Stefan Wiens <s.wi@gmx.net>.
21111
21112         * gnus.el (gnus-shutdown): Use dolist.
21113
21114         * gnus-undo.el (gnus-undo): Use mapc.
21115
21116         * nnrss.el (nnrss-generate-active): do.
21117
21118         * message.el (message-cite-original-without-signature)
21119         (message-cite-original): Use mapc.
21120         (message-do-actions, message-make-forward-subject): Use dolist.
21121
21122 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21123
21124         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21125         deletion to remove entire duplicate line.  Fixes merged article
21126         number bug.
21127
21128 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21129
21130         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21131         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21132         first ask if you want to open a server and then, even when you
21133         responded with no, asking if you want to synchronize the server's
21134         flags.
21135         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21136         multi-line expressions.
21137         (gnus-agent-synchronize-group-flags): New internal function.
21138         Updates marks in memory (in the info structure) AND in the
21139         backend.
21140
21141         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21142
21143         * nnagent.el (nnagent-request-set-mark):
21144         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21145         method, to ensure that synchronization updates marks in the
21146         backend and in the info (in memory) structure.
21147
21148 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21149
21150         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21151         convention fully; don't miss the root article of a thread; make
21152         the X-Draft-From header with correct article numbers.
21153
21154 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21155
21156         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21157         unless plugged.  Disable the agent so that an open failure causes
21158         an error.
21159
21160         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21161         Revert 2004-09-21 change.  The backend must be opened while
21162         synchronizing flags even when the backend stores the flags
21163         locally.
21164
21165 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21166
21167         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21168         in `header' match.  Reported by Svend Tollak Munkejord.
21169
21170         * message.el (message-cite-original): Fix use of
21171         `message-cite-articles-with-x-no-archive'.
21172
21173 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21174
21175         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21176         (gnus-window-to-buffer): Ditto.
21177
21178         * mml.el (mml-preview-buffer): New variable.
21179         (mml-preview): Manage window layout with gnus-buffer-configuration.
21180
21181         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21182         X-Draft-From header even if those articles aren't quoted.
21183
21184 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21185
21186         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21187         (gnus-request-set-mark, gnus-request-update-mark): Use new
21188         g-s-t-u-l-m to decide to use backend even when unplugged.
21189
21190 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21191
21192         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21193         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21194
21195 2004-09-20  Simon Josefsson  <jas@extundo.com>
21196
21197         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21198         "utf-16-le".
21199
21200 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21201
21202         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21203
21204 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21205
21206         * uudecode.el (uudecode-use-external): Add :version.
21207
21208         * smime.el (smime-CA-file, smime-encrypt-cipher)
21209         (smime-dns-server): Add :version.
21210
21211         * smiley.el (gnus-smiley-file-types): Add :version.
21212
21213         * sha1.el (sha1-use-external): Add :version.
21214
21215         * pgg-def.el (pgg-query-keyserver): Add :version.
21216
21217         * nnmail.el (nnmail-fancy-expiry-targets)
21218         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21219         Add :version.
21220
21221         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21222         (nnimap-retrieve-groups-asynchronous): Add :version.
21223         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21224
21225         * mml.el (mml-content-disposition-parameters)
21226         (mml-insert-mime-headers-always): Add :version.
21227
21228         * mm-util.el (mm-coding-system-priorities): Add :version.
21229
21230         * mm-decode.el (mm-inline-text-html-with-images)
21231         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21232         (mm-verify-option): Add :version.
21233         (mm-text-html-renderer): Change :version.
21234
21235         * message.el (message-fcc-externalize-attachments)
21236         (message-required-headers, message-draft-headers)
21237         (message-subject-trailing-was-query)
21238         (message-subject-trailing-was-ask-regexp)
21239         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21240         (message-mark-insert-end, message-archive-header)
21241         (message-archive-note, message-cross-post-default)
21242         (message-cross-post-note, message-followup-to-note)
21243         (message-cross-post-note-function, message-use-mail-followup-to)
21244         (message-subscribed-address-functions)
21245         (message-subscribed-address-file, message-subscribed-addresses)
21246         (message-subscribed-regexps, message-allow-no-recipients)
21247         (message-yank-cited-prefix, message-signature-insert-empty-line)
21248         (message-hidden-headers, message-hierarchical-addresses)
21249         (message-mail-user-agent, message-use-idna)
21250         (message-valid-fqdn-regexp)
21251         (message-strip-special-text-properties, message-header-synonyms)
21252         (message-beginning-of-line, message-tab-body-function): Add :version.
21253         (message-insert-canlock, message-wide-reply-confirm-recipients):
21254         Change :version.
21255
21256         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21257         and :version.
21258         (mail-source-delete-old-incoming-confirm)
21259         (mail-source-movemail-program): Add :version.
21260
21261         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21262         (gnus-agent-cache, gnus-agent): Change :version.
21263
21264         * gnus-util.el (gnus-use-byte-compile): Change :version.
21265
21266         * gnus-sum.el (gnus-summary-make-false-root-always)
21267         (gnus-summary-default-high-score)
21268         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21269         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21270         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21271         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21272         (gnus-sum-thread-tree-single-indent)
21273         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21274         (gnus-sum-thread-tree-leaf-with-other)
21275         (gnus-sum-thread-tree-single-leaf): Add :version.
21276         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21277         (gnus-article-loose-mime): Change :version.
21278
21279         * gnus-start.el (gnus-backup-startup-file)
21280         (gnus-save-startup-file-via-temp-buffer): Add :version.
21281
21282         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21283         (gnus-server-offline-face): Add :version.
21284
21285         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21286
21287         * gnus-msg.el (gnus-gcc-externalize-attachments)
21288         (gnus-debug-files, gnus-debug-exclude-variables)
21289         (gnus-discouraged-post-methods): Change :version.
21290         (gnus-confirm-mail-reply-to-news)
21291         (gnus-confirm-treat-mail-like-news): Add :version.
21292
21293         * gnus-int.el (gnus-server-unopen-status): Add :version.
21294
21295         * gnus-group.el (gnus-group-jump-to-group-prompt)
21296         (gnus-large-ephemeral-newsgroup)
21297         (gnus-fetch-old-ephemeral-headers): Add :version.
21298
21299         * gnus-fun.el (gnus-x-face-directory)
21300         (gnus-convert-pbm-to-x-face-command)
21301         (gnus-convert-image-to-x-face-command)
21302         (gnus-convert-image-to-face-command): Add :version.
21303
21304         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21305
21306         * gnus-cite.el (gnus-cite-blank-line-after-header)
21307         (gnus-article-boring-faces): Add :version.
21308
21309         * gnus-art.el (gnus-buttonized-mime-types)
21310         (gnus-inhibit-mime-unbuttonizing)
21311         (gnus-treat-display-face)
21312         (gnus-treat-body-boundary): Change :version.
21313         (gnus-body-boundary-delimiter, gnus-picon-databases)
21314         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21315         (gnus-treat-date-english, gnus-treat-fold-headers)
21316         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21317         (gnus-treat-mail-picon, gnus-treat-wash-html)
21318         (gnus-article-encrypt-protocol)
21319         (gnus-use-idna, gnus-article-over-scroll)
21320         (gnus-mime-display-multipart-alternative-as-mixed)
21321         (gnus-mime-display-multipart-related-as-mixed)
21322         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21323         (gnus-ctan-url, gnus-button-ctan-handler)
21324         (gnus-button-handle-ctan-bogus-regexp)
21325         (gnus-button-ctan-directory-regexp)
21326         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21327         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21328         (gnus-button-man-level, gnus-button-emacs-level)
21329         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21330
21331         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21332         (gnus-agent-go-online): Change :version.
21333         (gnus-agent-expire-unagentized-dirs)
21334         (gnus-agent-auto-agentize-methods): Add :version.
21335
21336         * flow-fill.el (fill-flowed-display-column)
21337         (fill-flowed-encode-column): Add :version.
21338
21339         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21340         (gnus-outlook-deuglify-unwrap-max)
21341         (gnus-outlook-deuglify-cite-marks)
21342         (gnus-outlook-deuglify-unwrap-stop-chars)
21343         (gnus-outlook-deuglify-no-wrap-chars)
21344         (gnus-outlook-deuglify-attrib-cut-regexp)
21345         (gnus-outlook-deuglify-attrib-verb-regexp)
21346         (gnus-outlook-deuglify-attrib-end-regexp)
21347         (gnus-outlook-display-hook): Add :version.
21348
21349         * binhex.el (binhex-use-external): Add :version.
21350
21351 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21352
21353         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21354         and `invisible'.
21355
21356 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21357
21358         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21359         in gnus-registry-trim.
21360
21361 2004-09-13  Simon Josefsson  <jas@extundo.com>
21362
21363         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21364
21365         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21366
21367         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21368         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21369         <yamaoka@jpl.org>.
21370         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21371         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21372         <yamaoka@jpl.org>.
21373
21374         * sieve.el (sieve-manage-mode): Ditto.
21375
21376 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21377
21378         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21379
21380 2004-09-11  Simon Josefsson  <jas@extundo.com>
21381
21382         * dns-mode.el: Add.
21383
21384         * mm-view.el (mm-display-dns-inline): Add.
21385
21386         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21387         (mm-automatic-display): Ditto.
21388
21389         * mailcap.el (mailcap-mime-data): Add text/dns.
21390         (mailcap-mime-extensions): Map .soa to text/dns.
21391
21392 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21393
21394         * gnus-art.el (article-decode-mime-words, article-babel)
21395         (gnus-article-highlight-signature, gnus-article-add-buttons)
21396         (gnus-signature-toggle): Remove unnecessary bindings of
21397         `inhibit-read-only' inherited from v5.10 merge.
21398
21399 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21400
21401         * nntp.el (nntp): New customization group.
21402         (nntp-authinfo-file): Add customization group.
21403
21404         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21405
21406         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21407
21408         * gnus.el (to-address, to-list, subscribed)
21409         (large-newsgroup-initial): Ditto.
21410
21411         * flow-fill.el (fill-flowed-display-column)
21412         (fill-flowed-encode-column): Ditto.
21413
21414 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21415
21416         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21417         Use point-min rather than 1.
21418         (message-send-mail): Use buffer-size rather than point-max.
21419
21420         * gnus-sum.el (gnus-summary-search-article-forward):
21421         Signal a specific `search-failed' rather than a generic `error'.
21422
21423         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21424         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21425         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21426
21427 2004-09-10  Simon Josefsson  <jas@extundo.com>
21428
21429         * nndb.el (require): Remove tcp and duplicate cl.
21430
21431 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21432
21433         * gnus-agent.el (directory-files-and-attributes): Move forward.
21434
21435 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21436
21437         * gnus-agent.el (directory-files-and-attributes):
21438         Optionally defined to support XEmacs.
21439
21440 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21441
21442         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21443         to avoid run-time CL dependencies.
21444         (gnus-agent-unfetch-articles): New function.
21445         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21446         article numbers even when local .overview file is missing.
21447         (gnus-agent-read-article-number): New function.  Only accepts
21448         27-bit article numbers.
21449         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21450         Use gnus-agent-read-article-number.
21451         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21452         from backend while recognizing that article numbers in .overview
21453         must be valid.
21454         (gnus-agent-update-files-total-fetched-for):
21455         Use directory-files-and-attributes to improve performance.
21456         * gnus-int.el (gnus-request-move-article):
21457         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21458         improve performance.
21459
21460         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21461         some users confused by references to .newsrc when they only have a
21462         .newsrc.eld file.
21463         (gnus-convert-mark-converter-prompt)
21464         (gnus-convert-converter-needs-prompt): Fix use of property list.
21465         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21466         New function.  Used internally to only display 'gnus converting
21467         files' message when actually necessary.
21468
21469         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21470         methods now autoloaded.
21471
21472 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21475         identifiers.
21476
21477 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21478
21479         * gnus-picon.el: Fix indentation and closing parenthesis.
21480
21481 2004-09-01  Simon Josefsson  <jas@extundo.com>
21482
21483         * message.el (message-canlock-generate): Require sha1, not
21484         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21485         to require within a function.  Sadly, if sha1.el isn't loaded, the
21486         let binding in m-c-g will hide the defcustom definition, which is
21487         bad.)
21488
21489         * canlock.el: Require sha1, not sha1-el.
21490
21491         * message.el: Don't autoload sha1 (there is a autoload cookie in
21492         sha1.el).
21493
21494         * sha1-el.el: Rename to sha1.el.
21495
21496 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21497
21498         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21499
21500 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21501
21502         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21503
21504 2004-08-30  Kim F. Storm  <storm@cua.dk>
21505
21506         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21507
21508         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21509         Add :group 'nnimap.
21510
21511 2004-08-30  Andreas Schwab  <schwab@suse.de>
21512
21513         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21514         ?* and ?\;.
21515
21516         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21517         and ?\' to symbol instead of whitespace.
21518
21519 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21520
21521         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21522
21523         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21524         instead of re-search-forward.
21525
21526         * gnus-uu.el (gnus-uu-save-article): Ditto.
21527         (gnus-uu-post-encode-uuencode): Ditto.
21528
21529         * html2text.el (html2text-clean-list-items): Ditto.
21530         (html2text-clean-dtdd): Ditto.
21531         (html2text-format-tags): Ditto.
21532
21533         * message.el (message-send-mail-with-sendmail): Fix regexp.
21534         (message-fill-field-general): Use search-forward instead of
21535         re-search-forward.
21536         (unbold-region): Ditto.
21537
21538         * nnrss.el (nnrss-request-article): Ditto.
21539
21540         * nnslashdot.el (nnslashdot-request-article): Ditto.
21541
21542         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21543
21544         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21545         "Unrecognized menu descriptor" error in XEmacs.
21546
21547 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21548
21549         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21550         parent article of a sparse article in the thread hashtb.
21551
21552 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21553
21554         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21555         (nnmail-expand-newtext): Lowercase expanded entries if
21556         nnmail-split-lowercase-expanded is non-nil.
21557
21558 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21559
21560         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21561
21562         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21563         of gnus-tmp-news-method into string under XEmacs.  It will be
21564         passed to gnus-correct-length which takes only a string argument.
21565
21566 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21567
21568         * gnus-util.el (gnus-bind-print-variables): New macro.
21569         (gnus-prin1): Use it.
21570         (gnus-prin1-to-string): Use it.
21571         (gnus-pp): New function.
21572         (gnus-pp-to-string): New function.
21573
21574         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21575         Replace pp-to-string with gnus-pp-to-string.
21576         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21577         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21578         * gnus-msg.el (gnus-debug): Ditto.
21579         * gnus-score.el (gnus-score-save): Ditto.
21580         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21581         gnus-pp-to-string.
21582         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21583         with gnus-pp.
21584         * score-mode.el (gnus-score-pretty-print): Ditto.
21585         * webmail.el (webmail-debug): Ditto.
21586
21587 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21588
21589         * gnus-art.el (article-display-face, article-display-x-face):
21590         Use buffer-read-only.
21591
21592 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21593
21594         * gnus-art.el (article-hide-list-identifiers):
21595         Bind inhibit-read-only as t.
21596
21597 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21598
21599         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21600
21601 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21602
21603         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21604         (gnus-narrow-to-page): Don't assume point-min == 1.
21605         (gnus-article-edit-mode): Derive from message-mode.
21606
21607         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21608         point-min == 1.
21609
21610         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21611         Disable incorrect use of `assert'.
21612
21613         * message.el (message-mode): Set comment-start-skip.
21614
21615
21616 2004-08-22  Sam Steingold  <sds@gnu.org>
21617
21618         * pop3.el (pop3-leave-mail-on-server): New user variable.
21619         (pop3-movemail): Delete mail only when it is nil.
21620
21621 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21622
21623         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21624
21625         * mml.el (mml-preview): Use `pop-to-buffer'.
21626
21627         * message.el (message-goto-mail-followup-to): Insert after "To".
21628         (message-carefully-insert-headers): Add comment.
21629
21630         * gnus.el: Remove unused variable `gnus-article-check-size'.
21631
21632         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21633
21634         * gnus-art.el (gnus-button-alist):
21635         Improve `gnus-button-handle-library' entry.
21636
21637 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21638
21639         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21640         Use downcase, since XEmacs capitalizes error messages differently.
21641
21642 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21643
21644         * nntp.el: Add (require 'gnus) due to reference to
21645         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21646
21647 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21648
21649         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21650         Bind `mm-fill-flowed'.
21651
21652         * mm-decode.el (mm-dissect-singlepart): Check it.
21653
21654 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21655
21656         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21657         'imap' for netrc parsing.
21658
21659 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21660
21661         * mailcap.el (mailcap-mime-data): Mark as risky.
21662
21663 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21664
21665         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21666         may be included in the encoded word.
21667         (rfc2047-encode): Don't append a space if the encoded word
21668         includes close parenthesis.
21669
21670 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21671
21672         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21673         of text within parentheses.
21674
21675 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21676
21677         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21678         (gnus-encrypt-write-file-contents): Make the password key the file
21679         name PLUS the cipher, not just the cipher.  Also remove failed
21680         passwords from the cache.
21681
21682 2004-08-06  Simon Josefsson  <jas@extundo.com>
21683
21684         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21685         Doc fix.
21686
21687 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21688
21689         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21690         LWSP.
21691
21692 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21693
21694         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21695         Try to append in-reply-to: data to the references: header.
21696
21697         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21698         (netrc-parse): Use gnus-encrypt.el functions.
21699
21700         * gnus-encrypt.el: Add new file for encryption support; currently
21701         does only a few GPG ciphers and an internal XOR cipher.
21702
21703         * password.el: Add comments on using password-read-and-add.
21704         (password-read-and-add): Add function to read and add the
21705         password to the cache at once.
21706
21707 2004-07-28  Simon Josefsson  <jas@extundo.com>
21708
21709         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21710         parameter (but don't use it, for now).
21711
21712         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21713         instead of hard coding to nil.
21714
21715 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21716
21717         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21718         as mm-inline-image-xemacs does.
21719
21720 2004-07-26  Simon Josefsson  <jas@extundo.com>
21721
21722         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21723         Revert part of 2004-07-17 change below.
21724
21725 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21728         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21729
21730 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21731
21732         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21733         quotes that actually start with ">" at the beginning of the
21734         lines.
21735
21736 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21737
21738         * rfc2047.el (rfc2047-encode-region): Fix last change.
21739         (rfc2047-encode-parameter): Remove useless concat.
21740
21741 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21742
21743         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21744         encode special characters; fix some kind of misconfigured headers;
21745         signal a real error if debug-on-quit or debug-on-error is non-nil.
21746         (rfc2047-encode-max-chars): New variable.
21747         (rfc2047-encode-1): Use it.
21748         (rfc2047-encode-parameter): New function.
21749
21750         * mml.el (mml-insert-parameter): Remove an excessive space.
21751
21752 2004-07-17  Simon Josefsson  <jas@extundo.com>
21753
21754         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21755         Kai Grossjohann <kai@emptydomain.de>.
21756         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21757         (gnus-group-make-menu-bar): Ditto.
21758
21759         * gnus-util.el (gnus-group-server): Add.
21760
21761 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21762
21763         * message.el (message-clone-locals): Clone sendmail and smtp
21764         variables.
21765
21766 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21767
21768         * rfc2047.el (rfc2047-encode-region): Fix last change.
21769
21770 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21773         characters as non-special.
21774
21775 2004-07-09  Simon Josefsson  <jas@extundo.com>
21776
21777         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21778         Users will lose all flag changes made while unplugged with
21779         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21780         good default.  See numerous reports on ding mailing list.
21781
21782 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21785         add generate-head-function and generate-article-function to the
21786         rfc822-forward entry.
21787         (nndoc-rfc822-forward-generate-article): New function.
21788         (nndoc-rfc822-forward-generate-head): New function.
21789
21790         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21791
21792 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21793
21794         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21795         respect display group parameter and gnus-summary-expunge-below.
21796         (gnus-articles-to-read): Remove unused reference to display group
21797         parameter.
21798
21799 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21800
21801         * nnheader.el (nnheader-uniquify-message-id): New experimental
21802         variable.
21803         (nnheader-nov-read-message-id): Use it.
21804
21805         * spam-report.el (spam-report-gmane): Add interactive.
21806
21807 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * mm-encode.el (mm-content-transfer-encoding-defaults):
21810         Use qp-or-base64 for the application/* types.
21811
21812 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21813
21814         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21815
21816 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21817
21818         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21819         trim value.
21820
21821 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21822
21823         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21824         New macro and function.
21825         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21826
21827 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21830         after-load-alist.
21831
21832 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21833
21834         * gnus-group.el (gnus-group-get-new-news-this-group):
21835         Don't update info that isn't there.
21836
21837 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21838
21839         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21840         entry.
21841
21842 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21843
21844         * mm-view.el (mm-inline-render-with-function): Use multibyte
21845         buffer; decode html source by charset.
21846
21847         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21848
21849         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21850         Mule-UCS is loaded under XEmacs.
21851         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21852
21853 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21854
21855         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21856
21857 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21858
21859         * mm-util.el (mm-coding-system-p): Return a coding-system.
21860         (mm-mime-mule-charset-alist): Use shift_jis instead of
21861         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21862         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21863         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21864         instead of japanese-shift-jis and iso-latin-1 respectively in
21865         order to share the default value with both Emacs and XEmacs-mule.
21866         (mm-mule-charset-to-mime-charset):
21867         Make mm-coding-system-priorities effective.
21868         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21869         while predicating of candidates upon the priorities.
21870
21871 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21872
21873         * gnus-sum.el (gnus-summary-make-menu-bar):
21874         Add gnus-uu-invert-processable.
21875
21876         * gnus.el: Autoload gnus-uu-invert-processable.
21877
21878 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21879
21880         * mm-util.el (mm-with-multibyte-buffer): New macro.
21881
21882         * rfc2047.el (rfc2047-encode-string): Use it.
21883         (rfc2047-encode-region): Move point to the end of the region after
21884         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21885
21886 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21887
21888         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21889         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21890
21891 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21892
21893         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21894         (gnus-cite-parse): Ignore quoted envelope From_.
21895         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21896
21897 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21898
21899         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21900         invalid addresses.
21901
21902 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21903
21904         * spam.el: Change section markers, revise TODO list.
21905         (spam-backends): Make new master list of all installed backends.
21906         (spam-summary-exit-behavior): Add new variable to determine how
21907         messages moves are done at summary exit.
21908         (spam-move-spam-nonspam-groups-only)
21909         (spam-process-ham-in-nonham-groups)
21910         (spam-process-ham-in-spam-groups): Remove variables, the
21911         spam-summary-exit-behavior variable should be used to manage this
21912         behavior.
21913         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21914         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21915         and spam-old-spam-articles.
21916         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21917         Add empty variables, placeholders for the backends they represent.
21918         (spam-set-difference): Move, unchanged.
21919         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21920         unless the user has a processor variable.
21921         (spam-classifications, spam-classification-valid-p)
21922         (spam-backend-properties, spam-backend-property-valid-p)
21923         (spam-backend-function-type-valid-p)
21924         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21925         (spam-report-articles-gmane, spam-report-articles-resend):
21926         Remove functions, they are not needed.
21927         (spam-install-backend-super, spam-backend-list)
21928         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21929         (spam-backend-function, spam-backend-ham-registration-function)
21930         (spam-backend-spam-registration-function)
21931         (spam-backend-ham-unregistration-function)
21932         (spam-backend-spam-unregistration-function)
21933         (spam-backend-statistical-p, spam-backend-mover-p)
21934         (spam-install-backend-alias, spam-install-checkonly-backend)
21935         (spam-install-mover-backend, spam-install-nocheck-backend)
21936         (spam-install-backend, spam-install-statistical-backend)
21937         (spam-install-statistical-checkonly-backend): Add backend installation
21938         support.
21939         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21940         (spam-group-processor-p): Use the new backend code and respect the
21941         summary exit behavior.
21942         (spam-mark-spam-as-expired-and-move-routine): Remove.
21943         (spam-summary-prepare): Change to use the new spam-old-articles
21944         variable.
21945         (spam-copy-or-move-routine, spam-copy-spam-routine)
21946         (spam-move-spam-routine, spam-copy-ham-routine)
21947         (spam-move-ham-routine): Add code to copy/move ham or spam.
21948         (spam-fetch-field-fast): Improve doc and code, plus allow the
21949         'number request.
21950         (spam-list-of-checks, spam-list-of-statistical-checks):
21951         Remove variables.
21952         (spam-split, spam-find-spam): Use the new backend code.
21953         (spam-registration-functions): Remove variable.
21954         (spam-unregister-routine): Add convenience wrapper.
21955         (spam-log-undo-registration, spam-register-routine)
21956         (spam-log-processing-to-registry)
21957         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21958         where possible.
21959         (spam-check-gmane-xref, spam-check-regex-headers)
21960         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21961         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21962         (spam-check-bogofilter-headers, spam-check-spamoracle)
21963         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21964         (spam-check-crm114-headers): Use the spam-split-group that
21965         spam-split prepares, no need to determine it every time.
21966
21967         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21968         to the nnheader-parse-naked-head call.
21969
21970         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21971
21972         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21973         the nnheader-nov-read-message-id call.
21974
21975 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21978         gnus-activate-group twice.  Suggested by Markus Peter
21979         <warp@spin.de>.
21980
21981 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * gnus-art.el (gnus-article-time-format): Exchange the order of
21984         day and month in the default value; fix customization type.
21985         (article-date-ut): Use add-text-properties.
21986         (article-make-date-line): Use message-make-date instead of
21987         current-time-string.
21988
21989         * message.el (message-fetch-field): Don't use set-text-properties.
21990         (message-make-date): Simplify.
21991
21992         * messagexmas.el (message-xmas-make-date): New function.
21993         (message-xmas-redefine): Defalias message-make-date to it.
21994
21995 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21998         (rfc2047-encode-region): Treat text within parentheses as special;
21999         show the original text when error has occurred.
22000
22001         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22002         already-computed method to gnus-activate-group.
22003
22004         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22005         same select-methods identical Lisp objects.
22006
22007         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22008         object when modifying the info.
22009
22010 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22011
22012         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22013         gnus-opened-servers since it has never been opened with the new
22014         configuration yet.
22015
22016 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22019         arg to nnheader-generate-fake-message-id.
22020
22021 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22022
22023         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22024         number and build a fake message ID localized to a group and
22025         article number (so it's repeatable from that point on).
22026         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22027         ID format.
22028
22029         * gnus-sum.el (gnus-get-newsgroup-headers):
22030         Call nnheader-generate-fake-message-id with the article number.
22031
22032 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22033
22034         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22035         end-of-buffer.
22036
22037 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22038
22039         * message.el (message-ignored-supersedes-headers): Add Approved.
22040
22041 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22044         goto-char.
22045         (rfc2047-encode): Fold the line before encoding.
22046
22047 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22048
22049         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22050         folding -- not all headers can be folded, and this should be done
22051         by the message composition mode.  Probably.  I think.
22052
22053 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22054
22055         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22056         fast.
22057
22058         * gnus-ems.el (gnus-remove-image): Don't use
22059         message-text-with-property; remove only the image found first.
22060
22061         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22062         found first.
22063
22064 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22065
22066         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22067
22068 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22069
22070         * message.el (message-text-with-property): Make it fast and accept
22071         optional arguments.
22072         (message-strip-forbidden-properties): Use it.
22073         (message-fix-before-sending): Follow the m-t-w-p change.
22074
22075         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22076
22077 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22078
22079         * gnus-art.el (article-hide-headers): Don't change the buffer
22080         mistakenly when performing mml-preview even if
22081         gnus-single-article-buffer is nil.
22082
22083 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22084
22085         * message.el (message-expand-name-databases): New user option.
22086         (message-expand-name): Use it.
22087
22088 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22089
22090         * spam.el (spam-report-articles-resend)
22091         (spam-report-resend-register-routine): Allow ham reporting.
22092         (spam-report-resend-register-ham-routine): Add wrapper.
22093         (spam-registration-functions): Add ham resending functions.
22094         (spam-list-of-processors): Add ham resend processor.
22095
22096         * gnus.el (ham-resend-to): Add new group parameter.
22097         (spam-process): Add ham resend option.
22098
22099         * spam-report.el (spam-report-resend): Allow reporting ham.
22100         (spam-report-resend-ham): Add wrapper.
22101
22102 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22103
22104         * message.el (message-cite-articles-with-x-no-archive):
22105         New variable.
22106         (message-cite-original): Use it.
22107
22108 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22109
22110         * message.el (message-cite-original): Respect X-No-Archive.
22111
22112 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22113
22114         * gnus-art.el (article-hide-headers): Refer to the values for
22115         gnus-ignored-headers and gnus-visible-headers in the summary
22116         buffer since a user may have set them as group parameters.
22117
22118 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22119
22120         * assistant.el (assistant-node-name): Add convenience function.
22121         (assistant-render-text, assistant-render-node): Add error handling,
22122         plus handle multiple next nodes.
22123         (assistant-find-next-node): Comment out for now.
22124         (assistant-find-next-nodes): Add function, returns list of next
22125         nodes.
22126
22127 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22128
22129         * mail-source.el (mail-source-directory): Fix doc-string.
22130
22131 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22132
22133         * assistant.el (assistant-render-text, assistant-eval): Add :set
22134         widget type, which is different because it takes and returns a
22135         list.  Much hilarity ensues.
22136
22137 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22138
22139         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22140
22141         * gnus-group.el (gnus-group-get-new-news-this-group):
22142         Add doc-string.
22143
22144         * gnus-start.el (gnus-activate-group): Add doc-string.
22145
22146 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22147
22148         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22149
22150 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22151
22152         * assistant.el (assistant-render-text): Try to add a :set
22153         widget, more to come.
22154
22155         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22156         strings.
22157         (spam-report-articles-resend)
22158         (spam-register-routine): Do registration iff any articles warrant
22159         it.
22160         (spam-summary-prepare-exit): Change log message for nil group
22161         destinations.
22162
22163 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22164
22165         * spam.el (spam-report-resend-register-routine):
22166         Allow spam-report-resend-to to be a group parameter or a global value.
22167
22168 2004-05-26  Simon Josefsson  <jas@extundo.com>
22169
22170         * starttls.el: Merge with my GNUTLS based starttls.el.
22171         (starttls-gnutls-program, starttls-use-gnutls)
22172         (starttls-extra-arguments, starttls-process-connection-type)
22173         (starttls-connect, starttls-failure, starttls-success):
22174         New variables.
22175         (starttls-program, starttls-extra-args): Doc fix.
22176         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22177         New functions.
22178         (starttls-negotiate, starttls-open-stream):
22179         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22180         function if it is set.
22181
22182 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22183
22184         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22185         structured fields.
22186
22187 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22188
22189         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22190
22191 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22192
22193         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22194         Add variable.
22195         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22196         assigning the spam-mark to new messages.
22197
22198 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22199
22200         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22201
22202 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22205
22206         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22207         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22208         default.
22209
22210 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22211
22212         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22213         correct data.
22214
22215 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22216
22217         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22218         (spam-group-processor-p): Fix function.
22219         (spam-group-processor-multiple-p)
22220         (spam-group-spam-processor-report-gmane-p)
22221         (spam-group-spam-processor-report-resend-p)
22222         (spam-group-spam-processor-bogofilter-p)
22223         (spam-group-spam-processor-blacklist-p)
22224         (spam-group-spam-processor-ifile-p)
22225         (spam-group-ham-processor-ifile-p)
22226         (spam-group-spam-processor-spamoracle-p)
22227         (spam-group-spam-processor-crm114-p)
22228         (spam-group-ham-processor-bogofilter-p)
22229         (spam-group-spam-processor-stat-p)
22230         (spam-group-ham-processor-stat-p)
22231         (spam-group-ham-processor-whitelist-p)
22232         (spam-group-ham-processor-BBDB-p)
22233         (spam-group-ham-processor-spamoracle-p)
22234         (spam-group-ham-processor-copy-p): Remove functions with some
22235         prejudice against unneeded code.
22236         (spam-report-articles-resend)
22237         (spam-report-resend-register-routine): Allow the group/topic
22238         spam-resend-to value to override spam-report-resend-to.
22239         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22240         properly now.
22241
22242         * gnus.el (spam-resend-to): Add group/topic parameter.
22243         (spam-process): Move the OBSOLETE processors to the end of the
22244         choices.
22245
22246 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22247
22248         * spam-report.el (spam-report-resend-to, spam-report-resend):
22249         Start with resend-to set to nil, and then ask the user if necessary.
22250         (spam-report-resend): spam-report-resend takes a list of articles, not
22251         separate article numbers.
22252
22253 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22254
22255         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22256         addition to emacs-w3m.
22257
22258 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22259
22260         * assistant.el (assistant-authinfo-data): New function.
22261         (assistant-eval): Eval for entire assistant.
22262
22263         * netrc.el (netrc-services-file): New variable.
22264         (netrc-parse-services): New function.
22265         (netrc-find-service-name): New function.
22266         (netrc-find-service-number): New function.
22267         (netrc-port-equal): New function.
22268         (netrc-machine): Use it.
22269
22270         * nnimap.el (nnimap-open-connection): Use netrc.
22271
22272         * gnus-util.el (gnus-netrc-get): Remove aliases.
22273
22274         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22275
22276         * assistant.el (wid-edit): Fix compilation.
22277
22278         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22279
22280 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22281
22282         * gnus-util.el (gnus-set-file-modes): New function.  (small
22283         patch).
22284
22285 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22286
22287         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22288
22289         * assistant.el (assistant-render-node): Fix up rendering and
22290         read-only text.
22291         (assistant-render-node): Reset.
22292         (assistant-make-read-only): Not sticky.
22293
22294 2004-05-20  Danny Siu  <dsiu@adobe.com>
22295
22296         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22297         centered even when gnus-auto-center-summary is t.
22298
22299 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22300
22301         * dns.el (dns-get-txt-answer): New function.
22302         (dns-read-txt): Ditto.
22303         (query-dns): Use it.
22304
22305 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22306
22307         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22308         active for foreign groups even if the group level is higher than
22309         the specified value.
22310
22311 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22312
22313         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22314         non-active groups.
22315
22316         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22317
22318 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22319
22320         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22321
22322 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22323
22324         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22325         (spam-crm114-header, spam-crm114-spam-switch)
22326         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22327         (spam-crm114-positive-spam-header)
22328         (spam-crm114-database-directory, spam-list-of-processors)
22329         (spam-group-spam-processor-crm114-p)
22330         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22331         (spam-generic-score, spam-list-of-checks)
22332         (spam-list-of-statistical-checks, spam-registration-functions)
22333         (spam-check-crm114-headers, spam-crm114-score)
22334         (spam-check-crm114, spam-crm114-register-with-crm114)
22335         (spam-crm114-register-spam-routine)
22336         (spam-crm114-unregister-spam-routine)
22337         (spam-crm114-register-ham-routine)
22338         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22339
22340 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22341
22342         * gnus.el: Add spam-use-crm114.
22343
22344         * spam.el (spam-list-of-processors, spam-registration-functions):
22345         Add spam-use-resend.
22346         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22347         (spam-report-articles-gmane): Add doc fix.
22348         (spam-report-articles-resend, spam-report-resend-register-routine):
22349         Add wrappers around spam-report-resend-to.
22350
22351         * spam-report.el (spam-report-resend-to, spam-report-resend):
22352         Add support for resending spam.
22353         (spam-report-gmane): Fix line length >80.
22354
22355         * gnus.el (spam-process): Add spam-use-resend.
22356
22357 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22358
22359         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22360         number of processed spam messages.
22361         (spam-ham-copy-or-move-routine): Return the number of processed
22362         ham messages.
22363         (spam-summary-prepare-exit): Use the above values to decide
22364         whether status messages shouled be displayed.
22365
22366 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22369         `rfc2047-encoding-function-alist' in order to avoid conflicting
22370         with the old version.
22371         (rfc2047-encode-region): Concatenate words containing non-ASCII
22372         characters in structured fields; don't encode space-delimited
22373         ASCII words even in unstructured fields; don't break words at
22374         char-category boundaries.
22375         (rfc2047-encode-1): New function.
22376         (rfc2047-encode): Use it; encode text so that it occupies the
22377         maximum width within 76-column; work correctly on Q encoding for
22378         iso-2022-* charsets.
22379         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22380         sure not to break a line just after the header name.
22381         (rfc2047-b-encode-region): Remove.
22382         (rfc2047-b-encode-string): New function.
22383         (rfc2047-q-encode-region): Remove.
22384         (rfc2047-q-encode-string): New function.
22385
22386         * mm-util.el (mm-replace-in-string): New function.
22387
22388 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22389
22390         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22391         Really get it right.
22392         (gnus-inews-make-draft): Really.
22393
22394 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22395
22396         * nnmh.el (nnmh-request-list-1): Don't check the link count
22397         before descending.  (small patch)
22398
22399 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22400
22401         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22402         stuff.
22403
22404         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22405         Match on real group name.
22406
22407         * gnus-art.el (gnus-signature-limit): Doc fix.
22408
22409         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22410
22411         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22412
22413 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22414
22415         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22416         isn't a string.
22417
22418 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22419
22420         * gnus-draft.el (gnus-draft-send):
22421         Bind rfc2047-encode-encoded-words.
22422
22423         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22424         (rfc2047-encodable-p): Say that =? needs encoding.
22425         (rfc2047-encode-encoded-words): New variable.
22426
22427         * gnus-group.el (gnus-group-select-group): Doc fix.
22428
22429         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22430
22431         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22432         to nil.
22433
22434         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22435
22436         * nnheader.el (nnheader-get-lines-and-char): New function.
22437
22438 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22439
22440         * gnus-msg.el (gnus-summary-followup-with-original):
22441         Document yanking of region when active.
22442
22443 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22444
22445         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22446         groups if the group level is higher than the specified value.
22447
22448 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22449
22450         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22451         (gnus-group-jump-to-group): Add prefix argument using
22452         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22453         non-active group.
22454
22455         * compface.el (uncompface): Be verbose when changing
22456         `uncompface-use-external'.
22457
22458         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22459         handle manual section.
22460
22461 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22462
22463         * gnus-art.el (gnus-button-alist): Revert previous change.
22464
22465 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22466
22467         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22468
22469 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22470
22471         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22472         whether backend can accept message.
22473
22474         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22475
22476 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22477
22478         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22479         Avoid creating directory when nntp-marks-is-evil is true.
22480         Reported by Reiner Steib.
22481
22482 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22483
22484         * gnus-picon.el (gnus-picon-insert-glyph):
22485         Add optional `nostring' argument.
22486
22487 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22488
22489         * gnus-picon.el (gnus-picon-style): New variable.
22490         (gnus-picon-transform-address): Support `gnus-picon-style'.
22491
22492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22493
22494         * message.el (message-fill-field): Return point.
22495         (message-generate-headers): Go to end of field.
22496
22497         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22498         stuff for non-living groups.
22499
22500 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22501
22502         * gnus-art.el (gnus-article-followup-with-original)
22503         (gnus-article-reply-with-original): gnus-mark-active-p ->
22504         gnus-region-active-p.
22505
22506 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22507
22508         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22509         only when there is spam or ham to be processed.
22510
22511 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22512
22513         * mail-source.el (mail-source-delete-crash-box): Refactor.
22514         (mail-source-fetch): Use it.
22515         (mail-source-fetch-file): Ditto.
22516         (mail-source-fetch-directory): Run postscript in loop.
22517         (mail-source-fetch-pop): Delete.
22518         (mail-source-fetch-maildir): Ditto.
22519         (mail-source-fetch-imap): Ditto.
22520
22521         * imap.el (imap-authenticators): Comment out sasl.
22522
22523         * message.el (message-skip-to-next-address): New function.
22524         (message-fill-header-address): Refactor.
22525         (message-fill-address): Use it.
22526         (message-delete-address): Use it.
22527         (message-fill-header-general): Refactor.
22528         (message-fill-field-address): Rename.
22529         (message-narrow-to-field): Find the start of the header.
22530         (message-header-format-alist): Don't pre-fill.
22531         (message-fill-header): Remove.
22532         (message-insert-header): New function.
22533         (message-shorten-references): Use it.
22534
22535         * rfc2047.el (rfc2047-field-value): Strip props.
22536
22537         * mail-parse.el (mail-header-make-address): New alias.
22538
22539         * ietf-drums.el (ietf-drums-make-address): New function.
22540
22541         * imap.el: Add compiler directives.
22542
22543         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22544
22545         * gnus-art.el (article-decode-idna-rhs): Don't use
22546         message-idna-inside-rhs-p.
22547
22548 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22549
22550         * message.el (message-idna-inside-rhs-p): Remove.
22551         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22552
22553         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22554         false positives.
22555
22556 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22557
22558         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22559
22560 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22561
22562         * nneething.el (nneething-file-name): Don't create spurious
22563         files.
22564
22565         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22566         (gnus-inews-do-gcc): Remove sleep.
22567
22568         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22569         part under point.
22570
22571         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22572         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22573
22574 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22575
22576         * spam.el (spam-summary-prepare-exit): Fix (length).
22577
22578 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22579
22580         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22581         as expired without moving it" message when there are spam
22582         messages left.
22583
22584 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22585
22586         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22587         header is not nil.
22588
22589 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22590
22591         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22592         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22593         (nntp-marks-changed-p): New arg SERVER.
22594         (nntp-request-update-info): Adjust caller.
22595
22596 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22597
22598         * nntp.el (nntp-save-marks): Pass missing arg.
22599
22600 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22601
22602         * nntp.el: Support marks.
22603         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22604         (nntp-marks-modtime, nntp-marks-directory): New variables.
22605         (nntp-request-set-mark, nntp-request-update-info)
22606         (nntp-possibly-create-directory, nntp-marks-changed-p)
22607         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22608         New functions.
22609
22610 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22611
22612         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22613         (gnus-xmas-redefine): Rename.
22614
22615         * gnus-score.el (gnus-score-insert-help):
22616         Use gnus-select-lowest-window.
22617
22618         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22619         appt-select-lowest-window and rename to gnus-select-lowest-window.
22620
22621         * gnus.el: do.
22622
22623 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22624
22625         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22626         encodings of MIME-encoded words, in order to improve
22627         interoperability with several broken MUAs.
22628
22629 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22630
22631         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22632         tags, only when charsets are not specified in headers.
22633         (mm-inline-text-html-render-with-w3m): Ditto.
22634
22635         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22636         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22637
22638 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22639
22640         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22641         instead of MIME-decoded from fields when checking
22642         `gnus-article-address-banner-alist'.
22643
22644 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22645
22646         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22647         description rather than subject.
22648
22649 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22650
22651         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22652
22653 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22654
22655         * gnus.el (gnus-version-number): Bump.
22656
22657 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22658
22659         * gnus.el: No Gnus v0.2 is released.
22660
22661 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22662
22663         * gnus-agent.el (gnus-agent-read-agentview):
22664         Inline gnus-uncompress-range.
22665
22666 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22667
22668         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22669         `exec-installed-p'.
22670
22671 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22672
22673         * gnus.el (spam-process, spam-autodetect-methods):
22674         Add bsfilter and bsfilter-headers.
22675
22676         * spam.el (spam-bsfilter): New customize group.
22677         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22678         (spam-bsfilter-header, spam-bsfilter-probability-header)
22679         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22680         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22681         (spam-bsfilter-database-directory): New options.
22682         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22683         (spam-list-of-statistical-checks, spam-registration-functions):
22684         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22685         (spam-bsfilter-score): New command.
22686         (spam-check-bsfilter-headers, spam-check-bsfilter)
22687         (spam-bsfilter-register-with-bsfilter)
22688         (spam-bsfilter-register-spam-routine)
22689         (spam-bsfilter-unregister-spam-routine)
22690         (spam-bsfilter-register-ham-routine)
22691         (spam-bsfilter-unregister-ham-routine): New functions.
22692         (spam-generic-score): Support bsfilter; Accept an optional argument
22693         to recalcurate spam score even if scoring header has already been
22694         added.
22695         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22696         optional argument to recalcurate spam score even if scoring header
22697         has already been added.
22698
22699 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22700
22701         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22702         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22703         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22704         link is missing.
22705
22706 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22707
22708         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22709         (html2text-get-attr): Rewrite.
22710
22711         * message.el (message-setup-1): Remove redundant put-text-property
22712         on mail-header-separator.
22713
22714 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22715
22716         * gnus-registry.el (gnus-registry-cache-whitespace)
22717         (gnus-registry-action, gnus-registry-spool-action)
22718         (gnus-registry-split-fancy-with-parent): Change message levels
22719         from 5 to 3 or 7, as needed.
22720
22721         * spam.el (spam-summary-prepare-exit)
22722         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22723         (spam-split, spam-find-spam, spam-log-undo-registration)
22724         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22725         level from 5 to 6.
22726
22727 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22728
22729         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22730         2004-03-04 change).
22731
22732 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22733
22734         * sieve-manage.el (sieve-manage-open):
22735         * nnweb.el (nnweb-insert-html):
22736         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22737         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22738         * nnspool.el (nnspool-request-group):
22739         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22740         * nnml.el (nnml-request-update-info):
22741         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22742         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22743         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22744         (nnimap-request-set-mark):
22745         * nnfolder.el (nnfolder-request-update-info):
22746         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22747         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22748         * gnus-uu.el (gnus-uu-find-articles-matching):
22749         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22750         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22751         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22752         * gnus-nocem.el (gnus-nocem-scan-groups):
22753         * gnus-int.el (gnus-start-news-server):
22754         * gnus-group.el (gnus-group-make-kiboze-group)
22755         (gnus-group-browse-foreign-server):
22756         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22757         Use mapc when appropriate.
22758
22759 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22760             Adam Sjøgren  <asjo@koldfront.dk>
22761             Wes Hardaker  <wes@hardakers.net>
22762             Michael Shields  <shields@msrl.com>
22763
22764         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22765         may need for spam sorting and scoring.
22766         (spam-user-format-function-S): Add user format function suitable for
22767         general use.
22768         (spam-article-sort-by-spam-status): Add sorting function for summary
22769         sorting.
22770         (spam-extra-header-to-number): Add function to get a score from a
22771         header.
22772         (spam-summary-score): Add function to get a numeric score from the
22773         headers.
22774         (spam-generic-score): Fix function doc, was in wrong place.
22775         (spam-initialize): Take symbols when it's run, and install the
22776         extra headers that spam-necessary-extra-headers thinks we need.
22777
22778 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22779
22780         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22781         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22782
22783 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22784
22785         * gnus-sum.el (gnus-set-global-variables)
22786         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22787         (gnus-article-get-xrefs, gnus-summary-best-group)
22788         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22789         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22790         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22791         Use with-current-buffer.
22792
22793 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22794
22795         * spam.el (spam-summary-prepare-exit): Simplify logic.
22796         (spam-fetch-article-header): Read the article header if it's not
22797         available.
22798         (spam-list-articles): Simplify logic.
22799         (spam-filelist-register-routine): Fix bug with unregister-list.
22800
22801         * gnus-registry.el: Fix comments at beginning.
22802
22803 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22804
22805         * message.el (message-cater-to-broken-inn): Remove.
22806         (message-shorten-references): Make sure the total folded length of
22807         References is shorter than 998 characters to cater to a bug in INN
22808         2.3.  Also, don't pretend that references aren't folded -- this
22809         hasn't worked for a while.
22810
22811 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22812
22813         * gnus-agent.el (gnus-agentize):
22814         gnus-agent-send-mail-real-function no longer set to current value
22815         of message-send-mail-function but rather a lambda that calls
22816         message-send-mail-function.  The change makes the agent real-time
22817         responsive to user changes to message-send-mail-function.
22818
22819 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22820
22821         * legacy-gnus-agent.el
22822         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22823         help from Florian Weimer <fw@deneb.enyo.de>
22824
22825 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22826
22827         * nnmail.el (nnmail-cache-insert): Revert last change.
22828
22829 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22830
22831         * nnmail.el (nnmail-cache-insert): Always check whether
22832         nnmail-cache-ignore-groups matches a group name.
22833
22834 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22835
22836         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22837         (spam-find-spam, spam-log-processing-to-registry)
22838         (spam-log-registered-p, spam-log-unregistration-needed-p)
22839         (spam-log-undo-registration): Use gnus-message instead of
22840         gnus-error, none of these errors are fatal.
22841
22842         * gnus-registry.el (gnus-registry-clean-empty-function)
22843         (gnus-registry-clean-empty): Remove only empty entries without
22844         extra data.
22845
22846 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22847
22848         * spam-stat.el (spam-stat-buffer-change-to-spam)
22849         (spam-stat-buffer-change-to-non-spam): Change (error) to
22850         (gnus-message 8) invocation.
22851
22852 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22853
22854         * nntp.el (nntp-via-netcat-command): New variable.
22855         (nntp-via-netcat-switches): New variable.
22856         (nntp-open-via-rlogin-and-netcat): New function.
22857         (nntp-open-connection-function): Doc fix.
22858         (nntp-telnet-command): Doc fix.
22859         (nntp-end-of-line): Doc fix.
22860         (nntp-via-rlogin-command): Doc fix.
22861         (nntp-via-user-name): Doc fix.
22862         (nntp-via-address): Doc fix.
22863
22864 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22867         error in Emacs 21.1.
22868
22869 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22870
22871         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22872
22873 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22874
22875         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22876         (gnus-agent-with-refreshed-group): New macro.
22877         (gnus-agent-rename-group): New function.
22878         (gnus-agent-delete-group): New function.
22879         (gnus-agent-save-group-info): Use gnus-command-method when
22880         `method' parameter is nil.  Don't write nil entries into the
22881         active file.
22882         (gnus-agent-get-group-info): New function.
22883         (gnus-agent-fetch-articles):
22884         Use gnus-agent-update-files-total-fetched-for to increment disk space
22885         used.
22886         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22887         Use gnus-agent-update-view-total-fetched-for to increment disk space
22888         used.
22889         (gnus-agent-get-local): Add optional parameters to avoid calling
22890         gnus-group-real-name and gnus-find-method-for-group.
22891         (gnus-agent-set-local): Delete stored entry if either min, or max,
22892         are nil.
22893         (gnus-agent-fetch-session): Reworded error/quit messages.
22894         On quit, use gnus-agent-regenerate-group to record existance of any
22895         articles fetched to disk before the quit occurred.
22896         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22897         gnus-agent-update-view-total-fetched-for, and
22898         gnus-agent-update-files-total-fetched-for to decrement disk space
22899         used.
22900         (gnus-agent-retrieve-headers):
22901         Use gnus-agent-update-view-total-fetched-for to increment disk space
22902         used.
22903         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22904         with gnus-agent-update-files-total-fetched-for to decrement disk
22905         space and fresh group buffer.
22906         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22907         (gnus-agent-need-update-total-fetched-for): New variable.
22908         (gnus-agent-update-files-total-fetched-for): New function.
22909         (gnus-agent-update-view-total-fetched-for): New function.
22910         (gnus-agent-total-fetched-for): New function.
22911
22912         * gnus-cache.el (gnus-cache-save-buffers):
22913         Use gnus-cache-update-overview-total-fetched-for to change disk space
22914         used by this group.
22915         (gnus-cache-possibly-enter-article):
22916         Use gnus-cache-update-file-total-fetched-for to increment disk space
22917         used by this group.
22918         (gnus-cache-possibly-remove-article):
22919         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22920         used by this group.
22921         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22922         (gnus-cache-rename-group): New function.
22923         (gnus-cache-delete-group): New function.
22924         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22925         (gnus-cache-need-update-total-fetched-for): New variable.
22926         (gnus-cache-with-refreshed-group): New macro.
22927         (gnus-cache-update-file-total-fetched-for): New function.
22928         (gnus-cache-update-overview-total-fetched-for): New function.
22929         (gnus-cache-rename-group-total-fetched-for): New function.
22930         (gnus-cache-delete-group-total-fetched-for): New function.
22931         (gnus-cache-total-fetched-for): New function.
22932
22933         * gnus-group.el: Require gnus-sum and autoload functions to
22934         resolve warnings when gnus-group.el compiled alone.
22935         (gnus-group-line-format): Documented new %F.
22936         (size of Fetched data) group line format; identifies disk space
22937         used by agent and cache.
22938         (gnus-group-line-format-alist): Defined new F format.
22939         (gnus-total-fetched-for): New function.
22940         (gnus-group-delete-group): No longer update
22941         gnus-cache-active-altered as gnus-request-delete-group now keeps
22942         the cache in sync.
22943         (gnus-group-list-active): Let the agent store a server's active
22944         list if currently plugged.
22945
22946         * gnus-int.el (gnus-request-delete-group):
22947         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22948         local disk in sync with the server.
22949         (gnus-request-rename-group):
22950         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22951         local disk in sync with the server.
22952
22953         * gnus-start.el (gnus-get-unread-articles):
22954         Cosmetic simplification to logic.
22955
22956         * gnus-util.el (gnus-rename-file): New function.
22957
22958 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22959
22960         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22961
22962 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22963
22964         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22965         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22966
22967 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22968
22969         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22970         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22971
22972 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22973
22974         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22975
22976 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22977
22978         * spam.el (spam-set-difference): Add function to replace
22979         gnus-set-difference in spam.el.
22980         (spam-summary-prepare-exit): Use spam-set-difference.
22981
22982 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22983
22984         * gnus-registry.el (gnus-registry-cache-file): Update to use
22985         gnus-dribble-directory OR gnus-home-directory OR ~.
22986         (gnus-registry-split-fancy-with-parent): Fix doc.
22987
22988 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22989
22990         * message.el (message-exchange-point-and-mark):
22991         Use message-mark-active-p.  Suggested by Jesper Harder
22992         <harder@ifa.au.dk>.
22993
22994 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22995
22996         * message.el (message-exchange-point-and-mark): Don't activate
22997         region if it was inactive.  Suggested by Hiroshi Fujishima
22998         <pooh@nature.tsukuba.ac.jp>.
22999
23000 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23001
23002         * gnus-art.el (article-display-face): Display Faces in the same
23003         order as X-Faces.
23004
23005 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23006
23007         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23008
23009 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23010
23011         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23012         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23013         (gnus-article-mime-hierarchy): Remove.
23014         (gnus-article-mime-hierarchy-next): Remove.
23015         (gnus-article-mode): Revert 2004-03-19 change.
23016         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23017         (gnus-insert-mime-button): Revert 2004-03-19 change.
23018         (gnus-mime-accumulate-hierarchy): Remove.
23019         (gnus-mime-enter-multipart): Remove.
23020         (gnus-mime-leave-multipart): Remove.
23021         (gnus-mime-display-part): Revert 2004-03-19 change.
23022         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23023
23024         * mml.el (mml-preview): Revert 2004-03-19 change.
23025
23026 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23027
23028         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23029
23030 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23033         t while entering a file name using the mm-with-multibyte macro.
23034         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23035
23036         * mm-util.el (mm-with-multibyte): New macro.
23037
23038 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23039
23040         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23041         New user option.
23042         (gnus-mime-multipart-functions): Doc and customization fix.
23043         (gnus-article-mime-hierarchy): New variable.
23044         (gnus-article-mime-hierarchy-next): New variable.
23045         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23046         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23047         gnus-article-mime-hierarchy-next to nil.
23048         (gnus-insert-mime-button): Show hierarchy numbers.
23049         (gnus-mime-accumulate-hierarchy): New function.
23050         (gnus-mime-enter-multipart): New function.
23051         (gnus-mime-leave-multipart): New function.
23052         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23053         (gnus-mime-display-alternative): Show hierarchy numbers.
23054
23055         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23056         gnus-article-mime-hierarchy-next to nil.
23057
23058 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23059
23060         * dns.el: Don't require gnus-xmas.
23061
23062 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23063
23064         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23065         inline PGP.
23066         (mml-menu): Disable mml-quote-region if mark is inactive.
23067
23068 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23069
23070         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23071         when the group's active is not available.
23072
23073 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23074
23075         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23076         error.
23077
23078 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23079
23080         * imap.el (imap-store-password): New variable.
23081         (imap-interactive-login): Use it.
23082         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23083
23084 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23085
23086         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23087         window-start and hscroll to summary window.
23088
23089 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23090
23091         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23092         conversion message to newsrc-dribble when an actual conversion is
23093         performed.
23094
23095 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23096
23097         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23098
23099 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23100
23101         * mm-decode.el (mm-complicated-handles): New function reviving
23102         former definition of mm-multiple-handles.
23103
23104         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23105         (gnus-mime-delete-part): Use it.
23106
23107 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23108
23109         * gnus-agent.el (gnus-agent-read-local):
23110         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23111         avoid the implicit assumption that they will always be equal.
23112         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23113         coding-system-for-write, as the with-temp-file macro first prints
23114         to a buffer then saves the buffer.
23115
23116 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23117
23118         * gnus-art.el (gnus-article-edit-part): New function.
23119         (gnus-mime-save-part-and-strip): Use it; do query instead of
23120         signaling an error; don't use mm-multiple-handles.
23121         (gnus-mime-delete-part): Ditto.
23122
23123 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23124
23125         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23126         old file versions.
23127         (gnus-group-prepare-hook): Remove function that converted list
23128         form of gnus-agent-expire-days to group properties.
23129
23130         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23131         (gnus-request-accept-article): Re-indented.
23132
23133         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23134         converters to handle old agent file formats.  Add logic for a
23135         "backup before upgrading warning".
23136         (gnus-convert-mark-converter-prompt): Developers can mark
23137         functions as needing (default), or not needing,
23138         gnus-convert-old-newsrc's "backup before upgrading warning".
23139         (gnus-convert-converter-needs-prompt): Tests whether the user
23140         should be protected from potentially irreversable changes by the
23141         function.
23142
23143         * legacy-gnus-agent.el: New.  Provides converters that are only
23144         loaded when gnus-convert-old-newsrc needs to call them.
23145
23146 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23147
23148         * mail-source.el (mail-source-touch-pop): Doc fix.
23149
23150         * message.el (message-smtpmail-send-it): Doc fix.
23151
23152 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23153
23154         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23155
23156         * nnmail.el (nnmail-split-fancy): do.
23157
23158         * gnus-kill.el (gnus-kill, gnus-execute): do.
23159
23160 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23161
23162         * gnus-sum.el (gnus-widget-reversible-match)
23163         (gnus-widget-reversible-to-internal)
23164         (gnus-widget-reversible-to-external): New functions.
23165         (gnus-widget-reversible): New widget.
23166         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23167
23168 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23169
23170         * gnus-sum.el (gnus-thread-sort-functions)
23171         (gnus-article-sort-functions): Document `(not F)' items.
23172
23173 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23174
23175         * spam.el (spam-use-gmane-xref): Add new backend.
23176         (spam-gmane-xref-spam-group): Add variable to control the name of the
23177         Gmane spam group.
23178         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23179         (spam-regex-headers-spam, spam-regex-headers-ham)
23180         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23181         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23182         backends and checks.
23183         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23184
23185         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23186         an autodetect method.
23187
23188 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23189
23190         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23191         articles are being added to a group.
23192         (gnus-request-replace-article): Inform the agent that articles
23193         need to be uncached as the cached contents are no longer valid.
23194
23195 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * binhex.el: Don't autoload executable-find.
23198
23199         * canlock.el: Don't autoload mail-fetch-field.
23200
23201         * dgnushack.el: Autoload c-mode for XEmacs.
23202
23203         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23204
23205         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23206         rmail-dont-reply-to and rmail-output.
23207
23208         * gnus-score.el: Don't autoload ffap-string-at-point.
23209
23210         * gnus-setup.el: Don't autoload sc-cite-original.
23211
23212         * imap.el: Don't autoload base64-decode-string,
23213         base64-encode-string and md5.
23214
23215         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23216         and rmail-msg-restore-non-pruned-header.
23217
23218         * mm-decode.el: Don't autoload executable-find.
23219
23220         * mm-url.el: Don't autoload executable-find.
23221
23222         * mm-view.el: Don't autoload diff-mode.
23223
23224         * nndb.el: Don't autoload news-reply-mode, news-setup,
23225         cancel-timer and telnet.
23226
23227         * password.el: Don't autoload run-at-time for Emacs.
23228
23229         * sha1-el.el: Don't autoload executable-find.
23230
23231         * sieve-mode.el: Don't autoload c-mode.
23232
23233         * uudecode.el: Don't autoload executable-find.
23234
23235 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23236
23237         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23238         (gnus-agent-possibly-alter-active): Avoid null in numeric
23239         comparison.
23240         (gnus-agent-set-local): Refuse to save null in local object table.
23241         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23242         list of articles that will be marked as unread.
23243
23244 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23245
23246         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23247
23248 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23249
23250         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23251         language tags.
23252
23253 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23254
23255         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23256         Don't bind "obarray".
23257
23258         * gnus-sum.el (gnus-thread-sort-functions):
23259         Add `gnus-thread-sort-by-most-recent-number' and
23260         `gnus-thread-sort-by-most-recent-date'.
23261         Reported by Kai Grossjohann <kai@emptydomain.de>.
23262
23263 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23264
23265         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23266
23267 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23268
23269         * gnus-cus.el (gnus-agent-customize-category):
23270         Remove ignore-errors macro reference that required cl to be loaded at
23271         run-time.
23272
23273         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23274         single-interval range of the form (min . max).  Previously the
23275         range had to look like ((min . max)).  Likewise, return
23276         (min . max) rather than ((min . max)).
23277         (gnus-range-map): Use gnus-range-normalize to accept
23278         single-interval range.
23279
23280         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23281         the cache, but not the agent, now appear with their usual face.
23282
23283         * dgnushack.el (loaddir): New variable that is bound to the
23284         directory containing the dgnushack.el file. Use loaddir, rather
23285         than srcdir, to update load-path. Change lets dgnushack compile
23286         code in directories other than GNUS/lisp.
23287
23288 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23289
23290         * lpath.el: Don't bind w3m-safe-url-regexp.
23291
23292         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23293         w3m-safe-url-regexp variable buffer-local.
23294
23295         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23296
23297 2004-02-27  Simon Josefsson  <jas@extundo.com>
23298
23299         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23300         gnus-group-real-prefix.
23301         (gnus-summary-move-article): Use it, instead of
23302         gnus-group-real-prefix.
23303
23304 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23305
23306         * lpath.el: Bind w3m-safe-url-regexp.
23307
23308         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23309         w3m-safe-url-regexp variable buffer-local and set it as the value
23310         of mm-w3m-safe-url-regexp.
23311
23312         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23313
23314         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23315         parsing gnus-posting-styles when the message is not for replying.
23316
23317         * dgnushack.el: Autoload sgml-mode for XEmacs.
23318
23319         * nnrss.el (nnrss-opml-export):
23320         Use mm-set-buffer-file-coding-system instead of
23321         set-buffer-file-coding-system.
23322
23323 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23324
23325         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23326         of checkdoc.el).
23327         * nnrss.el: do.
23328         * gnus-mlspl.el: do.
23329         * gnus-ml.el: do.
23330         * gnus-srvr.el: do.
23331
23332         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23333
23334 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23335
23336         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23337         Corrections to custom-manual links.
23338
23339         * gnus-art.el (gnus-article): Ditto.
23340
23341         * mm-decode.el (mime-display, mime-security): Ditto.
23342
23343 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23344
23345         * flow-fill.el: Typo.
23346
23347 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23348
23349         * spam-wash.el: New file.
23350
23351 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23352
23353         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23354
23355 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23356
23357         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23358         to be run with new-articles as LIST1, not LIST2.
23359         (spam-registration-functions): Add spam-use-ham-copy as a nil
23360         registration backend.
23361
23362 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23363
23364         * spam-stat.el (spam-stat-washing-hook): New option.
23365         (spam-stat-buffer-words): Use it.
23366         (spam-stat-process-directory, spam-stat-test-directory):
23367         Use insert-file-contents-literally.
23368         (spam-stat-coding-system): New variable.
23369         (spam-stat-load, spam-stat-save): Use it.
23370
23371 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23372
23373         * spam-report.el (spam-report-plug-agent):
23374         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23375
23376 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23377
23378         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23379         Allow / in mailto URLs.
23380
23381 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23382
23383         * spam-report.el (spam-report-process-queue): Fix interactive use.
23384         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23385         (spam-report-unplug-agent): Doc fixes.
23386         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23387         (spam-report-agentize, spam-report-deagentize): Autoload.
23388
23389 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23390
23391         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23392
23393         * message.el (message-setup-fill-variables): Add mml tags to
23394         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23395         <ajk@iu.edu>.
23396         (message-mode): Don't modify paragraph-separate there.
23397
23398 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * compface.el (uncompface-use-external): Default to undecided.
23401         (uncompface-use-external-threshold): New variable.
23402         (uncompface-float-time): New macro.
23403         (uncompface): Determine whether to use the external decoder if
23404         uncompface-use-external is undecided.
23405
23406 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23407
23408         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23409         after images.
23410
23411         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23412
23413 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23414
23415         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23416
23417         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23418
23419         * gnus-sum.el (gnus-summary-limit-to-age)
23420         (gnus-summary-limit-children): do.
23421
23422         * gnus-int.el (gnus-request-scan): do.
23423
23424         * gnus-group.el (gnus-group-suspend): do.
23425
23426         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23427
23428         * gnus-cite.el (gnus-cite-parse-attributions): do.
23429
23430         * gnus-agent.el (gnus-summary-set-agent-mark)
23431         (gnus-agent-regenerate-group): do.
23432
23433         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23434
23435         * binhex.el (binhex-decode-region-internal): do.
23436
23437 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23438
23439         * gnus-fun.el (gnus-face-properties-alist): New user option.
23440         (gnus-display-x-face-in-from): Use it.
23441
23442         * gnus-art.el (article-display-face): Ditto.
23443
23444         * compface.el (uncompface-use-external): Default to nil.
23445
23446 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23447
23448         * nntp.el (nntp-erase-buffer): New function.
23449         (nntp-retrieve-data, nntp-send-command)
23450         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23451         (nntp-possibly-change-group): Use it.
23452
23453         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23454         Use with-current-buffer.
23455
23456 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23457
23458         * compface.el: Merge the ELisp-based uncompface program.
23459         (compface): New customization group.
23460         (uncompface-use-external): New user option.
23461         (uncompface): Call uncompface-internal if uncompface-use-external
23462         is nil.
23463         (uncompface-internal): New function.  Note that there are also
23464         some other functions and variables added for this function.
23465
23466 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23467
23468         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23469         if necessary.
23470
23471 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23472
23473         * spam-report.el (spam-report-unplug-agent)
23474         (spam-report-plug-agent, spam-report-deagentize)
23475         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23476         Add support for the Agent in spam-report: when unplugged, report to a
23477         file; when plugged, submit all the requests.
23478
23479         * spam.el (spam-register-routine): Fix message about
23480         registration.
23481
23482 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23483
23484         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23485         dependencies.
23486         (rfc2047-encode): Use it.
23487
23488         * gnus-art.el (gnus-button-marker-list): Move before first
23489         reference.
23490
23491         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23492         (imap-parse-body): Fix format string mismatch.
23493
23494         * gnus-score.el (gnus-summary-increase-score): do.
23495
23496         * nnrss.el (nnrss-close): New function.
23497
23498 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23499
23500         * nnrss.el (nnrss-make-filename): New function.
23501         (nnrss-request-delete-group, nnrss-read-server-data)
23502         (nnrss-save-server-data, nnrss-read-group-data)
23503         (nnrss-save-group-data): Use it.
23504         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23505         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23506         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23507
23508 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23509
23510         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23511
23512 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23513
23514         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23515         files.
23516
23517         * message.el (message-generate-headers-first): Don't quote nil
23518         and t in docstrings.
23519
23520         * imap.el (imap-id): do.
23521
23522         * gnus-agent.el (gnus-agent-consider-all-articles)
23523         (gnus-agent-queue-mail): do.
23524
23525 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23526
23527         * spam-report.el (spam-report-process-queue): New function.
23528         Process requests from `spam-report-requests-file'.
23529         (spam-report-process-queue): Doc fix.
23530
23531 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23532
23533         * spam.el (spam-register-routine)
23534         (spam-log-processing-to-registry, spam-log-registered-p)
23535         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23536         Change "check" to "spam-check" for semi-clarity.
23537
23538 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23539
23540         * pop3.el: Require nnheader.
23541
23542         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23543
23544         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23545
23546         * gnus-picon.el: Require cl.
23547
23548         * gnus-fun.el: Require gnus-ems and gnus-util.
23549
23550         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23551
23552         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23553
23554         * gnus-art.el (gnus-article-edit-mode): Define before first
23555         reference.
23556
23557 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23558
23559         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23560         (gnus-uu-post-encoded): Use point-at-bol.
23561
23562         * gnus-topic.el (gnus-group-active-topic-p): do.
23563
23564         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23565
23566         * gnus-group.el (gnus-group-kill-region): do.
23567
23568         * gnus-art.el (article-date-ut): do.
23569
23570         * message.el (message-fetch-field): Remove redundant
23571         case-fold-search binding.
23572         (message-narrow-to-field): Simplify.
23573
23574 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23575
23576         * spam.el (spam-directory): Derive from `gnus-directory'.
23577
23578         * spam-report.el (spam-report-url-to-file)
23579         (spam-report-requests-file): New function and variable for offline
23580         reporting.
23581         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23582         and user defined function.
23583         (spam-report-url-ping-mm-url): Remove doubled slash.
23584
23585 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23586
23587         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23588
23589 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23590
23591         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23592         Fix format string mismatch.
23593
23594         * sieve.el (sieve-deactivate-all): do.
23595
23596         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23597
23598         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23599
23600         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23601
23602         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23603
23604 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23605
23606         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23607         the list of checks.
23608
23609 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23610
23611         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23612         padding.
23613
23614 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23615
23616         * mm-view.el (mm-fill-flowed): New variable.
23617         (mm-inline-text): Use it.
23618
23619 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23620
23621         * spam.el (spam-spamassassin-register-ham-routine)
23622         (spam-spamassassin-register-spam-routine): Fix function names.
23623
23624 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23625
23626         * gnus.el (gnus-tmp-grouplens): Remove.
23627         (gnus-summary-line-format): Remove grouplens.
23628
23629         * gnus-group.el (gnus-group-line-format): Ditto.
23630
23631         * gnus-spec.el (gnus-format-specs): Ditto.
23632         (gnus-update-format-specifications): Flush the group format spec
23633         cache if there's the grouplens stuff.
23634         (gnus-parse-simple-format): Replace %l with the empty string.
23635
23636 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23637
23638         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23639         omission.
23640
23641 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23642
23643         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23644         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23645
23646 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23647
23648         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23649         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23650         New macros and functions.
23651         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23652         Handle > NLINK_MAX messages.
23653         * nnmaildir.el (nnmaildir-request-set-mark):
23654         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23655
23656 2004-01-25  Alex Schroeder  <alex@gnu.org>
23657
23658         * spam-stat.el (spam-stat-process-directory-age): New option.
23659         (spam-stat-process-directory): Use it.
23660
23661 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23662
23663         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23664         (spam-stat-save): Accept prefix argument.
23665
23666 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23667
23668         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23669         links" error.
23670
23671 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23672
23673         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23674         the rest of the and/or forms.
23675
23676 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23677
23678         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23679         compatibility with old .newsrc.eld files.
23680
23681         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23682
23683         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23684
23685         * gnus-start.el (gnus-1): do.
23686
23687         * gnus-group.el (gnus-group-line-format-alist): do.
23688
23689         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23690
23691         * gnus-gl.el: Remove.
23692
23693 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23694
23695         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23696         marks consisting of a single range {for example, (3 . 5)} rather
23697         than a list of a single range { ((3 . 5)) }.
23698
23699 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23700
23701         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23702         Use with-current-buffer.
23703         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23704         avoid consing a string.
23705
23706         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23707         Remove obsolete entries for big5 and gb2312.
23708
23709 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23710
23711         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23712         uncompressed list.
23713
23714 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23715
23716         * spam-stat.el (spam-stat-strip-xref): New function.
23717         (spam-stat-process-directory): Use it.
23718
23719         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23720         here -- it's done in message-fetch-field.
23721
23722 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23723
23724         * gnus-agent.el (gnus-agent-queue-mail)
23725         (gnus-agent-prompt-send-queue): New variables.
23726         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23727         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23728         "nndraft:queue" along to gnus-draft-send.
23729         Use gnus-agent-prompt-send-queue.
23730         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23731         is "nndraft:queue".  Suggested by Gaute Strokkenes
23732         <gs234@srcf.ucam.org>
23733
23734         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23735         (agent-enable-undownloaded-faces): Add.
23736         (gnus-agent-cat-groups): Use eval-and-compile, not
23737         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23738         method of gnus-agent-cat-groups even when the buffer has been
23739         evaled.
23740         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23741         delete gnus-agent-save-active-1.
23742         (gnus-agent-save-groups): Delete.  Identical to
23743         gnus-agent-save-active.
23744         (gnus-agent-write-active): No longer adjust agent's copy of active
23745         file as agent's adjustments are now stored in their own
23746         file.  Remove optional parameter.
23747         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23748         servers.  Add use of min/max range limits from server's local
23749         file.
23750         (gnus-agent-save-alist): Remove unused optional argument.
23751         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23752         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23753         (gnus-agent-set-local): A per-server file that keeps min/max range
23754         limits for articles known to the agent.  Provides a fast mechanism
23755         for altering many active ranges.
23756         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23757         active file (local makes it unnecessary).
23758         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23759
23760         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23761         (agent-enable-undownloaded-faces): Add.
23762
23763         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23764         disable it when sending to "nndraft:queue".
23765         (gnus-group-send-queue): Add safety check to avoid sending queue
23766         when unplugged.
23767
23768         * gnus-group.el (gnus-group-catchup): Use new
23769         gnus-sequence-of-unread-articles, not
23770         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23771         numbers of articles.  Use gnus-range-map to avoid having to
23772         uncompress the unread list.
23773         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23774         Fix invalid ange-ftp reference.
23775
23776         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23777         (gnus-sorted-range-intersection): Intersection of two ranges
23778         without requiring that they first be uncompressed.
23779
23780         * gnus-start.el (gnus-activate-group): Unless blocked by the
23781         caller, possibly expand the active range to include both cached
23782         and agentized articles.
23783         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23784         multiple version-dependent converters.
23785         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23786         gnus-agent-save-active.
23787         (gnus-save-newsrc-file): Save dirty agent range limits.
23788
23789         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23790         gnus-agent-possibly-alter-active.
23791         (gnus-adjust-marked-articles): Faster handling of simple lists.
23792
23793 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23794
23795         * spam-stat.el (spam-stat-test-directory): New optional argument
23796         displays a list of files detected.  Suggested by Andrew Cohen
23797         <cohen@andy.bu.edu>.
23798         (spam-stat-buffer-words-with-scores): Don't narrow and change
23799         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23800
23801 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23802
23803         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23804         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23805         (spam-spamassassin-arguments)
23806         (spam-spamassassin-spam-flag-header)
23807         (spam-spamassassin-positive-spam-flag-header)
23808         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23809         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23810         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23811         (spam-list-of-processors, spam-list-of-checks)
23812         (spam-list-of-statistical-checks, spam-registration-functions)
23813         (spam-check-spamassassin-headers, spam-check-spamassassin)
23814         (spam-spamassassin-score)
23815         (spam-spamassassin-register-with-sa-learn)
23816         (spam-spamassassin-register-spam-routine)
23817         (spam-spamassassin-register-ham-routine)
23818         (spam-assassin-register-spam-routine)
23819         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23820         (spam-bogofilter-score): Fix to show article before scoring.
23821
23822 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23823
23824         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23825         default scoring function.
23826         (spam-generic-score): Call spam-spamassassin-score if
23827         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23828         spam-bogofilter-score otherwise.
23829
23830         * gnus.el (spam-process, spam-autodetect-methods):
23831         Add spamassassin and spamassassin-headers.
23832
23833 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23834
23835         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23836         Suppress unnecessary messages.
23837
23838 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23839
23840         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23841         make-hash-table.
23842
23843 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * canlock.el (base64-encode-string): Don't autoload it.
23846
23847 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23848
23849         * run-at-time.el: Remove useless (require 'itimer),
23850         eval-and-compile and (featurep 'xemacs).
23851
23852 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23853
23854         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23855         GROUP is a virtual group.
23856
23857 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23858
23859         * gnus.el: Autoload `message-y-or-n-p'.
23860
23861 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23862
23863         * pgg-parse.el: Remove unnecessary (require 'custom).
23864
23865         * pgg-def.el: do.
23866
23867         * nnmail.el: do.
23868
23869         * gnus-undo.el: do.
23870
23871         * gnus-picon.el: do.
23872
23873         * gnus-util.el: do.
23874
23875 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23876
23877         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23878
23879 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23882         handle, as well as a list.
23883
23884         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23885         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23886         (mm-w3m-cid-retrieve): Simplify.
23887
23888 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23889
23890         * message.el (message-kill-to-signature): Allow prefix arg to
23891         specify number of lines to keep before signature.
23892
23893 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23894
23895         * message.el (message-kill-to-signature): Change docstring.
23896
23897 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23898
23899         * canlock.el: Always require sha1-el.
23900         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23901
23902         * message.el: Autoload sha1 only when compiling.
23903
23904         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23905         eudc-expand-inline for XEmacs.
23906
23907 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23908
23909         * message.el (message-canlock-generate): Require sha1-el.
23910
23911 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23912
23913         * message.el (message-expand-name): Silence the byte compiler.
23914
23915         * lpath.el: Add detect-coding-system.
23916
23917         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23918         cus-edit.
23919
23920 2004-01-13  Simon Josefsson  <jas@extundo.com>
23921
23922         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23923         Invoke gnus-score-mode.
23924         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23925
23926         * gnus-range.el (gnus-compress-sequence): Doc fix.
23927         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23928
23929 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23930
23931         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23932
23933 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23934
23935         * spam.el (spam-get-article-as-string): Update to use
23936         gnus-request-article-this-buffer, much simpler.
23937         (spam-get-article-as-buffer): Remove.
23938
23939 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23940
23941         * message.el (message-expand-name): Use EUDC if the user uses that.
23942
23943 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23944
23945         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23946         character for the encoding to avoid consing a string.
23947
23948         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23949         unnecessarily.
23950
23951         * mm-util.el (mm-replace-chars-in-string): Remove.
23952
23953         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23954         of mm-replace-chars-in-string.
23955
23956 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23957
23958         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23959
23960         * mm-util.el (mm-subst-char-in-string): Support inplace.
23961
23962         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23963         a new string in every iteration.  Use shy groups.
23964
23965 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23966
23967         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23968         * gnus-soup.el (gnus-soup-group-brew):
23969         * gnus-msg.el (gnus-put-message):
23970         * gnus-move.el (gnus-group-move-group-to-server):
23971         * gnus-kill.el (gnus-batch-score):
23972         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23973         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23974         (gnus-group-update-group, gnus-group-read-group)
23975         (gnus-group-make-group, gnus-group-make-help-group)
23976         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23977         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23978         (gnus-group-sort-by-unread, gnus-group-catchup)
23979         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23980         (gnus-group-yank-group, gnus-group-set-info)
23981         (gnus-group-list-groups):
23982         * gnus.el (gnus-generate-new-group-name):
23983         * gnus-delay.el (gnus-delay-send-queue):
23984         * nnvirtual.el (nnvirtual-catchup-group):
23985         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23986         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23987         (gnus-group-prepare-topics, gnus-topic-check-topology):
23988         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23989         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23990         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23991         (gnus-group-make-articles-read):
23992         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23993         (gnus-group-change-level, gnus-kill-newsgroup)
23994         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23995         (gnus-get-unread-articles, gnus-make-articles-unread)
23996         (gnus-make-ascending-articles-unread): Use accessor
23997         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23998         to get group information for improved readability.
23999
24000
24001 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24002
24003         * gnus-art.el (article-decode-mime-words, article-babel)
24004         (gnus-article-highlight-signature, gnus-article-add-buttons)
24005         (gnus-signature-toggle): Use gnus-with-article-buffer.
24006
24007         * gnus-art.el (gnus-article-highlight-headers)
24008         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24009
24010         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24011         (gnus-article-set-globals, gnus-request-article-this-buffer)
24012         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24013         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24014         (gnus-mime-display-alternative): Use with-current-buffer.
24015
24016 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24017
24018         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24019         also under 80 char limit, and call gnus-error if needed.
24020         (spam-fetch-article-header): Fix - it was a
24021         buffer-local variable (gnus-newsgroup-data).
24022         (spam-find-spam): Use spam-generate-fake-headers, forget about
24023         spam-insert-fake-headers.
24024         (spam-insert-fake-headers): Remove.
24025
24026 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24027
24028         * deuglify.el (gnus-article-outlook-unwrap-lines)
24029         (gnus-outlook-rearrange-article)
24030         (gnus-outlook-repair-attribution-outlook)
24031         (gnus-outlook-repair-attribution-block)
24032         (gnus-outlook-repair-attribution-other): Remove redundant
24033         save-excursion.
24034
24035 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24036
24037         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24038         (spam-fetch-field-subject-fast)
24039         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24040         (spam-fetch-article-header): Add functions to deal with Gnus
24041         internals for fast retrieval of article header data.
24042         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24043
24044 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24045
24046         * pop3.el (pop3-md5): Remove.
24047         (pop3-apop): Replace pop3-md5 with md5.
24048
24049         * mm-bodies.el: base64 is always built-in.
24050
24051         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24052         Use with-current-buffer.
24053
24054 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24055
24056         * canlock.el (canlock-insert-header): Remove excessive grouping in
24057         regexp.
24058
24059         * gnus-sum.el (gnus-summary-read-document): Ditto.
24060
24061         * gnus-uu.el (gnus-uu-part-number): Ditto.
24062
24063         * html2text.el (html2text-remove-tags): Ditto.
24064         (html2text-format-tags): Ditto.
24065         (html2text-format-single-elements): Ditto.
24066
24067         * mml.el (mml-parse-1): Ditto.
24068
24069 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24070
24071         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24072
24073         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24074
24075         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24076
24077         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24078
24079 2003-11-15  Simon Josefsson  <jas@extundo.com>
24080
24081         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24082         (pgg-gpg-lookup-key): Use regexp match instead of
24083         split-string (split-string is different between emacs 21.2 and
24084         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24085
24086 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24087
24088         * gnus-art.el (gnus-mime-view-all-parts)
24089         (gnus-article-part-wrapper, gnus-article-view-part):
24090         Use with-current-buffer.
24091
24092 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24093
24094         * spam.el (spam-disable-spam-split-during-ham-respool)
24095         (spam-spamoracle-database, spam-cache-lookups)
24096         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24097         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24098         (spam-group-ham-marks, spam-group-spam-marks)
24099         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24100         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24101         also add spam-use-blackholes to the statistical checks.
24102         (spam-fetch-field-fast): Add interface to fetching fields, may
24103         become a macro.
24104         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24105         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24106         (spam-insert-fake-headers): Fake an article when needed.
24107         (spam-find-spam): Fake article when possible.
24108         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24109         (spam-check-bogofilter-headers): Use message-fetch-field instead
24110         of nnmail-fetch-field.
24111
24112 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24113
24114         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24115
24116 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24117
24118         * spam.el (spam-split): Do not require spam-use-CHECK to be
24119         enabled if that check is passed to spam-split explicitly; also
24120         fix so 'spam doesn't get converted to spam-split-group when
24121         spam-split-symbolic-return is t.
24122         (spam-find-spam): Find registrations of the article and use those
24123         instead of re-running spam-split to find the spam/ham
24124         classification of the article.
24125         (spam-log-processing-to-registry, spam-log-registered-p)
24126         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24127         Use gnus-error instead of gnus-message.
24128         (spam-log-registration-type): Add function to determine the
24129         classification of a message based on registry entries; will
24130         return nil if both 'spam and 'ham are found.
24131         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24132         a reasonably fast local cache without the loading errors.
24133         (spam-cache-lookups): Set to t by default.
24134         (spam-find-spam): Don't try to guess spam-cache-lookups.
24135         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24136         spam-caches entry.
24137         (spam-filelist-build-cache, spam-filelist-check-cache):
24138         Fix caching of whitelist/blacklist entries.
24139         (spam-check-whitelist, spam-check-blacklist):
24140         Invoke spam-from-listed-p with a type, not a cache variable.
24141         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24142
24143 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24144
24145         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24146
24147         * nnmail.el (nnmail-split-fancy): do.
24148
24149         * mml.el (mml-parse): do.
24150
24151         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24152         (gnus-score-adaptive): do.
24153
24154 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24155
24156         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24157         (gnus-mime-button-map): Don't set keymap parent.
24158         (gnus-button-ctan-directory-regexp): Use shy grouping.
24159         (gnus-prev-page-map): Don't set keymap parent.
24160         (gnus-prev-page-map): Remove duplicated one.
24161         (gnus-next-page-map): Don't set keymap parent.
24162         (gnus-mime-security-button-map): Ditto.
24163
24164         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24165         version number.
24166
24167         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24168
24169 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24170
24171         * canlock.el (canlock-sha1-function): Remove.
24172         (canlock-sha1-function-for-verify): Remove.
24173         (canlock-openssl-program): Remove.
24174         (canlock-openssl-args): Remove.
24175         (canlock-ignore-errors): Remove.
24176         (canlock-sha1-with-openssl): Remove.
24177         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24178         (canlock-verify): Don't use canlock-ignore-errors.
24179
24180         * sha1-el.el (sha1-string-external): Make it can return a string
24181         in binary form.
24182         (sha1-region-external): Ditto.
24183         (sha1-string-internal): Ditto.
24184         (sha1-region-internal): Ditto.
24185         (sha1-region): Ditto.
24186         (sha1-string): Ditto.
24187         (sha1): Ditto.
24188
24189 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24190
24191         * spam.el (spam-report-articles-gmane): New command.
24192
24193 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24194
24195         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24196
24197         * run-at-time.el (run-at-time-saved): Remove.
24198         (run-at-time): Doc fix.
24199
24200 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24201
24202         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24203         (gnus-summary-limit-map): Add it.
24204         (gnus-summary-make-menu-bar): do.
24205
24206 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24207
24208         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24209         Make attempt at some caching support (done for BBDB only now).
24210         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24211         addresses to be checked.
24212         (spam-clear-cache-BBDB): Add function, to be invoked by
24213         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24214         (spam-check-BBDB): Check and use the caches, if
24215         spam-cache-lookups is on, remove superfluous (provide).
24216
24217 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24218
24219         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24220
24221 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24222
24223         * run-at-time.el (run-at-time-saved): Move to after the definition
24224         of `run-at-time'.
24225
24226         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24227
24228 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24229
24230         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24231         mm-w3m-local-map-property.
24232
24233         * mm-view.el (mm-w3m-mode-map): Remove.
24234         (mm-w3m-local-map-property): Remove.
24235         (mm-inline-text-html-render-with-w3m): Don't use
24236         mm-w3m-local-map-property.
24237
24238 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24239
24240         * run-at-time.el: New file.
24241
24242         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24243         under Emacs.
24244
24245         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24246         of gnus-set-text-properties.
24247
24248         * gnus-uu.el (gnus-uu-save-article): Ditto.
24249
24250         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24251
24252         * gnus-cite.el (gnus-cite-parse): Ditto.
24253
24254         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24255         of gnus-.
24256
24257         * gnus-xmas.el (run-at-time): Require run-at-time.
24258
24259         * gnus.el: Change calls to nnheader-run-at-time and
24260         password-run-at-time throughout to use run-at-time directly.
24261
24262         * password.el: Remove definition of run-at-time.
24263
24264         * nnheaderxm.el: Remove definition of run-at-time.
24265
24266 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24267
24268         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24269         in prompt.
24270
24271 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24272
24273         * messagexmas.el (message-xmas-redefine): Alias
24274         `message-make-caesar-translation-table' to
24275         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24276         version.
24277
24278         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24279         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24280         `gnus-xmas-set-text-properties'.
24281         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24282         `gnus-xmas-completing-read'.
24283         (gnus-xmas-completing-read): Removed.
24284         (gnus-xmas-open-network-stream): Removed.
24285
24286         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24287         XEmacs version.
24288
24289         * dns.el (dns-make-network-process): Use `open-network-stream'
24290         instead of `gnus-xmas-open-network-stream'.
24291
24292         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24293
24294         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24295
24296 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24297
24298         * gnus-art.el (gnus-mime-display-alternative)
24299         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24300         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24301         Don't use gnus-local-map-property.
24302
24303         * gnus-util.el (gnus-local-map-property): Remove.
24304
24305         * mm-view.el (mm-view-pkcs7-decrypt):
24306         Replace gnus-completing-read-maybe-default with completing-read.
24307
24308         * gnus-util.el (gnus-completing-read): do.
24309         (gnus-completing-read-maybe-default): Remove.
24310
24311 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24312
24313         * password.el: Only autoload `run-at-time' if not XEmacs.
24314         Only autoload the itimer functions if XEmacs.
24315
24316 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24317
24318         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24319         XEmacsen.
24320
24321         * dgnushack.el: Autoload executable-find for XEmacs.
24322
24323 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24324
24325         * gnus-art.el (gnus-read-string): Remove.
24326         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24327         read-string.
24328
24329 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24330
24331         * netrc.el: Autoload password-read.
24332         (netrc): Add configuration group.
24333         (netrc-encoding-method, netrc-openssl-path):
24334         Add variables for encoding and decoding of files with symmetric
24335         ciphers.
24336         (netrc-encode): Add assistant function to encode a file with
24337         netrc-encoding-method.
24338         (netrc-parse): Add interactive parameter, added optional
24339         decoding if netrc-encoding-method is non-nil but otherwise
24340         behavior is standard.
24341         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24342         Do s/encode/encrypt/ everywhere.
24343
24344         * spam.el: Remove executable-find autoload.
24345
24346 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24347
24348         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24349
24350         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24351
24352 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24353
24354         * gnus-art.el (gnus-treat-ansi-sequences)
24355         (article-treat-ansi-sequences): New variable and function.
24356         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24357
24358         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24359         Use it.
24360
24361 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24362
24363         * mm-util.el (mm-quote-arg): Remove.
24364
24365         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24366         shell-quote-argument.
24367
24368         * gnus-uu.el (gnus-uu-command): do.
24369
24370         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24371
24372         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24373         with make-char.
24374
24375         * mm-util.el (mm-make-char): Remove.
24376
24377         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24378         add-minor-mode.
24379
24380         * gnus-undo.el (gnus-undo-mode): do.
24381
24382         * gnus-topic.el (gnus-topic-mode): do.
24383
24384         * gnus-sum.el (gnus-dead-summary-mode): do.
24385
24386         * gnus-start.el (gnus-slave-mode): do.
24387
24388         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24389
24390         * gnus-ml.el (gnus-mailing-list-mode): do.
24391
24392         * gnus-gl.el (gnus-grouplens-mode): do.
24393
24394         * gnus-draft.el (gnus-draft-mode): do.
24395
24396         * gnus-dired.el (gnus-dired-mode): do.
24397
24398         * gnus-ems.el (gnus-add-minor-mode): Remove.
24399
24400         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24401         Replace gnus-char-width with char-width.
24402
24403         * gnus-ems.el (gnus-char-width): Remove.
24404
24405         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24406         Replace gnus-char-width with char-width.
24407
24408         * gnus-ems.el (gnus-char-width): Remove.
24409
24410         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24411         definition.
24412         Remove Emacs 20 hash table compatibility code.
24413
24414         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24415         20 compatibility code.
24416
24417         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24418
24419         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24420
24421         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24422         Replace with point-at-{eol,bol}.
24423
24424         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24425
24426         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24427
24428         * flow-fill.el (fill-flowed-point-at-bol)
24429         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24430
24431         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24432         Replace with point-at-{eol,bol} throughout all files.
24433
24434 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24435
24436         * ntlm.el (ntlm-string-as-unibyte): New macro.
24437         (ntlm-build-auth-response): Use it.
24438
24439         Remove Emacs 20 stuff:
24440         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24441         (butlast, mapc, remove): Remove the compiler macros.
24442         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24443         of delq and copy-sequence.
24444         * gnus-art.el (popup-menu): Remove the compiler macro.
24445         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24446         Emacs 20.
24447
24448 2004-01-05  Simon Josefsson  <jas@extundo.com>
24449
24450         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24451         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24452         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24453         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24454         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24455         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24456         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24457         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24458         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24459         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24460         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24461         string-xor into ntlm-string-xor.
24462         Suggested by Jesper Harder <harder@myrealbox.com>.
24463
24464         * ntlm.el: Don't include poem.
24465
24466         * md4.el (print-int32, print-string-hexa): Remove.
24467         Suggested by Jesper Harder <harder@myrealbox.com>.
24468
24469         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24470
24471         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24472         probably breaks emacs with DL patch, but do we care? Is anyone
24473         still using the DL stuff?)
24474
24475         * sieve-manage.el: Use the password package.
24476         (sieve-manage-read-passwd): Remove.
24477         (sieve-manage-interactive-login): Use password.  Re-add
24478         condition-case around loop.
24479
24480         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24481         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24482         Use the password package.
24483
24484 2003-02-19  Simon Josefsson  <jas@extundo.com>
24485
24486         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24487         token.
24488
24489 2002-08-07  Simon Josefsson  <jas@extundo.com>
24490
24491         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24492         (sieve-manage-authenticators):
24493         (sieve-manage-authenticator-alist): Add some SASL mechs.
24494         (sieve-sasl-auth): New function.
24495         (sieve-manage-cram-md5-auth):
24496         (sieve-manage-plain-auth): Rewrite using SASL library.
24497         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24498         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24499         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24500         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24501
24502 2004-01-05  Simon Josefsson  <jas@extundo.com>
24503
24504         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24505         New files.
24506
24507 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24508
24509         * gnus-group.el (gnus-no-groups-message): Update.
24510
24511         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24512
24513 2003-11-09  Simon Josefsson  <jas@extundo.com>
24514
24515         * imap.el: Support for ID IMAP extension (RFC 2971).
24516         (imap-local-variables): Add imap-id.
24517         (imap-id): New variable.
24518         (imap-id): New function.
24519         (imap-parse-response): Parse untagged ID response.
24520         * nnimap.el (nnimap-id): New variable.
24521         (nnimap-open-connection): Use it.
24522
24523 2003-12-28  Simon Josefsson  <jas@extundo.com>
24524
24525         * gnus-score.el (gnus-score-edit-all-score): New.
24526         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24527
24528 2004-01-04  Simon Josefsson  <jas@extundo.com>
24529
24530         * password.el: Add.
24531
24532 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24533
24534         * dns.el (dns-query-types): Fix typo.
24535         (dns-query-types): New function.
24536         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24537         PTR and SOA replies, see RFC 1035.
24538
24539 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24540
24541         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24542
24543         * Move to Changelog.2.
24544
24545 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24546
24547         * gnus.el (gnus-version-number): Bump version.
24548
24549 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24550
24551         * gnus.el: No Gnus v0.1 is released.
24552
24553 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24554
24555         * gnus.el: No Gnus v0.0 is released.
24556
24557 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24558
24559         * gnus.el (gnus-version-number): Bump.
24560         (gnus-version): No.
24561
24562 See ChangeLog.2 for earlier changes.
24563
24564   Copyright (C) 2004-2012  Free Software Foundation, Inc.
24565
24566   This file is part of GNU Emacs.
24567
24568   GNU Emacs is free software: you can redistribute it and/or modify
24569   it under the terms of the GNU General Public License as published by
24570   the Free Software Foundation, either version 3 of the License, or
24571   (at your option) any later version.
24572
24573   GNU Emacs is distributed in the hope that it will be useful,
24574   but WITHOUT ANY WARRANTY; without even the implied warranty of
24575   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24576   GNU General Public License for more details.
24577
24578   You should have received a copy of the GNU General Public License
24579   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24580
24581 ;; Local Variables:
24582 ;; coding: utf-8
24583 ;; fill-column: 79
24584 ;; add-log-time-zone-rule: t
24585 ;; End: