54930b3869fb68fb46fcf28adbbac8f74a170cdc
[gnus] / lisp / ChangeLog
1 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
4         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
5         (gnus-sync-read): Use mapc instead of mapcar.
6
7         * mm-archive.el: Require mm-decode for some macros.
8         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
9         the byte compiler.
10         (mm-archive-decoders): New function that returns the value of
11         the mm-archive-decoders variable.
12
13         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
14         instead.
15         (mm-dissect-singlepart): Use the function mm-archive-decoders.
16
17         * nnimap.el (gnus-refer-thread-use-nnir):
18         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
19
20 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
23
24 2012-03-12  Peter Münster  <pmrb@free.fr>
25
26         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
27         (gnus-demon-cancel): Ditto.
28         (gnus-demon-run-callback): When function cannot be called due to low
29         idleness, call it when idleness reaches the expected value, instead of
30         waiting another timer period.
31         (gnus-demon-init): Add `time' to arguments of call-back.
32
33 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
36
37         * gnus.el: Register gnus-registry functions.
38
39         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
40         indent.
41
42         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
43         enabled before warping.
44
45 2012-03-22  Dave Abrahams  <dave@boostpro.com>
46
47         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
48         registry about each article retrieved.
49
50         * gnus-int.el (gnus-select-group-with-message-id): New function.
51         (gnus-try-warping-via-registry): Ditto.
52         (gnus-warp-to-article): Fall back on the registry.
53
54 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
55
56         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
57         inboxes.
58
59 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
62
63 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
66         gnus-gcc-self-resent-messages may be a group parameter.
67         (gnus-summary-resend-message): Don't encode encoded words in header
68         when Gcc'ing resent message.
69
70 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * shr.el (shr-insert): Treat non-breaking space just like normal
73         space.  This seems to produce more pleasing results.
74         (shr-insert): Only insert a blank line if we're starting from an image.
75         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
76         (shr-ensure-paragraph): Consider lines with white space to be blank.
77
78 2012-03-15  Elias Pipping  <pipping@lavabit.com>
79
80         * Makefile.in: Respect DESTDIR.
81
82 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
83
84         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
85         and gnus-gcc-post-body-encode-hook.
86
87 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
90         messages that don't exist.
91
92         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
93
94 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
99         "#" to avoid having them interpreted as comments.
100
101 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * shr.el (shr-insert): Update the text state properly to avoid
104         inserting spurious paragraph starts.
105
106 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * shr.el (shr-table-widths): Divide the extra width more fairly over
109         the TDs (bug#10973).
110         (shr-render-td): Don't delete too much padding.
111         (shr-natural-width): Compute the natural width more correctly.
112         (shr-insert): Allow the natural width to be computed for tables again.
113         (shr-tag-table-1): Rework how the natural widths are computed by
114         rendering the table a third time.
115         (shr-natural-width): Removed.
116         (shr-buffer-width): New function.
117         (shr-expand-newlines): Use it.
118
119         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
120         using a `gnus-use-full-window' setup (bug#11013).
121
122 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
125         24.1 release.
126
127 2012-03-10  David Edmondson  <dme@dme.org>
128
129         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
130         'Forwarded Message' header and the start of the message.
131
132 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
133
134         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
135         isn't running (bug#10897).
136
137 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
140         This is inconsistent with all the other stream functions, which leave
141         the setting up to the higher levels (if so wanted) (bug#10931).
142
143 2012-02-28  Glenn Morris  <rgm@gnu.org>
144
145         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
146         mm-decode.el: Standardize possessive apostrophe usage.
147
148 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
151
152 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
153
154         * parse-time.el (parse-time-string): Allow extractor to return nil.
155
156 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
159
160 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
163
164 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
165
166         * mm-decode.el (mm-shr): Remove "soft hyphens".
167
168         * nnimap.el (nnimap-request-list): Return the group names encoded as
169         utf8.  Otherwise non-European group names don't work.
170         (nnimap-request-newgroups): Ditto.
171
172         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
173         the default in `read-string' (bug#10757).
174
175         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
176         topics (bug#10843).
177
178         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
179         buffer.  Suggested by Herbert Valerio Riedel.
180         (nnimap-request-move-article): Delete the message from the correct IMAP
181         server.
182
183 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
184
185         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
186         Reported by Peter Münster.
187
188 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-image-fetched): Make sure we really kill the right
191         buffer.
192
193 2012-02-16  Leo Liu  <sdl.web@gmail.com>
194
195         * gnus-start.el (gnus-1): Avoid duplicate entries.
196
197 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
200         application/octet-stream parts really is.
201
202         * gnus-sum.el (gnus-propagate-marks): Remove.
203
204 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
205
206         * imap.el: Remove.
207
208         * nntp.el (nntp-coding-system-for-read): Remove.
209         (nntp-coding-system-for-write): Ditto.
210         (nntp-open-connection): Just use `binary' directly.
211
212         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
213         Gnus 0.3.
214
215 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
216
217         * shr.el (shr-rescale-image): Undo previous change; see
218         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
219
220 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
221
222         * gnus.el: Ma Gnus v0.3 is released.
223
224 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-sum.el (gnus-summary-local-variables): Make
227         `gnus-newsgroup-unexist' into a local variable.
228
229 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * registry.el (registry-usage-test, registry-persistence-test): Move to
232         tests/gnustest-registry.el.
233         (registry-make-testable-db, registry-match-test)
234         (registry-instantiation-test): Move to tests/gnustest-registry.el.
235
236         * gnus-registry.el (gnus-registry-misc-test)
237         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
238
239         * tests/gnustest-registry.el: New file with the registry and
240         gnus-registry ERT tests.
241
242 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-msg.el (gnus-summary-resend-message): Make
245         gnus-summary-resend-message-insert-gcc be last item in
246         message-header-setup-hook.
247
248 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
251         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
252         Remove.
253         (nnfolder-open-server): Don't use marks.
254         (nnfolder-request-delete-group): Ditto.
255         (nnfolder-request-rename-group): Ditto.
256         (nnfolder-request-set-mark, nnfolder-request-marks)
257         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
258         (nnfolder-save-marks, nnfolder-open-marks): Remove.
259
260         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
261         (nnml-marks-modtime): Remove.
262         (nnml-request-delete-group): Don't use marks.
263         (nnml-request-rename-group): Ditto.
264         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
265         (nnml-save-marks, nnml-open-marks): Remove.
266
267         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
268         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
269         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
270         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
271         (nntp-server-to-method-cache): Remove.
272
273         * shr.el (shr-rescale-image): Fix wrong merge.
274
275 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
278         too-wide lines.
279
280 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * nnimap.el (nnimap-record-commands): New variable.
283         (nnimap-log-command): Use it.
284         (nnimap-make-process-buffer): Add a space to the process buffer.
285         (nnimap-transform-headers): Don't bug out on header lines containing
286         stuff that look like IMAP length encodings.
287
288         * shr.el (shr-rescale-image): Allow viewing large images.
289
290 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * nnml.el (nnml-request-compact-group): Delete the marks file after
293         compaction (bug#10800).
294
295         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
296         group exit.
297
298         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
299         QRESYNC/FETCH output.
300
301 2012-02-11  Glenn Morris  <rgm@gnu.org>
302
303         * sieve-manage.el (sieve-manage-default-stream):
304         * shr.el (shr):
305         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
306         (nnir-retrieve-headers-override-function)
307         (nnir-imap-default-search-key, nnir-notmuch-program)
308         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
309         (nnir-method-default-engines):
310         * message.el (message-cite-reply-position):
311         * gssapi.el (gssapi-program):
312         * gravatar.el (gravatar):
313         * gnus-sum.el (gnus-refer-thread-use-nnir):
314         * gnus-registry.el (gnus-registry-unfollowed-addresses)
315         (gnus-registry-max-pruned-entries):
316         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
317         * gnus-int.el (gnus-after-set-mark-hook)
318         (gnus-before-update-mark-hook):
319         * gnus-async.el (gnus-async-post-fetch-function):
320         * auth-source.el (auth-source-cache-expiry):
321         Add missing :version tags to new defcustoms and defgroups.
322
323 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-sum.el (gnus-adjust-marked-articles): Add to
326         `gnus-newsgroup-unexist'.
327
328         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
329         marks.
330         (gnus-article-special-mark-lists): Put the `unexist' in the special
331         marks list instead.
332
333         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
334         articles in the list of articles to be selected.
335
336         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
337         articles.
338         (nnimap-update-info): Keep track of unexisting articles.
339         (nnimap-update-qresync-info): Ditto.
340
341 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * message.el (message-default-send-mail-function): Made into own
344         function for reuse by emacsbug.el.
345
346 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
347
348         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
349         `gnus-sloppily-equal-method-parameters' to avoid a warning.
350
351 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
352
353         * mm-archive.el (mm-archive-dissect-and-inline): New function.
354         (mm-archive-dissect-and-inline): Fix up the undisplayer.
355
356         * gnus-compat.el: Define `timer-set-function'.
357
358         * mm-decode.el (mm-display-external): Output the text from the command
359         in the buffer after the command finished.  This makes text-based
360         commands behave better.
361
362 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-compat.el: Add a compat for the old `url-retrieve'.
365
366 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
369         23.1.
370
371 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
374
375 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * message.el (smtpmail-smtp-user): Silence compiler warning.
378
379 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
380
381         * message.el (message-multi-smtp-send-mail): Also allow specifying the
382         SMTP user name.
383
384 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-sum.el (gnus-summary-show-thread):
387         next-single-char-property-change may return nil in XEmacs.
388         (gnus-summary-article-map): Fix typo.
389
390 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
391
392         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
393         running.
394
395         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
396
397         * gnus.el (gnus-server-extend-method): Don't add an -address component
398         if the method already has one (bug#9676).
399
400 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
403         of an initial-input for consistency (bug#10757).
404
405         * dgnushack.el: Fix XEmacs compilation warning.
406
407         * shr.el: Inhibit getting and sending cookies when fetching pictures.
408
409         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
410
411 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
412
413         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
414         lines that are narrower than the window width.  Otherwise background
415         "blocks" will look less readable.
416
417 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
418
419         * nnimap.el (nnimap-transform-headers): Remove unused variable.
420         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
421         have newlines within the strings, and where the UID comes after the
422         BODYSTRUCTURE element (bug#10537).
423
424         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
425         (bug#10732).
426
427         * shr.el (shr-insert-document): Add doc string.
428         (shr-visit-file): Ditto.
429         (shr-remove-trailing-whitespace): New function.
430         (shr-insert-document): Use it to clean up trailing whitespace as the
431         final step (bug#10714).
432
433 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
436         buffer if `gnus-kill-summary-on-exit' is nil.
437
438 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
441         when just reading a single group from "without" Gnus.
442
443 2012-02-06  Chong Yidong  <cyd@gnu.org>
444
445         * gnus-sum.el (gnus-summary-show-thread):
446         next-single-char-property-change never returns nil (Bug#8657).
447
448 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
449
450         * message.el (message-multi-smtp-send-mail): New function.
451         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
452         header to implement multi-SMTP functionality.
453
454         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
455         (gnus-agentize): Don't set it.
456         (gnus-agent-send-mail): Don't use it.
457
458         * gnus-sum.el (gnus-summary-widget-backward): New function and
459         keystroke.
460
461         * gnus-compat.el: More the compat functions more compatible.
462
463         * shr.el (shr-put-image): Remove underlines from sliced images.
464         (shr-zoom-image): Compute the region to be replaced more correctly.
465
466 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
469         (gnus-summary-resend-message-insert-gcc): New function.
470         (gnus-summary-resend-message): Modify message-header-setup-hook and
471         message-sent-hook to make it work for Gcc.
472         (gnus-inews-do-gcc): Update the number of unread articles of groups
473         that messages are Gcc'd to.
474
475         * message.el (message-resend): Run message-sent-hook to do Gcc.
476
477 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * lpath.el: Fix an XEmacs compilation warning.
480
481         * gnus-compat.el: Require `help-fns' to fix compilation error.
482
483         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
484         a higher level to silence compilation.
485
486         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
487         parameter to allow controlling the scaling.
488
489         * shr.el (shr-zoom-image): New command and keystroke.
490         (shr-put-image): Take a `size' flag to say how to scale the image.
491
492         * gnus-compat.el: Redefine `delete-directory' to provide recursive
493         deletion unless already defined.
494
495         * gnus.el (gnus-compat): Require it.
496
497         * gnus-compat.el: New file.
498
499         * gnus-start.el (gnus-clean-old-newsrc): New function.
500         (gnus-read-newsrc-file): Use it.
501
502         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
503         Use recursive deletion.
504         (mm-dissect-archive): Add support for zip files.
505
506         * gnus-util.el (gnus-recursive-directory-files): New function.
507
508         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
509         (mm-archive-decoders): Add tgz support.
510
511         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
512         Otherwise inserting text into the Gnus buffer can look odd.
513
514         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
515
516         * mm-archive.el (mm-archive-decoders): Add support for tar.
517
518         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
519
520         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
521
522 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
523
524         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
525
526         * mm-archive.el: New file.
527
528         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
529
530         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
531
532         * message.el (message-goto-*): Make all the `message-goto-*' commands
533         push the mark before moving point.  This makes it easier to go back to
534         where you came from after editing whatever you jumped to.
535
536 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
537
538         * gnus.el: Ma Gnus v0.1 is released.
539
540 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
541
542         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
543         without reconnecting.
544         (nnimap-possibly-change-group): Ditto.
545         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
546         connection has died before being called.
547
548 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
549
550         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
551         an initial sync unless we're really doing one.
552
553         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
554         address parameter if one already exists (bug#9676).
555
556         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
557         not the prefix, as documented (bug#10689).
558
559 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
562         the "server".
563
564         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
565         the real error message with the useless "previously known to be down".
566         Which isn't even correct.
567
568         * nntp.el (nntp-open-connection): Report the error message if the nntp
569         server can't be reached.
570
571         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
572         groups we do a total scan for.
573         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
574         doing that.
575
576 2012-01-31  Jim Meyering  <jim@meyering.net>
577
578         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
579         Correct a comment (insert "not") and hide nominally-doubled "to".
580
581 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * gnus.el (gnus-version): Change name to "Ma Gnus".
584
585 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
586
587         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
588         section in the manual.
589
590 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
591
592         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
593         words.
594         (rfc2047-encode-string): Ditto.
595         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
596         understand folded filename="..." parameters, for instance.
597
598         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
599         the message for greater debuggability.
600
601 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
604         instead of setting it locally, since the latter doesn't seem to have
605         any effect (most of the time).
606
607 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
608
609         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
610         function call.
611
612 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
613
614         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
615         seconds, and make the repeat clause with HH:MM specs work as
616         documented.
617
618 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * proto-stream.el (proto-stream-capability-open): Fall back on
621         :end-of-command if :end-of-capability doesn't exist.
622
623 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
626         bound globally in old Emacsen and XEmacsen.
627
628 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
631         so that previous errors don't prohibit getting new news.
632
633         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
634
635         * nntp.el (nntp-retrieve-group-data-early): Ditto.
636
637 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
638
639         * gnus.el (gnus-group-find-parameter): Check for liveness of the
640         buffer, not of the string which is its name.
641
642 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * proto-stream.el (proto-stream-capability-open): Wait for
645         :end-of-capability, not :end-of-command.
646
647         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
648         non-server-marks groups.
649         (gnus-group-make-articles-read): Ditto.
650
651         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
652         methods (bug#9676).
653
654         * gnus.el (gnus-method-ephemeral-p): New function.
655
656 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
659         left-to-right.
660
661 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
664         warning.
665
666 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
669         macroexpand the nnir things, since they haven't been defined yet, and
670         nnir requires gnus-sum.
671
672 2012-01-24  Julien Danjou  <julien@danjou.info>
673
674         * color.el (color-rgb-to-hsl): Fix value computing.
675         (color-hue-to-rgb): New function.
676         (color-hsl-to-rgb): New function.
677         (color-clamp, color-saturate-hsl, color-saturate-name)
678         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
679         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
680
681 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * mm-decode.el (mm-interactively-view-part): Fix prompt.
684
685 2012-01-19  Julien Danjou  <julien@danjou.info>
686
687         * color.el (color-name-to-rgb): Use the white color to find the max
688         color component value and return correctly computed values.
689         (color-name-to-rgb): Add missing float conversion for max value.
690
691 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
694         logical server name in addition to the actual machine address.
695
696         * auth-source.el (auth-source-user-and-password): Add convenience
697         wrapper to search by just host and optionally user.
698
699 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-visit-file): Move point to the beginning of the buffer
702         after rendering.
703
704 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
705
706         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
707         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
708         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
709
710 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-sum.el (gnus-summary-read-group): Document more parameters
713         (bug#9693).
714         (gnus-summary-setup-buffer): Document return value (bug#9697).
715
716         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
717         since ido doesn't work on symbols (bug#9632).
718
719         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
720         when getting a single value as when getting all the values.  This means
721         that atoms like `gcc-self' work cumulatively, like variable settings,
722         instead of getting the value from the last matching clause.
723         (gnus-group-find-parameter): Protect against the group buffer not
724         existing (bug#9585).
725
726 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus-start.el (gnus-activate-group): Document more parameters
729         (bug#9694).
730
731         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
732         (bug#9692).
733
734         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
735         article was fetched, so that it can be expired later (bug#9958).
736         (gnus-agent-summary-fetch-series): Add doc string.
737         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
738         (bug#9517).
739
740         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
741         retrieval is happening.
742
743         * gnus.el (gnus-parameters): Doc fix.
744
745 2012-01-06  Dave Abrahams  <dave@boostpro.com>
746
747         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
748         show the thread after expansion.
749
750 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-art.el (article-narrow-to-head): If the head is completely
753         empty, narrow to the empty region (bug#9764).
754
755         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
756         read, and then mark them as unread only when the unread mark is used.
757         This makes `C-- T k' actually work, even though it's confusing.
758
759         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
760         alive before we try to find its window.
761
762 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
763
764         * mm-decode.el (mm-display-external): Use a longer timeout for the
765         deletion to allow slow programs to display the file.
766
767 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
770         prompt to be less confusing.
771
772         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
773         argument to `message-reply'.  This broke `special-display-*' frame
774         pop-uping (bug#10238).
775
776 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
779         systems, since these allegedly don't work there.
780
781 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
782
783         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
784         live buffer.
785
786 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnir.el (nnir-retrieve-headers): Protect against the article not
789         existing on the server (bug#10335).
790
791 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
792
793         * gnus-agent.el (gnus-agent-load-local): Recompute
794         gnus-agent-article-local on changing method.
795
796 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus.el (gnus-parameters): Note precedence.
799
800 2012-01-04  Leo Liu  <sdl.web@gmail.com>
801
802         * nndraft.el (nndraft-update-unread-articles): Don't move point around
803         in the group buffer.
804
805 2012-01-04  Julien Danjou  <julien@danjou.info>
806
807         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
808         change.
809
810 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
813         too.
814
815         * nntp.el (nntp-retrieve-group-data-early): Use it.
816
817 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nntp.el (nntp-retrieval-in-progress): New variable.
820         (nntp-make-process-buffer): Make it buffer-local.
821
822         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
823         2010.
824         (gnus-demon-init): Use it to compute the time if time is on the form
825         "04:23".
826
827         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
828
829         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
830         status in the correct buffer.
831
832 2012-01-03  Leo Liu  <sdl.web@gmail.com>
833
834         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
835         when opening topics (bug#10407).
836
837 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
838
839         * gnus-cus.el (gnus-score-customize):
840         * gnus-sum.el (gnus-sort-gathered-threads):
841         * message.el (message-shorten-references):
842         * nnmairix.el (nnmairix-request-group):
843         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
844
845 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
846
847         * gnus-agent.el (gnus-agent-regenerate-group):
848         * gnus-int.el (gnus-retrieve-group-data-early):
849         * mm-util.el (mm-codepage-ibm-list):
850         * nndiary.el (Commentary, nndiary-get-new-mail):
851         * nnir.el (nnir):
852         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
853
854 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * mm-view.el (mm-display-inline-fontify): Add comment.
857
858 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
859
860         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
861         * ntlm.el (ntlm-smb-dohash): Spelling fix.
862
863 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
864
865         * gnus-art.el (gnus-split-methods):
866         * gnus-msg.el (gnus-configure-posting-styles):
867         * gnus-spec.el (gnus-parse-simple-format):
868         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
869         * message.el (message-do-actions): Spelling fix.
870
871 2011-12-15  Juri Linkov  <juri@jurta.org>
872
873         * mm-decode.el (mm-inline-media-tests): Add missing
874         `mm-handle-media-subtype'.
875
876 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
877
878         * gnus-group.el (gnus-group-tool-bar):
879         * gnus-sum.el (gnus-summary-tool-bar):
880         * message.el (message-tool-bar):
881         * rfc2231.el (rfc2231-parse-string): Spelling fix.
882
883 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
884
885         * plstore.el (plstore--insert-buffer): Spelling fix.
886
887 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
888
889         * message.el (message-valid-fqdn-regexp): Update with newly approved
890         top-level domain names ".tel" and ".asia".
891
892 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-sum.el (gnus-summary-show-article): Don't load shr
895         unconditionally.
896
897 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
900         pop-to-buffer-same-window for old Emacsen.
901
902 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
903
904         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
905
906 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
907
908         * netrc.el (netrc-credentials): Spelling fix.
909
910 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
911
912         * gnus-fun.el (gnus-fun-ppm-change-string):
913         * gnus-msg.el (gnus-inews-do-gcc):
914         * gnus-sum.el (gnus-summary-find-for-reselect):
915         * gnus.el (gnus-summary-cancelled):
916         * message.el (message-cancel-hook, message-send-news):
917         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
918         * nnir.el (nnir-run-hyrex):
919         * nntp.el (nntp-with-open-group-function):
920         * pgg.el (pgg-pending-timers): Spelling fix.
921
922 2011-12-04  Chong Yidong  <cyd@gnu.org>
923
924         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
925         change (Bug#10200).
926
927 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * compface.el (uncompface):
930         * gnus-art.el (gnus-article-x-face-command): Update the header format
931         of icon data for the most recent icontopbm program.
932
933 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-msg.el (gnus-inews-do-gcc):
936         * message.el (message-send-mail):
937         * mml.el (mml-generate-mime): Share the value of the buffer-local
938         `message-options' variable between a draft buffer and temprary working
939         buffers.
940
941 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
944
945 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
948         for Cygwin.
949
950 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
951
952         * gnus-group.el (gnus-group-prepare-flat):
953         * mm-bodies.el (mm-encode-body):
954         * mml.el (mml-preview):
955         * nnml.el (nnml-request-compact-group):
956         * pop3.el (pop3-stream-type): Spelling fix.
957
958 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
959
960         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
961
962 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
963
964         * color.el (color-rgb-to-hsl):
965         * gmm-utils.el (gmm-tool-bar-style):
966         * gnus-group.el (gnus-group-prepare-flat):
967         * gnus-topic.el (gnus-topic-prepare-topic):
968         * mm-decode.el (mm-discouraged-alternatives):
969         * rfc2047.el (rfc2047-encode-1):
970         * starttls.el: Spelling fix.
971
972 2011-11-24  Glenn Morris  <rgm@gnu.org>
973
974         * binhex.el (binhex-begin-line): Give it basic doc-string.
975
976         * starttls.el, tls.el: Fix case of "GnuTLS".
977
978 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
979
980         * gnus-group.el (gnus-group-highlight): Fix typo.
981
982 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
983
984         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
985         value of `delete-file', that returns nil for a local file but returns t
986         for a remote file using ssh.
987
988 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
989
990         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
991
992 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
995         avoid later breakage.
996
997 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1000         article buffers' name.
1001
1002 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1005         by Paul Eggert's spellfixes two days ago.
1006
1007 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1010         doesn't have it.
1011
1012         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1013         buffer-local instead of binding them to avoid warnings.  Also demote
1014         errors (bug#10063).
1015         (font-lock-mode-hook): Shut up byte compiler.
1016
1017 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1018
1019         * mm-util.el (mm-charset-after):
1020         * nnir.el (nnir-run-hyrex):
1021         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1022         (ntlm-get-password-hashes, ntlm-md4hash):
1023         * smime.el: Fix typo.
1024
1025 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1026
1027         * gnus-agent.el (gnus-agent-expire-group-1):
1028         * nndiary.el (nndiary-last-occurence):
1029         * nnimap.el (nnimap-request-set-mark):
1030         * nnmairix.el (nnmairix-only-use-registry):
1031         * gnus-group.el (gnus-group-prepare-flat):
1032         * gnus-sum.el (gnus-decode-encoded-word-methods):
1033         * message.el (message-wash-subject):
1034         * nntp.el (nntp-retrieve-headers-with-xover):
1035         * smime.el (smime-certificate-directory): Spelling fix.
1036
1037 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1038
1039         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1040
1041         * color.el:
1042         * gnus-agent.el (gnus-agent-possibly-alter-active):
1043         * gnus-dired.el (gnus-dired-print):
1044         * mail-parse.el:
1045         * nnmairix.el (nnmairix-request-group):
1046         * shr.el (shr-image-displayer):
1047         * sieve-manage.el:
1048         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1049
1050 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1051
1052         * gnus-sum.el (gnus-auto-select-subject):
1053         * spam-report.el (spam-report-resend): Spelling fix.
1054
1055 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1058         * gnus-art.el (gnus-default-article-saver):
1059         * gnus-srvr.el (gnus-server-copy-server):
1060         * gnus.el (gnus-sloppily-equal-method-parameters):
1061         * html2text.el (html2text-format-tag-list):
1062         * message.el (message-narrow-to-head):
1063         * nndiary.el:
1064         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1065         * sieve.el: Spelling fix.
1066
1067 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1068
1069         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1070         * gnus-sum.el (gnus-summary-make-menu-bar):
1071         * gnus-uu.el (gnus-uu-decode-postscript)
1072         (gnus-uu-decode-postscript-and-save):
1073         * mailcap.el (mailcap-print-command):
1074         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1075         Fix typos.
1076
1077 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1078
1079         * gnus-art.el (gnus-article-part-wrapper):
1080         * html2text.el (html2text-fix-paragraphs):
1081         * mm-decode.el (mm-image-fit-p):
1082         * rfc2047.el (rfc2047-encode-message-header):
1083         * shr-color.el (shr-color-visible-distance-min)
1084         (shr-color-relative-to-absolute, set-minimum-interval)
1085         (shr-color-visible): Fix typos.
1086
1087 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1088
1089         * gmm-utils.el (gmm-tool-bar-item):
1090         * gnus-art.el (gnus-treat-body-boundary):
1091         * gnus-diary.el (gnus-user-format-function-d):
1092         * gnus-start.el (gnus-get-unread-articles):
1093         * pgg-gpg.el (pgg-gpg-update-agent):
1094         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1095
1096 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1097
1098         * gnus-topic.el (gnus-group-prepare-topics):
1099         * gnus-uu.el (gnus-extract-view):
1100         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1101
1102 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1103
1104         * spam.el: Move BBDB autoloads.
1105         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1106         BBDB 2 and 3.
1107         (spam-check-BBDB): Use it.
1108         (spam-enter-ham-BBDB): Use it.
1109
1110 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1111
1112         * smime.el (smime-draw-buffer): Spelling fix.
1113
1114 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1115
1116         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1117         for scanning exactly one level.
1118         * gnus-start.el (gnus-get-unread-articles): Ditto.
1119
1120 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1123         slightly clearer.
1124
1125 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1126
1127         * gnus-sync.el: More commentary about setup.
1128
1129 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * message.el (message-send-and-exit): Document `arg'.
1132
1133 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1134
1135         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1136
1137 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1140
1141         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1142         we don't use `bound-and-true-p'.
1143
1144 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * gnus-util.el (gnus-bound-and-true-p): Remove.
1147         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1148         * nnir.el: Use it.
1149         * nnmairix.el: Use it.
1150
1151 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * gnus-sync.el: Improve docs about CouchDB admins.
1154
1155         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1156         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1157         for reasons unknown.
1158         * nnir.el: Use it.
1159         * nnmairix.el: Use it.
1160
1161         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1162         * nnir.el: Ditto.
1163         * nnmairix.el: Ditto.
1164
1165         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1166
1167 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1170         not needed.  Provide xmlplistread list function to produce XML plist
1171         output for non-Gnus LeSync clients.
1172
1173 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1176
1177         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1178         and save against it.  Group subscriptions, read marks, other marks,
1179         subscription levels, topic names, and topic offsets (the group's
1180         position within the topic) are saved.  This is an experimental backend
1181         and may change significantly.  Load json.el from the gnus-fallback-lib
1182         if it's not available otherwise.
1183         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1184
1185 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1186
1187         * message.el (message-completion-function): Make sure
1188         message-tab-body-function is not attempted if one of
1189         message-completion-alist fails to find a completion (bug#9158).
1190
1191 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1192
1193         * mml.el (mml-quote-region): Quote <#secure> tag.
1194         (mml-generate-mime-1): Unquote <#secure> tag.
1195
1196 2011-10-20  Chong Yidong  <cyd@gnu.org>
1197
1198         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1199         calling a minor mode from Lisp with nil arg enables it, so we have to
1200         make the wording a bit ambiguous here).
1201
1202 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1205         * nnir.el (nnir-mode): Use it.
1206         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1207         Use it.
1208
1209         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1210         * nnmairix.el (gnus-registry-enabled): Ditto.
1211
1212 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1213
1214         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1215         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1216         only while we need to find out if it should be t or nil.
1217         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1218         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1219         the registry is installed.  Set it to nil when it's unloaded.
1220         (gnus-registry-install-p): Provide user guidance for the initial value
1221         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1222         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1223         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1224         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1225         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1226         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1227         `gnus-registry-install'.
1228
1229 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1230
1231         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1232         previous change.
1233         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1234         primary key is marked as disabled.
1235
1236 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1237
1238         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1239         primary key is marked as disabled.
1240
1241 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1242
1243         * html2text.el (html2text-clean-anchor): Check for quotes around
1244         `href' value.
1245
1246 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1247
1248         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1249         searching.  Drop `bbdb-cache'.
1250
1251 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * message.el (message-signed-or-encrypted-p): Exclude header when
1254         checking if there is signed or encrypted body in text/plain message.
1255
1256 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1257
1258         * html2text.el (html2text-get-attr): Correctly handle attribute values
1259         containing "=".
1260
1261 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1262
1263         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1264         handle bindings.
1265
1266 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-win.el (gnus-configure-windows): Protect against reading
1269         ephemeral groups outside of Gnus.
1270
1271 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * shr.el (shr-tag-img): Don't get images displayed in tables.
1274
1275 2011-10-03  Glenn Morris  <rgm@gnu.org>
1276
1277         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1278         the "maintainer" version of debbugs.gnu.org reports.
1279
1280 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1283         make asynchronous adjacent image insertion work better.
1284
1285 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1286
1287         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1288         documentation.
1289
1290 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1293         `gnus-asynchronous' isn't shadowed.
1294
1295 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1298
1299         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1300         (nnimap-insert-partial-structure): The charset parameter isn't
1301         case-sensitive.
1302
1303         * nnheader.el (nnheader-message-maybe): New function.
1304
1305         * shr.el (shr-tag-table): Render totally broken tables better.
1306
1307         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1308         computing the boundary.
1309
1310 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * pop3.el (pop3-number-of-responses): Remove.
1313         (pop3-wait-for-messages): Rewrite to take linear time instead of
1314         exponential time.
1315
1316 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1319         re-fetch images.
1320
1321         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1322         re-fetch images when hitting `g' in Gnus.
1323
1324 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1327         (mml-compute-boundary): Don't check collision if it is non-nil.
1328         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1329         before checking collision.
1330
1331 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * message.el (message-indent-citation): Really make sure there's a
1334         newline at the end.
1335
1336         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1337         Fix suggested by John Wiegley.
1338
1339         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1340
1341         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1342
1343         * message.el (message-default-send-rename-function): Break out into its
1344         own function.
1345
1346         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1347         doesn't work under XEmacs.
1348
1349         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1350         of "imaps" to word around Windows problems.
1351         (nnimap-open-connection-1): Use it.
1352
1353         * message.el (message-indent-citation): Revert last change which made
1354         `F' not work.
1355
1356 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1357
1358         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1359         terminal as well.
1360
1361 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1364         because it displays images using overlays that aren't easy to copy to
1365         the article buffer.
1366
1367 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1368
1369         * message.el (message-indent-citation): Fix empty line removal at the
1370         end of the citation.
1371
1372 2011-09-20  Julien Danjou  <julien@danjou.info>
1373
1374         * auth-source.el (auth-source-netrc-create): Use default value for
1375         password if specified.  Evaluate default.
1376         (auth-source-plstore-create): Ditto.
1377         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1378         value evaluation.
1379         (auth-source-netrc-create): Typo fix.
1380         (auth-source-plstore-create): Ditto.
1381
1382         * password-cache.el (password-cache-remove): Remove entries even if the
1383         value is nil, so that password with a nil value (negative caching) is
1384         possible to invalidate.
1385
1386         * auth-source.el (auth-source-format-cache-entry): New function.
1387
1388 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1391
1392 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1395
1396 2011-09-19  Julien Danjou  <julien@danjou.info>
1397
1398         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1399         which work with things that are not ASCII.
1400
1401 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1404
1405 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1408         message level.
1409
1410 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1413
1414 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1417
1418 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1419
1420         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1421         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1422
1423 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1424
1425         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1426         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1427         articles.
1428
1429 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1430
1431         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1432         (message-mail-other-window, message-mail-other-frame)
1433         (message-news-other-window, message-news-other-frame):
1434         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1435         instead of setting buffer display varibles.
1436
1437 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1440
1441         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1442
1443 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1446         duplicates" to a higher level.
1447
1448         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1449         most egregious messages.
1450
1451 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1454
1455 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1456
1457         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1458         up the file (bug#9351).
1459
1460 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1463         it does with all other backends, but decode the names immediately after
1464         getting them.
1465
1466         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1467         decoding nnimap groups.
1468
1469         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1470         newsrc file.  It doesn't seem like an important optimization any more.
1471
1472 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1473
1474         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1475         overflows.
1476
1477 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1480         (gnus-interactive-exit): Extend to `quiet'.
1481
1482         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1483
1484         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1485         string.
1486
1487         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1488         renaming function arguments from `this'.
1489
1490         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1491
1492         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1493         has been renamed.
1494         (gnus-lrm-string-p): Include RLM and PDF, too.
1495
1496         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1497         (bug#9225).
1498
1499 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1500
1501         Add autoload cookies for functions used by sendmail.el.
1502         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1503
1504         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1505
1506 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-art.el (article-date-ut): Work properly even when there are
1509         things like Date header in the body; work for forwarded parts.
1510
1511 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1512
1513         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1514         original-article-buffer.
1515
1516 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1517
1518         * nnir.el (nnir-compose-result): Fix matching of server type.
1519         (nnir-run-swish++): Ditto.
1520         (nnir-run-namazu): Ditto.
1521         (nnir-run-notmuch): Ditto.
1522
1523 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1526         (bug#9405).
1527
1528         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1529         (bug#9421).
1530
1531         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1532         (bug#9425).
1533
1534         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1535         thing (bug#9426).
1536
1537 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1540         the error message.
1541
1542 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1543
1544         * message.el (message-setup-1): Return t (Bug#9392).
1545
1546 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1547
1548         * gnus-sum.el: When adding article headers to a summary buffer also
1549         update gnus-newsgroup-articles (bug#9386).
1550
1551 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * auth-source.el: Autoload help-mode.
1554
1555 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1558         names.
1559
1560 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1561
1562         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1563         mm-replace-in-string for compatibility issues.
1564         * mml2015.el (mml2015-epg-verify): Ditto.
1565
1566 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1569
1570         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1571
1572 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1575         continue on and do the clean-up phase (bug#9188).
1576
1577         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1578         just ignore groups that can't be opened instead of erroring out
1579         (bug#9225).
1580
1581         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1582         nil since some many people are fuddy-duddies.
1583
1584         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1585         images.
1586
1587         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1588         instead.
1589
1590         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1591
1592         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1593
1594         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1595         processing.
1596
1597         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1598         buffer to avoid warnings.
1599
1600 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1601
1602         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1603         specified to reduce precision.
1604
1605 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1608         bodystructures (bug#9314).
1609
1610 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1613         Make button keymap non-sticky after buttons.
1614
1615 2011-08-18  David Engster  <dengste@eml.cc>
1616
1617         * nnmairix.el (nnmairix-request-set-mark)
1618         (nnmairix-goto-original-article): Remove adding of article to registry,
1619         since `gnus-registry-add-group' isn't available anymore.
1620         (nnmairix-determine-original-group-from-registry):
1621         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1622         available anymore.
1623
1624 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1625
1626         * starttls.el (starttls-any-program-available): Define as obsolete
1627         function.
1628
1629 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1632         versions which Gnus use when appropriate.
1633
1634         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1635         a pretty destructive command.
1636
1637         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1638
1639 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * message.el (message-fix-before-sending): Make a different warning
1642         about NUL characters (bug#9270).
1643
1644         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1645         from custom (bug#9260).
1646
1647         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1648         things work in Emacs 22 and XEmacs, too.
1649
1650         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1651         default From.
1652
1653         * gnus-spec.el (gnus-lrm-string-p): New macro.
1654         (gnus-lrm-string): New constant.
1655         (gnus-summary-line-format-spec): LRM-ify the from.
1656         (gnus-tilde-max-form): LRM-ify string chopping.
1657
1658         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1659
1660         * message.el (message-is-yours-p): Allow disabling canlock checking
1661         (bug#9295).
1662         (message-shoot-gnksa-feet): Add `canlock-verify'.
1663         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1664         message directory isn't writable (bug#9304).
1665
1666         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1667         non-world-readable.
1668
1669 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1672         articles.
1673
1674 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1675
1676         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1677         copy-list.
1678
1679 2011-08-12  Sam Steingold  <sds@gnu.org>
1680
1681         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1682         in the reverse order to avoid modifying the cache with `nreverse'.
1683         (gnus-all-score-files): Do not modify the value returned by
1684         `gnus-score-find-alist' because it lives in a cache variable.
1685         (gnus-current-home-score-file): No need to `nreverse' the return value
1686         of `gnus-score-find-alist', it is already in the correct order.
1687
1688 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1689
1690         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1691         type MESSAGE and subtype RFC822 is slightly different from those of
1692         type TEXT.
1693
1694 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1695
1696         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1697         This allows article-referral to work from an nnir group.
1698
1699 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1700
1701         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1702
1703 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1704
1705         * mml1991.el (mml1991-epg-find-usable-key)
1706         (mml1991-epg-find-usable-secret-key): New function.
1707         (mml1991-epg-sign): Check if signing key is usable.
1708         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1709
1710 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1711
1712         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1713         server-variables only.  This should fix a bug introduced with commit
1714         e1889675b7f4adf057833c5513c9374134c4e053.
1715         (nnir-run-query): 'nnir-search-engine should not be set from the global
1716         environment.
1717
1718 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1719
1720         * nnir.el (nnir-search-thread): Position point on referring article
1721         line.
1722         (nnir-warp-to-article): Clean up summary buffers.
1723
1724         * nnimap.el (nnimap-request-thread): Whitespace fix.
1725
1726 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1727
1728         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1729
1730 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * starttls.el (starttls-available-p): Rename from
1733         `starttls-any-program-available' and changed return convention.
1734
1735 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1736
1737         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1738         `unix-sync' unless it's defined.
1739
1740 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1741
1742         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1743         `aref' for XEmacs compatibiltiy.
1744
1745 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1748
1749 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1750
1751         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1752         closures, quote the form properly (bug#9194).
1753
1754 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1757         (gnus-summary-insert-new-articles): Protect against servers that are
1758         down.
1759
1760 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1761
1762         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1763         in mm handle if none is specified.
1764
1765 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1766
1767         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1768
1769 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1770
1771         * nnir.el (nnir-search-thread): New function to make an nnir group
1772         based on a thread query.
1773
1774         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1775         of nnir in thread referral.
1776         (gnus-summary-refer-thread): Use it.
1777
1778         * nnimap.el (nnimap-request-thread): Use it.
1779
1780 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * shr.el (shr-tag-comment): Ignore HTML comments.
1783
1784 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1785
1786         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1787         argument.
1788         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1789         Use `nnir-address' to handle server info rather than passing an arg.
1790
1791         * nnimap.el (nnimap-make-thread-query): New utility function to format
1792         an imap thread search query.
1793         (nnimap-request-thread): Use it.
1794
1795         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1796         right select-method if we are not going back to the group buffer.
1797
1798 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1801         enter invalid buffer configurations into the quit form (bug#9107).
1802         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1803         unplugged/plugged.
1804
1805         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1806         keep track of which ones are unread (bug#9061).
1807
1808         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1809         (bug#9055).
1810
1811         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1812         (bug#9041).
1813
1814         * gnus-html.el (mm-util): Require (bug#9073).
1815
1816         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1817         (gnus-summary-refer-thread): Use it to remove duplicates in the
1818         un-threaded view (bug#9053).
1819         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1820
1821 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1822
1823         * nnir.el (nnir-read-server-parm): Use default value from global
1824         variable.  Without this the default search engine parameters aren't
1825         used at all.
1826
1827 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * message.el (message-unique-id): Don't use the undocumented return
1830         value from (random t) (bug#9118).
1831
1832 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * message.el (message-auto-save-directory): If the ~/Mail directory
1835         doesn't exist, use ~ as the auto-save directory (bug#4432).
1836
1837         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1838         hasn't already been started.
1839
1840 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1843
1844         * message.el (message-reply): Work around mysterious bug where
1845         `message-mode' seems to overwrite the locally bound `subject' variable.
1846
1847 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1848
1849         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1850         correct group.
1851
1852         * gnus-int.el (gnus-request-thread): Add group argument.
1853
1854         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1855
1856 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1859
1860         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1861         renamed to `debbugs-gnu-*'.
1862
1863 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1864
1865         * plstore.el: Revert the editing feature since it is not urgent.
1866         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1867         (plstore-mode-decoded): Remove.
1868
1869 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1872         isn't very interesting any more, and it leaks potentially secret data.
1873         (gnus-debug): Remove.
1874
1875         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1876         use of :custom-show.
1877
1878 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1879
1880         * plstore.el: Add documentation.
1881         (plstore-mode): New mode to edit plstore file.
1882         (plstore-mode-toggle-display, plstore-mode-original)
1883         (plstore-mode-decoded): New command.
1884         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1885         (plstore--insert-buffer, plstore--make): New function.
1886         (plstore-open, plstore-save): Simplify by using them.
1887
1888 2011-07-06  Glenn Morris  <rgm@gnu.org>
1889
1890         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1891
1892 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1895         no longer is much used.
1896         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1897         Articles".
1898
1899 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1900
1901         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1902         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1903         `notmuch' backend.
1904
1905 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * mm-decode.el (mm-text-html-renderer): Doc fix.
1908
1909         * gnus-msg.el (gnus-bug): Fix the MML tag.
1910
1911         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1912
1913 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1914
1915         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1916         secondary methods if started with `gnus-no-server'.
1917
1918 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1919
1920         * message.el (message-return-action): Fix typo in docstring.
1921
1922 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1925         bug reports at once.
1926
1927         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1928
1929 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * nndraft.el: Require gnus-group.
1932         (nndraft-request-list): Declare.
1933
1934         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1935         no unread article unless it matches gnus-permanently-visible-groups.
1936
1937         * nndraft.el (nndraft-update-unread-articles): New function.
1938         (nndraft-request-associate-buffer): Use it to update the number of
1939         unread articles for the nndraft groups in the group buffer when saving
1940         or killing a draft message.
1941
1942 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1945         systems to binary before writing and reading the mbox files.
1946
1947         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1948         instead of trying to list them all (bug#8978).
1949
1950 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1951
1952         * pop3.el (pop3-open-server): Use :end-of-capability.
1953
1954 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1957         the id is always a number.
1958
1959         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1960
1961         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1962         debbugs mode, if possible.
1963
1964 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1965
1966         * auth-source.el (auth-source-token-passphrase-callback-function):
1967         Reindent.
1968         (epg-context-operation): Remove unnecessary autoload.
1969
1970 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * gnus.el (gnus-list-debbugs): New command.
1973
1974         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1975         mboxstat instead of the maintbox, since the stat seems to be fuller.
1976
1977         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1978         summary buffers.
1979
1980         * message.el (message-get-reply-headers): Delete all duplicates,
1981         instead of the first.
1982         (message-get-reply-headers): Ensure that we have progress while
1983         deleting duplicates.
1984
1985         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1986         gnus-posting-style value from the summary buffer to make it easier to
1987         make that a per-buffer conf.
1988
1989 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1990
1991         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1992         found by setting `shortcut' in 'query.
1993         (nnir-request-article): Use `shortcut' setting when requesting article
1994         by Message-ID.
1995
1996 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1997
1998         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1999         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2000         Bring the pseudo-headers back too.
2001
2002 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2003
2004         * auth-source.el (auth-source-token-passphrase-callback-function):
2005         Simplify and remove EPA dependency.
2006
2007 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnir.el (nnir-request-article): Fix error message text.
2010
2011 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2012
2013         * auth-source.el (plstore-delete): Autoload.
2014         (auth-source-plstore-search): Support delete operation.
2015         * plstore.el (plstore-delete): New function.
2016
2017 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2020         mark actually existing articles as unread rather than the ones that
2021         active asserts.
2022
2023 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2024
2025         * nntp.el (nntp-record-command):
2026         * gnus-util.el (gnus-message-with-timestamp-1):
2027         Use format-time-string rather than decoding time stamps by hand.
2028         This is simpler and insulates the code from potential changes to
2029         current-time format.
2030
2031 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2034
2035 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2036
2037         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2038         (plstore-save): Support public key encryption.
2039         (plstore--init-from-buffer): New function.
2040         (plstore-open): Use it; fix error when opening a non-existent file.
2041         (plstore-revert): Use plstore--init-from-buffer.
2042
2043 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2044
2045         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2046
2047 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2050         for old Emacsen.
2051
2052 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2053
2054         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2055         is not fully working.
2056
2057 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * dgnushack.el: Autoload sha1 on XEmacs.
2060
2061         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2062         quit window configuration.
2063
2064         * auth-source.el (epg-context-set-passphrase-callback):
2065         Remove duplicate autoload.
2066
2067 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2068
2069         * nnir.el (nnir-request-article): Allow requesting articles by
2070         Message-ID with nnimap.
2071
2072         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2073         current server.
2074
2075 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * auth-source.el: Autoload EPA/EPG functions.
2078         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2079         changed when EPA/EPG is not available.
2080         (auth-source-backend): Rename "arg" member to "data".
2081         (auth-source-backend-parse, auth-source-plstore-search)
2082         (auth-source-plstore-create): Use it.
2083
2084 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2085
2086         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2087         `gnus-refer-article-methods'.
2088
2089 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * auth-source.el: Require EPA and EPG.
2092         (auth-source-passphrase-alist): New variable.
2093         (auth-source-passphrase-callback-function)
2094         (auth-source-token-passphrase-callback-function): Callbacks for the
2095         netrc field encryption (GPG tokens).
2096         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2097         Symmetric encryption and decryption of the netrc GPG tokens.
2098         (auth-source-netrc-normalize): Use them, simplifying the closure.
2099
2100 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2103         is available.
2104
2105 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2108         non-nil, and `nnimap-split-methods' is nil, use the former.
2109
2110 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2111
2112         * plstore.el (plstore-revert): New function.
2113         (plstore-open): Use it; hide the buffer from user.
2114
2115 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2116
2117         * auth-source.el (auth-source-backend): New member "arg".
2118         (auth-source-backend-parse): Handle new backend 'plstore.
2119         * plstore.el: New file.
2120
2121 2011-06-30  Glenn Morris  <rgm@gnu.org>
2122
2123         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2124
2125 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2128         expiring articles to.
2129
2130         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2131         variations as ASCII (bug#5458).
2132
2133 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2136
2137 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * message.el (message-point-in-header-p): Tweak the function to default
2140         to saying that we're not in the headers if there is no separator at
2141         all.  This makes it possible to use the Message version of `M-q' in
2142         buffers with no headers (bug#7987).
2143         (message-point-in-header-p): Fix last checkin to work with an empty
2144         mail-header-separator, too.
2145
2146         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2147         again, save the choice via customize.
2148
2149 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2152
2153         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2154         ended the connection, bail out before waiting infinitely on a new
2155         connection.
2156
2157 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2158
2159         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2160         reports.
2161
2162         * gnus.el (gnus-bug-package): Use "gnus."
2163         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2164
2165 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * dgnushack.el: Make the timer warning go away on XEmacs.
2168
2169         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2170         animations going on at article exit time.
2171
2172         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2173         since removing it breaks people upgrading.
2174
2175         * shr.el (shr-put-image): Use the new interface for animating images.
2176         (shr-put-image): Animate for 60 seconds.
2177
2178         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2179         avoid compiler warnings.
2180
2181         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2182         error with `find-file-hooks' on Emacs 22.
2183         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2184         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2185         on all architectures.
2186
2187         * spam.el (spam-stat): Require in a normal fashion without binding
2188         `spam-stat-install-hooks' to avoid compilation warnings.
2189
2190         * spam-stat.el (spam-stat-install-hooks): Remove.
2191         (spam-stat-install-hooks): Don't run automatically.
2192
2193 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2194
2195         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2196         and keystroke.
2197
2198 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * auth-source.el (auth-source-netrc-cache): Move forward.
2201
2202 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * proto-stream.el (proto-stream-open-starttls): Use
2205         `gnutls-available-p' to see whether we have built-in support.
2206
2207         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2208         we already know.
2209         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2210         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2211
2212 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2215         %S format, since that looks odd.
2216         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2217         file, especially when saving.
2218
2219 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2220
2221         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2222         article found.
2223
2224 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2227         `auth-source-save-secrets' with a more sensitive alist that can be
2228         configured per file.  Experimental, so defaults to 'never.
2229         (auth-source-netrc-create): Use it.  Still experimental code.
2230         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2231         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2232
2233 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2234
2235         * auth-source.el (auth-source-save-secrets): New variable to control if
2236         secret tokens should be saved encrypted.
2237         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2238         to `auth-source-netrc-normalize'.
2239         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2240         on the EPA variables being defined.
2241         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2242         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2243         the lexical-let closure.
2244         (auth-source-netrc-create): Create "gpg:" tokens according to
2245         `auth-source-save-secrets'.
2246
2247 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-group.el (gnus-group-update-group): Add new argument
2250         `info-unchanged' that stops updating dribble buffer.
2251
2252         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2253         deletes lines matching to it in dribble buffer.
2254
2255         * gnus-agent.el (gnus-agent-fetch-group-1):
2256         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2257         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2258         * gnus-start.el (gnus-group-change-level):
2259         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2260
2261         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2262         if newsgroup info is not changed.
2263
2264         * gnus-group.el (gnus-group-get-new-news-this-group):
2265         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2266         Don't update dribble buffer.
2267
2268 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2269
2270         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2271         remove entries with groups we ignore.
2272
2273 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2276         the underline comes at the bottom.
2277
2278 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2279
2280         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2281         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2282         (gnus-registry-article-marks-to-names): Rename from
2283         `gnus-registry-user-format-function-M2'.
2284
2285 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2288         ephemeral group.
2289
2290 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * shr.el (shr-browse-image): Copy the URL if called interactively.
2293
2294 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2297         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2298         done, then unselected articles may be marked as read.
2299
2300         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2301         since not doing this seems to lead to a race condition in pop3-logon.
2302
2303         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2304         so that the call chain it correct when we call "upwards".
2305
2306         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2307         in read-only groups.
2308
2309         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2310
2311         * message.el (message-cite-reply-position): Doc string fix.
2312
2313         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2314         avoid regexp overflow.
2315         (nnimap-transform-split-mail): Ditto.
2316
2317         * pop3.el (pop3-retr): Error out if the server closes the connection.
2318
2319 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2320
2321         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2322         mm-with-unibyte-current-buffer.  The buffer should not contain any
2323         multibyte chars anyway at this stage.
2324
2325 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2328         at the end of lines.
2329
2330 2011-05-29  Julien Danjou  <julien@danjou.info>
2331
2332         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2333
2334 2011-05-27  Glenn Morris  <rgm@gnu.org>
2335
2336         * gnus-group.el (gnus-bug-group-download-format-alist):
2337         Use the "maintainer" version of debian reports as well.
2338
2339 2011-05-26  Glenn Morris  <rgm@gnu.org>
2340
2341         * gnus-group.el (gnus-bug-group-download-format-alist):
2342         Use the "maintainer" version of debbugs.gnu.org reports.
2343
2344 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2347
2348 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2349
2350         * gnus-cus.el (gnus-agent-customize-category):
2351         * gnus-delay.el (gnus-delay-send-queue):
2352         * gnus.el (gnus-other-frame):
2353         Don't quote lambda expressions with `quote'.
2354
2355 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2356
2357         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2358         the thread moves us backwards and so we loop forever.
2359
2360 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2363         whitespace in base64 data lines.
2364
2365 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2366
2367         * gnus-registry.el (gnus-registry-user-format-function-M):
2368         Use `mapconcat'.
2369         (gnus-registry-user-format-function-M2): Use to see the full text of
2370         the marks.  Make "," the mark text separator.
2371
2372         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2373         authentication with auth-source.
2374
2375 2011-05-17  Glenn Morris  <rgm@gnu.org>
2376
2377         * gnus-group.el (gnus-import-other-newsrc-file):
2378         Use insert-file-contents.
2379
2380 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2383         1000 iterations.
2384
2385 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * nntp.el (nntp-open-connection): Check if process-type is available.
2388
2389 2011-05-16  Julien Danjou  <julien@danjou.info>
2390
2391         * shr.el (shr-tag-del): Add support for del tag.
2392
2393 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-html.el (gnus-html-put-image): Register a displayer.
2396
2397         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2398
2399 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2400
2401         * registry.el (prune-factor): New initialization parameter defaulting
2402         to 0.1.
2403         (registry-prune-hard): Use it.
2404
2405         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2406         0.1 expicitly.
2407
2408 2011-05-13  Glenn Morris  <rgm@gnu.org>
2409
2410         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2411         is bound, since this function requires sendmail.
2412
2413 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2414
2415         * registry.el (registry-usage-test): Disable pruning test.
2416
2417 2011-05-11  David Engster  <dengste@eml.cc>
2418
2419         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2420         Bind set-network-process-option for XEmacs.
2421
2422 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * registry.el (registry-prune-hard-candidates)
2425         (registry-prune-soft-candidates): Helper methods for registry pruning.
2426         (registry-prune): Use them.  Make the sort function optional.
2427
2428 2011-05-10  Jim Meyering  <meyering@redhat.com>
2429
2430         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2431
2432 2011-05-10  Julien Danjou  <julien@danjou.info>
2433
2434         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2435         symbol and not a list.
2436
2437 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (gnus-article-mode): Move binding of
2440         shr-put-image-function here from gnus-article-prepare-display.
2441
2442         * shr.el (shr-put-image-function): New variable.
2443         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2444         (shr-put-image): Return scaled image.
2445
2446         * gnus-art.el (gnus-shr-put-image): New function.
2447         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2448
2449         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2450         original ones, as deletable.
2451
2452 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2453
2454         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2455
2456 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2457
2458         * registry.el (registry-full): Add convenience method.  Fix logic.
2459         (registry-insert): Use it.  Fix logic here too.
2460
2461         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2462         `registry-prune' if `registry-full' returns t.
2463         (gnus-registry-handle-action)
2464         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2465         (gnus-registry-usage-test): Use it.
2466
2467 2011-05-07  Julien Danjou  <julien@danjou.info>
2468
2469         * shr.el (shr-link): Make shr-link inherit from link by default.
2470
2471 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2474
2475 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2476
2477         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2478         error out because the face is not a list.
2479
2480 2011-05-05  Glenn Morris  <rgm@gnu.org>
2481
2482         * proto-stream.el (gnutls-negotiate): Fix declarations.
2483
2484         * gnus-start.el (gnus-propagate-marks): Declare.
2485
2486 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * registry.el (registry-reindex): Fix percentage message.
2489
2490         * proto-stream.el (network-stream-open-starttls): Adjust to call
2491         `gnutls-negotiate' with :process and :hostname arguments.
2492
2493 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * shr.el: Add shr-link face for links.
2496         (shr-urlify): Use it.
2497
2498         * registry.el (registry-insert): Make error message more helpful.
2499
2500 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-html.el (gnus-html-schedule-image-fetching):
2503         Use url-queue-retrieve, if it exists.
2504
2505         * shr.el (shr-tag-img): Ditto.
2506
2507         * gnus.el: Autoload more gnus-agent functions.
2508
2509         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2510         agent if we haven't already (bug#8502).
2511
2512         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2513         into the Agent, too.
2514
2515         * gnus-agent.el (gnus-agent-store-article): New function.
2516
2517         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2518         and moved from that file for reuse.
2519
2520         * pop3.el (pop3-open-server): Error messages are "-ERR".
2521
2522 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2525         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2526
2527 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2528
2529         * gnus.el: No Gnus v0.17 is released.
2530
2531 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2532
2533         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2534         buffer has moved to a different frame.
2535
2536 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2539         to get the conversion from unibyte to multibyte buffers to work on
2540         Emacs 22.
2541
2542         * nntp.el (nntp-request-article): Slight clean-up.
2543
2544 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * shr.el (shr-strike-through): New face.
2547         (shr-tag-s): Use it to provide <s> support.
2548         (shr-tag-s): Remove duplicate definition.
2549
2550 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2551
2552         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2553         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2554
2555 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2558         `gnutls-negotiate'.
2559         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2560
2561 2011-04-23  Glenn Morris  <rgm@gnu.org>
2562
2563         * gnus-sum.el (gnus-extra-headers): Bump :version.
2564
2565 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * shr.el (shr-tag-sup): New function.
2568         (shr-tag-sub): Ditto.
2569
2570 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2571
2572         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2573         for the case where `gnus-registry-ignored-groups' is a list of lists,
2574         and don't call `gnus-parameter-registry-ignore' otherwise.
2575
2576 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         * nnimap.el (nnimap-user): New backend variable.
2579         (nnimap-open-connection-1): Use it.
2580         (nnimap-credentials): Accept user parameter so it's explicit what user
2581         name is desired.
2582
2583         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2584         default.
2585
2586         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2587         not gnus-registry.el.
2588
2589         * gnus-registry.el: Mention in comments how to modify
2590         `gnus-extra-headers' for proper recipient tracking and that it may
2591         already have To and Cc recently, which it does as of this commit.
2592         (gnus-registry-ignored-groups): Remove defcustom.
2593         Explain why in comments.
2594         (gnus-registry-action): Fix data-header reference to use the extra
2595         headers.  Explain in package commentary how to add To and Cc headers to
2596         the gnus-extra-headers.
2597         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2598         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2599         parameter list or a string list in `gnus-registry-ignored-groups'.
2600         Fix logic error.
2601
2602 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * shr.el (shr-expand-url): Protect against null urls.
2605
2606 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * shr.el (shr-base): New binding.
2609         (shr-tag-base): Keep track of <base>.
2610         (shr-expand-url): New function used throughout.
2611
2612 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         * gnus-registry.el
2615         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2616         (gnus-registry-ignored-groups): New variable.
2617         (gnus-registry-ignore-group-p): Use it.
2618         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2619         set the destination group to nil (same as delete) if it's ignored.
2620
2621 2011-04-20  David Engster  <dengste@eml.cc>
2622
2623         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2624
2625         * Makefile.in (test-nntp): New rule.
2626         (check): Add it.
2627         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2628
2629 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-registry.el (gnus-registry-action)
2632         (gnus-registry-fetch-header-fast):
2633         Don't use mail-header that looks an internal function of mailheader.el.
2634
2635 2011-04-19  Glenn Morris  <rgm@gnu.org>
2636
2637         * time-date.el (time-to-days): Remove unused local variables.
2638
2639 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-registry.el: Eliminate cl functions.
2642         (gnus-registry-sort-addresses): New function that replaces mapcan.
2643         (gnus-registry-action, gnus-registry-spool-action)
2644         (gnus-registry-split-fancy-with-parent)
2645         (gnus-registry-fetch-recipients-fast): Use it.
2646         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2647
2648         * registry.el (initialize-instance, registry-lookup)
2649         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2650         (registry-lookup-secondary-value, registry-search, registry-delete)
2651         (registry-insert, registry-reindex, registry-size, registry-prune):
2652         Use eval-and-compile.
2653
2654 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * registry.el (registry-reindex): New method to recreate the secondary
2657         registry indices.
2658
2659         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2660         tracked field changes.
2661         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2662         (gnus-registry-action, gnus-registry-spool-action)
2663         (gnus-registry-handle-action)
2664         (gnus-registry--split-fancy-with-parent-internal)
2665         (gnus-registry-split-fancy-with-parent)
2666         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2667         move, and delete actions, and for fancy splitting with parent.
2668         (gnus-registry-extract-addresses)
2669         (gnus-registry-fetch-recipients-fast)
2670         (gnus-registry-fetch-header-fast): Convenience functions.
2671         (gnus-registry-misc-test): ERT test of
2672         `gnus-registry-extract-addresses'.
2673
2674 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2677         Track by subject first, then sender.
2678
2679 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2682
2683         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2684         Lisp.
2685
2686         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2687         (gnus-draft-send): Use it to avoid popping
2688         up frames from gnus-group-send-queue.
2689
2690 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * gnus-registry.el: Updated gnus-registry docs.
2693
2694 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2695
2696         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2697         Fix logic bug.
2698         (gnus-registry-post-process-groups): Fix logging of no results and
2699         quote sender and subject.
2700
2701 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2704         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2705         gnutls-cli are too slow to be done opportunistically.
2706
2707         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2708         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2709         we had no early-data returned.
2710         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2711         two async commands to the same server at the same time.
2712
2713 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2714
2715         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2716
2717 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2720         "warning" level.
2721
2722         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2723         (mm-url-insert-file-contents): Don't set the package names.
2724
2725 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-registry.el (gnus-registry-action): Remove properties and
2728         simplify subject in `gnus-registry-handle-action'.
2729         (gnus-registry-spool-action): Get subject and sender from message if
2730         they are not passed in.
2731         (gnus-registry-handle-action): Remove properties and simplify subject
2732         consistently.
2733
2734 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2735
2736         * registry.el: Require CL before using defmacro*.
2737
2738 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-art.el (article-treat-date): Assume that
2741         gnus-article-date-headers may be a group parameter.
2742
2743 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2746
2747         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2748         interactively so the newsrc file can contain foreign groups too.
2749         Useful for debugging but not much for users.
2750
2751 2011-04-07  David Engster  <dengste@eml.cc>
2752
2753         * registry.el (registry-usage-test): Only do
2754         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2755         lexical binding.
2756
2757 2011-04-07  David Engster  <dengste@eml.cc>
2758
2759         * Makefile.in (check, test-registry): New rules for test-suite.
2760
2761 2011-04-06  David Engster  <dengste@eml.cc>
2762
2763         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2764         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2765
2766 2011-04-06  David Engster  <dengste@eml.cc>
2767
2768         * registry.el (initialize-instance): Change :after to :AFTER to be
2769         compatible with old EIEIO version in XEmacs.
2770
2771 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * gnus-registry.el (gnus-registry-post-process-groups)
2774         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2775         and provide better messaging.
2776
2777 2011-04-06  David Engster  <dengste@eml.cc>
2778
2779         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2780         errors.
2781
2782         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2783         dgnushack-compile with error-on-warn enabled, and to signal an error if
2784         clean compilation failed.
2785         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2786         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2787
2788 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2789
2790         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2791         unconditionally anyway, discarding errors.
2792         (gnus-registry-delete-entries): New convenience function.
2793         (gnus-registry-import-eld): Import from old .eld registry.
2794
2795         * registry.el: Don't use ERT if it's not available.  Load it
2796         unconditionally anyway, discarding errors.
2797
2798         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2799         version from the Claudio Bley GnuTLS patch (extra optional parameters
2800         and host name).
2801
2802 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2805         fixup the parameters that can be customized by the user between
2806         save/read cycles.
2807         (gnus-registry-read): Use it.
2808         (gnus-registry-make-db): Use it.
2809         (gnus-registry-spool-action, gnus-registry-handle-action):
2810         Fix messaging.
2811         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2812         Map references to actual group names with sender and subject tracking.
2813         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2814         (gnus-registry-usage-test): Add subject lookup test.
2815
2816         * registry.el (registry-db, initialize-instance): Set up constructor
2817         instead of :initform arguments for the sake of older Emacsen.
2818         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2819         pre-lexbind merge bug.
2820         (registry-usage-test): Use it.
2821         (initialize-instance, registry-db): Move the non-function initforms
2822         back to the class definition.
2823
2824 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * registry.el: New library to manage gnus-registry-style data.
2827
2828         * gnus-registry.el: Use it (major rewrite).
2829
2830         * nnregistry.el: Use it.
2831
2832         * spam.el: Use it.
2833
2834 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2837         marks on non-selected articles.
2838
2839 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2840
2841         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2842         parameter to open-protocol-stream.
2843
2844 2011-04-01  Julien Danjou  <julien@danjou.info>
2845
2846         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2847         fundamental-mode.
2848
2849 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2852         servers.
2853
2854 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2857         made marks not propagate, again.
2858
2859 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2860
2861         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2862         Make this the default type.
2863         (proto-stream-open-plain): Rename from proto-stream-open-default.
2864         (open-protocol-stream, proto-stream-open-starttls)
2865         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2866         with `plain'.
2867
2868         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2869         value.
2870
2871         * nntp.el (nntp-open-connection-function): Document the fact that some
2872         values are not functions but are instead handled specially.
2873         Recognize nntp-open-plain-stream value.
2874         (nntp-open-connection): Recognize that value.
2875
2876 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2879         where it seems to be needed.
2880
2881 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2884         stuff.
2885
2886         * gnus-score.el (gnus-score-string): Fix calling convention of
2887         `gnus-simplify-buffer-fuzzy' after last patches.
2888
2889         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2890         server for articles we didn't get any headers for.  This is a sanity
2891         check.
2892
2893 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2894
2895         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2896         new CAPABILITY, use it.
2897
2898 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2901         downloading anything.
2902
2903         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2904
2905 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2906
2907         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2908         colors.
2909         (gnus-splash-svg-color-symbols): New function.
2910
2911 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2914         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2915         (gnus-simplify-subject-fuzzy): Use the local
2916         gnus-simplify-subject-fuzzy-regex instead of the global one.
2917         This makes using this variable in group parameters work.
2918
2919 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         * gnus-registry.el (gnus-registry-unfollowed-groups):
2922         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2923         archive:sent-YYYY-MM-DD groups).
2924         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2925         tracking if there are more than `gnus-registry-max-track-groups'
2926         matches.
2927
2928 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * message.el (message--yank-original-internal): New function to do the
2931         insertion cleanly inside eval in `message-yank-original'.
2932         (message-yank-original): Use it.
2933
2934 2011-03-29  Julien Danjou  <julien@danjou.info>
2935
2936         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2937         local variables disabled rather than `normal-mode'.
2938
2939 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2940
2941         * imap.el (imap-shell-open, imap-process-connection-type):
2942         Use imap-process-connection-type for 'shell' streams as well as
2943         Kerberos, SSL, other subprocesses.
2944
2945 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2946
2947         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2948         with open-network-stream.
2949         (proto-stream-always-use-starttls): Option removed.
2950         (open-protocol-stream): Return a process object by default.  Provide a
2951         new parameter :return-list specifying a list-type return value, which
2952         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2953         :type `network' to `try-starttls', and `network-only' to `default'.
2954         Make `default' the default, for compatibility with open-network-stream.
2955         Handle the no-parameter case exactly as open-network-stream, with no
2956         additional stream processing.  Search plists using plist-get.
2957         Explicitly add :end-of-commend parameter if it is missing.
2958         (proto-stream-open-default): Rename from
2959         proto-stream-open-network-only.  Return 'default as the type.
2960         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2961         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2962         failed.  Always return a list with a (possibly dead) process as the
2963         first element, for compatibility with open-network-stream.
2964         (proto-stream-open-tls): Use plist-get.  Always return a list.
2965         (proto-stream-open-shell): Return `default' as connection type.
2966         (proto-stream-capability-open): Use plist-get.
2967         (proto-stream-eoc): Function deleted.
2968
2969         * nnimap.el (nnimap-stream, nnimap-open-connection)
2970         (nnimap-open-connection-1): Handle renaming of :type parameter for
2971         open-protocol-stream.
2972         (nnimap-open-connection-1): Pass a :return-list parameter
2973         open-protocol-stream to obtain a list return value.  Parse this list
2974         using plist-get.
2975
2976         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2977         for open-protocol-stream.  Accept open-protocol-stream return value
2978         that is a subprocess object instead of a list.  Handle the case of a
2979         dead returned process.
2980
2981 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2984
2985         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2986
2987 2011-03-21  Julien Danjou  <julien@danjou.info>
2988
2989         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2990         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2991         query.
2992         (mm-inline-text): Render normal text with fontification whenever
2993         possible.
2994
2995         * gnus-sum.el (gnus-summary-save-parts-1):
2996         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2997         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2998         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2999         Use `mm-handle-filename'.
3000
3001         * mm-util.el (mm-handle-filename): New function, return the filename of
3002         an handle.
3003
3004 2011-03-18  Julien Danjou  <julien@danjou.info>
3005
3006         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3007         (gnus-buffer-live-p): Check that buffer is not nil.
3008
3009 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3010
3011         * gnus.el: No Gnus v0.15 is released.
3012
3013 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3016         avoid warning on XEmacs.
3017
3018         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3019         on XEmacs.
3020
3021         * gnus-art.el: Require mouse, which the build bot seems to say is
3022         needed.
3023
3024         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3025
3026         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3027         XEmacs, since it doesn't have url-retrieve-synchronously.
3028
3029         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3030         since assoc-string doesn't exist in XEmacs.
3031
3032 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3033
3034         * gnus-group.el (gnus-group-list-ticked): New function.
3035         (gnus-group-make-menu-bar): Provide a menu entry for it.
3036         (gnus-group-list-map): Provide a binding for it.
3037
3038 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * shr.el (shr-visit-file): New command.
3041
3042         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3043
3044 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3045
3046         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3047         servers.
3048
3049 2011-03-16  Julien Danjou  <julien@danjou.info>
3050
3051         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3052         inline.
3053
3054         * gnus-art.el (article-hide-list-identifiers):
3055         Use gnus-group-get-list-identifiers.
3056
3057         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3058         (gnus-summary-remove-list-identifiers):
3059         Use gnus-group-get-list-identifiers to get regexp.
3060         (gnus-select-newsgroup, gnus-summary-insert-subject)
3061         (gnus-summary-insert-articles):
3062         Call gnus-summary-remove-list-identifiers unconditionally.
3063
3064 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3067         we're selecting a group with unread articles.
3068
3069         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3070
3071         * gssapi.el: New file separated out from imap.el to provide a general
3072         Kerberos 5 connection facility for Emacs.
3073
3074         * message.el (message-elide-ellipsis): Document the format spec
3075         ellipsis.
3076
3077 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         * message.el (message-elide-region): Allow the ellipsis to say how many
3080         lines were removed.
3081
3082 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3085         window configurations containing buffers that are now dead.
3086
3087         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3088         parsing to avoid integer overflows.
3089         (nnimap-parse-flags): Simplify the last change.
3090         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3091         too large for 32-bit Emacsen.
3092
3093 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3094
3095         * auth-source.el (auth-source-netrc-create):
3096         * message.el (message-yank-original): Fix use of `case'.
3097
3098 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3099
3100         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3101         XEmacs, which was one character too wide.
3102
3103 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3104
3105         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3106         default number of articles to display.
3107         (gnus-articles-to-read): Use pretty names for prompt.
3108
3109 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus-int.el (gnus-open-server): Ditto.
3112
3113         * gnus-start.el (gnus-activate-group): Give a backtrace if
3114         debug-on-quit is set and the user hits `C-g'.
3115         (gnus-read-active-file): Ditto.
3116
3117         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3118
3119 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * message.el (message-yank-original): Use cond instead of CL case.
3122
3123 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3124
3125         * auth-source.el (auth-source-netrc-create): Use usual format for the
3126         default in prompts.
3127
3128 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * lpath.el: Fbind read-char-choice for XEmacs.
3131
3132 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3133
3134         * auth-source.el (auth-source-netrc-create): Show the default in the
3135         prompt when prompting for token creation.
3136
3137 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * auth-source.el (auth-source-format-prompt): Always convert the value
3140         to a string to avoid evaluating non-string arguments.
3141         (auth-source-netrc-create): Offer default properly, not as initial
3142         content in `read-string'.
3143         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3144         of line to determine if we've been run before.  If so, don't run again,
3145         but print a trivial message to indicate the cache was hit instead.
3146
3147 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3150         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3151         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3152         Gnus.
3153
3154 2011-03-11  Julien Danjou  <julien@danjou.info>
3155
3156         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3157         modified file".
3158
3159 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3160
3161         * auth-source.el (auth-source-read-char-choice): New function to read a
3162         character choice using `dropdown-list', `read-char-choice', or
3163         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3164         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3165         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3166         (auth-source-netrc-saver): Use it.
3167         (auth-source-pick-first-password): New convenience function.
3168
3169 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3172         parameter in the credentials.
3173         (nnimap-open-connection-1): Use it after a successful login.
3174         (nnimap-credentials): Add IMAP-specific user and password prompt.
3175
3176         * auth-source.el (auth-source-search): Add :require parameter, taking a
3177         list.  Document it and the :save-function return token.  Pass :require
3178         down.  Change the CREATED message from a warning to a debug statement.
3179         (auth-source-search-backends): Pass :require down.
3180         (auth-source-netrc-search): Pass :require down.
3181         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3182         Change save prompt to indicate all modifications saved here are
3183         deletions.
3184         (auth-source-netrc-create): Take user login name as default in user
3185         prompt.  Move all the save functionality to a lexically bound function
3186         under the :save-function token in the returned list.  Set up clearer
3187         default prompts for user, host, port, and secret.
3188         (auth-source-netrc-saver): New function, intended to be wrapped for
3189         :save-function.
3190
3191 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3194         lines to be spaces instead.
3195
3196 2011-03-07  Julien Danjou  <julien@danjou.info>
3197
3198         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3199         (sieve-sasl-auth): Check that auth-source-search did return something,
3200         or just return an empty string.
3201
3202 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3203
3204         * gnus.el (gnus-interactive): Use read-directory-name.
3205
3206         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3207         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3208         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3209         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3210         Likewise.
3211
3212         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3213
3214 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3217         onto the list of killed groups, too.  This makes killed nnimap groups,
3218         for instance, more reliably not reappear.
3219
3220         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3221         the parent.
3222
3223         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3224
3225         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3226         really have server-side marks.
3227
3228         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3229         since most backends do not usefully have server-side marks.
3230         (gnus-update-read-articles): Propagate marks to all backends that
3231         really have server-side marks.
3232
3233 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3234
3235         * message.el (message-cite-reply-position, message-cite-style):
3236         New variables.
3237         (message-yank-original): Use the new citation styles.
3238
3239 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3240
3241         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3242         buffer-local issue); don't mark it buffer-local when running under
3243         XEmacs.
3244
3245 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3246
3247         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3248         numbers too big to be `read'.
3249
3250 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3251
3252         * password-cache.el (password-in-cache-p): Add autoload.
3253
3254         * message.el (message-options): Make buffer-local two ways to attempt
3255         to fix a XEmacs bug.
3256
3257 2011-03-02  Julien Danjou  <julien@danjou.info>
3258
3259         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3260
3261 2011-03-01  Julien Danjou  <julien@danjou.info>
3262
3263         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3264         group.
3265         (article-hide-list-identifiers): Use list-identifier group parameter.
3266
3267 2011-02-28  Julien Danjou  <julien@danjou.info>
3268
3269         * sieve.el (sieve-buffer-script-name): New local variable to store
3270         sieve script name.
3271         (sieve-edit-script): Store sieve script name.
3272         (sieve-upload): Use sieve script name when uploading.
3273         (sieve-upload): Use substitute-command-keys.
3274         (sieve-edit-script): Use substitute-command-keys.
3275         (sieve-refresh-scriptlist): Use substitute-command-keys.
3276         (sieve-manage-mode-map): Define keymap properly.
3277         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3278         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3279         Remove commented code about cvs.
3280         (sieve-manage-quit): New function.
3281         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3282
3283 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3286
3287 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3288
3289         * auth-source.el (auth-source-search): Cache empty result sets.
3290
3291         * password-cache.el (password-in-cache-p): Convenience function to
3292         check if a key is in the cache, even if the value is nil.
3293
3294         * auth-source.el (auth-source-save-behavior): New variable to replace
3295         `auth-source-never-create'.
3296         (auth-source-netrc-create): Use it.
3297         (auth-source-never-save): Remove.
3298
3299 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3300
3301         * nnimap.el (nnimap-stream): Doc fix.
3302         (nnimap-open-connection-1): Reverse the order of the ports to that the
3303         prompted-for port is first.
3304
3305         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3306         retrieval by the no-group selection.
3307
3308         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3309         numerical parameters.
3310
3311 2011-02-25  Julien Danjou  <julien@danjou.info>
3312
3313         * gnus-gravatar.el: Use gnus-with-article-buffer.
3314
3315         * gnus-art.el (gnus-with-article-buffer): Check that the
3316         gnus-article-buffer is alive.
3317
3318 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * auth-source.el (auth-source-creation-prompts): New variable to manage
3321         creation-time prompts.
3322         (auth-source-search): Document it.
3323         (auth-source-format-prompt): Add utility function.
3324         (auth-source-netrc-create): Don't default the user name to
3325         user-login-name.  Use `auth-source-creation-prompts' and some default
3326         prompts for user, host, port, and password (the default generic prompt
3327         remains ugly).
3328         (auth-source-never-save): Add customizable option to never save info.
3329         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3330         mode excursion.
3331
3332 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3335         argument that XEmacs doesn't support.
3336
3337         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3338         compiled for Emacsen having no `libxml-parse-html-region' support.
3339
3340         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3341
3342         * lpath.el: Bind buffer-save-without-query for XEmacs.
3343
3344 2011-02-23  Julien Danjou  <julien@danjou.info>
3345
3346         * gnus-art.el (article-make-date-line): Ignore errors if time is
3347         invalid and not convertible.
3348         (article-make-date-line): Only add lapsed time if time is not nil.
3349
3350 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3351
3352         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3353         `read-char-choice' for backwards compatibility.
3354         (auth-source-netrc-element-or-first): New function to DTRT for
3355         parameter extraction.
3356         (auth-source-netrc-create): Use it and fix multiple parameter print
3357         bug.  Use the default passed from above (given-default) or the
3358         built-in (user-login-name for :user).
3359
3360 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-start.el (gnus-dribble-read-file):
3363         Set buffer-save-without-query, since we always want to save the dribble
3364         file, probably.
3365
3366         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3367         nnimap.
3368
3369         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3370         -summary- since it's a user-visible variable.
3371
3372         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3373         first time you use the new Gnus.
3374
3375 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * auth-source.el: Don't load netrc.el.
3378         (auth-sources): Search ~/.netrc as well by default.
3379         (auth-source-debug): Add 'trivia option for extra output.
3380         (auth-source-do-trivia): Use it.
3381         (auth-source-search): Simplify logic to use
3382         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3383         appropriate.  Don't keep a running count at this level.  Layer :create
3384         and :delete options appropriately on the first and second passes.
3385         Don't track the backend with the search results.
3386         (auth-source-search-backends): New function to search a list of
3387         backends for a processed spec.
3388         (auth-source-netrc-parse): Cache all netrc files, making
3389         auth-source-netrc-cache an alist keyed by the file name and using the
3390         file mtime as the caching criterion.  Keep the obfuscated data secret
3391         with a lexical bind.
3392         (auth-source-netrc-search): Don't calculate the length of the results
3393         unnecessarily.
3394         (auth-source-search-backends): Fix bug.
3395         (auth-source-netrc-create): Rework prompts.
3396
3397 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3398
3399         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3400         Lower case names of search constraints.
3401         (nnir-run-query): Cache and reuse search constraints for all imap
3402         servers.
3403
3404 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3405
3406         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3407         after exit.
3408         (gnus-setup-message): Define missing variable from last checkin.
3409
3410         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3411         value, show the raw article.
3412
3413 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3414
3415         * gnus.el: No Gnus v0.13 is released.
3416
3417 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3418
3419         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3420         auth-source now accepts numbers.
3421
3422         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3423         spec, too.
3424         (auth-source-ensure-strings): New function.
3425
3426         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3427         (gnus-article-setup-buffer): Always restart the date timer so that user
3428         changes to the frequency is respected.
3429
3430         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3431         port numbers, so make sure it gets that if nnimap-server-port is
3432         explicit.
3433
3434 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3435
3436         * nnimap.el (nnimap-inbox): Doc fix.
3437
3438 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3439
3440         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3441         Autoload.  Add optional arg FRAME, and pass it to color-values.
3442         (color-complement): Caller changed.  Doc fix.
3443         (color-gradient): Rewrite for better clarity and efficiency.
3444
3445 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3446
3447         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3448         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3449         color-lab-to-srgb.
3450
3451 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3452
3453         * color.el: First part of merge from hexrgb.el.
3454         (color-rgb-to-hex): Rename from color-rgb->hex.
3455         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3456         saturation to zero if the value is too small.
3457         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3458         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3459         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3460         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3461         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3462         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3463         (color-cie-de2000): Doc fix.
3464
3465 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3466
3467         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3468         given method as in the group name if we're using an extended method.
3469         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3470         command, if we're using that, instead of waiting for the beginning.
3471
3472         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3473         we're sure to get unique server names, and we don't output two async
3474         commands in the same buffer.  This fixes an NNTP hang for some users.
3475
3476 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3477
3478         * gnus.el: No Gnus v0.11 is released.
3479
3480 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3483         summary buffer before reading going to the next buffer.  This avoids
3484         putting the point in the group buffer if you `C-g' the command.
3485
3486         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3487         cache (for now) to make ~/.authinfo.gpg files usable.
3488
3489         * nnfolder.el (copyright-update): Define for the compiler.
3490
3491         * auth-source.el (auth-source-search): Fix unbound variable.
3492
3493 2011-02-19  Glenn Morris  <rgm@gnu.org>
3494
3495         * gnus.el (gnus-meta): Doc fix.
3496
3497 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3498
3499         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3500         in case it's not yet loaded.
3501
3502 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3503
3504         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3505         line we're waiting for.
3506
3507 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3508
3509         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3510         face with line-width greater than zero will cause RET in gnus summary
3511         buffer to scroll down article page-wise because auto vscroll happens,
3512         it should be temporally disabled when doing a scroll-up.
3513
3514 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3515
3516         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3517         outputs from the server.
3518
3519 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3520
3521         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3522         later so that bbdb can hook in easier.
3523
3524 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * auth-source.el (auth-source-search): Don't try to create credentials
3527         if the caller doesn't want that.
3528         (auth-source-search): If we don't find a match, don't bug out on
3529         non-bound variables.
3530         (auth-source-search): Only ask a single backend to create the
3531         credentials.
3532
3533         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3534         logging.
3535         (nnimap-credentials): Protect against auth-source-search returning nil.
3536         (nnimap-request-list): Protect against not being able to open the
3537         server.
3538
3539 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3540
3541         * auth-source.el (auth-source-search): Do a two-phase search, one with
3542         no :create to get the responses from all backends.
3543
3544         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3545         when getting credentials.
3546
3547         * gnus-util.el (gnus-delete-duplicates): New function.
3548
3549 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3550
3551         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3552         a creation default, pass the whole port list down.  It will be
3553         completed.
3554
3555         * auth-source.el (auth-source-search): Updated docs to talk about
3556         multiple creation choices.
3557         (auth-source-netrc-create): Accept a list as a value (from the search
3558         parameters) and do completion on that list.  Keep a separate netrc line
3559         with the password obscured for showing the user.
3560
3561         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3562         first choice to `auth-source-search' so it will be used for entry
3563         creation instead of the server's Gnus-specific name.
3564         (nnimap-credentials): Rely on the auth-source library to select which
3565         port is actually wanted in the new netrc entry, so don't override
3566         `auth-source-creation-defaults'.
3567
3568         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3569         :protocol and accept a missing user, host, or port as a wildcard match.
3570         (auth-source-debug): Default to off.
3571
3572         (auth-source-netrc-search, auth-source-netrc-create)
3573         (auth-source-secrets-search, auth-source-secrets-create)
3574         (auth-source-user-or-password, auth-source-backend, auth-sources)
3575         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3576         instead of :protocol.
3577
3578         * nnimap.el (nnimap-credentials): Pass a port default to
3579         `auth-source-search' in case an entry needs to be created.
3580         (nnimap-open-connection-1): Use :port instead of :protocol.
3581
3582 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * auth-source.el: Bind load-path when loading EIEIO from
3585         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3586         21.4 doesn't support, to `require'.
3587         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3588         delete-dups that is not available in XEmacs 21.4.
3589
3590 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3591
3592         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3593         as EIEIO must also be loaded when auth-source.el is being
3594         byte-compiled.
3595
3596 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3597
3598         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3599
3600         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3601
3602         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3603
3604         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3605
3606         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3607
3608         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3609
3610         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3611
3612         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3613         necessary.
3614
3615 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3618         nil means that nnimap doesn't get updated.
3619
3620 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3623         result when the user doesn't want to write to the file.
3624         (auth-source-netrc-search): Expect a synthetic result and proceed
3625         accordingly.
3626         (auth-source-cache-expiry): New variable to override
3627         `password-cache-expiry'.
3628         (auth-source-remember): Use it.
3629
3630         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3631         parameter.  Create entry if necessary by using :create t.
3632         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3633
3634 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3635
3636         * auth-source.el (auth-source-debug): Enable by default and don't
3637         mention the obsolete `auth-source-hide-passwords'.
3638         (auth-source-do-warn): New function to debug unconditionally.
3639         (auth-source-do-debug): Use it.
3640         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3641         and for Secrets API entries when the secrets.el library is not
3642         available.
3643
3644 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3647         (gnus-summary-exit): Kill the correct article buffer on exit from a
3648         `C-d' group.
3649
3650         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3651         gnus-propagate-marks.
3652
3653         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3654         before killing the buffers so that a non-full window conf gets handled
3655         correctly.
3656         (gnus-summary-exit): Ditto.
3657         (gnus-summary-read-group-1): Ditto.
3658
3659         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3660         async code again so that we can debug it properly.
3661
3662         * message.el (message-reply): Take an optional switch-buffer parameter
3663         so that Gnus window confs are respected better.
3664
3665 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3668         `plist-get' to accept non-list parameters (XEmacs issue).
3669         Fix docstring.
3670         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3671         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3672         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3673         Login collection is "Login" and not "login".
3674
3675 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3678         multiple headers.
3679
3680         * nnimap.el (nnimap-inhibit-logging): New variable.
3681         (nnimap-log-command): Don't log login commands.
3682
3683         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3684         to have more parameters.
3685
3686         * nnimap.el (nnimap-send-command): Mark the command time for each
3687         command, so that we don't get NOOPs stepping on our toes.
3688
3689         * gnus-art.el (article-date-ut): Get the date from the Date header on
3690         `t'.
3691
3692 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * auth-source.el (auth-source-search): Use copy-sequence instead of
3695         the cl.el copy-list.
3696
3697 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * imap.el: Bring it back (revert
3700         84d800cd31de3064f0ed39617d725709a2f8f42f).
3701
3702 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3703
3704         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3705         Improve prompt.
3706
3707 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3710         washing status from the default format.  It isn't very informative.
3711
3712 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3713
3714         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3715         Fix Gcc processing on imap.
3716
3717 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * imap.el: Remove file.  All the functionality is in nnimap.el.
3720
3721 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3722
3723         * message.el (message-bury): Don't pop up a new window when selected
3724         window is dedicated.
3725
3726 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3727
3728         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3729
3730 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * sieve-manage.el: Autoload `auth-source-search'.
3733         (sieve-sasl-auth): Use it.
3734
3735 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3736
3737         * nnimap.el: Autoload `auth-source-forget+'.
3738         (nnimap-open-connection-1): Use it if the connection fails.
3739
3740         * auth-source.el: Require `password-cache'.
3741         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3742         obsolete.
3743         (auth-source-magic): Marker for `password-cache' keys.
3744         (auth-source-do-cache): Update docstring.
3745         (auth-source-search): Use and check cache.
3746         (auth-source-forget-all-cached, auth-source-remember)
3747         (auth-source-recall, auth-source-forget, auth-source-forget+)
3748         (auth-source-specmatchp): Caching support functions.
3749         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3750         Remove and obsolete.
3751         (auth-source-user-or-password): Remove caching to further discourage
3752         using it.  Always hide passwords.
3753
3754         * password-cache.el (password-cache-remove): Accept secrets that are
3755         not strings.
3756
3757 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3758
3759         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3760         code for now, since it doesn't work for all users.
3761
3762 2011-02-09  Julien Danjou  <julien@danjou.info>
3763
3764         * message.el (message-options): Make message-options really buffer
3765         local.
3766
3767 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * mail-source.el: Autoload `auth-source-search'.
3770         (mail-source-keyword-map): Note order matters.
3771         (mail-source-set-1): Get all the mail-source source values and
3772         defaults and search auth-source on those if needed.  This can all
3773         probably be simplified.
3774
3775         * nnimap.el: Autoload `auth-source-search'.
3776         (nnimap-credentials): Use it.
3777         (nnimap-open-connection-1): Ask for the virtual server and physical
3778         address in one shot.
3779
3780         * nntp.el: Autoload `auth-source-search'.
3781         (nntp-send-authinfo): Use it.  Note TODO.
3782
3783 2011-02-08  Julien Danjou  <julien@danjou.info>
3784
3785         * shr.el (shr-tag-body): Add support for text attribute in body
3786         markups.
3787
3788         * message.el (message-options): Make message-options a local variable.
3789
3790 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3791
3792         * auth-source.el (auth-source-secrets-search)
3793         (auth-source-user-or-password): Use `append' instead of `nconc'.
3794         (auth-source-user-or-password): Build return list better and protect
3795         against nil :secret.
3796
3797 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3798
3799         * nnimap.el (nnimap-update-info): Refactor slightly.
3800         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3801         (nnimap-update-info): Clean up slightly.
3802         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3803         characters.
3804         (nnimap-process-quirk): Rename function to avoid collision.
3805         (nnimap-update-info): Fix macrology bug-out.
3806         (nnimap-update-info): Simplify split history test.
3807
3808 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3809
3810         * auth-source.el (top): Require 'eieio unconditionally.
3811         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3812         (auth-source-secrets-search): Limit search when `max' is greater than
3813         number of results.
3814
3815 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3816
3817         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3818         part not returning any data.
3819
3820         * proto-stream.el (open-protocol-stream): Document the return value.
3821
3822 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3823
3824         * auth-source.el (auth-source-secrets-search): Add examples.
3825
3826 2011-02-06  Julien Danjou  <julien@danjou.info>
3827
3828         * message.el (message-setup-1): Handle message-generate-headers-first
3829         set to t.
3830
3831 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3834         API with a string "secrets:collection-name" and with 'default.
3835         (auth-source-backend-parse): Parse "secrets:collection-name" and
3836         'default.  Recurse on parses instead of repeating code.  Use the
3837         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3838         message when ignoring a source.
3839         (auth-source-search): List ignored search keys at the top level.
3840         (auth-source-netrc-create): Use `case' instead of `cond'.
3841         (auth-source-secrets-search): Created with TODOs.
3842         (auth-source-secrets-create): Created with TODOs.
3843         (auth-source-retrieve, auth-source-create, auth-source-delete)
3844         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3845         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3846         (auth-source-user-or-password-sftp)
3847         (auth-source-user-or-password-smtp): Remove.
3848         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3849         around `auth-source-search'.  Not tested thoroughly.
3850
3851 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * auth-source.el: Bring in assoc and eioeio libraries.
3854         (secrets-enabled): New variable to track the status of the Secrets API.
3855         (auth-source-backend): New EIOEIO class to represent a backend.
3856         (auth-source-creation-defaults): New variable to set prompt defaults
3857         during token creation (see the `auth-source-search' docstring for
3858         details).
3859         (auth-sources): Simplify to allow a simple string as a netrc backend
3860         spec.
3861         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3862         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3863         (auth-source-search): Main auth-source API entry point.
3864         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3865         (auth-source-search-collection): Helper function for searching.
3866         (auth-source-netrc-parse, auth-source-netrc-normalize)
3867         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3868         Supports search, create, and delete.
3869         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3870         backend stubs.
3871         (auth-source-user-or-password): Call `auth-source-search' but it's not
3872         ready yet.
3873
3874 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3875
3876         * message.el (message-setup-1): Remove the read-only stuff, since it
3877         doesn't work under XEmacs, for some reason.
3878
3879         * gnus-sum.el (gnus-user-date): Rename back from
3880         gnus-summary-user-date since user code refers to it.
3881
3882         * shr.el (shr-render-td): Store the actual background color used.
3883
3884         * message.el (message-setup-1): Don't bind the constant
3885         -forbidden-properties.
3886         (message-setup-1): Revert previous change, since it needs to bind the
3887         props to insert them.
3888         (message-resend): Allow removing the read-only separator line.
3889
3890 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3891
3892         * nnimap.el (nnimap-request-accept-article): Give an error message if
3893         the APPEND wasn't successful.
3894
3895 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3896
3897         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3898         that have no groups.
3899
3900 2011-02-03  Julien Danjou  <julien@danjou.info>
3901
3902         * gnus-draft.el: Remove progn around gnus-draft-setup.
3903
3904 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-start.el (gnus-read-active-for-groups): This function is never
3907         called with a nil `infos', so clean that up.
3908         (gnus-get-unread-articles): Request active files from primary/secondary
3909         methods that have no groups (yet).
3910
3911 2011-02-03  Julien Danjou  <julien@danjou.info>
3912
3913         * message.el (message-setup-1): Always generate References first.
3914         (message-mail): Return the return value of message-setup, not always t.
3915         (message-setup-1): Insert mail-header-separator with read-only and
3916         intangible properties set.
3917
3918         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3919         user-date in docstring.
3920
3921         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3922
3923         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3924         docstring.
3925
3926         * gnus.el (gnus-user-date-format-alist): Change default value.
3927         Use defcustom, with type and group. Move from gnus-util.el.
3928         Rename to gnus-summary-user-date-format-alist.
3929
3930 2011-02-03  Glenn Morris  <rgm@gnu.org>
3931
3932         * nnimap.el (gnus-fetch-headers): Declare.
3933
3934         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3935
3936 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3937
3938         * message.el (message-forward-make-body-digest-plain)
3939         (message-followup, message-reply): Clean up things noted by Stefan.
3940
3941         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3942         gnus-article-update-date-headers is nil.
3943         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3944         it didn't really work with defcustom.
3945         (article-update-date-lapsed): Make sure the window start doesn't move,
3946         either.
3947
3948 2011-02-01  Julien Danjou  <julien@danjou.info>
3949
3950         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3951         format.
3952
3953         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3954         standard in Emacs nowadays.
3955
3956         * color.el (color-gradient): Add a color-gradient function.
3957
3958 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3959
3960         * message.el (message-expand-name): Don't trust the return value of
3961         bbdb-complete-name.
3962         (message-check-news-header-syntax): Remove unused var `start'.
3963         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3964         (message-inhibit-body-encoding): Move to before first use.
3965         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3966         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3967         (Organization, Message-ID, Date, mh-previous-window-config):
3968         Defvar the vars using dynamic scoping.
3969
3970 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3971
3972         * shr.el (shr-render-td): Only do colors at the final rendering.
3973         Should be slightly faster.
3974         (shr-insert-table): Fix up TD background colors when doing the
3975         vertical padding.
3976
3977         * gnus-art.el (article-date-ut): Protect against articles with no Date
3978         header.
3979         (article-update-date-lapsed): Don't use current-column to find the
3980         horizontal position.  It's fragile in the presence of \003 characters.
3981
3982         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3983
3984 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-art.el (article-transform-date): Rewrite to still work when
3987         there are several rfc2822 parts.
3988         (article-transform-date): Fix infinite recursion.
3989         (article-date-ut): Replace infinitely many Date headers with a single
3990         one when called interactively.
3991
3992         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3993         secure manner.
3994
3995         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3996         move around by not using save-window-excursion.  It seems to work...
3997
3998 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (article-make-date-line): Work for user-defined format.
4001
4002 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4003
4004         * nntp.el (nntp-retrieve-group-data-early)
4005         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4006         fetching functions.
4007
4008         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4009         thoroughly for all backends that have no known groups.  This should
4010         allow new nnml methods to retrieve mail.
4011
4012         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4013         that Gnus doesn't know exists again.
4014
4015         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4016         (gnus-treat-date-ut): Ditto.
4017         (gnus-article-update-date-header): Rename.
4018         (gnus-treat-date-local): Remove.
4019         (gnus-treat-date-english): Remove.
4020         (gnus-treat-date-lapsed): Remove.
4021         (gnus-treat-date-combined-lapsed): Remove.
4022         (gnus-treat-date-original): Remove.
4023         (gnus-treat-date-iso8601): Remove.
4024         (gnus-treat-date-user-defined): Remove.
4025         (gnus-article-date-headers): New variable to control all the date
4026         header options.
4027         (article-date-ut): Rewrite to allow using the new way to format date
4028         headers(s).
4029
4030 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4031
4032         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4033         method.
4034         (nnmail-article-group): A better test for fanciness.
4035
4036         * nnimap.el (nnimap-request-head): Protect against not finding the
4037         article by Message-ID.
4038
4039 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4040
4041         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4042         keep point at the "same place".
4043
4044 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4045
4046         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4047         data if the group is inactive.
4048
4049 2011-01-28  Julien Danjou  <julien@danjou.info>
4050
4051         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4052         (gnus-all-windows-visible-p): Remove old compatibility code.
4053         (gnus-window-top-edge): Add docstring.
4054
4055         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4056
4057 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4060         older request-update-info.
4061
4062         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4063
4064 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4065
4066         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4067         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4068
4069 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4070
4071         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4072         groups.  This makes the nndraft:queue group pop up if it's not already
4073         there.
4074
4075         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4076         messages" logic, which was reversed.
4077
4078         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4079         the "same place" even if point is on the line being replaced.
4080         (article-update-date-lapsed): Allow updating both the combined lapsed
4081         and the lapsed headers.
4082         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4083         (article-make-date-line): Limit the number of segments dynamically to
4084         avoid too-long lines.
4085
4086 2011-01-27  Julien Danjou  <julien@danjou.info>
4087
4088         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4089         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4090
4091 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4094         Use plist-get instead of the cl function getf.
4095
4096 2011-01-27  Glenn Morris  <rgm@gnu.org>
4097
4098         * gnus-util.el (float-time): Get rid of compiler warning, again.
4099
4100 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4101
4102         * shr.el (shr-put-color): Special-case background colors: Do put them
4103         at the blank parts at the front of the lines.
4104
4105         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4106         exit hook to nix out all data on readedness on group exit.
4107
4108         * gnus-util.el (float-time): If float-time is bound, always use it on
4109         all Emacsen.  It's unclear why the subrp check was there.
4110         (time-date): Require to make some autoload issues on XEmacs go away.
4111
4112         * shr.el (shr-put-color): Don't do the box padding in tables, since
4113         they're already padded.
4114
4115 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4116
4117         * gnus-art.el (gnus-article-next-page): When the last line of the
4118         article is displayed, scroll down once more instead of going to the
4119         next article at once.
4120         (article-lapsed-string): Refactor out and allow specifying how many
4121         segments you want.
4122         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4123         (gnus-article-update-lapsed-header): New variable.
4124
4125         * shr.el: Revert change that made headings use different-sized faces.
4126         The Emacs display engine isn't advanced enough that, for instance,
4127         tables can comfortably use differently-sized faces.
4128
4129 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4130
4131         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4132         used.
4133         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4134         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4135         we're using an encrypted connection.
4136
4137         * proto-stream.el: Alter the interface functions to also return the
4138         actual stream type used: network or tls.
4139
4140 2011-01-25  Julien Danjou  <julien@danjou.info>
4141
4142         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4143         (mm-display-javascript-inline): New function.
4144
4145         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4146         viewing function.
4147
4148 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * shr.el (shr-expand-newlines): Fix variable name.
4151
4152 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4153
4154         * shr.el (shr-expand-newlines): Make nested boxes work.
4155
4156 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4159         backgrounds.
4160         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4161         in a more sensible manner.
4162
4163 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4166         if EPG is loaded.
4167
4168 2011-01-24  Julien Danjou  <julien@danjou.info>
4169
4170         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4171         tags.
4172
4173 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4176         commands.
4177
4178         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4179         in the article buffer.
4180         (gnus-gravatar-insert): Use blank space from the current buffer to
4181         avoid breaking text properties.  This makes X-Sent updating work again.
4182
4183         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4184
4185 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4186
4187         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4188         fix the bug in url-http.el instead.
4189
4190         * shr.el (shr-image-fetched): Ditto.
4191
4192         * shr.el (shr-image-fetched): Avoid having point move in the article
4193         buffer.
4194
4195         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4196         buffer after being called.  It's apparently being killed by url.el, and
4197         killing it made point move to end-of-buffer in a random buffer.
4198
4199         * shr.el (shr-image-fetched): Ditto.
4200
4201 2011-01-23  Julien Danjou  <julien@danjou.info>
4202
4203         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4204
4205         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4206         text/x-org.
4207
4208 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4211         (i.e., nnimap) returning nil as the article number.
4212
4213 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4214
4215         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4216         "DelSp" parameter in RFC3676.
4217
4218 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * message.el (message-check-recipients): Display the encoded version of
4221         the bogus address if they differ.
4222
4223         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4224         after sending.
4225
4226         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4227
4228         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4229
4230         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4231         group buffer after sending the queue.
4232
4233         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4234
4235 2011-01-22  Julien Danjou  <julien@danjou.info>
4236
4237         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4238
4239 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4240
4241         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4242         nested related parts.
4243
4244         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4245         unexpired articles.  This fixes the regression that led expiry marks to
4246         disappear from nnfolder groups.
4247
4248 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4249
4250         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4251         Don't confuse the "ret" of "retrograde" with RET.
4252
4253 2011-01-21  Julien Danjou  <julien@danjou.info>
4254
4255         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4256         than mm-insert-inline.
4257
4258 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4261         Widen article buffer.
4262
4263 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4264
4265         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4266         the temp buffer.
4267         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4268
4269 2011-01-20  Julien Danjou  <julien@danjou.info>
4270
4271         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4272
4273         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4274         than mm-insert-inline to insert inline part: this respect
4275         mm-inline-media-tests displayers.
4276
4277         * mm-view.el (mm-display-shell-script-inline): New function.
4278
4279         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4280
4281         * mm-uu.el (mm-uu-type-alist): Add org block.
4282         (mm-uu-org-src-code-block-extract): New function.
4283
4284         * mm-view.el (mm-display-org-inline): New function.
4285
4286         * mm-decode.el (mm-automatic-display): Add text/org.
4287
4288         * mailcap.el (mailcap-mime-extensions): Add .org.
4289
4290 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4293         gnus-article-add-buttons.
4294
4295 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4296
4297         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4298         From header with a date and "nobody" as the sender.
4299
4300 2011-01-19  Julien Danjou  <julien@danjou.info>
4301
4302         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4303         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4304         if you have the same regexp several times.
4305         (gnus-button-push): Fix matching when regexp is symbol.
4306
4307 2011-01-15  Glenn Morris  <rgm@gnu.org>
4308
4309         * message.el (message-mail): A compose-mail function should
4310         accept headers as strings.
4311
4312 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4313
4314         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4315         Add :vert-only tags.
4316         (message-mail): New arg RETURN-ACTION.
4317         (message-return-action): New var.
4318         (message-bury): Use it.
4319         (message-mode): Make it buffer-local.
4320         (message-send-and-exit): Always call message-bury.
4321
4322         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4323         message-mail.
4324
4325 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnimap.el (nnimap-convert-partial-article): Protect against
4328         zero-length body parts.
4329
4330         * mm-decode.el (mm-preferred-alternative-precedence):
4331         Discourage showing empty parts.
4332
4333         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4334         and stuff if the backend didn't return the article number.  This fixes
4335         an Exchange-related nnimap bug.
4336
4337         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4338         group window, because it does the wrong thing when a separate frame
4339         displays the group buffer.
4340
4341         * proto-stream.el (open-protocol-stream): Protect against the low-level
4342         transport functions returning nil.
4343
4344 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4345
4346         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4347         (mml2015-epg-find-usable-secret-key): New function.
4348         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4349         mml2015-epg-find-usable-key (Bug#7797).
4350         (mml2015-epg-encrypt): Ditto.
4351
4352 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * dgnushack.el (rot13-string): Fix the way to get the argument.
4355
4356 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4359
4360 2011-01-03  Glenn Morris  <rgm@gnu.org>
4361
4362         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4363
4364         * sieve.el (sieve-open-server): Give a more explicit error if
4365         sieve-manage-open returns nil.  (Bug#7720)
4366
4367 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4368
4369         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4370
4371 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4374         This avoids sending passwords in plain text over non-encrypted
4375         channels.
4376
4377         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4378
4379         * nnimap.el (nnimap-login): Refactored out into own function, and
4380         implement CRAM-MD5.
4381         (nnimap-wait-for-line): Refactored out.
4382
4383         * mm-view.el (mml-smime): Require.
4384
4385 2010-12-20  David Engster  <deng@eml.cc>
4386
4387         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4388         use EPG to decrypt S/MIME messages instead of openssl.
4389
4390 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4393
4394         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4395         status is the group clearly is unreachable.
4396
4397         * auth-source.el (auth-source-create): Add the optional second
4398         parameter to `local-variable-p' to be compatible with XEmacs.
4399
4400 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4401
4402         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4403         work when using a compressed nnml folder.
4404
4405 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4408         backends after sanitising on entry, because this never makes sense:
4409         If the articles have gone missing, then the data no longer exists on
4410         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4411         overwrite anything anyway.
4412
4413         * shr.el (shr-insert-document): Bind shr-width dynamically to
4414         window-width if it's nil.
4415
4416 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4417
4418         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4419         with the meaning of using the full emacs window width for rendering.
4420
4421 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4422
4423         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4424         case when sender is not given.
4425
4426 2010-12-23  Julien Danjou  <julien@danjou.info>
4427
4428         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4429         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4430         the addresses, otherwise we might misplaced the gravatar.
4431
4432 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4433
4434         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4435         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4436         obsolete in Emacs.
4437
4438 2010-12-20  Julien Danjou  <julien@danjou.info>
4439
4440         * gnus-util.el (gnus-rescale-image): Revert last change.
4441
4442 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4443
4444         * binhex.el: Improve commentary (Bug#7482).
4445
4446 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-group.el (gnus-group-delete-articles): New command.
4449
4450 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4451
4452         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4453
4454 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4457         here, since it's up to the backends to do CRLF removal if their
4458         protocol has it.
4459
4460         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4461
4462 2010-12-17  Julien Danjou  <julien@danjou.info>
4463
4464         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4465         they are from file.  Can also scale up.
4466
4467 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4468
4469         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4470         Restore gnus-use-agent.
4471         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4472
4473         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4474
4475 2010-12-17  Julien Danjou  <julien@danjou.info>
4476
4477         * gravatar.el (gravatar-retrieve-synchronously): New function.
4478         (gravatar-get-data): Make more robust.
4479
4480 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4483
4484 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4487         to really consider the last line.
4488
4489 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4490
4491         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4492         list of recipient keys, or use symmetric encryption if not a list.
4493         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4494         EPA override, replacing the call to `netrc-store-data'.
4495
4496 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4497
4498         * gnus-srvr.el: Avoid passing nil regexp argument to
4499         delete-matching-lines.
4500
4501 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4504         fetching stops when Gnus exits.
4505
4506         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4507         function.
4508         (nnfolder-request-expire-articles): Save all the buffers after doing
4509         expiry.
4510
4511         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4512         the last article", since that led to serious performance regressions
4513         when expiring nnml groups.
4514
4515 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4516
4517         * nnir.el: Improve customizations.
4518
4519 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4522
4523         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4524         group has been killed.
4525         (gnus-group-yank-group): Ditto.
4526
4527         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4528
4529         * nnimap.el (nnimap-request-update-group-status): New function.
4530
4531         * gnus-int.el (gnus-request-update-group-status): New interface
4532         function.
4533
4534         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4535         copying read-ness to the backends.
4536
4537         * nnimap.el (nnimap-quirk): New function.
4538         (nnimap-retrieve-group-data-early): Use it.
4539         (nnimap-quirks): New alist.
4540
4541 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4544         don't delete it within indentation.
4545
4546 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4549         previous line.
4550
4551 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4554         QRESYNC command by deleting a superfluous space which broke Cyrus
4555         servers.  This change will break other servers that are buggy the other
4556         way around.
4557
4558 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * spam.el: Reindent and fix long lines.
4561         (spam-copy-or-move-routine): Exclude invalid move destinations.
4562
4563 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4564
4565         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4566         installed the registry.
4567
4568 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4571
4572 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4573
4574         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4575         groupname doesn't contain "gmane".
4576
4577 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4580         and netrc-bound-and-true-p bindings.
4581         (netrc-parse): Cache the netrc contents.
4582
4583         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4584         (gnus-1): Don't create the nndrafts group twice.
4585         (gnus-setup-news): There's no need to read the active file here, since
4586         that's done again later on a per-backend basis.
4587         (gnus-start-draft-setup): Make sure that the new group is started out
4588         empty.
4589
4590         * gnus-agent.el (gnus-agentize): Don't create the queue group
4591         automatically on startup.  It'll be created later, if needed.
4592
4593         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4594         of automatically subscribed groups.
4595         (gnus-auto-subscribed-categories): New variable.
4596         (gnus-matches-options-n): Use it.
4597         (gnus-default-subscribed-newsgroups): Remove unused variable.
4598         (gnus-start-draft-setup): Message a bit less.
4599
4600 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4601
4602         * nnir.el (nnir-run-imap): Return article list in order of increasing
4603         UID.
4604
4605 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-sum.el (gnus-summary-enter-digest-group):
4608         Mention gnus-auto-select-on-ephemeral-exit.
4609
4610         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4611         convention of the network-only option.
4612
4613 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * proto-stream.el (proto-stream-open-network-only): New function to
4616         have a way to specify non-STARTTLS upgrade connections.
4617
4618 2010-12-10  Julien Danjou  <julien@danjou.info>
4619
4620         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4621         email address is nil.
4622
4623         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4624
4625 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4626
4627         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4628         deletion.
4629         (nnir-run-imap): Only need to parse list once.
4630
4631 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * shr.el (shr-tag-script): Ignore <script>.
4634         (shr-tag-label): Add <label> support.
4635
4636 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4639
4640         * shr.el (shr-image-displayer): Work for images lined side by side.
4641
4642 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4643
4644         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4645         parameter, since XEmacs doesn't accept t as a parameter.
4646
4647 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4648
4649         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4650         ids.
4651         (nnir-run-gmane): Simplify groupspec formatting.
4652         (nnir-request-expire-articles): New function.
4653
4654 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4657         overflow, possibly.
4658
4659         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4660         (shr-render-td): Handle td style="" better.
4661         (shr-tag-table): Use the color from the style sheet.
4662         (shr-render-td): Make sure we copy over all the overlays, too.
4663
4664 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4665
4666         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4667         (nnir-request-article): Improve article retrieval.
4668
4669 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * mm-util.el (mm-extra-numeric-entities): New variable.
4672
4673         * mm-url.el (mm-url-decode-entities):
4674         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4675
4676         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4677
4678 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4679
4680         * message.el: Use completion-at-point.
4681         (message-completion-function): New fun, extracted from message-tab.
4682         (message-mode): Use it for completion-at-point-functions.
4683         (message-tab): Use it and completion-at-point.
4684
4685 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4688         character if a non-breakable character follows.
4689
4690 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4693         any stream.
4694
4695         * shr.el (shr-tag-font): Colorize the region.
4696         (shr-tag-body): Ditto.
4697         (shr-tag-font): Actually let the styles be inherited instead of
4698         overwriting them.
4699         (shr-tag-font): Get the background color right.
4700         (shr-tag-style): Ignore all <style> tags for the moment.
4701
4702         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4703         a Message-ID to avoid having nnimap depend on gnus-sum.
4704
4705         * shr.el (shr-descend): Only colorize something if we have a node that
4706         sets colors.
4707
4708 2010-12-06  Julien Danjou  <julien@danjou.info>
4709
4710         * shr.el (shr-render-td): Render td content with shr-descend, so style
4711         will be applied to <td> too.
4712         (shr-colorize-region): Colorize region even if we only have a background.
4713         (shr-tag-body): Fix color and background color inheritance.
4714         Do not recolorize after shr-generic.
4715         (shr-tag-font): Let shr-generic colorize via inheritance.
4716
4717 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4720
4721 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4722
4723         * nnir.el (nnir-request-move-article): Remove obsolete code.
4724
4725 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4728
4729 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-sum.el (gnus-summary-respool-article): The completion function
4732         expects a list instead of an alist.
4733
4734         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4735         string as the parameter.
4736
4737         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4738
4739         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4740         styles.
4741         (shr-colorize-region): New function.
4742         (shr-insert-background-overlay): Remove.
4743         (shr-render-td): Background setting should be taken care of on a higher
4744         level.
4745         (shr-tag-body): Use post-hoc colorizations.
4746         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4747         (shr-put-color-1): Don't overwrite old colors.
4748         (shr-colorize-region): When the background color isn't explicit, use
4749         a fixed background.
4750
4751         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4752         nnmail variables.
4753
4754 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4755
4756         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4757         unless necessary.
4758
4759 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4760
4761         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4762         server.
4763
4764 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4767         so that TAB works.
4768
4769         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4770         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4771
4772         * shr.el (shr-urlify): Show the URL before the title to avoid
4773         misleading URLs.
4774
4775 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4776
4777         * shr.el (shr-urlify): Display the title in <a> tags.
4778
4779 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4780
4781         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4782
4783 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4784
4785         * nnir.el: Rearrange code to allow macros to be autoloaded by
4786         gnus-sum.el.
4787         (nnir-retrieve-headers-override-function): Make this variable
4788         customizable.
4789         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4790
4791         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4792         from nnir.el.
4793
4794 2010-12-03  Julien Danjou  <julien@danjou.info>
4795
4796         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4797
4798 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4801         allow optional argument `environment'.
4802
4803 2010-12-03  Glenn Morris  <rgm@gnu.org>
4804
4805         * mm-extern.el (message-goto-body): Update declaration.
4806
4807 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-util.el (gnus-macroexpand-all): New function.
4810
4811         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4812         instead of macroexpand-all that is unavailable in XEmacs.
4813
4814 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4815
4816         * nnir.el (nnir-summary-line-format): New variable.
4817         (nnir-mode): Use it.
4818         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4819         (nnir-article-ids): Reimplement as defsubst.
4820         (nnir-retrieve-headers): Don't mangle the subject header.
4821         (nnir-run-imap): Use 100 as RSV score.
4822         (nnir-run-find-grep): Fix for full server searching.
4823         (nnir-run-gmane): Better restriction to gmane groups.
4824
4825         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4826         summary buffers.
4827
4828 2010-12-02  Julien Danjou  <julien@danjou.info>
4829
4830         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4831
4832         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4833
4834         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4835         support.
4836
4837 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4838
4839         * nnir.el: Update to handle the registry better.
4840         (autoload): Silence byte-compiler.
4841         (nnir-open-server): Add a hook for nnir groups.
4842         (nnir-request-move-article): Don't mangle the header.  Better to use
4843         formatting variables (which will be added in the future).
4844         (nnir-registry-action): Update the registry using the original article
4845         group name.
4846         (nnir-mode): Install nnir-specific hooks for updating the registry.
4847
4848         * gnus-sum.el
4849         (gnus-article-original-subject,gnus-newsgroup-original-name):
4850         Remove obsolete variables.
4851         (gnus-summary-move-article): Remove use of obsolete variables.
4852         (gnus-summary-local-variables): Make move and delete hooks local to
4853         summary buffers.
4854
4855 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * rtree.el: New file.
4858
4859 2010-12-01  Julien Danjou  <julien@danjou.info>
4860
4861         * message.el (message-user-organization): Do not use
4862         gnus-local-organization.
4863
4864         * gnus.el: Remove gnus-local-organization.
4865
4866         * gnus-msg.el: Remove nastygram thing.
4867
4868 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4871         funcall.
4872
4873 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4876         names.
4877
4878         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4879         characters.
4880
4881         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4882         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4883         Suggested by Štěpán Němec <stepnem@gmail.com>.
4884         (gnus-gravatar-transform-address): Use mail-extract-address-components
4885         that supports non-ASCII names rather than mail-header-parse-addresses.
4886
4887 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4888
4889         * proto-stream.el (open-protocol-stream): All starttls connections are
4890         handled by the network handler.
4891
4892 2010-11-30  Julien Danjou  <julien@danjou.info>
4893
4894         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4895         (nnimap-open-connection-1): Fix PREAUTH.
4896
4897         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4898
4899 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4902         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4903         (shr-insert): Use them.
4904         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4905
4906 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4907
4908         * nnir.el (nnir-request-move-article): Bail out if original group
4909         doesn't support article moves.
4910         (nnir-get-active): Improve active list retrieval.
4911
4912 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4915
4916 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4917
4918         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4919         seem to accept strings-with-numbers as port numbers,
4920
4921 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4922
4923         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4924         change the registry.
4925
4926 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4929         delete-dups that is not available in XEmacs 21.4.
4930
4931         * mm-util.el (mm-delete-duplicates): Add comment.
4932
4933 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4934
4935         * nnir.el (nnir-ignored-newsgroups): New variable.
4936         (nnir-get-active): Use it.
4937
4938 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * proto-stream.el (proto-stream-open-network): Add some comments.
4941
4942         * nntp.el (nntp-open-connection): Provide a :success condition.
4943
4944         * nnimap.el (nnimap-open-connection-1): Ditto.
4945
4946         * proto-stream.el (proto-stream-open-network): See what the response to
4947         the STARTTLS command is.
4948
4949         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4950         backwards compatibility).
4951         (nnimap-open-connection-1): Really respect nnimap-server-port.
4952
4953         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4954         TLS upgrades we don't really care about the identity of the peer.
4955         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4956         that what we've checked for.
4957         (proto-stream-always-use-starttls): Only default to t if
4958         open-gnutls-stream exists.
4959         (proto-stream-open-network): If STARTTLS failed, then just open a
4960         normal connection.
4961         (proto-stream-open-network): Wait until the greeting before doing
4962         STARTTLS.
4963
4964         * nntp.el (nntp-open-connection): Report what the connection error is.
4965
4966         * proto-stream.el (open-protocol-stream): Rename from
4967         open-proto-stream.
4968
4969 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nnimap.el (nnimap-stream): Change default to `undecided'.
4972         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4973         first, and then network.
4974         (nnimap-open-connection-1): Respect nnimap-server-port.
4975         (nnimap-open-connection): Be more backwards-compatible.
4976
4977         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4978         (proto-stream-open-starttls): De-duplicate the starttls code.
4979         (proto-stream-open-starttls): Folded back into the main function.
4980         (proto-stream-open-network): Fix typo in the gnutls path.
4981         (proto-stream-command): Refactor out.
4982
4983         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4984
4985         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4986         starttls.el STARTTLS.
4987
4988         * color.el (color-lab->srgb): Fix function call name.
4989
4990         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4991         if we're using tls.el.
4992         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4993         built in, then don't try to establish a STARTTLS connection.
4994
4995         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4996         servers.
4997
4998         * proto-stream.el (open-proto-stream): Use network, not stream.
4999         (open-proto-stream): Add a way to specify what the end of a command is.
5000
5001         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5002         connections types.
5003         (nntp-open-network-stream): Remove.
5004         (nntp-open-ssl-stream): Remove.
5005         (nntp-open-tls-stream): Remove.
5006         (nntp-ssl-program): Remove.
5007
5008         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5009
5010 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5011
5012         * nnir.el: Fix typos.
5013         (nnir-retrieve-headers-override-function): Rename variable to reflect
5014         new semantics.
5015         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5016         macros.
5017         (nnir-request-article, nnir-request-move-article): Use them.
5018         (nnir-categorize): New function.
5019         (nnir-run-query): Use it.
5020         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5021         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5022         sorted.
5023         (nnir-group-full-name): Use gnus-group-full-name instead.
5024         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5025         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5026
5027 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5030
5031         * proto-stream.el: New library to provide protocol-specific
5032         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5033         protocols.
5034         (open-proto-stream): Complete the documentation.
5035         (proto-stream-open-network): Fix some typos.
5036
5037         * nnimap.el (nnimap-open-connection): Use it.
5038
5039 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5040
5041         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5042         negotiation.
5043
5044 2010-11-26  Julien Danjou  <julien@danjou.info>
5045
5046         * color.el: Rename various rgb functions to srgb.
5047
5048 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5051         names.
5052
5053 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * shr.el (shr-insert): Revert last change.
5056         (shr-find-fill-point): Never leave point being at bol;
5057         relax the kinsoku limitation when rendering tables.
5058
5059 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5062         results from -accept-article.
5063
5064         * shr-color.el: Require cl when compiling.
5065
5066         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5067         checkin.
5068
5069         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5070
5071         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5072
5073         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5074         'add and 'delete to set backend marks.
5075
5076         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5077
5078         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5079
5080         * nntp.el (nntp-request-set-mark): Use it.
5081
5082         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5083
5084         * nnml.el (nnml-request-set-mark): Ditto.
5085
5086         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5087         introduces regressions in article selection.
5088         (nnimap-find-uid-response): New function.
5089         (nnimap-request-accept-article): Use the UID returned, if any.
5090         (nnimap-request-move-article): Use the UID returned, if any.
5091         (nnimap-get-groups): Reimplement to work with folded lines.
5092         (nnimap-find-uid-response): The UID is the last element in the list.
5093         (nnimap-request-set-mark): Extend syntax with 'set.
5094
5095         * nnml.el (nnml-request-set-mark): Ditto.
5096
5097         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5098
5099         * nntp.el (nntp-request-set-mark): Ditto.
5100
5101 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * message.el (message-called-interactively-p): A temporary macro.
5104         (message-goto-body): Use it temporarily.
5105
5106 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5109         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5110         (nnimap-last-response-string): Fix last unfolding fix.
5111
5112 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * shr.el (shr-insert): Fix the way to fold lines.
5115
5116 2010-11-25  Julien Danjou  <julien@danjou.info>
5117
5118         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5119
5120         * color.el: Rename from color-lab.el
5121         (color-rgb->hex): Add.
5122         (color-complement): Add.
5123         (color-complement-hex): Add.
5124
5125         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5126
5127 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * shr-color.el (shr-color-visible): Don't bug out if the color names
5130         don't exist.
5131
5132 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5135         assuming that article displaying or another mml-preview may be
5136         interrupted for an error or for the like.
5137
5138         * shr.el (shr-get-background): Fix argument name.
5139
5140 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5143
5144         * gnus-sum.el (gnus-summary-include-articles): New function.
5145
5146         * message.el (message-goto-body): called-interactively-p needs a
5147         parameter, so use `any'.
5148
5149         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5150         clear marks before moving, since they're synced from the Gnus side
5151         first.
5152
5153         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5154         (gnus-summary-move-article): Copy over all marks before moving, so that
5155         IMAP doesn't think a new article has arrived.
5156
5157 2010-11-24  Julien Danjou  <julien@danjou.info>
5158
5159         * shr.el (shr-insert-background-overlay): Fix typo.
5160         (shr-render-td): Copy the background before rendering.
5161
5162         * shr-color.el (shr-color-visible): Fix docstring.
5163
5164         * shr.el (shr-tag-table): Add bgcolor support.
5165         (shr-render-td): Add bgcolor support.
5166         (shr-get-background): Add.
5167         (shr-insert-foreground-overlay): Use shr-get-background.
5168
5169         * message.el (message-goto-body): Use called-interactively-p.
5170         (message-in-body-p): message-goto-body returns point.
5171
5172 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5175         Fixes something or other in Emacs 23, and is backwards compatible.
5176
5177         * message.el (message-goto-body): Remove the <#secure special-casing,
5178         which is too special.
5179
5180         * shr.el (shr-parse-style): Drop !important from styles.
5181
5182 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5183
5184         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5185         this function to return incorrect results when calling it with an
5186         explicit article argument different from
5187         (gnus-summary-article-number).
5188
5189 2010-11-24  Julien Danjou  <julien@danjou.info>
5190
5191         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5192         (shr-tag-body): Add background support.
5193         (shr-descend): Add background support.
5194         (shr-tag-title): Add.
5195
5196         * shr-color.el (shr-color-visible): Really return original background
5197         if fixed.
5198
5199 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * shr.el (shr-color-check): Protect against non-existent color names.
5202
5203 2010-11-24  Julien Danjou  <julien@danjou.info>
5204
5205         * color-lab.el: Require 'cl when compiling.
5206
5207         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5208
5209         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5210         matched part.
5211
5212         * color-lab.el: Fix all expt calls to use float type.
5213
5214 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5217         expression to shr-color-check as is.
5218
5219         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5220
5221         * color-lab.el: Add coding cookie.
5222         (float-pi): Use eval-and-compile.
5223
5224         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5225         compiled for Emacsen having no `libxml-parse-html-region' support.
5226
5227 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * shr.el (shr-insert-color-overlay): Split stuff like
5230         "#444444 !important" to find the real color.
5231         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5232         parse <font color="red"> entries.
5233
5234 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5235
5236         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5237         point when parsing headers.
5238
5239         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5240         is positioned properly when parsing headers.
5241
5242 2010-11-23  Julien Danjou  <julien@danjou.info>
5243
5244         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5245
5246         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5247
5248         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5249
5250         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5251         Use shr-color-hue-to-rgb.
5252         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5253
5254 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * shr.el (shr-color->hexadecimal): Autoload.
5257         (shr-descend): Add color to all tags.
5258
5259 2010-11-22  Julien Danjou  <julien@danjou.info>
5260
5261         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5262         shr-color->hexadecimal.
5263
5264         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5265         RGB() or HSL() color representation.
5266
5267         * shr.el (shr-tag-font): Add.
5268         (shr-tag-color-check): New function to get better colors.
5269         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5270         tag-span.
5271
5272         * shr-color.el: New file.
5273
5274         * color-lab.el: New file.
5275
5276         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5277
5278 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5279
5280         * nnir.el: Fix typo in comments.
5281         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5282         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5283
5284 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5287
5288         * nnimap.el (nnimap-get-capabilities): Refactor out.
5289         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5290
5291 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5292
5293         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5294         appearing when `mm-uu-hide-markers' is nil.
5295
5296 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * nnimap.el (nnimap-unselect-group): Make into its own function.
5299         (nnimap-request-rename-group): Unselect group before renaming.
5300         This had gotten lost somewhere.
5301         (nnimap-request-accept-article): Keep track of examined groups, and
5302         unselect the group before APPENDing to read-only groups.
5303         (nnimap-request-move-article): Clear flags before moving so that they
5304         can be re-set later.
5305
5306 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5309         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5310
5311 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-art.el (gnus-mime-display-single):
5314         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5315         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5316         parameter.
5317
5318 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5321         (shr-table-vertical-line): New variable.
5322         (shr-insert-table): Use it.
5323
5324 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-html.el (gnus-html-wash-images): Don't display images if
5327         gnus-inhibit-images is non-nil; register displayer for cid images.
5328         (gnus-html-display-image): Work for cid image.
5329         (gnus-html-insert-image): Allow arguments.
5330         (gnus-html-put-image): Inhibit read-only.
5331         (gnus-html-prefetch-images): Don't prefetch images if
5332         gnus-inhibit-images is non-nil.
5333
5334 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * shr.el (shr-put-image): Break lines when inserting big pictures.
5337
5338 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5339
5340         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5341         sender, thanks Katsumi Yamaoka.
5342
5343 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5344
5345         * nnir.el (nnir-run-imap): Reverse the article list for each group
5346         rather than the whole list.
5347
5348 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * shr.el (shr-image-displayer): Protect function against non-existent
5351         image source.
5352
5353         * gnus-art.el (gnus-inhibit-images): New user option.
5354         (gnus-mime-display-single): Don't display image if it is non-nil.
5355
5356         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5357         gnus-inhibit-images.
5358
5359         * shr.el (shr-image-displayer): New function.
5360         (shr-tag-img): Use it.
5361
5362 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5363
5364         * mml2015.el (mml2015-epg-sign): Use From header.
5365
5366 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5369
5370         * gnus-util.el (gnus-find-text-property-region): Return markers.
5371
5372         * shr.el (shr-tag-img): Put a displayer in the text property.
5373
5374         * gnus-util.el (gnus-find-text-property-region): New utility function.
5375
5376         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5377         (gnus-html-show-images): Remove.
5378
5379         * gnus-art.el (gnus-article-show-images): New, more general function.
5380
5381         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5382         image url text properties.
5383
5384         * shr.el: Ditto.
5385
5386         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5387         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5388
5389 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5392         work for two or more articles.
5393
5394 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5397         divide an image that's in an html article to two or more when washing
5398         non-ASCII characters in alt text of it.
5399
5400 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5401
5402         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5403         smime-decrypt-region using function argument.
5404         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5405
5406         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5407
5408         * smime.el (smime-decrypt-region): Catch it.
5409
5410 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5411
5412         * smime.el (smime-mode-map): Move initialization into declaration.
5413         (gnus-run-mode-hooks): Don't autoload.
5414         (smime-mode): Use define-derived-mode.
5415
5416 2010-11-11  Glenn Morris  <rgm@gnu.org>
5417
5418         * smime.el (from): Restrict declaration to XEmacs.
5419
5420         * nnir.el (gnus-group-topic-name): Autoload.
5421
5422 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * shr.el (shr-insert): Don't break long line if it is because of
5425         kinsoku-bol characters in the line end.
5426
5427 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5428
5429         * nnir.el (nnir-request-move-article): Fix to provide original group
5430         and subject.
5431         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5432         been retrieved.
5433
5434         * gnus-sum.el (gnus-summary-move-article): Use original group and
5435         subject for virtual articles such as those in an nnir summary buffer.
5436
5437 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5440         least 21.5).
5441
5442         * smime.el (from): Declare it again for XEmacs.
5443
5444 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * message.el (message-resend): Don't disable encoding unless it's
5447         already encoded.
5448
5449         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5450         low-numbered articles.
5451
5452 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * rfc2047.el (rfc2047-syntax-table): Simplify.
5455
5456         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5457
5458         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5459         set-char-table-range for XEmacs.
5460
5461 2010-11-10  Glenn Morris  <rgm@gnu.org>
5462
5463         * time-date.el (time-to-seconds): Always an alias on Emacs,
5464         never a real function.
5465         (with-no-warnings): Remove compat stub, now unused.
5466         (time-less-p): Doc fix.
5467         (time-to-number-of-days): Simplify.
5468
5469         * smime.el (from): Remove unused declaration.
5470
5471         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5472         (gnus-float-time): On Emacs, always an alias.
5473
5474         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5475         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5476
5477 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * dgnushack.el: Don't use ignore-errors in the top level form since it
5480         is unavailable in XEmacs even if cl is loaded.
5481
5482         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5483
5484 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * shr.el (browse-url-mailto): Autoload.
5487
5488         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5489
5490         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5491         regexp doesn't need quoting.
5492
5493 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5494
5495         * message.el (message-subject-trailing-was-ask-regexp)
5496         (message-subject-trailing-was-regexp): Match was: in addition to was.
5497
5498 2010-11-09  Glenn Morris  <rgm@gnu.org>
5499
5500         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5501         (nnbabyl-check-mbox): Use point-at-bol.
5502
5503 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5506
5507         * message.el (message-mailto): New function.
5508         (message-mailto): Should accept other parameters.
5509         (message-mailto): Remove since it duplicates browse-url-mailto
5510         functionality.
5511
5512 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5515         methods.
5516         (gnus-read-active-file): Ditto.
5517
5518         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5519         ": " from the prompt.
5520         (gnus-group-make-group): Ditto.
5521
5522 2010-11-07  Glenn Morris  <rgm@gnu.org>
5523
5524         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5525         (gnus-bookmark-kill-line): Use point-at-eol.
5526
5527 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5530         asterisks in From header.
5531
5532 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5535         string to avoid making the From headers syntactically invalid.
5536
5537         * message.el (message-send-mail): Don't insert courtesy messages if the
5538         message already has List-Post and List-ID messages.
5539
5540 2010-11-06  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5543         `condition', `type', `length' a prefix.
5544         (gnus-treat-predicate): Update for above name changes.
5545
5546 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5547
5548         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5549         binding.  Handled by `gnus-summary-refer-thread' instead.
5550         (nnir-warp-to-article): New backend function.
5551
5552         * nnimap.el (nnimap-request-thread): Force dependency updating.
5553
5554         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5555         (gnus-summary-refer-thread): Rework to improve thread-referral.
5556
5557         * gnus-int.el (gnus-warp-to-article): New function.
5558
5559         * gnus-sum.el (gnus-summary-article-map): Bind it.
5560
5561 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5562
5563         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5564         gnus-summary-refer-thread.
5565
5566         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5567         headers.
5568         (gnus-summary-limit-include-thread): Prevent articles in thread from
5569         being cut in gnus-cut-threads.
5570         (gnus-summary-refer-thread): Limit retrieved headers to those in
5571         thread.
5572
5573 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * message.el (message-send-mail): Use the value of
5576         message-courtesy-message from the message buffer.
5577
5578         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5579
5580         * shr.el (shr-browse-url): Implement mailto: URLs.
5581
5582         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5583         "raw".
5584
5585         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5586         if it's already selected.
5587
5588         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5589
5590 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5593         to measure the length and truncate alt text.
5594
5595 2010-11-03  Glenn Morris  <rgm@gnu.org>
5596
5597         * nndiary.el (nndiary-generate-nov-databases-1)
5598         (nndiary-generate-active-info): Rename dynamic variable `files' to
5599         something less generic.
5600
5601 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5602
5603         * nnir.el (nnir-request-move-article): Call the underlying backend to
5604         move articles from nnir.
5605
5606 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5609
5610 2010-11-02  Julien Danjou  <julien@danjou.info>
5611
5612         * nnir.el: Remove wais support.
5613
5614 2010-11-02  Glenn Morris  <rgm@gnu.org>
5615
5616         * gnus-html.el: Reorder requirements to quieten compiler.
5617
5618 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5621         properly for XEmacs as well.
5622         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5623         (gnus-article-natural-long-line-p): Use window-width rather than
5624         frame-width.
5625
5626 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5627
5628         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5629         (nnir-read-parms): Don't modify query.
5630         (nnir-run-query): Add ability to search topic on current line.
5631         (nnir-get-active): Clean up.
5632
5633 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5636         degenerate articles.
5637
5638         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5639         (gnus-print-buffer): Just print the buffer as is, without any copying
5640         to a buffer and then re-highlighting.
5641
5642         * nnimap.el (nnimap-request-group): Store the new updated info.
5643         (nnimap-request-group): Select the group when we don't know whether it
5644         exists or not.
5645
5646         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5647         groups.
5648
5649         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5650         groups.
5651
5652         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5653         groups.
5654
5655         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5656         long-lines case by only filling the long lines.
5657
5658         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5659         (bug #7311).
5660
5661 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * shr.el: No need to declare `declare-function' since shr.el is for
5664         only Emacsen that provide `libxml-parse-html-region'.
5665
5666         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5667         effective only in a file it is referred to.
5668
5669 2010-11-01  Glenn Morris  <rgm@gnu.org>
5670
5671         * mm-util.el (gnus-completing-read): Autoload.
5672         (mm-read-coding-system): Simplify Emacs definition.
5673
5674         * nnmail.el (gnus-activate-group):
5675         * nnimap.el (gnutls-negotiate):
5676         * nntp.el (netrc-parse): Fix declarations.
5677
5678 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5681         string-match-p in Emacs >=23.
5682
5683         * gnus-msg.el (gnus-configure-posting-styles):
5684         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5685
5686 2010-11-01  Glenn Morris  <rgm@gnu.org>
5687
5688         * nnir.el (declare-function): Add compat stub.
5689         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5690         (nnir-run-gmane): Require 'mm-url.
5691
5692         * mm-util.el (mm-string-to-multibyte): Simplify.
5693
5694         * shr.el (declare-function): Add compat stub.
5695         (url-cache-create-filename): Declare.
5696         (mm-disable-multibyte, widget-convert-button): Autoload.
5697
5698         * smime.el (ldap-search): Declare.
5699         (smime-cert-by-ldap-1): Require ldap on Emacs.
5700
5701         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5702         (nnimap-keepalive): Use gnus-float-time.
5703
5704         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5705         (mail-source-delete-crash-box): Use gnus-float-time.
5706
5707         * gnus-dired.el (gnus-completing-read): Autoload.
5708
5709         * mm-view.el (gnus-rescale-image): Autoload.
5710
5711         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5712
5713         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5714
5715         * sieve-manage.el: Require 'cl when compiling.
5716
5717         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5718         (gnus-iswitchb-completing-read): Require iswitchb.
5719         (gnus-select-frame-set-input-focus): Silence compiler.
5720
5721 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * message.el (message-subject-trailing-was-query): Change default to t,
5724         since I think that's what most people want.
5725
5726         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5727         appending for easier debugging.
5728         (nnimap-wait-for-connection): Take a regexp.
5729         (nnimap-request-accept-article): Wait for the continuation line before
5730         sending anything unless we're streaming.
5731
5732         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5733         leave the header washing to take place.
5734
5735 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5736
5737         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5738         regular expression match and replace in posting styles.
5739
5740 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5741
5742         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5743         an entire server.
5744         (nnir-get-active): New function.
5745         (nnir-run-imap): Use it.
5746         (nnir-run-gmane): Who knew, gmane search returns an article score!
5747
5748         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5749         server on the current line with nnir.
5750
5751 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5754         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5755         left edge.
5756         (gnus-article-foldable-buffer): Skip past the prefix when determining
5757         raggedness.
5758
5759         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5760         the raw article, and change `C-u g' to show the article without doing
5761         treatments.
5762
5763         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5764         on to `gnus-treat-article'.
5765         (gnus-inhibit-article-treatments): New variable.
5766
5767         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5768
5769         * gnus-art.el (gnus-treatment-function-alist): Have
5770         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5771         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5772         sections.
5773
5774         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5775         parameter.
5776         (gnus-article-fill-cited-long-lines): New function.
5777         (gnus-article-fill-cited-article): Allow filling only long sections.
5778
5779         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5780         and non-punctuation (like after the apostrophe in "'We").
5781
5782         * gnus-sum.el (gnus-summary-select-article): Make sure
5783         gnus-original-article-buffer is alive.
5784
5785         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5786         reflect the order they're in in the digest.
5787
5788         * gnus.el (gnus-group-startup-message): Move point to the start of the
5789         buffer.
5790
5791         * nnimap.el (nnimap-capability): New function.
5792         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5793         is set.
5794
5795 2010-10-31  David Engster  <dengste@eml.cc>
5796
5797         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5798         conform with changes to gnus-completing-read.
5799
5800 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5803
5804 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5805
5806         * nnir.el: Move defvar, defcustom around to keep file organized
5807         and keep byte-compiler quiet.
5808         (nnir-read-parms): Accept search-engine as arg.
5809         (nnir-run-query): Pass search-engine as arg.
5810         (nnir-search-engine): Remove.
5811
5812 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * shr.el (shr-generic): The text nodes should be text, not :text.
5815
5816         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5817         later in the file.
5818
5819 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5820
5821         * nnir.el: General clean up.  Allow searching with multiple engines.
5822         Allow separate extra-parameters for each engine.
5823         Batch queries when possible.
5824         (nnir-imap-default-search-key,nnir-method-default-engines):
5825         Add customize interface.
5826         (nnir-run-gmane): New engine.
5827         (nnir-engines): Use it.  Qualify all prompts with engine name.
5828         (nnir-search-engine): Remove global variable.
5829         (nnir-run-hyrex): Restore for now.
5830         (nnir-extra-parms,nnir-search-history): New variables.
5831         (gnus-group-make-nnir-group): Use them.
5832         (nnir-group-server): Remove in favor of gnus-group-server.
5833         (nnir-request-group): Avoid searching twice.
5834         (nnir-sort-groups-by-server): New function.
5835
5836 2010-10-30  Julien Danjou  <julien@danjou.info>
5837
5838         * gnus-group.el: Remove gnus-group-fetch-control.
5839
5840         * gnus-start.el (gnus-find-new-newsgroups):
5841         Remove gnus-check-first-time-used.
5842
5843         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5844
5845 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5846
5847         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5848         set on groups that don't have \* permanentflags.
5849
5850 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5853         control the background color.
5854         (shr-tag-img): Ignore very small web bug type images.
5855         (shr-put-image): Add help-echo alt texts to the images.
5856         (shr-tag-video): Show the video poster image.
5857
5858 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * shr.el (shr-table-depth): New variable.
5861         (shr-tag-table-1): Only insert the images after the top-level table.
5862
5863         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5864
5865         * gnus-util.el (gnus-list-memq-of-list): New function.
5866
5867         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5868         selected.
5869         (nnimap-unsplittable-articles): New slot.
5870         (nnimap-new-articles): Use it.
5871
5872 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5873
5874         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5875         move to the previous line on `M-g'.
5876
5877 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5880         *-request-group, which seems unnecessary.
5881
5882         * nnimap.el (nnimap-quote-specials): Function copied over from
5883         imap.el.
5884         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5885         they support that.  Suggested by Tom Regner.
5886
5887 2010-10-29  Julien Danjou  <julien@danjou.info>
5888
5889         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5890         defalias.
5891         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5892
5893         * gnus.el: Remove `gnus-nntp-service' variable.
5894         (gnus-secondary-servers): Make obsolete.
5895         (gnus-nntp-server): Make obsolete.
5896
5897         * gnus-start.el (gnus-1): Remove x-splash calls.
5898
5899         * gnus-ems.el (gnus-x-splash): Remove.
5900
5901         * gnus.el (gnus-group-startup-message): Simplify/update code.
5902
5903         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5904         definition.
5905
5906         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5907         capability before doing anything.
5908         (gnus-group-insert-group-line): Remove useless
5909         gnus-group-remove-excess-properties.
5910
5911 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5914
5915 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5918         config after reselecting.
5919
5920 2010-10-28  Julien Danjou  <julien@danjou.info>
5921
5922         * shr.el (shr-put-image): Use point even if only inserting text.
5923         (shr-put-image): Save excursion when inserting alt text on non-graphic
5924         display, so the behavior is the same when we are on a graphic display.
5925
5926         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5927
5928 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5931         (gnus-mime-copy-part): Check coding system, not charset.
5932         (gnus-mime-view-part-externally): Never remove part.
5933         (gnus-mime-view-part-internally): Don't remove part here.
5934         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5935         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5936         multipart/alternative.
5937
5938         * mm-decode.el (mm-display-part): Take optional arg `force'.
5939
5940 2010-10-26  Julien Danjou  <julien@danjou.info>
5941
5942         * gnus-group.el (gnus-group-default-list-level): Add this function to
5943         compute the default list level.
5944         (gnus-group-default-list-level): Add possibility to use a function.
5945
5946 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5949
5950         * gnus-group.el (gnus-group-completing-read)
5951         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5952         gnus-replace-in-string.
5953
5954 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * shr.el (shr-tag-div): Add.
5957
5958         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5959
5960 2010-10-25  Julien Danjou  <julien@danjou.info>
5961
5962         * gnus-util.el: Remove `gnus-with-local-quit'.
5963
5964         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5965
5966 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5969         the original article buffer.
5970
5971 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * nnimap.el (nnimap-request-head): New function.
5974         (nnimap-request-move-article): Try to be slightly faster by not
5975         requesting the entire message when moving.
5976         (nnimap-transform-headers): Don't bug out on bodiless articles.
5977         (nnimap-send-command): Have no outstanding messages if the IMAP server
5978         doesn't support streaming.
5979         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5980
5981 2010-10-24  Julien Danjou  <julien@danjou.info>
5982
5983         * message.el (message-default-headers): Fix type.
5984
5985 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5988         prefetching images.
5989
5990         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5991         backend for unknown groups.  This is mainly useful for nnimap groups.
5992
5993         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5994         group isn't covered by the agent.
5995
5996 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5997
5998         * nnir.el (nnir-method-default-engines): New variable.
5999         (nnir-run-query): Use it.
6000         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6001         (gnus-summary-nnir-goto-thread): Change group if needed.
6002
6003         * gnus-group.el (gnus-group-group-map): Add key binding for
6004         gnus-group-make-nnir-group.
6005
6006 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * shr.el (shr-tag-object): Add.
6009
6010         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6011         original article buffer live.
6012         (gnus-summary-select-article-buffer):
6013         Mention gnus-widen-article-buffer.
6014
6015 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * shr.el (shr-tag-strong): Add.
6018
6019 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6020
6021         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6022         group names.  They mess up the group buffer badly.
6023
6024         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6025
6026         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6027         instead of the summary one.
6028
6029 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mml.el (mml-preview): Work properly when editing article.
6032
6033         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6034         gnus-have-read-active-file if it's already been in.
6035
6036 2010-10-22  Tom Tromey  <tromey@redhat.com>
6037
6038         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6039         gnus-group-completing-read.
6040
6041 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * message.el (message-mode-map): Don't bind M-; to comment region, to
6044         allow the global comment-dwim to work.
6045
6046 2010-10-21  Julien Danjou  <julien@danjou.info>
6047
6048         * message.el (message-setup-1): Allow message-default-headers to be a
6049         function.
6050
6051 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * shr.el (shr-tag-table): Simplify.
6054
6055 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6058         to avoid trying to snarf invalid stuff.
6059
6060         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6061
6062         * gnus.el (gnus-message-archive-group): Quote value.
6063         (gnus-message-archive-group): Mark as changed.
6064
6065         * shr.el (shr-add-font): Don't put the font properties on the newline
6066         or the indentation.
6067
6068         * message.el (message-fix-before-sending): Change options when sending
6069         non-printable characters.
6070
6071         * gnus.el (gnus-message-archive-method): Change the default to
6072         monthly outgoing groups.
6073
6074         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6075         that have gotten new numbers.
6076
6077         * nnimap.el (nnimap-request-replace-article): New function.
6078
6079 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6082         (nnrss-request-article): Don't use special html washing code.
6083
6084 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * shr.el (shr-tag-table): Remove useless nconc.
6087
6088 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-art.el (article-wash-html): Simplify and remove the charset
6091         stuff.  Use the normal html rendering code instead of the special html
6092         washing code.
6093
6094         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6095         `gnus-w3m' symbols.
6096         (mm-text-html-washer-alist): Remove.
6097
6098         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6099         (mm-inline-media-tests): Remove use.
6100         (mm-text-html-renderer): Change default to the `shr' symbol.
6101
6102         * mm-view.el (mm-inline-text-html): Remove use.
6103
6104         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6105         `gnus-blocked-images' to be a function.
6106         (gnus-article-wash-function): Remove.
6107
6108 2010-10-20  Julien Danjou  <julien@danjou.info>
6109
6110         * spam.el (spam-list-of-processors): Mark as obsolete.
6111
6112         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6113         (nnimap-insert-partial-structure): Fix boundary detection.
6114
6115 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6116
6117         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6118         run file-truename on remote files.  This can be expensive and even
6119         prevent one from editing drafts if some unrelated buffer has a stale
6120         connection.
6121
6122 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6125         kinsoku-eol regardless of shr-kinsoku-shorten.
6126         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6127         (shr-tag-table): Support caption, thead, and tfoot.
6128
6129 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6132         lines.
6133         (shr-save-contents): New command and keystroke.
6134
6135         * nndoc.el (nndoc-type-alist): Add git support.
6136         (nndoc-git-type-p): New function.
6137         (nndoc-transform-git-article): Ditto.
6138         (nndoc-transform-git-headers): Ditto.
6139         (nndoc-transform-git-headers): Generate Subject headers.
6140
6141         * shr.el (shr-parse-style): New function.
6142         (shr-tag-span): Ditto.
6143
6144         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6145         to `G G' to avoid collisions.
6146
6147 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * shr.el: Load kinsoku if necessary.
6150         (shr-kinsoku-shorten): New internal variable.
6151         (shr-find-fill-point): Make kinsoku shorten text line if
6152         shr-kinsoku-shorten is bound to non-nil.
6153         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6154         shr-indentation too when testing if table is wider than frame width.
6155         (shr-insert-table): Use `string-width' instead of `length' to measure
6156         text width.
6157         (shr-insert-table-ruler): Make sure indentation is done at bol.
6158
6159 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6160
6161         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6162         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6163         undecoded network data.
6164
6165 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6168         name in the mode line spec so that the mode line menu works
6169         (bug #2431).
6170
6171         * message.el (message-get-reply-headers): If we're fed `to-address',
6172         then always use that.
6173
6174         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6175         aren't so wide as to need to switch off the edit menu.
6176
6177         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6178         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6179
6180         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6181         `M-g'.
6182         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6183         the permanent marks.
6184
6185 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6186
6187         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6188         Splitting according to references/in-reply-to obeys the ignore-groups
6189         variable, while splitting by sender and subject do not.
6190
6191 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6194         alist, so that we can look for non-Unicode chars.
6195         (article-translate-strings): Allow both character and string maps.
6196
6197 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * shr.el (shr-insert): Don't insert space behind a wide character
6200         categorized as kinsoku-bol, or between characters both categorized as
6201         nospace.
6202
6203 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6204
6205         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6206         headers to gnus-newsgroup-headers.
6207
6208 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * shr.el (shr-tag-img): Don't align images -- since we're not
6211         rescaling, this often leads to ugly displays.
6212
6213 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6214
6215         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6216         duplicates.
6217
6218 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6219
6220         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6221         call.
6222
6223 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * gnus.el: Autoload gnus-html-show-images.
6226
6227         * nnimap.el: Use nnheader-message throughout.
6228
6229         * shr.el (shr-tag-img): Ignore images with no data.
6230
6231 2010-10-15  Julien Danjou  <julien@danjou.info>
6232
6233         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6234         a possibility to disable format=flow encoding when using hard newlines.
6235
6236 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * shr.el (shr-insert): Remove space inserted before or after a
6239         breakable character or at the beginning or the end of a line.
6240         (shr-find-fill-point): Do kinsoku; find the second best point or give
6241         it up if there's no breakable point.
6242
6243 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6244
6245         * nnimap.el (nnimap-open-connection): Message when opening connection
6246         for debugging purposes.
6247
6248         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6249         on every setup buffer call to allow this to change from article to
6250         article.
6251
6252         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6253         buffers where we have a wide table.
6254
6255 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6256
6257         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6258         uses *-request-thread.
6259
6260 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6263         incantation, which is no longer valid.
6264
6265 2010-10-14  Julien Danjou  <julien@danjou.info>
6266
6267         * shr.el: Fix defcustom type (char -> character).
6268
6269 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6272         programs.
6273
6274 2010-10-14  Julien Danjou  <julien@danjou.info>
6275
6276         * shr.el (shr-tag-a): Use url-link as widget type.
6277
6278         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6279         `gnus-group-get-icon'.
6280
6281 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6282
6283         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6284         This should make server editing work better.
6285
6286         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6287
6288         * tls.el (tls-program): Remove spurious %s from openssl.
6289
6290         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6291         (nnimap-parse-flags): Fix regexp.
6292
6293         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6294         probably work for CJVK text, too.
6295
6296         * nnimap.el (nnimap-extend-tls-programs): Remove.
6297         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6298
6299         * tls.el (tls-starttls-switches): Remove starttls hack.
6300         (open-tls-stream): Ditto.
6301         (tls-find-starttls-argument): Ditto.
6302
6303 2010-10-13  Julien Danjou  <julien@danjou.info>
6304
6305         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6306         responses.
6307
6308 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6311
6312         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6313         anything in Emacs.
6314
6315         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6316
6317 2010-10-13  Julien Danjou  <julien@danjou.info>
6318
6319         * shr.el (shr-width): Make shr-width a defcustom with default to
6320         fill-column.
6321         (shr-tag-img): Use shr-width rather than fill-column.
6322
6323 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * dgnushack.el (byte-optimize-apply):
6326         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6327
6328         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6329         position when (X-)Faces exist.
6330         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6331         avatars when called interactively.
6332
6333 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6336         gnus-article-x-face-too-ugly is bound.
6337
6338 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6341
6342         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6343         mailbox that doesn't exist.
6344
6345 2010-10-12  Julien Danjou  <julien@danjou.info>
6346
6347         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6348         (shr-get-image-data): Encode URL properly when fetching from cache.
6349         (shr-tag-img): Use aligned-to spaces to align correctly images.
6350
6351         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6352         before inserting the Gravatar.
6353
6354         * shr.el (shr-tag-img): Add align attribute support for <img>.
6355
6356 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * gnus-gravatar.el (gnus-art): Require.
6359
6360         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6361         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6362         Remove long obsoleted functions.
6363
6364 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6367
6368         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6369
6370         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6371         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6372         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6373         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6374         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6375         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6376         * sieve-manage.el, smime.el, spam.el:
6377         Fix comment for declare-function.
6378
6379 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * nnimap.el (nnimap-request-rename-group): Select group read-only
6382         before renaming it.
6383
6384         * shr.el (shr-insert): Fix up the white space only regexp.
6385
6386         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6387         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6388
6389         * shr.el (shr-current-column): New function.
6390         (shr-find-fill-point): New function.
6391
6392 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6393
6394         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6395         numbers.
6396
6397 2010-10-11  Julien Danjou  <julien@danjou.info>
6398
6399         * shr.el (shr-hr-line): Add.
6400         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6401         display hr lines.
6402         (shr-max-columns): Do not change state to nil if we just inserting
6403         spaces.
6404
6405 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6406
6407         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6408         select the last group.
6409
6410 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6413
6414 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6415
6416         * dig.el (dig-mode-map): Declare and define in one step.
6417
6418 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6421         for Gnus.
6422         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6423         (nnimap-update-qresync-info): Mark \Seen articles as read.
6424
6425         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6426         non-variable, too.
6427
6428         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6429         available.
6430         (nnimap-update-info): Rely more on the current active than the param
6431         active to avoid marking articles as read too much.
6432
6433         * auth-source.el (auth-source-create): Use (user-login-name) for the
6434         user name default.
6435
6436         * nnimap.el (nnimap-update-info): If the server doesn't return any
6437         useful info, just use the previous info.
6438         (nnimap-update-info): Prefer old info over start-article.
6439         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6440
6441 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6442
6443         * nnir.el (autoload): Clean up autoloads.
6444         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6445         Use key rather than value.
6446         (nnir-imap-search-other): New variable.
6447         (nnir-read-parm): Use it.
6448         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6449         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6450
6451 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6454         the process, too.
6455
6456 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * spam.el (gnus-summary-mode-map): Bind to "$".
6459         Suggested by Russ Allbery.
6460
6461         * shr.el: Rework the way things are indented by <li> slightly.
6462
6463         * gnus.el (gnus-group-set-parameter): Fix typo.
6464
6465         * nnimap.el: Start implementing QRESYNC support.
6466
6467 2010-10-09  Julien Danjou  <julien@danjou.info>
6468
6469         * nnir.el (nnir-engines): Fix too many arguments.
6470
6471 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6474         group is the "last", so that the backends like nnfolder actually save
6475         their folders.
6476
6477         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6478         try to use that for the tls stream.
6479         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6480         UIDVALIDITY and find out which groups are read-only and not.
6481         (nnimap-get-flags): Use the same marks parsing code as the rest of
6482         nnimap.
6483
6484 2010-10-09  Julien Danjou  <julien@danjou.info>
6485
6486         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6487
6488         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6489         retrieving gravatars.
6490
6491         * shr.el (shr-table-corner): Add.
6492         (shr-table-line): Add.
6493         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6494
6495 2010-10-08  Julien Danjou  <julien@danjou.info>
6496
6497         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6498
6499 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6502
6503         * gnus-sum.el (gnus-mark-article-as-unread)
6504         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6505         (gnus-summary-set-bookmark): Use it.
6506
6507         * gnus-msg.el (gnus-setup-message): Use it.
6508
6509         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6510
6511         * gnus.el (gnus-group-remove-parameter): Use it.
6512
6513         * gnus-group.el (gnus-group-make-web-group): Use it.
6514
6515         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6516
6517         * nnregistry.el: Update docs to mention manual.
6518
6519         * gnus-registry.el: Update docs to mention nnregistry.el.
6520         (gnus-registry-initialize): Don't install nnregistry refer method
6521         automatically.
6522         (gnus-registry-install-nnregistry): Remove it.
6523
6524 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525
6526         * shr.el (shr-insert): Don't insert double spaces.
6527
6528 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * gnus-gravatar.el (gnus-treat-from-gravatar)
6531         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6532         called interactively.
6533
6534         * gnus-art.el (gnus-mime-view-part-externally)
6535         (gnus-mime-view-part-internally): Make predicate function passed to
6536         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6537         of a mime type.
6538
6539         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6540
6541 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * shr.el (require): Require cl when compiling.
6544         (shr-tag-hr): New function.
6545
6546         * nnimap.el (nnimap-update-info): Remove double setting of high.
6547         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6548         This makes nnimap work properly on Courier again.
6549
6550         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6551         the variable for backwards compatibility.
6552
6553         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6554         the file name before using to avoid setting mm-default-directory to
6555         nil.
6556
6557         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6558         bidning gnus-agent variables.
6559
6560         * shr.el (shr-render-td): Use a cache for the table rendering function
6561         to avoid getting an exponential rendering behavior in nested tables.
6562         (shr-insert): Rework the line-breaking algorithm.
6563         (shr-insert): Don't leave trailing spaces.
6564         (shr-insert-table): Also insert empty TDs.
6565         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6566
6567 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6568
6569         * gnus-sum.el (gnus-number): Rename from `number'.
6570         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6571         (gnus-summary-limit-children): Update uses correspondingly.
6572
6573 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6576         (gnus-gravatar-transform-address): Don't show avatars of people of
6577         which mail addresses match gnus-gravatar-too-ugly.
6578
6579 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * shr.el (shr-table-widths): Expand TD elements to fill available
6582         space.
6583
6584 2010-10-07  Julien Danjou  <julien@danjou.info>
6585
6586         * nnimap.el (nnimap-request-rename-group): Add this method.
6587
6588 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6591         name from XEmacs' function-arglist.
6592
6593         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6594         gravatar under XEmacs.
6595
6596 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * auth-source.el: Update docs with TODO items.
6599
6600         * gnus-sync.el: Update docs to explain state and plans.
6601
6602         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6603         Hooks for mark updates.
6604         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6605
6606         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6607         hooks with arguments, which is needed for mark update hooks.
6608
6609 2010-10-06  Julien Danjou  <julien@danjou.info>
6610
6611         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6612         was matched.
6613
6614         * sieve-manage.el: Update example in `Commentary'.
6615
6616         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6617
6618         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6619         not 2000.
6620         (sieve-manage-authenticate): Re-add function.
6621
6622 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * shr.el (shr-insert): Get 'space transition right.
6625         (shr-render-td): Only delete space at the end of the TD.
6626
6627         * nnimap.el (nnimap-open-connection): Prepare to support
6628         open-gnutls-stream.
6629
6630         * shr.el: Rearrange function order to be more logical.
6631
6632 2010-10-06  Julien Danjou  <julien@danjou.info>
6633
6634         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6635         (nnrss-discover-feed): Remove 404 URL in docstring.
6636
6637         * nnir.el: Fix Swish-E URL.
6638         Fix Namazu URL.
6639
6640         * message.el (message-change-subject): Remove 404 URL in a comment.
6641
6642 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6645         called interactively.
6646
6647         * gnus-util.el (gnus-remove-if): Allow hash table.
6648         (gnus-remove-if-not): New function.
6649
6650         * gnus-art.el (gnus-mime-view-part-as-type):
6651         * gnus-score.el (gnus-summary-score-effect):
6652         * gnus-sum.el (gnus-read-move-group-name):
6653         Replace remove-if-not with gnus-remove-if-not.
6654
6655         * gnus-group.el (gnus-group-completing-read):
6656         Regard collection as a hash table if it is not a list.
6657
6658 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6661
6662         * shr.el: Document the table-rendering algorithm.
6663
6664 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6667         for Emacsen having no `libxml-parse-html-region' support.
6668
6669 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6672         invalid URLs.
6673
6674         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6675         line-broken.
6676         (shr-tag-img): Ignore image fetching errors.
6677         (shr-overlays-in-region): Compute overlay positions correctly.
6678
6679         * mm-decode.el (mm-shr): Require shr.
6680
6681         * gnus-art.el (gnus-blocked-images): Move variable here.
6682
6683         * shr.el (shr-insert-table): Bind free variable.
6684
6685         * mm-decode.el (mm-shr): Bind shr-content-function.
6686
6687         * shr.el (shr-content-function): New variable.
6688
6689         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6690         added for symmetry.
6691
6692         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6693
6694         * gnus-group.el (gnus-group-make-group): Doc fix.
6695
6696         * nnimap.el (nnimap-request-newgroups): Return success.
6697
6698         * shr.el (shr-find-elements): New function.
6699         (shr-tag-table): Put all the images after the table.
6700         (shr-tag-table): Really inhibit images inside the table.
6701         (shr-collect-overlays): Copy over overlays from the TD elements to the
6702         main document.
6703
6704         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6705         gnus-blocked-images.
6706
6707 2010-10-05  Julien Danjou  <julien@danjou.info>
6708
6709         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6710
6711         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6712         (gnus-html-maximum-image-size): Add this function.
6713         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6714
6715         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6716         server-value of the capability is nil.
6717
6718 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * shr.el (shr-tag-em): Add <EM> tag.
6721
6722 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6723
6724         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6725         customizable.
6726
6727         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6728         handing broken links to browse-url.
6729
6730 2010-10-05  Julien Danjou  <julien@danjou.info>
6731
6732         * gnus-util.el (gnus-emacs-completing-read)
6733         (gnus-iswitchb-completing-read): Use autoload rather than require.
6734
6735 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6738         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6739         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6740         iswitchb-temp-buflist for XEmacs.
6741
6742         * gnus-util.el (gnus-completing-read-function): Exclude
6743         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6744         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6745         XEmacs.
6746
6747         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6748         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6749
6750         * gnus-html.el: Don't require help-fns under XEmacs.
6751         (gnus-html-schedule-image-fetching): Work for XEmacs.
6752
6753         * mm-decode.el (mm-shr): Decode contents by charset.
6754
6755 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6758         unknown.
6759
6760         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6761         (shr-get-image-data): Ensure against the cache file missing.
6762
6763         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6764         for data.
6765
6766         * spam-report.el (spam-report-url-ping-plain): Don't query about
6767         killing the process.
6768
6769         * shr.el (shr-render-td): Protect against too-wide text.
6770
6771 2010-10-04  Julien Danjou  <julien@danjou.info>
6772
6773         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6774         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6775
6776         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6777         retrieved.
6778
6779 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * shr.el (browse-url): Require.
6782         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6783         lines.
6784         (shr-show-alt-text, shr-browse-image): New commands.
6785         (shr-browse-url, shr-copy-url): New commands.
6786
6787         * gnus-sum.el (gnus-widen-article-window): New variable.
6788         (gnus-summary-select-article-buffer): Use it.
6789
6790         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6791         without @ signs.
6792
6793 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6794
6795         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6796
6797 2010-10-04  Julien Danjou  <julien@danjou.info>
6798
6799         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6800         for XEmacs.
6801
6802 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6803
6804         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6805
6806         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6807         (nnimap-close-server): Implement.
6808
6809         * dgnushack.el (iswitchb): Require to shut up the compiler.
6810
6811         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6812         (shr-insert): Tweak line breaking.
6813         (shr-insert): Handle <pre> better.
6814         (shr-tag-li): Get <li> indentation right.
6815         (shr-tag-li): Get <li> indentation even righter.
6816         (shr-tag-blockquote): Ensure paragraph start.
6817         (shr-make-table): Tweak table generation.
6818         (shr-make-table): Fix typo.
6819
6820         * shr.el: Implement table rendering.
6821
6822 2010-10-04  Julien Danjou  <julien@danjou.info>
6823
6824         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6825
6826 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * shr.el (shr-insert): Use string anchors instead of line anchors.
6829
6830 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * shr.el: Add headings.
6833         (shr-ensure-paragraph): Actually work.
6834         (shr-tag-li): Make <ul> prettier.
6835         (shr-insert): Get white space at the beginning/end of elements right.
6836         (shr-tag-p): Collapse subsequent <p>s.
6837         (shr-ensure-paragraph): Don't insert double line feeds after blank
6838         lines.
6839         (shr-insert): \t is also space.
6840         (shr-tag-s): Fix "s" tag name function.
6841         (shr-tag-s): Fix face prop name.
6842
6843 2010-10-03  Julien Danjou  <julien@danjou.info>
6844
6845         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6846
6847         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6848         gnus-window-inside-pixel-edges.
6849
6850         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6851         gnus-ems.
6852
6853         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6854
6855         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6856         function.
6857
6858         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6859         resize choice.
6860
6861 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862
6863         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6864         beginning of the buffer.
6865
6866         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6867         article buffer again.
6868
6869         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6870
6871         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6872         when it's at the start of the buffer.
6873
6874         * shr.el (shr-tag-blockquote): Convert name.
6875         (shr-rescale-image): Use the right image-size variant.
6876
6877         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6878         buffer isn't shown, then select the current article first instead of
6879         bugging out.
6880         (gnus-summary-select-article-buffer): Show both the article and summary
6881         buffers again.
6882
6883         * shr.el (shr-fontize-cont): Protect against regions with no text.
6884         Rename tag functions to shr-tag-* for enhanced security.
6885         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6886
6887 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6888
6889         * shr.el (shr-insert):
6890         * pop3.el (pop3-movemail):
6891         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6892         loaded.
6893
6894 2010-10-03  Glenn Morris  <rgm@gnu.org>
6895
6896         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6897
6898         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6899
6900         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6901
6902         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6903
6904         * gnus-util.el (gnus-make-local-hook): Simplify.
6905
6906 2010-10-02  Julien Danjou  <julien@danjou.info>
6907
6908         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6909         (gnus-ido-completing-read): New function.
6910         (gnus-emacs-completing-read): New function.
6911         (gnus-completing-read): Use gnus-completing-read-function.
6912         Add gnus-completing-read-function.
6913
6914 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * shr.el (shr-insert-document): Autoload.
6917         (shr-img): Be silent.
6918         (shr-insert): Add a newline after every picture before text.
6919         (shr-add-font): Use overlays for combining faces.
6920         (shr-insert): Pass upwards the text start point.
6921
6922         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6923         possible.
6924         (mm-shr): New function.
6925
6926 2010-10-02  Julien Danjou  <julien@danjou.info>
6927
6928         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6929         should go backward.
6930
6931 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6932
6933         * shr.el (shr): Fix typo in provide call.
6934
6935 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * shr.el: New file.
6938
6939         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6940
6941         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6942         completing read.
6943
6944 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945
6946         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6947         we're being queried about.  Suggested by Dan Jacobson.
6948
6949         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6950         Suggested by Jason Eisner.
6951
6952         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6953         table, too.  Suggested by Stefan Wiens.
6954         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6955         the table unnecessary.  Suggested by Stefan Wiens.
6956
6957         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6958         longer needed, and probably doesn't work either, as pointed out by
6959         Stefan Wiens.
6960         (gnus-summary-exit): Remove call to the clearing function.
6961         (gnus-summary-exit-no-update): Ditto.
6962
6963         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6964         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6965         Reported by Stefan Monnier.
6966         (gnus-summary-save-in-rmail): Ditto.
6967
6968         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6969         article buffer, instead of both the article buffer and the summary
6970         buffer.  Sort of suggested by Dan Jacobson.
6971
6972         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6973
6974         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6975         Suggested by Dan Jacobson.
6976
6977         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6978         documentation clearer.
6979
6980         * message.el (message-shorten-references): Comment on the number "21".
6981         Suggested by Stefan Monnier.
6982
6983         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6984         Suggested by Dan Jacobson.
6985
6986         * gnus.el (gnus-large-newsgroup):
6987         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6988
6989         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6990         externalize attachments.  Bug reported by Steve Wen.
6991
6992         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6993         really message anything to the user.
6994
6995         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6996         directly.
6997
6998         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6999         messages in empty groups.
7000
7001 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7002
7003         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7004         non-UIDNEXT group.
7005
7006 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7009         not the value from the collection.
7010
7011         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7012         values.  This sometimes happens on some groups that have no info.
7013         (nnimap-request-newgroups): New function.
7014
7015 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7018         check into `gnus-registry-initialize'.
7019         (gnus-registry-initialize): Ditto.
7020         Fix and extend header docs.
7021
7022 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7023
7024         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7025         regexp backtrace overflows.
7026
7027         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7028         for starttls that tls.el implements; i.e. openssl.
7029
7030         * tls.el (tls-starttls-switches): Give up on using starttls with
7031         gnutls-cli.
7032         (tls-program): Add --insecure to be consistent with the defaults from
7033         openssl s_client.  Now all three commands are insecure.
7034
7035 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * lpath.el: Bind completion-styles-alist for XEmacs.
7038
7039         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7040         (gravatar-create-image): New function that's an alias to
7041         gnus-xmas-create-image, gnus-create-image, or create-image.
7042         (gravatar-data->image): Use it.
7043
7044 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7047         install the nnregistry refer method.
7048         (gnus-registry-install-hooks): Use it.
7049         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7050         unfollowed groups.
7051
7052 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7053
7054         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7055         expanding threads.
7056
7057 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * nnir.el: Use the server names without suffixes (bug #7009).
7060
7061         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7062         unencrypted to STARTTLS, if possible.
7063
7064 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7065
7066         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7067         headers before superseding.
7068
7069 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070
7071         * nnrss.el (nnrss-use-local): Add documentation.
7072
7073         * nnimap.el (nnimap-extend-tls-programs): New function.
7074         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7075         (nnimap-wait-for-connection): Accept the greeting from the stupid
7076         output from openssl s_client -starttls, too.
7077
7078         * tls.el (tls-starttls-switches): New variable.
7079         (tls-find-starttls-argument): Use it.
7080         (open-tls-stream): Ditto.
7081
7082         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7083         (netrc-machine): Ditto.
7084
7085         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7086         article number.
7087         (nnimap-split-fancy): New variable.
7088         (nnimap-split-incoming-mail): Use it.
7089
7090         * nntp.el (nntp-server-list-active-group): Document.
7091
7092         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7093         SELECT to get the message-id.
7094
7095         * mail-source.el (mail-sources): Remove webmail support.
7096         (defvar): Ditto.
7097         (mail-source-fetcher-alist): Ditto.
7098         (mail-source-fetch-webmail): Remove.
7099
7100         * webmail.el: Remove -- doesn't seem relevant any more.
7101
7102         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7103
7104         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7105         the \r.
7106
7107 2010-09-30  Julien Danjou  <julien@danjou.info>
7108
7109         * gnus-agent.el (gnus-agent-add-group): Fix call to
7110         gnus-completing-read.
7111
7112 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * nndoc.el (nndoc-retrieve-groups): New function.
7115
7116         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7117         `default', use nnmail-split-methods.
7118         (nnimap-request-article): Downcase the NILs so that they are nil.
7119
7120         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7121         symbol.
7122
7123         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7124         code, since if the user has requested network, that's what they ought
7125         to get.
7126         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7127         (nnimap-split-rule): Mark as obsolete.
7128
7129         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7130         New variable.
7131
7132         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7133         correct slot, too.
7134
7135 2010-09-29  Julien Danjou  <julien@danjou.info>
7136
7137         * gnus.el (gnus-local-domain): Declare variable obsolete.
7138
7139         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7140         Fix history computing.
7141         (gnus-ido-completing-read): Require ido.
7142
7143 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7146         build Gnus.
7147
7148         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7149         when interpreting the structures.
7150         (nnimap-request-accept-article): Add \r\n to the lines to make this
7151         work with Cyrus.
7152
7153         * nndraft.el (nndraft-request-expire-articles): Use the group name
7154         instead if "nndraft".  Fix found by Nils Ackermann.
7155
7156 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7157
7158         * nnregistry.el: Add.
7159
7160 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * nnmail.el (group, group-art-list, group-art):
7163         Remove unneeded directives.
7164
7165 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7168         (mm-mime-charset):
7169         * rfc2047.el (rfc2047-syntax-table):
7170         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7171
7172         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7173         rather than `insert-file-contents' and `eval-region'.
7174
7175         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7176         construction.
7177
7178         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7179
7180         * time-date.el: No need to require cl for Emacs 21.
7181
7182 2010-09-29  Julien Danjou  <julien@danjou.info>
7183
7184         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7185         replacement of `gnus-gravatar-relief' to mimic
7186         `gnus-faces-properties-alist'.
7187         Add :version property.
7188
7189 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * mail-source.el (mail-source-report-new-mail):
7192         * message.el (message-default-mail-headers):
7193         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7194
7195         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7196
7197 2010-09-28  Julien Danjou  <julien@danjou.info>
7198
7199         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7200         mail-address contains the same string as real-name.
7201
7202         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7203         non-blank in header, otherwise it'll get stripped.
7204
7205         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7206         real-name, and then for mail address rather than doing : or , search.
7207
7208 2010-09-27  Julien Danjou  <julien@danjou.info>
7209
7210         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7211         right completing-read function.
7212         (gnus-use-ido): New variable
7213         (gnus-completing-read-with-default): Remove.
7214         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7215         (gnus-agent-add-group):
7216         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7217         * mm-view.el (mm-view-pkcs7-decrypt):
7218         * mm-util.el (mm-codepage-setup):
7219         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7220         * mml-smime.el (mml-smime-openssl-sign-query):
7221         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7222         (mml-insert-multipart):
7223         * gnus-msg.el (gnus-summary-yank-message):
7224         * gnus-int.el (gnus-start-news-server):
7225         * mm-decode.el (mm-interactively-view-part):
7226         * gnus-dired.el (gnus-dired-attach):
7227         * gnus.el (gnus-read-method):
7228         * gnus-bookmark.el (gnus-bookmark-jump):
7229         * gnus-art.el (gnus-mime-view-part-as-type)
7230         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7231         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7232         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7233         * nnmairix.el (nnmairix-create-server-and-default-group)
7234         (nnmairix-update-groups, nnmairix-get-server)
7235         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7236         (nnmairix-get-group-from-file-path):
7237         * nnrss.el (nnrss-find-rss-via-syndic8):
7238         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7239         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7240         (gnus-group-browse-foreign-server):
7241         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7242         (gnus-summary-execute-command, gnus-summary-respool-article)
7243         (gnus-read-move-group-name):
7244         * gnus-score.el (gnus-summary-increase-score)
7245         (gnus-summary-score-effect):
7246         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7247
7248 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7251         x-focus-frame.
7252
7253         * nnimap.el (auth-source-forget-user-or-password)
7254         (auth-source-user-or-password): Autoload.
7255
7256         * message.el (message-from-style, message-interactive)
7257         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7258         (message-yank-prefix, message-indentation-spaces, message-signature)
7259         (message-signature-file): Add comment.
7260
7261 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7264         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7265         new articles.
7266
7267         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7268         parts.
7269         (nnimap-request-article): Work with the t setting, too.
7270
7271         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7272         that you don't get flashes of other buffers.
7273         (gnus-summary-show-complete-article): Intern before setting.
7274
7275 2010-09-27  David Engster  <dengste@eml.cc>
7276
7277         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7278         well as HEADERS.
7279         (nnmairix-retrieve-headers): Provide new argument for the above.
7280
7281 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus-sum.el (gnus-summary-move-article): Don't alter
7284         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7285         group.
7286
7287         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7288
7289         * message.el (message-cite-prefix-regexp): Revert my last edit.
7290
7291         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7292         variable instead of the Gnus variable.
7293
7294         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7295
7296         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7297
7298         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7299         since some servers don't like it.
7300         (nnimap-open-connection): Forget credentials if the server says the
7301         password was wrong.
7302         (nnimap-parse-line): Protect against invalid data.
7303
7304         * gnus-sum.el (gnus-summary-move-article): Add comment.
7305         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7306         nothing alters it while scanning for new messages.
7307
7308         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7309         which may or may not help.
7310         (nnimap-open-connection): If we're doing a stream connection, and then
7311         discover we're on a STARTTLS-capable server, then open a STARTTLS
7312         connection instead.
7313
7314 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * nnimap.el (utf7): Require.
7317
7318         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7319         prefix.
7320
7321 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7322
7323         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7324
7325 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7326
7327         * nnimap.el (nnimap-request-accept-article): Message the error on
7328         error.
7329
7330 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7333
7334 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7335
7336         * nndoc.el (nndoc-request-list): Return success always.
7337
7338         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7339         `fetch-old' -- we only want to fetch the articles we've requested.
7340         The rest are in the agent, probably.
7341         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7342         disappeared server" to something low.  It's not important.
7343
7344         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7345         arrived before the FETCH data.
7346
7347         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7348         target here, because we don't know the Gnus name of the group.
7349
7350         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7351         for the correct group.
7352
7353         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7354
7355         * gnus.el (gnus): Give a final warning after startup.
7356
7357         * gnus-util.el (gnus-action-message-log): New variable.
7358         (gnus-message): Use it.
7359         (gnus-final-warning): New function.
7360
7361         * nnimap.el (nnimap-open-connection): Record the greeting.
7362         (nnimap): Add greeting.
7363
7364 2010-09-26  Julien Danjou  <julien@danjou.info>
7365
7366         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7367         arguments.
7368         (gnus-html-wash-images): Fix spec computing to include start/end.
7369
7370         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7371
7372 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373
7374         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7375         deletion.
7376         (nnimap-retrieve-headers): Don't select the group, because that's
7377         already done by nnimap-possibly-change-group.
7378
7379         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7380         (gnus-picon-transform-address): Use it.
7381
7382         * mail-source.el (mail-source-value): Revert previous patch.
7383
7384         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7385         on failure.
7386         (nnimap-open-connection): Look up both virtual and physical server name
7387         credentials.
7388
7389         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7390
7391 2009-02-07  Dave Love  <fx@gnu.org>
7392
7393         * tls.el (open-tls-stream): Don't query killing process.
7394
7395 2009-02-08  Dave Love  <fx@gnu.org>
7396
7397         * gnus-win.el (gnus-window-to-buffer-helper)
7398         (gnus-all-windows-visible-p): Function needn't be a symbol.
7399
7400         * mail-source.el (mail-source-value): Function needn't be a symbol.
7401
7402 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * message.el (message-cite-prefix-regexp): Remove } from the cite
7405         prefix.
7406
7407         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7408         highlight again, so that the highlight is correct.
7409
7410         * gnus-picon.el (gnus-picon): Remove again.
7411         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7412
7413         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7414         doing the header highlightling, so that the background color of the
7415         picon is correct.
7416
7417         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7418         (gnus-picon): Ditto.
7419         (gnus-picon): Reinstate.  The background color for picons is white.
7420         (gnus-picon-insert-glyph): Make the background white.
7421
7422         * nnml.el (nnml-open-nov): Don't return dead buffers.
7423
7424         * auth-source.el (auth-source-create): Query the user for whether to
7425         store the credentials.
7426
7427         * netrc.el (netrc-store-data): New function.
7428
7429         * auth-source.el (auth-source-user-or-password): Use the existing auth
7430         sources, if any, for creation.
7431
7432         * gnus.el (gnus-group-fast-parameter): Return the last matching
7433         parameter instead of the first matching parameter.
7434
7435 2010-09-26  Julien Danjou  <julien@danjou.info>
7436
7437         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7438
7439 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * mml2015.el (mml2015-use): Remove gpg support.
7442
7443         * mml1991.el (mml1991-function-alist): Remove gpg function.
7444         (mml1991-gpg-sign): Remove.
7445
7446 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7447
7448         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7449         (gnus-browse-unsubscribe-current-group): Document it.
7450         (gnus-browse-unsubscribe-group): Use it.
7451
7452 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7455         address to the To list for easier response.
7456
7457         * gnus.el (gnus-play-startup-jingle): Remove.
7458         (gnus-splash): Don't play jingle.
7459         (gnus): Silence gnus-load message.
7460
7461         * gnus-art.el (gnus-treat-play-sounds): Remove.
7462
7463         * gnus.el (gnus-play-jingle): Remove audio support.
7464
7465         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7466
7467         * earcon.el: Remove -- no users.
7468
7469         * gnus-audio.el: Remove -- no users of this package.
7470
7471         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7472
7473         * gnus-start.el (gnus-setup-news): Remove nocem support.
7474
7475         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7476
7477         * gnus.el (gnus-use-nocem): Remove.
7478
7479         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7480         Remove.
7481
7482         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7483         uses NoCeM any more.
7484
7485         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7486         (gnus-button-ctan-handler): Ditto.
7487         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7488         (gnus-button-ctan-directory-regexp): Ditto.
7489         (gnus-button-handle-ctan): Ditto.
7490         (gnus-button-tex-level): Ditto.
7491         (gnus-button-alist): Remove CTAN stuff.
7492
7493 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7496         nnimap-streaming test.
7497
7498         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7499         servers twice.
7500
7501         * nnimap.el (nnimap-open-connection): Add more error reporting when
7502         nnimap fails early.
7503
7504         * nnheader.el (nnheader-get-report-string): New function.
7505         (nnheader-get-report): Use it.
7506
7507         * gnus-int.el (gnus-check-server): Say what the error was when opening
7508         failed.
7509
7510         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7511         using streaming.
7512
7513 2010-09-25  Julien Danjou  <julien@danjou.info>
7514
7515         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7516         gnus-window-inside-pixel-edges.
7517
7518 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7521
7522         * mm-decode.el (mm-save-part): Allow saving to other directories the
7523         normal Emacs way.
7524
7525         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7526         Suggested by Jay Berkenbilt.
7527
7528         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7529         there isn't a single byte.
7530
7531         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7532         just do it.  It doesn't really seem to matter what the user responds
7533         here, I think, so it's just a confusing question.
7534
7535         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7536         non-streaming case.
7537
7538         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7539         (gnus-article-encrypt-body): Use it.
7540
7541         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7542         keystroke.
7543
7544         * nnimap.el (nnimap-find-wanted-parts-1):
7545         Use gnus-fetch-partial-articles.
7546
7547         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7548
7549         * nnimap.el (nnimap-insert-partial-structure): New function.
7550         (nnimap-get-partial-article): New function.
7551         (nnimap-request-article): Use it.
7552         (nnimap-wait-for-response): Return whether the wait was successful.
7553         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7554         retrieval wasn't successful.
7555         (nnimap-retrieve-group-data-early): Allow throttling servers.
7556         (nnimap-streaming): New variable.
7557         (nnimap-fetch-partial-articles): Remove.
7558
7559         * mm-decode.el (mm-with-part): Protect against killed buffers.
7560
7561         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7562         for prettier summary display.
7563
7564 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7565
7566         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7567
7568 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7571         apparently third-party libraries depend on it.
7572
7573         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7574         before starting negotiation.
7575
7576         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7577         privacy reasons.
7578         (gnus-treat-mail-gravatar): Ditto.
7579
7580         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7581         buffer when inserting images.  Inserting text into the headers, for
7582         instance, can make them invalid.
7583
7584 2010-09-25  Julien Danjou  <julien@danjou.info>
7585
7586         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7587         variables.
7588
7589         * nnheader.el: Remove useless variables news-reply-yank-from and
7590         news-reply-yank-message-id.
7591
7592         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7593         variables.
7594
7595         * mml1991.el: Remove useless mml1991-verbose.
7596
7597         * gnus.el: Remove useless variable gnus-use-generic-from.
7598         Remove obsolete variable gnus-topic-indentation.
7599
7600         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7601
7602         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7603
7604         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7605
7606         * gnus-group.el: Remove useless gnus-group-icon-cache.
7607         Remove useless gnus-ephemeral-group-server.
7608
7609         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7610
7611         * mml2015.el: Remove useless mml2015-verbose.
7612
7613         * mml-smime.el: Remove useless mml-smime-verbose.
7614
7615         * gnus.el: Remove useless gnus-local-domain.
7616
7617         * gnus-gravatar.el (gnus-gravatar-transform-address):
7618         Use gnus-gravatar-size.
7619
7620         * gnus-art.el: Remove useless gnus-treat-translate.
7621
7622 2010-09-24  Julien Danjou  <julien@danjou.info>
7623
7624         * gnus-sum.el: Add support for Gravatars.
7625
7626         * gnus-art.el: Add support for Gravatars.
7627
7628         * gnus-gravatar.el: Add this file.
7629
7630         * gravatar.el: Add this file.
7631
7632 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7635
7636         * gnus-group.el (gnus-group-fetch-faq): Remove.
7637
7638         * gnus.el (gnus-group-faq-directory): Remove.
7639
7640         * gnus-group.el (gnus-group-fetch-charter): Remove.
7641
7642         * gnus.el (gnus-group-charter-alist): Remove.
7643
7644         * gnus-group.el (gnus-group-archive-directory): Remove.
7645         (gnus-group-recent-archive-directory): Ditto.
7646         (gnus-group-make-archive-group): Remove.
7647
7648         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7649
7650         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7651         use the same article number for all the cached articles.
7652
7653         * nnimap.el (nnimap-command): Register the last command time so
7654         that we can use it for idling NOOPs.
7655         (nnimap-open-connection): Start the keeplive timer.
7656         (nnimap-make-process-buffer): Store all the process buffers.
7657         (nnimap-keepalive): New function.
7658
7659         * starttls.el (starttls-open-stream): Add autoload cookie.
7660
7661 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7662
7663         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7664         handling.
7665
7666 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667
7668         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7669         its data structures.
7670
7671         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7672         instead of the cl.el copy-list.
7673         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7674         equalp.
7675
7676 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7679         and tool-bar-local-item-from-menu.
7680
7681         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7682         mode-line-highlight face for Emacs.
7683
7684         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7685         loading gnus-sum.elc; fix comment for canlock-verify.
7686         (gnus-article-jump-to-part): Use read-number.
7687         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7688         Remove Emacs pre-21 compatible code for help-echo.
7689         (gnus-article-next-page-1): No need to adjust the number of lines.
7690         (gnus-article-describe-bindings): Always use help-buffer.
7691
7692         * gnus-audio.el (gnus-audio-inline-sound):
7693         * gnus-cus.el (gnus-custom-mode):
7694         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7695
7696         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7697
7698         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7699         compatible code.
7700
7701 2010-09-24  Glenn Morris  <rgm@gnu.org>
7702
7703         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7704         visiting the fcc file in rmail-mode.
7705
7706         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7707
7708 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * nnir.el: Silence the byte compiler.
7711
7712         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7713         alias to browse-url-url-encode-chars if any.
7714         (gnus-html-encode-url): Use it.
7715
7716 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-start.el (gnus-use-backend-marks): New variable.
7719         (gnus-get-unread-articles-in-group): Use it.
7720
7721         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7722         makeover.
7723
7724 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7725
7726         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7727
7728 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7731         Remove.
7732         (gnus-setup-news-hook):
7733         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7734
7735         * gnus-int.el (gnus-request-update-info): Protect against backends not
7736         having the function.
7737
7738         * nnimap.el (nnimap-stream): Mention starttls.
7739         (nnimap-open-connection): Add starttls support.
7740
7741 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7742
7743         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7744
7745 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7748         BODYSTRUCTUREs.
7749         (nnimap-transform-headers): Unfold quoted {42} headers.
7750
7751         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7752         the info.
7753         (gnus-get-unread-articles): Only call updatep on backends that support
7754         it.
7755
7756         * nnweb.el (nnweb-request-update-info): NOOP.
7757
7758         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7759
7760         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7761         since it only deals with marks.
7762
7763         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7764         gnus-request-marks, and make a new gnus-request-update-info.
7765
7766         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7767         the active instead of the high number, which is usually too low.
7768
7769 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7770
7771         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7772         * encrypt.el: Remove.
7773
7774 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7775
7776         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7777         server in symbolic form.
7778
7779         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7780
7781 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7784         (nnimap-update-info): Fix up code slightly.
7785
7786         * gnus-int.el (gnus-open-server): Add tracing for performance
7787         debugging.
7788
7789         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7790         (gnus-group-insert-group-line): Pass the real group name so that it
7791         gets the right data.
7792
7793         * gnus-start.el (gnus-get-unread-articles): Don't have
7794         `gnus-get-unread-articles-in-group' update info, since that can be
7795         really slow and doesn't seem to be needed?
7796
7797 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7798
7799         * time-date.el (date-to-time): Try using parse-time-string first before
7800         using the slower timezone-make-date-arpa-standard.
7801
7802 2010-09-22  Julien Danjou  <julien@danjou.info>
7803
7804         * gnus-group.el (gnus-group-insert-group-line):
7805         Call gnus-group-highlight-line.
7806         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7807         default hook list.
7808         (gnus-group-update-eval-form): Add new function.
7809         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7810         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7811
7812 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7815         immediate, then expire all articles.
7816         (nnimap-update-info): Fix off-by-one errors.
7817         (nnimap-flags-to-marks): Would return no marks lists for group with no
7818         flags.  Instead return the other data.
7819
7820 2010-09-22  Julien Danjou  <julien@danjou.info>
7821
7822         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7823         Only return an icon.
7824         (gnus-group-insert-group-line): Compute icon to return.
7825
7826         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7827         (gnus-html-image-fetched): Only cache if
7828         gnus-html-image-automatic-caching is set.
7829         (gnus-html-image-fetched): Check for errors.
7830
7831 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7834         once per method on `g'.  This ensures that backends like nnfolder don't
7835         open all their folders.
7836
7837         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7838         (nnimap-request-list): Nix out group in the correct buffer.
7839         (nnimap-parse-flags): Implement by using `read' instead of
7840         hand-parsing.
7841         (nnimap-flags-to-marks): Pass on permanent-flags.
7842         (nnimap-make-process-buffer): Record the server name.
7843         (nnimap-parse-flags): Fix typo.
7844         (nnimap-request-scan): Run split on the server in general, not just a
7845         single group.
7846
7847         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7848         parameter, and propagate this downwards.
7849
7850         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7851         since EXAMINE changes it on the server.
7852
7853         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7854         this command might take a while.
7855
7856 2010-09-22  Julien Danjou  <julien@danjou.info>
7857
7858         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7859         harmful if you have 2 images side-by-side, they can't be properly
7860         update on text deletion.  Using text-property is safer here.
7861         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7862         data.
7863
7864 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * nnimap.el (nnimap-expunge-inbox): Remove.
7867         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7868         (nnimap-expunge): Flip default to t.
7869
7870         * gnus.el (gnus-method-to-server): Don't push things to the cache
7871         unless it's unique.
7872         (gnus-server-to-method): Ditto.
7873
7874 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7875
7876         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7877
7878 2010-09-22  Julien Danjou  <julien@danjou.info>
7879
7880         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7881         get the start of data.
7882         (gnus-html-encode-url): Add this function to encode special chars in
7883         URL.
7884         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7885         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7886
7887         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7888         default.
7889         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7890
7891         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7892         images alt-text.
7893         (gnus-html-put-image): Put alt-text as help-echo.
7894
7895 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7898         * mm-util.el (mm-decompress-buffer):
7899         * nnir.el (nnir-run-find-grep):
7900         * pop3.el (pop3-list): Use 3rd arg of split-string.
7901
7902         * time-date.el (format-seconds): Comment fix.
7903
7904         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7905         and byte-optimize-form-code-walker.
7906         (dgnushack-make-auto-load): Don't advise make-autoload.
7907
7908         * lpath.el: Remove Emacs 21 stuff.
7909
7910 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7913         outside the active range.  Suggested by Dan Christensen.
7914
7915         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7916         slightly later to avoid double-getting it.
7917
7918         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7919         previous patch.
7920
7921         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7922
7923 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7924
7925         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7926
7927 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7928
7929         * gnus-int.el (gnus-open-server): Give a better error message in the
7930         "go offline" case.
7931
7932         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7933         marks for nnimap, which is seldom the right thing to do.
7934
7935         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7936         (gnus-same-method-different-name): New function.
7937
7938         * nnimap.el (parse-time): Require.
7939
7940         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7941         method in the presence of many similar methods.
7942
7943         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7944
7945         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7946         nnml-inhibit-expiry.
7947
7948         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7949         find out whether methods are equal.
7950
7951         * nnimap.el (nnimap-find-expired-articles): New function.
7952         (nnimap-process-expiry-targets): New function.
7953         (nnimap-request-move-article): Request the article before looking at
7954         what the Message-ID is.  Fix found by Andrew Cohen.
7955         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7956
7957         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7958         for oldness in addition to being a predicate.
7959
7960         * nnimap.el (nnimap-request-group): When we have zero articles, return
7961         the right data to Gnus.
7962         (nnimap-request-expire-articles): Only delete articles immediately if
7963         the target is 'delete.
7964
7965         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7966         method, this would bug out.
7967
7968         * gnus-group.el (gnus-group-expunge-group): Rename from
7969         gnus-group-nnimap-expunge, and implemented as a normal interface
7970         function.
7971
7972         * gnus-int.el (gnus-request-expunge-group): New function.
7973
7974         * nnimap.el (nnimap-request-create-group): Implement.
7975         (nnimap-request-expunge-group): New function.
7976
7977 2010-09-21  Julien Danjou  <julien@danjou.info>
7978
7979         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7980         (gnus-html-cache-expired): Add new function.
7981         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7982         wethever we should display image for fetch it.
7983         Compute alt-text earlier to pass it to the fetching function too.
7984         (gnus-html-schedule-image-fetching): Change function argument to only
7985         get one image at a time, not a list.
7986         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7987         cache.
7988         (gnus-html-get-image-data): New function to retrieve image data from
7989         cache.
7990         (gnus-html-put-image): Change buffer argument to use image data rather
7991         than file, and place image above region rather than inserting a new
7992         one.  Do not take alt-text as argument, since it's useless now: we place
7993         the image above alt-text.
7994         (gnus-html-prune-cache): Remove.
7995         (gnus-html-show-images): Start to fetch image when we find one, do not
7996         push into a temporary list.
7997         (gnus-html-prefetch-images): Only fetch image if they have expired.
7998         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7999         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8000
8001 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8004
8005 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8008         spec inser "*" if the group isn't active instead of 0.
8009
8010         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8011         opening the server.
8012         (nnimap-request-delete-group): Implement group deletion.
8013         (nnimap-transform-headers): Return the size of the entire message in
8014         the Bytes header, not just the size of the first part.
8015         (nnimap-request-move-article): When moving an article from nnimap,
8016         request the article first so the accepting form has an article to
8017         accept.  Reported by Dan Christensen.
8018         (nnimap-command): Make sure that the error message doesn't error out.
8019
8020 2010-09-20  David Edmondson  <dme@dme.org>
8021
8022         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8023         we haven't requested anything.
8024
8025 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8026
8027         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8028         "".  Fix found by Andrew Cohen.
8029
8030         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8031         instead of -encode-string.
8032
8033 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8036
8037         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8038         by mm-subst-char-in-string.
8039
8040 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8043         waiting for the connection string.
8044
8045         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8046         arriving.
8047
8048         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8049         bogus characters.  This allows selecting certain Gmail groups.
8050
8051         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8052         (nnimap-fetch-partial-articles): New variable.
8053         (nnimap-open-connection): When looking for credentials, also use the
8054         nnimap-server-port.
8055         (nnimap-request-article): Return the group/article number, so that Gnus
8056         `^' works as expected.
8057         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8058
8059         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8060         comments.
8061         (gnus-methods-sloppily-equal): New function.
8062         (gnus): When using the development version of Gnus, load the gnus-load
8063         file.
8064
8065         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8066         `gnus-open-server' on each method before trying to scan them etc.
8067         This ensures that all the backend parameters are set correctly.
8068
8069         * nnimap.el (nnimap-authenticator): New variable.
8070         (nnimap-open-connection): Allow anonymous login.
8071         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8072         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8073
8074         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8075         patch, found by Knut Anders Hatlen.
8076
8077 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8078
8079         * gnus-agent.el (gnus-agent-batch-confirmation)
8080         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8081         to gnus-message.
8082         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8083         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8084         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8085         * gnus-int.el (gnus-open-server): Likewise.
8086         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8087         (gnus-score-check-syntax): Likewise.
8088         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8089         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8090         Likewise.
8091         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8092
8093 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8096         calling conventions so that prefetch doesn't bug out.
8097
8098 2010-09-19  Julien Danjou  <julien@danjou.info>
8099
8100         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8101         rather than `subst-char-in-region' in order to be able to replace ASCII
8102         char by UTF-8 ones.
8103
8104         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8105         than curl.
8106         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8107         the right URL and ALT text on images.
8108         (gnus-html-wash-tags): Fix tag case.
8109         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8110         (gnus-article-html): Add -o display_ins_del=2 option.
8111         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8112
8113 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8116         the extra mail headers, which sometimes seem to happen for unknown
8117         reasons.
8118
8119         * mail-parse.el (mail-header-encode-parameter): Define as
8120         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8121         (or most, perhaps?) mail readers don't understand the latter, but do
8122         understand the former.
8123
8124         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8125         to nil, so that no methods are automatically agentized.  I think this
8126         is probably what most users want.
8127
8128         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8129         from url-retrieve, for instance about invalid URLs.
8130
8131         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8132         groups that have no articles.
8133         (nnimap-request-article): Check that we really got an article when we
8134         requested one.
8135
8136         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8137         doesn't exist.
8138
8139         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8140         nntp buffer so the agent can save it.
8141         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8142         that CRLF doesn't get translated to \n.
8143         (nnimap-open-connection): Don't make 'shell commands only send \n.
8144
8145 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8146
8147         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8148         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8149         Update var name.
8150         (nnml-generate-nov-file): Use dolist.
8151         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8152         Use with-current-buffer.
8153
8154 2010-09-18  Julien Danjou  <julien@danjou.info>
8155
8156         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8157         parallel.
8158
8159 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8160
8161         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8162         the range update right.
8163         (nnimap-request-group): Don't make `M-g' bug out on group with no
8164         marks.
8165         (nnoo): Require, so that other packages can require nnimap.
8166         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8167         command we're looking for.  This helps when the server sends more
8168         responses after we've gotten everything we expected.
8169         (nnimap): Add a `newlinep' field to keep track of end-of-line
8170         conventions.
8171         Don't send CRLF to things that don't want it.
8172         (nnimap-request-accept-article): Ditto.
8173
8174 2010-09-18  Julien Danjou  <julien@danjou.info>
8175
8176         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8177         than curl to retrieve images.
8178
8179 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8182         the marks.
8183         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8184         (nnimap-wait-for-connection): New function.
8185         (nnimap-open-connection): If we have PREAUTH, don't query for login
8186         credentials.
8187         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8188         when doing a partial update.
8189
8190 2010-09-18  Julien Danjou  <julien@danjou.info>
8191
8192         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8193         tags.
8194
8195 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * nnimap.el (nnimap-credentials): New function.
8198         (nnimap-open-connection): Use the new function to look for credentials
8199         also on the numeric equivalents of "imap" and "imaps".
8200
8201         * gnus-start.el (gnus-activate-group): Send the info to
8202         gnus-request-group.
8203
8204         * nnimap.el (nnimap-request-group): Have the "check" version of the
8205         function parse flags and update the info, so that a `M-g' get a total
8206         resync of all flags from the group.
8207
8208         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8209         to allow backends to alter the info on group selection.  Also alter all
8210         the backend -request-group functions to take the parameter.
8211
8212         * nnimap.el (nnimap-store-info): New function.
8213         (nnimap-update-info): Store the info for later usage.
8214         (nnimap-request-group): Use the stored info for the dont-check case, so
8215         that we don't retrieve all marks when we enter a group.
8216
8217         * nnimap.el: Use deffoo instead of defun for interface functions.
8218
8219         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8220         update the group info.  This makes the nndraft groups, for instance, go
8221         back to their old behavior.
8222
8223         * gnus-sum.el (gnus-select-newsgroup): Indent.
8224
8225         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8226         in.
8227         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8228         nothing.
8229
8230         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8231         from methods that are denied.
8232
8233         * gnus-int.el (gnus-method-denied-p): New function.
8234
8235         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8236         store the password instead of netrc.
8237         (nnimap-open-connection): Don't error out when we can't make a
8238         connections.
8239
8240         * auth-source.el (auth-source-create): In the password prompt, say what
8241         we're querying for.  Also prompt for user name if that hasn't been
8242         given.
8243
8244         * nnimap.el (nnimap-with-process-buffer): Remove.
8245
8246 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8249         method when we're reading from the agent.
8250
8251         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8252
8253         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8254         that's probably most useful for users.
8255
8256         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8257         "failed" all the time.
8258
8259         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8260         ...)) with (with-current-buffer ... ).
8261
8262         * nntp.el (nntp-open-server): Return whether the open was successful or
8263         not.
8264
8265         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8266         select an unread unseen article first.
8267
8268         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8269         /etc/services, supply some sensible port defaults.
8270
8271         * dgnushack.el: Define netrc-credentials.
8272
8273 2010-09-17  Julien Danjou  <julien@danjou.info>
8274
8275         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8276
8277 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8278
8279         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8280         doesn't have any parameters.
8281
8282 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8285         only upcased checks.
8286
8287         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8288
8289         * nnimap.el (nnimap-open-shell-stream): New function.
8290         (nnimap-open-connection): Use it.
8291         (nnimap-transform-headers): Get the number of lines in each message.
8292         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8293         number of lines.
8294         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8295         problem.
8296
8297         * utf7.el (utf7-encode): Autoload.
8298
8299         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8300         to allow the mail splitting to not return a default group.  This is
8301         useful for nnimap, which will leave unmatched mail in the inbox.
8302
8303         * nnimap.el: Rewritten.
8304
8305         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8306         nnimap usage.
8307
8308         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8309         if the move is internal, so that nnimap can do fast internal moves.
8310
8311         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8312         data.
8313         (gnus-read-active-for-groups): Support finishing the early retrieval of
8314         data.
8315
8316         * gnus-range.el (gnus-range-nconcat): New function.
8317
8318         * gnus-int.el (gnus-finish-retrieve-group-infos)
8319         (gnus-retrieve-group-data-early): New functions.
8320
8321 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8322
8323         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8324         (nnrss-retrieve-groups):
8325         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8326         (pop3-quit): Use with-current-buffer.
8327
8328 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8331         instead of nnheader-accept-process-output.
8332
8333         * dgnushack.el (dgnushack-compile): Add comment.
8334
8335         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8336
8337         * gnus-html.el (gnus-html-schedule-image-fetching)
8338         (gnus-html-prefetch-images): Replace process-kill-without-query by
8339         gnus-set-process-query-on-exit-flag.
8340
8341 2010-09-16  Romain Francoise  <romain@orebokech.com>
8342
8343         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8344
8345 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8348         parameter to unintern is mandatory-ish in Emacs 24.
8349
8350         * gnus-html.el (gnus-html-schedule-image-fetching)
8351         (gnus-html-prefetch-images): Check for curl before using it.
8352
8353         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8354         depend on curl, which isn't essential.
8355
8356         * imap.el: Revert back to version
8357         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8358         seem problematic.
8359
8360 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8361
8362         * gnus-registry.el (gnus-registry-install-shortcuts):
8363         Explicitly pass `obarray' to `unintern' to avoid a warning.
8364
8365 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8368         change.
8369
8370         * nnrss.el (nnrss-request-list): Remove this function and related
8371         functions, including the moreover stuff.
8372
8373 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * nnrss.el (nnrss-retrieve-groups): New function.
8376
8377 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8378
8379         * .dir-locals.el: Add no-byte-compile cookie.
8380
8381 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * time-date.el (format-seconds): Comment fix.
8384
8385         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8386         for back end that doesn't support request-scan.
8387
8388 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8389
8390         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8391         then do request scans from the backends.
8392
8393         * netrc.el (netrc-credentials): New conveniency function.
8394
8395         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8396         avoid running a hook per line, since this takes a lot of time,
8397         profiling shows.
8398         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8399         directly if gnus-visual-p is true.
8400
8401 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8404         groups; replace mapcar with dolist which is a bit faster; pass groups
8405         info to gnus-read-active-file-1.
8406         (gnus-read-active-file-1): Scan only specified groups if the new
8407         optional arg `infos' is given.
8408
8409 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410
8411         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8412
8413         * pop3.el (pop3-movemail): Remove.
8414         (pop3-streaming-movemail): Rename to pop3-movemail.
8415
8416         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8417         don't restrict end-tag searches to the end of the line.
8418
8419 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8422         articles of every unchecked group to t, which means unknown since the
8423         server has never been opened.
8424
8425 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * gnus-html.el (gnus-html-show-alt-text): New command.
8428         (gnus-html-browse-image): Ditto.
8429         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8430         to browse the image directly.
8431         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8432         better.
8433
8434         * gnus-async.el (gnus-async-article-callback):
8435         Call `gnus-html-prefetch-images' unconditionally.
8436
8437         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8438         before feeding URLs to curl.
8439
8440 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8443         internal images as deletable by `W D D'.
8444
8445         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8446         (gnus-async-article-callback): Fix typo.
8447
8448 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8451         current line to work around bugs in the output from w3m.
8452
8453         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8454         for groups that want that.
8455
8456         * nntp.el (nntp-wait-for-string): Supply a timeout for
8457         accept-process-output to ensure progress.
8458
8459         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8460         level to get unread articles from, then use that for foreign groups,
8461         too.
8462
8463         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8464         confuses the rest of the function.
8465
8466         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8467         for the methods that support -retrieve-groups, too.
8468
8469         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8470
8471 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8474         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8475
8476         * pop3.el: Require cl when compiling.
8477         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8478
8479 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8482         that aren't going to be activated.
8483         (gnus-get-unread-articles): Fix up the last commit.
8484
8485         * gnus-html.el (gnus-article-html): Allow calling without specifying
8486         the handle.  In that case, dissect the buffer first.
8487
8488         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8489
8490         * nnimap.el (nnimap-open-connection): Revert the change that would look
8491         into authinfo for imaps instead of imap.
8492
8493         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8494         say that you don't want to call gnus-request-group with don-check, but
8495         do check the reponse.  This is for virtual groups only.
8496         (gnus-get-unread-articles): Count the archive groups as secondary, so
8497         that they're activated the same way as before.
8498
8499         * imap.el (imap-message-map): Removed optional buffer parameter, since
8500         no callers use it.
8501         (imap-message-get): Ditto.
8502         (imap-message-put): Ditto.
8503         (imap-mailbox-map): Ditto.
8504         (imap-mailbox-put): Ditto.
8505         (imap-mailbox-get): Ditto.
8506         (imap-mailbox-get): Revert last change for this function.
8507
8508         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8509         case-insensitively.
8510         (nnimap-debug): Remove.
8511
8512         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8513         callers to use `imap-fetch' instead.  According to the comments, this
8514         should be safe, since all other IMAP clients use the 1:* syntax.
8515         (imap-enable-exchange-bug-workaround): Remove.
8516         (imap-debug): Remove -- doesn't seem very useful.
8517
8518         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8519         mail from a file, and the file doesn't exist.
8520
8521         * imap.el (imap-log): New convenience function used throughout instead
8522         of repeating the same code all over the place.
8523
8524         * pop3.el (pop3-streaming-movemail): Return t for success.
8525
8526         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8527         .authinfo if we're using ssl connection.
8528
8529         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8530         already have if we're in a main Gnus `g' run.
8531
8532         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8533
8534 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8537
8538         * nnmh.el (nnmh-request-list-1): Bind `file'.
8539
8540         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8541         alias to set-process-query-on-exit-flag or process-kill-without-query.
8542         (pop3-open-server): Use it.
8543
8544 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545
8546         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8547         box to the Incoming file.  Fixes mistake in previous checkin.
8548
8549         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8550         request loop (for debugging purposes) removed.
8551
8552         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8553         culprit is more visible.
8554         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8555         (nnml-add-incremental-nov): New functions to do "incremental" nov
8556         updates, where we just append to the end of the existing nov files
8557         without reading/writing them in full.
8558
8559         * mail-source.el (mail-source-delete-crash-box): Really only check the
8560         incoming files once in a while.
8561
8562         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8563
8564         * mail-source.el (mail-source-delete-crash-box): Only check the
8565         incoming files for deletion once per day to save a lot of file
8566         accesses.
8567
8568         * pop3.el (pop3-logon): Fix up unbound variable typo.
8569
8570         * mail-source.el (pop3-streaming-movemail): Autoload.
8571
8572         * pop3.el (pop3-streaming-movemail):
8573         Respect pop3-leave-mail-on-server.
8574
8575         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8576         retrieval.
8577
8578         * pop3.el (pop3-process-filter): Remove unused function.
8579         (pop3-streaming-movemail, pop3-send-streaming-command)
8580         (pop3-wait-for-messages, pop3-write-to-file)
8581         (pop3-number-of-responses): New functions for streaming pop3
8582         retrieval.
8583
8584         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8585         come from no known methods.
8586         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8587         list.
8588
8589         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8590         message sizes.
8591         (pop3-movemail): Use erase-buffer instead of looping and deleting
8592         regions, which seems rather odd.
8593
8594         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8595         file once per `g' run.
8596
8597         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8598         directories.  This makes the draft queue directory work.
8599
8600         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8601         data from the backends, so that we only request the list of groups from
8602         each method once.  This should speed things up considerably.
8603
8604         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8605         detect that it's not implemented.
8606
8607         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8608         we actually do recurse down into the tree, but don't stat all leaf
8609         nodes.
8610
8611         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8612         then say so instead of bugging out.
8613
8614         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8615         files exist before trying to read them.
8616
8617         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8618         around <pre_int>.
8619
8620         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8621
8622         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8623
8624 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * mm-util.el (mm-image-load-path): Just return the image directories,
8627         not all directories in the path in addition to the image directories.
8628         (mm-image-load-path): Maintain a cache of the image directories so that
8629         the `g' command in Gnus doesn't have to stat dozens of directories each
8630         time.
8631
8632         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8633         (gnus-html-wash-tags): Add a new `i' command to insert images.
8634         (gnus-html-insert-image): New command and keystroke.
8635         (gnus-html-redisplay-with-images): New command and keystroke.
8636         (gnus-html-show-images): Rename command.
8637         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8638         spacers.
8639         (gnus-html-wash-tags): Decode entities at the end, so that entities
8640         inside the tags don't mess up the rest of the "parsing".
8641
8642         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8643         so that nnimap methods aren't agentized by default.  There's apparently
8644         many problems related to agent/imap behavior.
8645
8646         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8647
8648         * gnus-html.el: Doc fix.
8649
8650 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8653         specifier-spec-list for Emacs 21.
8654
8655         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8656         glyph-width and glyph-height instead of display-graphic-p and
8657         image-size; make avoidance of displaying small images work for XEmacs.
8658
8659         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8660         for XEmacs.
8661
8662         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8663         of symbol that holds plist data.
8664         (gnus-process-plist): Remove plist of process after getting it.
8665
8666 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * message.el (message-generate-hashcash): Change default to
8669         'opportunistic if hashcash is installed.
8670
8671         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8672         (gnus-html-put-image): Only call image-size once, since it's somewhat
8673         time-consuming on remote X servers.
8674
8675 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8678         type on data, not a file name.
8679
8680         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8681         window-pixel-edges for Emacs 21.
8682
8683         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8684         decoded contents.
8685         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8686
8687 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8690         group line format, since it isn't very interesting.
8691
8692         * gnus-agent.el (gnus-agent-short-article),
8693         (gnus-agent-long-article): Increase values for these two variables,
8694         since most people are likely to have more network connection and
8695         storage than before.
8696
8697         * gnus.el (gnus-refer-article-method): Change default to 'current.
8698         When referring an article, the common behavior is to refer it from the
8699         current select method, not the native select method.  The chances of
8700         the native select method having the message in question is rather slim
8701         these days.
8702
8703         * gnus-sum.el (gnus-auto-select-subject): Change default to
8704         `unseen-or-unread'.  I think it's likely that most people want to
8705         select an unseen article over a previously seen, but unread one.
8706
8707         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8708         means that in the article buffer none of the minor mode elements will
8709         be shown, usually, and this is not desirable in most cases.
8710
8711         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8712         that commands like `d' (and the like) go to the next line in the
8713         buffer, instead of the next unread article.  I think this is the
8714         behavior that is most natural for most users.
8715         (gnus-single-article-buffer): Change default to nil, so that people can
8716         have as many article buffers open as they have summary buffer.  I think
8717         this is the most natural way for the groups to behave.
8718
8719         * message.el (message-generate-new-buffers): Change default to
8720         `unsent', so that all new message buffers start their names with the
8721         string "*unsent", and it's easier to find the buffers if you move from
8722         them.
8723
8724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8727         small.  They're probably tracking images.
8728         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8729         (gnus-html-rescale-image): Yet another try at getting the image sizing
8730         right.
8731
8732         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8733         nntp-marks-file-name is nil.
8734
8735 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * gnus-html.el (gnus-html-wash-tags)
8738         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8739         Better logging.
8740
8741 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8744
8745         * gnus-html.el (gnus-html-wash-tags): Check the value of
8746         gnus-blocked-images in the summary buffer.
8747
8748 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8749
8750         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8751
8752 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8755         like "a", it seems like.
8756         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8757         since it needs to be picked from the correct buffer.
8758
8759         * nnwfm.el: Remove.
8760
8761         * nnlistserv.el: Remove.
8762
8763 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8764
8765         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8766         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8767
8768 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * nnkiboze.el: Remove.
8771
8772         * nndb.el: Remove.
8773
8774         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8775         alt text.
8776         (gnus-html-rescale-image): Try to get the rescaling logic right for
8777         images that are just wide and not tall.
8778
8779         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8780         overshadow variable bindings.
8781
8782 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * gnus-html.el (gnus-html-wash-tags)
8785         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8786         Add extra logging.
8787
8788 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8791         (gnus-max-image-proportion): New variable.
8792         (gnus-html-rescale-image): New function.
8793         (gnus-html-put-image): Rescale images.
8794
8795 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8796
8797         Fix up some byte-compiler warnings.
8798         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8799         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8800         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8801         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8802         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8803         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8804         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8805
8806 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-html.el (gnus-article-html): Decode contents by charset.
8809
8810 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8813         (gnus-html-frame-width, gnus-blocked-images):
8814         * message.el (message-prune-recipient-rules): Add custom version.
8815         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8816
8817         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8818         functions.
8819
8820         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8821         gnus-process-get.
8822
8823 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8824
8825         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8826         instead of lsub directly.
8827
8828 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * nnwarchive.el: Remove.
8831
8832         * gnus-soup.el: Remove.
8833
8834         * nnsoup.el: Remove.
8835
8836         * nnultimate.el: Remove.
8837
8838         * gnus-html.el (gnus-blocked-images): New variable.
8839
8840         * message.el (message-prune-recipients): New function.
8841         (message-prune-recipient-rules): New variable.
8842
8843         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8844         guess whether a long line is natural text or not.
8845
8846         * gnus-html.el (gnus-html-schedule-image-fetching):
8847         Use gnus-process-plist and friends for compatibility.
8848
8849 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8850
8851         * gnus-html.el: Require packages that define macros used in this file.
8852         (gnus-article-mouse-face): Declare to silence byte-compiler.
8853         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8854         process-get.
8855         (gnus-html-put-image): Use plist-get to avoid getf.
8856         (gnus-html-prefetch-images): Use with-current-buffer.
8857
8858 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-ems.el: Provide compatibility functions for
8861         gnus-set-process-plist.
8862
8863         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8864         header-line-format for XEmacs 21.4.
8865
8866         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8867         * gnus.el (gnus-valid-select-methods):
8868         * message.el (message-send-mail-partially-limit):
8869         * mm-decode.el (mm-text-html-renderer):
8870         * mml.el (mml-insert-mime-headers-always):
8871         * smiley.el (smiley-regexp-alist): Bump custom version.
8872
8873 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * gnus-html.el: require mm-url.
8876         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8877         with the url to `url'.
8878         (gnus-html-wash-tags): Support cid: URLs/images.
8879
8880 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8883         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8884         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8885
8886         * gnus-move.el: Remove file, since it doesn't really work.
8887
8888         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8889         UTF-8.  This seems to fix problems with some German web feeds.
8890
8891         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8892         at the top so that the proper colors are applied.
8893
8894         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8895         don't have dots in their names.
8896
8897         * gnus-art.el (gnus-article-view-part): Doc fix.
8898
8899         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8900         XEmacs-compatible.
8901         (gnus-html-put-image): Don't do images on non-graphic displays.
8902
8903         * nnslashdot.el: Remove this unused backend.
8904
8905         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8906         actions.
8907         (gnus-undo-register-1): Revert last change.
8908
8909         * gnus-group.el (gnus-group-completing-read): Protect against not
8910         having completion-styles bound.
8911
8912         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8913         make broken recipients happier.
8914
8915         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8916
8917         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8918         point parameter.
8919
8920         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8921
8922         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8923         completion-styles for group selection.
8924
8925 2009-02-04  Andreas Schwab  <schwab@suse.de>
8926
8927         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8928         headers and regexp-quote the match if necessary.
8929
8930 2009-03-24  Miles Bader  <miles@gnu.org>
8931
8932         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8933         the blinking smiley.
8934
8935 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8936
8937         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8938         blink smiley.
8939
8940 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8943         where the dribbel file lives exists.
8944
8945         * message.el (message-send-mail-partially-limit): Change the default to
8946         nil, since most people don't want this.
8947
8948         * mm-url.el (mm-url-decode-entities): Also decode entities like
8949         &#x3212.
8950
8951 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8952
8953         * gnus-sum.el (gnus-summary-idna-message):
8954         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8955         Hyperlink urls in docstrings with URL `...'.
8956
8957 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8958
8959         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8960         functions.
8961
8962 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8965         say what the mouseover text should be.
8966
8967         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8968         version of the mm-w3m-safe-url-regexp variable to only download images
8969         in the groups where we want that to happen.
8970
8971         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8972
8973         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8974         easier debugging.
8975         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8976         big pictures in the article buffer.
8977
8978         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8979         gnus-article-html.
8980         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8981         w3m.
8982
8983         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8984
8985 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8988         which doesn't exist.
8989
8990         * message.el (message-inhibit-ecomplete): New variable to allow some
8991         function to inhibit ecomplete address storage.
8992         (message-resend): Disable ecomplete message storage when resending
8993         messages.
8994
8995         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8996
8997 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9000         Save excursion while copying, moving, and deleting articles in order to
9001         prevent the cursor from jumping to unforeseen place.
9002
9003 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * lpath.el: No need to bind bookmark-current-buffer,
9006         bookmark-yank-point and bookmark-make-record-function.
9007
9008 2010-08-17  Glenn Morris  <rgm@gnu.org>
9009
9010         * gnus-sync.el: Require gnus components whose functions are used.
9011
9012         * gnus-art.el (bookmark-make-record-function):
9013         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9014         Declare for compiler.
9015
9016         * mm-url.el (mml-compute-boundary): Autoload.
9017
9018 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9021
9022 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9023
9024         Typo fix "hoo4a" -> "hook".
9025
9026         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9027
9028 2010-08-14  Glenn Morris  <rgm@gnu.org>
9029
9030         * gnus-sync.el (gnus-sync): Fix defgroup version.
9031
9032 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9033
9034         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9035
9036         * gnus-sync.el: Fix docs.
9037         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9038         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9039
9040 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9041
9042         Optimizations for gnus-sync.el.
9043
9044         * gnus-sync.el: Add docs about gnus-sync-backend
9045         possibilities.
9046         (gnus-sync-save): Remove unnecessary message.
9047         (gnus-sync-read): Optimize and show what groups were skipped.
9048
9049 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9050
9051         Minor bug fixes for gnus-sync.el.
9052
9053         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9054         Don't read the sync on get-new-news.
9055
9056         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9057         quiet.
9058
9059         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9060         (fix typo).
9061
9062 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9063
9064         Make saving and restoring of hidden threads work with overlays.
9065         Patch applied by Ted Zlatanov.
9066
9067         * gnus-sum.el (gnus-hidden-threads-configuration)
9068         (gnus-restore-hidden-threads-configuration): Update to deal with text
9069         properties, rather than searching for a magic character.
9070
9071 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9072
9073         New gnus-sync.el library for synchronization of marks.
9074
9075         * gnus-sync.el: New library for synchronization of marks.
9076
9077         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9078         renamed from `gnus-registry-grep-in-list'.
9079
9080         * gnus-registry.el (gnus-registry-follow-group-p):
9081         Use `gnus-grep-in-list'.
9082
9083         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9084
9085 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9088         determining charset of text fails.
9089
9090 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * nnmail.el (nnmail-get-new-mail-1): Revert.
9093
9094         * nnml.el (nnml-active-number): Make sure names of newly created groups
9095         in nnml-group-alist are encoded.
9096
9097 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9100         containing non-ASCII characters in active file for nnml back end.
9101
9102 2010-07-24  David Engster  <dengste@eml.cc>
9103
9104         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9105         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9106
9107 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9108
9109         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9110         tag (Bug#6654).
9111
9112 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9115         the article buffer, not the summary buffer.
9116
9117 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9120         Emacs 23 as well.
9121
9122 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9125         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9126
9127 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9128
9129         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9130         Patch applied by Karl Fogel.
9131
9132         * gnus-sum.el (gnus-summary-bookmark-make-record):
9133         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9134
9135 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9136
9137         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9138         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9139         C-w still not working correctly from Article buffers; Thierry's
9140         patch to fix that will be applied after this.
9141
9142         * gnus-art.el (bookmark-make-record-function): New local variable.
9143
9144         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9145         article buffer.
9146         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9147
9148 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9149
9150         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9151         on changes in bookmark.el.
9152
9153 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9156         `no-log' instead of message not to log prompt string.
9157
9158 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9159
9160         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9161         the *other* type of HTML form submission.
9162
9163 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9164
9165         * auth-source.el (auth-source-pick): If choice does not contain a
9166         questioned keyword, set the check to t.
9167
9168 2010-06-12  Romain Francoise  <romain@orebokech.com>
9169
9170         * gnus-util.el (gnus-date-get-time): Move up before first use.
9171
9172 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9175         (gnus-article-edit-part): Bind it to make last part that is substituted
9176         or deleted visible.
9177         (gnus-mime-display-single): Buttonize part of which id equals to
9178         gnus-mime-buttonized-part-id.
9179
9180 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9181
9182         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9183         (gnus-dd-mmm): Use gnus-date-get-time.
9184         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9185         simplify logic.
9186         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9187         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9188
9189 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9190
9191         * auth-source.el (top): Autoload `secrets-list-collections',
9192         `secrets-create-item', `secrets-delete-item'.
9193         (auth-sources): Fix tag string.
9194         (auth-get-source, auth-source-retrieve, auth-source-create)
9195         (auth-source-delete): New defuns.
9196         (auth-source-pick): Rewrite in order to avoid 2 passes.
9197         (auth-source-forget-user-or-password): New parameter USERNAME.
9198         (auth-source-user-or-password): New parameters CREATE-MISSING and
9199         DELETE-EXISTING.  Retrieve password interactively, if needed.
9200
9201 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9202
9203         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9204         deleting unused directories when gnus-expert-user is t.
9205
9206 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9209         for each temp file when gnus-article-browse-delete-temp is ask.
9210
9211 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9212
9213         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9214         Replace Lisp calls to delete-backward-char by calls to delete-char.
9215
9216 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9217
9218         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9219
9220 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9221
9222         * password-cache.el (password-cache-remove): Fix docstring.
9223
9224 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9227         article unless decoding article to be saved.
9228
9229 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9232         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9233         generated within the mm-with-unibyte-current-buffer macro.
9234
9235 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9238         to nil when we're in a mml-preview buffer and no group is selected.
9239
9240 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9241
9242         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9243         when catching the `C-g'.  Reported by "Leo".
9244
9245 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * message.el (message-forward-make-body-plain)
9248         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9249         multibyte-string-p.
9250
9251         * lpath.el: Revert.
9252
9253 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * message.el (message-forward-make-body-mml): Assume original message
9256         is multibyte string; error on unibyte.
9257         (message-forward-make-body-plain): Ditto; don't add excessive newline
9258         in body end.
9259
9260         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9261
9262 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9263
9264         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9265         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9266
9267 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * mm-extern.el (mm-extern-url): Don't use
9270         mm-with-unibyte-current-buffer.
9271         (mm-extern-cache-contents): Use with-current-buffer instead of
9272         save-excursion + set-buffer.
9273
9274 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9275
9276         * mm-util.el (mm-emacs-mule): Remove.
9277
9278 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9279
9280         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9281         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9282         change.
9283
9284 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9287         bind the default value of enable-multibyte-characters to nil.
9288
9289 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * message.el (message-forward-make-body-plain)
9292         (message-forward-make-body-mml):
9293         Don't use mm-with-unibyte-current-buffer.
9294
9295 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9296
9297         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9298
9299 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9300
9301         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9302         (Bug#5592).
9303
9304 2010-05-07  Julien Danjou  <julien@danjou.info>
9305
9306         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9307         it to mm-pipe-part.
9308
9309         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9310         it is given.
9311
9312 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * binhex.el (binhex-decode-region-internal):
9315         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9316         (dns-query):
9317         * nnweb.el (nnweb-gmane-search):
9318         * pgg-parse.el (pgg-parse-armor):
9319         * pgg.el (pgg-verify-region):
9320         * sha1.el (sha1-string-external):
9321         * uudecode.el (uudecode-decode-region-internal):
9322         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9323         XEmacs.
9324
9325         * gnus-art.el (gnus-article-browse-html-parts):
9326         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9327         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9328         make-temp-file.
9329
9330         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9331         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9332         compiling.
9333
9334         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9335         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9336         XEmacs when compiling.
9337
9338         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9339         gnus-pick-mode-off-hook for XEmacs when compiling.
9340         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9341         gnus-binary-mode-off-hook for XEmacs when compiling.
9342
9343         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9344         Return nil if char-charset is not available.
9345
9346         * imap.el (imap-disable-multibyte)
9347         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9348         macros.
9349
9350         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9351         instead of encode-coding-string.
9352
9353         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9354         'xemacs) instead of mm-emacs-mule to switch function definitions.
9355         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9356
9357         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9358         bind temporary-file-directory for XEmacs;
9359         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9360         timer-set-function for XEmacs 21.4 and SXEmacs;
9361         bind timer-list for XEmacs 21.4 and SXEmacs;
9362         fbind char-charset and find-charset-region for non-Mule XEmacs;
9363         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9364         encode-coding-region and encode-coding-string for XEmacs having no
9365         file-coding feature.
9366
9367 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9368
9369         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9370
9371 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9374         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9375
9376 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9377
9378         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9379         alias `jka-compr-delete-temp-file' no longer exists.
9380
9381 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9382
9383         Use define-minor-mode in Gnus where applicable.
9384         * mml.el (mml-mode): Use define-minor-mode.
9385         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9386         (gnus-undo-mode): Use define-minor-mode.
9387         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9388         (gnus-dead-summary-mode): Use define-minor-mode.
9389         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9390         Initialize in declaration.
9391         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9392         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9393         (gnus-mailing-list-mode): Use define-minor-mode.
9394         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9395         (gnus-draft-mode): Use define-minor-mode.
9396         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9397         (gnus-dired-mode): Use define-minor-mode.
9398
9399 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9400
9401         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9402         handles on recursive mml-to-mime translation and check them for
9403         boundary delimiter collisions.  Reported by Greg Troxel.
9404
9405 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9408
9409 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9410
9411         * mm-util.el (mm-find-buffer-file-coding-system):
9412         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9413
9414 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9415
9416         * message.el (message-generate-headers): Record insertion of optional
9417         headers as well.  Otherwise the check to prevent repeated insertion of
9418         optional headers is a no-op.
9419
9420 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9421
9422         * smime.el: Don't mention CVS.
9423
9424         * nnrss.el (nnrss-fetch): Don't mention CVS.
9425
9426         * nnir.el: Don't mention CVS.
9427
9428 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9429
9430         * gnus-sum.el (gnus-summary-bookmark-make-record):
9431         Add `location' field.
9432
9433 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * lpath.el: Fbind bookmark-default-handler,
9436         bookmark-get-bookmark-record, bookmark-make-record-default,
9437         bookmark-prop-get for Emacs <23 and XEmacs.
9438
9439 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9440
9441         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9442         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9443         Use with-current-buffer to silence the byte-compiler.
9444         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9445         bother to require `gnus'.
9446         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9447
9448 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9449
9450         * gnus-sum.el (gnus-summary-bookmark-make-record)
9451         (gnus-summary-bookmark-jump): New functions.
9452         (gnus-summary-mode): Setup bookmark support.
9453
9454 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9455
9456         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9457         if set.
9458
9459 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9462         gnus-article-browse-html-save-cid-image; make it work recursively for
9463         forwarded messages as well.
9464         (gnus-article-browse-html-parts): Work when prefix arg is given.
9465         (gnus-article-browse-html-article): Doc fix.
9466
9467 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9468
9469         * message.el (message-default-mail-headers):
9470         (message-default-headers): Carry the value mail-default-headers over
9471         into message-default-mail-headers, rather than message-default-headers.
9472
9473 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9474
9475         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9476         charset.
9477
9478         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9479         charset into the <meta> tag when the article is encoded to utf-8.
9480
9481 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-art.el (gnus-article-browse-delete-temp-files):
9484         Delete directories as well.
9485         (gnus-article-browse-html-parts): Work for images that do not specify
9486         file names; delete temp directory when quitting; insert header at the
9487         right place; use file: scheme for image files.
9488
9489 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9490
9491         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9492         (gnus-article-browse-html-parts): Use it to make temporary cid image
9493         files in addition to html file so that browser may display them.
9494
9495 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9498
9499 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9500
9501         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9502
9503 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * auth-source.el (auth-sources): Change default to be simpler.
9506         Explain about Secret Service API sources.  Improve Customize options.
9507         (auth-source-pick): Change to accept any number of search parameters.
9508         Implement fallbacks iteratively, not recursively.  Add scoring on the
9509         second pass and sort by score.  Call Secret Service API when needed.
9510         (auth-source-user-or-password): Use it.  Call Secret Service API
9511         directly when needed to get the user name and the password.
9512
9513 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9514
9515         * message.el (message-interactive): Doc fix.
9516         (message-qmail-inject-args): Reflow.
9517         (message-kill-to-signature): Fix typo in docstring.
9518
9519         * smiley.el (smiley-buffer): Fix typo in docstring.
9520
9521 2010-03-24  Glenn Morris  <rgm@gnu.org>
9522
9523         * mail-source.el (gnus-message): Declare.
9524         (mail-source-delete-old-incoming): Require gnus-util.
9525
9526 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9529
9530         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9531
9532         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9533         password-cache's default if it is not bound.
9534         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9535         password-cache-expiry's default if it is not bound.
9536
9537         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9538         available in Emacs 21.
9539
9540         * lpath.el: Suppress compiler warnings for:
9541         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9542         XEmacs;
9543         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9544         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9545         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9546
9547 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9548
9549         * auth-source.el (auth-sources): Fix up definition so extra parameters
9550         are always inline.
9551
9552 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9553
9554         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9555         wasn't updated after mismatch.  Clear cached mailbox info correctly
9556         when uidvalidity changes.
9557         (nnimap-group-prefixed-name): New function to avoid some code
9558         duplication.
9559         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9560         (nnimap-request-group): Use it.
9561         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9562         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9563         with many imap folders.  This is done by caching the group status from
9564         the imap server persistently in a group parameter `imap-status'.  (This
9565         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9566         but not persistently, so every Gnus startup was still very slow.)
9567
9568 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9569
9570         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9571         delete the extra newline.  Otherwise editing of :string and :number
9572         types don't work.
9573
9574 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9575
9576         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9577         secrets.el dependency.
9578         (auth-sources): Add optional user name.  Add secrets.el configuration
9579         choice (unused right now).
9580
9581 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9582
9583         * gnus-sum.el (gnus-summary-make-menu-bar):
9584         Let `gnus-registry-install-shortcuts' fill in the functions.
9585
9586         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9587         warnings.
9588         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9589         (gnus-registry-install-shortcuts): Populate and use it in a
9590         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9591
9592 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9593
9594         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9595         In-place substitutions for the group name encoding/decoding.
9596         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9597         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9598         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9599         (nnimap-update-unseen, nnimap-request-list)
9600         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9601         (nnimap-request-set-mark, nnimap-split-to-groups)
9602         (nnimap-split-articles, nnimap-request-newgroups)
9603         (nnimap-request-create-group, nnimap-request-accept-article)
9604         (nnimap-request-delete-group, nnimap-request-rename-group)
9605         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9606         `encoded-mbx' for consistency.
9607         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9608         variable `imap-current-mailbox'.
9609
9610         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9611         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9612
9613 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9614
9615         * pop3.el (pop3-display-message-size-flag): Display message size byte
9616         counts during POP3 download.
9617         (pop3-movemail): Use it.
9618         (pop3-list): Implement listing of available messages.
9619
9620 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9621
9622         * nnir.el (nnir-get-article-nov-override-function): New function to
9623         override the normal NOV retrieval.
9624         (nnir-retrieve-headers): Use it.
9625
9626 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9627
9628         * auth-source.el (netrc-machine-user-or-password): Autoload.
9629
9630 2010-03-19  Glenn Morris  <rgm@gnu.org>
9631
9632         Stop message.el from loading about 40 libraries it doesn't always need.
9633         The general approach is to autoload rather than require, and to
9634         require in the specific functions rather than the file.  (Bug#5642)
9635
9636         * gmm-utils.el: Don't require wid-edit.
9637         (widget-create-child-value, widget-convert, widget-default-get):
9638         Autoload.
9639
9640         * gnus-util.el: Don't require time-date, netrc.
9641         (message-fetch-field, gnus-group-name-decode): Declare rather than
9642         autoloading.
9643         (gnus-fetch-field): Require message.
9644         (gnus-decode-newsgroups): Require gnus-group.
9645
9646         * ietf-drums.el: Don't require time-date.
9647
9648         * message.el: Don't require hashcash, canlock, ecomplete.
9649         Do require mail-utils.  Require nnheader only when compiling.
9650         (smtpmail-default-smtp-server): Remove declaration.
9651         (message-send-mail-function): Check smtpmail-default-smtp-server
9652         is bound rather than requiring smtpmail.
9653         (message-auto-save-directory, message-insert-signature):
9654         Use expand-file-name rather than nnheader-concat.
9655         (nnheader-insert-file-contents): Autoload.
9656         (hashcash-wait-async): Declare.
9657         (message-send-mail): Only call gnus-setup-posting-charset if
9658         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9659         (message-send-mail-with-sendmail): Require sendmail.
9660         (canlock-password, canlock-password-for-verify): Declare.
9661         (message-canlock-password): Require canlock.
9662         (nnheader-get-report): Autoload.
9663         (gnus-setup-posting-charset): Declare.
9664         (message-send-news): Require gnus-msg.
9665         (message-make-references, message-make-in-reply-to): Use mail-header-id
9666         rather than the alias mail-header-message-id.
9667         (ecomplete-add-item, ecomplete-save): Declare.
9668         (message-put-addresses-in-ecomplete): Require ecomplete.
9669         (ecomplete-display-matches): Autoload.
9670
9671         * mm-decode.el: Don't require mailcap, gnus-util.
9672         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9673         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9674         Autoload.
9675         (mailcap-mime-extensions): Declare.
9676
9677         * mm-encode.el: Don't require mailcap.
9678         (mailcap-extension-to-mime): Autoload.
9679
9680         * mml-sec.el: Don't require password-cache.
9681
9682         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9683         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9684         (mml-minibuffer-read-type): Require mailcap.
9685         (mml-preview): Require gnus-msg.
9686
9687         * mml1991.el: Require password-cache.
9688         (password-cache-expiry): Remove declaration.
9689
9690         * mml2015.el: Require password-cache.
9691         (password-cache-expiry): Remove declaration.
9692
9693         * nneething.el (mailcap): Require mailcap.
9694
9695         * nnheader.el (declare-function): Add compatibility stub.
9696         (message-remove-header): Declare rather than autoload.
9697         (nnheader-replace-header): Require message.
9698
9699         * nnimap.el (declare-function): Add compatibility stub.
9700         (netrc-parse, netrc-machine-user-or-password): Declare.
9701         (nnimap-open-connection): Require netrc.
9702
9703         * nntp.el (declare-function): Add compatibility stub.
9704         (netrc-parse, netrc-machine, netrc-get): Declare.
9705         (nntp-send-authinfo): Require netrc.
9706
9707         * rfc2047.el: Don't require qp.
9708         (quoted-printable-encode-region, quoted-printable-decode-string):
9709         Autoload.
9710
9711         * sieve-mode.el: Don't require easymenu.
9712         (easy-menu-add-item): Autoload it.
9713
9714         * spam-stat.el (time-to-number-of-days): Autoload it.
9715
9716 2010-03-19  Glenn Morris  <rgm@gnu.org>
9717
9718         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9719
9720 2010-03-18  Glenn Morris  <rgm@gnu.org>
9721
9722         * hashcash.el (declare-function): Remove duplicate definition.
9723
9724 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9725
9726         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9727         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9728         value if any backslash escapes).
9729
9730 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9733         if it is available.  (bug#5647)
9734
9735         * lpath.el: Suppress compiler warning for coding-system-from-name for
9736         Emacs 21 and XEmacs.
9737
9738 2010-03-14  Juri Linkov  <juri@jurta.org>
9739
9740         * hmac-def.el:
9741         * hmac-md5.el:
9742         * netrc.el: Fix keywords.
9743
9744 2010-02-26  Glenn Morris  <rgm@gnu.org>
9745
9746         * message.el (message-send-mail-function): Change the default, so that
9747         it inherits from a customized send-mail-function.  (Bug#5643)
9748
9749 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9750
9751         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9752         shell-command-to-string signals an error (bug#5299).
9753
9754 2010-02-24  Glenn Morris  <rgm@gnu.org>
9755
9756         * message.el (message-smtpmail-send-it)
9757         (message-send-mail-with-mailclient): Doc fixes.
9758
9759 2010-02-16  Glenn Morris  <rgm@gnu.org>
9760
9761         * message.el (message-default-mail-headers): Change the default value
9762         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9763
9764 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9767         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9768
9769 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9770
9771         * time-date.el (date-to-time): Doc fix (Bug#5408).
9772
9773 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9774
9775         * message.el (message-mail): Just pass yank-action on to message-setup.
9776         (message-setup): Handle (FUN . ARGS) form of yank-action.
9777         (message-with-reply-buffer, message-widen-reply)
9778         (message-yank-original): Handle non-buffer values of
9779         message-reply-buffer (Bug#4080).
9780         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9781
9782 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9783
9784         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9785         Fix typo in docstring.
9786
9787 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9788
9789         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9790         response.
9791
9792 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9795
9796         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9797
9798         * message.el (message-check-news-header-syntax): Protect against a
9799         string that `rfc822-addresses' returns when parsing fails.
9800
9801 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9804         (gnus-previous-char-property-change): New functions.
9805
9806         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9807
9808 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9809
9810         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9811         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9812
9813 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9814
9815         * message.el (message-exchange-point-and-mark): Rework last change to
9816         avoid using optional arg of exchange-point-and-mark, for backward
9817         compatibility.
9818
9819 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9820
9821         * message.el (message-exchange-point-and-mark):
9822         Call exchange-point-and-mark with an argument rather than setting
9823         mark-active by hand (Bug#5175).
9824
9825 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * nntp.el (nntp-service-to-port): Work for service expressed with
9828         numeric string; replace [:digit:] with [0-9] for XEmacs.
9829
9830 2009-12-17  Glenn Morris  <rgm@gnu.org>
9831
9832         * gnus-group.el (gnus-bug-group-download-format-alist):
9833         Change emacs entry to debbugs.gnu.org.  Bump :version.
9834
9835 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9838
9839 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * message.el (message-info): Explain why we use `Info-goto-node'.
9842
9843 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9846
9847 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9848
9849         * message.el (message-completion-in-region): New compatibility function.
9850         (message-expand-group): Use it.
9851
9852 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9855         with no unread article should be listed if the 2nd arg `predicate' is
9856         given.
9857
9858 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9861
9862 2009-11-29  Juri Linkov  <juri@jurta.org>
9863
9864         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9865         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9866         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9867
9868 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9869
9870         * sha1.el (sha1-string-external): default-directory "/" in case
9871         otherwise non-existent.  process-connection-type pipe for touch of
9872         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9873
9874 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9875
9876         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9877         it's comms related and sgml-mode.el has "comm" on that basis too.
9878
9879 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9882         containing tspecial characters if they have been already quoted.
9883
9884 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9885
9886         * dns-mode.el (auto-mode-alist): Purecopy string.
9887
9888 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9889
9890         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9891
9892 2009-10-24  Glenn Morris  <rgm@gnu.org>
9893
9894         * gnus-art.el (help-xref-stack-item): Define for compiler.
9895
9896 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9897
9898         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9899
9900 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9903
9904 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9907         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9908
9909 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9912         (gnus-overlays-in): New alias to overlays-in.
9913
9914         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9915         gnus-overlay-get, and gnus-delete-overlay.
9916         (gnus-summary-show-thread): Make it work as well for systems in which
9917         next-single-char-property-change is not available.
9918         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9919
9920         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9921         (gnus-overlay-get): New alias to extent-property.
9922         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9923
9924         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9925         SXEmacs.
9926
9927         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9928         SXEmacs.
9929
9930 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9933
9934 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9935
9936         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9937         and XEmacs that don't have `remove-overlays'.
9938
9939 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9940
9941         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9942         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9943         selective display.  Use overlays instead.
9944
9945 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9946
9947         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9948
9949 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9950
9951         * spam-stat.el (spam-stat-load): Fix typo in message.
9952
9953 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9954
9955         * dig.el (dig-invoke): Fix typo in docstring.
9956         (query-dig): Reflow docstring.
9957
9958 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9959
9960         * gnus-art.el (gnus-article-encrypt-body):
9961         * message.el (message-check-recipients):
9962         * mm-util.el (mm-codepage-setup):
9963         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9964         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9965
9966 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9967
9968         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9969         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9970         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9971         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9972         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9973
9974 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9975
9976         * dig.el: Add "Keywords: comm", as per net-utils.el.
9977
9978 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * dig.el (dig-mode): Use define-derived-mode.
9981
9982 2009-09-19  Glenn Morris  <rgm@gnu.org>
9983
9984         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9985
9986 2009-09-18  Glenn Morris  <rgm@gnu.org>
9987
9988         * gnus-diary.el (gnus-diary-check-message):
9989         * message.el (message-insert-formatted-citation-line):
9990         * nnbabyl.el (top-level):
9991         * nndiary.el (nndiary-schedule):
9992         Fix typos in condition-case handlers.
9993
9994 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-art.el (gnus-article-edit-part): Work for the buffer
9997         configuration that provides the sole article window in a frame;
9998         position point correctly after deleting a part.
9999
10000 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10001
10002         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10003         (spam-resolve-registrations-routine): Use it to unregister articles
10004         that change status.
10005
10006 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10009         with XEmacs.
10010         (parse-time-string-chars): Use it.
10011
10012 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10013
10014         * imap.el (imap-interactive-login): Better messages.
10015         (imap-open): Fix bug with renamed buffer on reconnect.
10016         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10017         for easier debugging and cleaner code.  On successful (guessed based on
10018         server capabilities) secondary authentication, set imap-state
10019         correctly.
10020         (imap-last-authenticator): Define imap-last-authenticator as a variable
10021         to avoid warnings.
10022
10023 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * nnrss.el (nnrss-request-article): Remove binding of
10026         default-enable-multibyte-characters that has gotten needless by
10027         the 2007-07-13 change in rfc2047-encode-message-header.
10028
10029         * mml.el (mml-insert-multipart): Error on the message header.
10030         (mml-insert-part): Error on the message header; position point at
10031         the end of a MIME tag.
10032
10033 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * time-date.el (autoload): Expand define-obsolete-function-alias into
10036         defalias and make-obsolete for old Emacsen that Gnus supports.
10037         (with-no-warnings): Define it for old Emacsen.
10038         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10039         is available.
10040         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10041         float-time is available; suppress compile warning for time-to-seconds.
10042
10043         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10044         (gnus-float-time): Alias to float-time if it exists.
10045
10046         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10047         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10048         float-time is available; suppress compile warning for time-to-seconds.
10049
10050         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10051         XEmacs.
10052
10053 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10054
10055         * imap.el (imap-message-map): Docstring fix.
10056
10057 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10060         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10061         Add the optional argument `encoding' that overrides the default.
10062
10063         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10064         mm-encode-buffer.
10065
10066 2009-09-04  Glenn Morris  <rgm@gnu.org>
10067
10068         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10069         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10070         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10071         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10072         * mm-util.el (mm-with-unibyte-current-buffer)
10073         (mm-find-buffer-file-coding-system):
10074         * yenc.el (yenc-decode-region): Use default-value rather than
10075         default-enable-multibyte-characters.
10076
10077 2009-09-03  Glenn Morris  <rgm@gnu.org>
10078
10079         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10080         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10081         than default-enable-multibyte-characters.
10082
10083 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10084
10085         * gnus-art.el (gnus-article-read-summary-keys):
10086         Fix gnus-buffer-configuration's value temporarily used.
10087
10088 2009-09-02  Glenn Morris  <rgm@gnu.org>
10089
10090         * gnus-util.el (gnus-float-time): New function.
10091         * gnus-delay.el (gnus-delay-article):
10092         * gnus-sum.el (gnus-thread-latest-date):
10093         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10094         * nnspool.el (nnspool-request-newgroups):
10095         Use gnus-float-time rather than time-to-seconds.
10096         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10097
10098         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10099         (gnus-header-subject-face, gnus-header-newsgroups-face)
10100         (gnus-header-name-face, gnus-header-content-face):
10101         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10102         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10103         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10104         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10105         (gnus-cite-face-11):
10106         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10107         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10108         (gnus-server-closed-face, gnus-server-denied-face)
10109         (gnus-server-offline-face):
10110         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10111         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10112         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10113         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10114         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10115         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10116         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10117         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10118         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10119         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10120         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10121         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10122         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10123         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10124         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10125         (gnus-summary-high-undownloaded-face)
10126         (gnus-summary-low-undownloaded-face)
10127         (gnus-summary-normal-undownloaded-face)
10128         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10129         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10130         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10131         (gnus-splash-face):
10132         * message.el (message-header-to-face, message-header-cc-face)
10133         (message-header-subject-face, message-header-newsgroups-face)
10134         (message-header-other-face, message-header-name-face)
10135         (message-header-xheader-face, message-separator-face)
10136         (message-cited-text-face, message-mml-face):
10137         * sieve-mode.el (sieve-control-commands-face)
10138         (sieve-action-commands-face, sieve-test-commands-face)
10139         (sieve-tagged-arguments-face):
10140         * spam.el (spam-face):
10141         Mark face aliases with "-face" in the name as obsolete.
10142
10143 2009-09-01  Glenn Morris  <rgm@gnu.org>
10144
10145         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10146         than goto-line.
10147
10148 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10151         Don't move point if the command is invoked inside the message header.
10152
10153 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10154
10155         * imap.el (imap-send-command): Simplify.
10156         (imap-wait-for-tag): point-max -> buffer-size.
10157
10158 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10159
10160         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10161         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10162         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10163         * nnir.el (nnir-swish-e-index-file):
10164         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10165         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10166         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10167         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10168         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10169         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10170
10171 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10174         Don't save excursion.
10175
10176 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10177
10178         * nnheader.el (nnheader-find-file-noselect):
10179         * mm-util.el (mm-insert-file-contents):
10180         Use (default-value 'major-mode) instead of default-major-mode.
10181
10182 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10183
10184         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10185
10186 2009-08-26  Glenn Morris  <rgm@gnu.org>
10187
10188         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10189         than placing in files.el.
10190
10191 2009-08-25  Glenn Morris  <rgm@gnu.org>
10192
10193         * nnir.el (top-level): Don't require cl at run-time.
10194         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10195         Replace cl-function substitute with gnus-replace-in-string.
10196         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10197         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10198         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10199         simplified expansions.
10200
10201 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10202
10203         * dig.el (dig): Add autoload cookie.
10204
10205 2009-08-22  Glenn Morris  <rgm@gnu.org>
10206
10207         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10208         goto-line.
10209
10210 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10211
10212         * parse-time.el (parse-time-string-chars): Save match data.
10213
10214 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10215
10216         * parse-time.el (parse-time-string-chars): Compute using character
10217         classes, to handle non-ascii characters (Bug#3190).
10218
10219 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10222
10223         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10224         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10225         (gnus-mm-display-part, gnus-mime-display-single)
10226         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10227         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10228
10229         * gnus-sum.el
10230         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10231         (gnus-summary-move-article): Add expirable mark to articles copied or
10232         moved to group that has auto-expire turned on if the option is non-nil.
10233
10234 2009-07-24  Glenn Morris  <rgm@gnu.org>
10235
10236         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10237         Fix typo.  (Bug#3903)
10238
10239 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10242         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10243         that should not be used for draft articles.
10244         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10245         that has no concern in minor mode keys.
10246         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10247         Abolish.
10248
10249 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10252         article without making inquiry to a user for unknown encoding.
10253
10254         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10255         (nnmaildir--scan): Assume i-node and device number that file-attributes
10256         returns might be cons-cell.
10257
10258         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10259
10260         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10261
10262 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * auth-source.el: Remove docs now in auth.texi.  Don't use
10265         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10266         `auth-source-hide-passwords' and use them.
10267
10268 2009-07-15  Glenn Morris  <rgm@gnu.org>
10269
10270         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10271
10272 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10275         excessive whitespace from the default values of title and description.
10276
10277 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10280         mail-fetch-field to fetch Content-Description header in order to
10281         exclude newlines.
10282
10283 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10284
10285         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10286         format used by GnuPG 2.0.11.
10287
10288 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10291         to deleted part.
10292
10293 2009-05-30  David Engster  <dengste@eml.cc>
10294
10295         * nnmairix.el: Remove old documentation in the commentary block.
10296         (nnmairix-request-group): Do not update active file for nnml back ends.
10297         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10298         end so that overview files are ignored.
10299         (nnmairix-update-groups): Make updating the groups more robust by using
10300         marks.
10301         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10302         with dollar characters in message-id.
10303
10304 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10307         2008-12-25 in dns.el.
10308
10309 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10310
10311         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10312         could happen if the text is only composed of spaces and/or tabs.
10313
10314 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10315
10316         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10317         when sending a queued message to avoid extra mml tags.
10318
10319 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10322
10323 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10326         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10327         rmail-toggle-header for XEmacs;
10328         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10329
10330 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-dired.el: Remove autoload for gnus-setup-message.
10333         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10334         displaying Gnus logo; always use compose-mail.
10335
10336 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10339
10340 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10343         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10344         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10345         available.
10346         (gnus-nocem-epg-verify): New function.
10347
10348 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10351
10352 2009-02-15  Glenn Morris  <rgm@gnu.org>
10353
10354         * gnus-util.el (rmail-insert-rmail-file-header)
10355         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10356         autoloads.
10357         (rmail-default-rmail-file): Remove unnecessary declaration.
10358         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10359
10360 2009-02-14  Glenn Morris  <rgm@gnu.org>
10361
10362         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10363         variable (only used in gnus-util, which declares it anyway).
10364         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10365         which was only needed by gnus-art (changed to not use it any more).
10366         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10367         only used in gnus-util, which autoloads it itself.
10368         (rmail-update-summary): Fix autoload.
10369
10370         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10371         rather than rmail-output-to-rmail-file.
10372
10373 2009-02-07  Glenn Morris  <rgm@gnu.org>
10374
10375         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10376         autoload of function that no longer exists.
10377         (rmail-toggle-header): Declare.
10378         (message-forward-rmail-make-body): Handle mbox Rmail.
10379
10380 2009-01-31  Glenn Morris  <rgm@gnu.org>
10381
10382         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10383         2009-01-09 change.
10384
10385 2009-01-31  Dave Love  <fx@gnu.org>
10386
10387         * imap.el (imap-fetch-safe): Bind debug-on-error.
10388         (imap-debug): Add imap-fetch-safe.
10389
10390 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10391
10392         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10393         (auth-source-forget-all-cached): New convenience function.
10394         (auth-source-user-or-password): Accept list of modes or a single mode.
10395
10396         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10397         auth-source modes.
10398
10399         * netrc.el (netrc-machine-user-or-password): Use list of
10400         auth-source modes.
10401
10402         * nnimap.el (nnimap-open-connection): Use list of
10403         auth-source modes.
10404
10405         * nntp.el (nntp-send-authinfo): Use list of
10406         auth-source modes.
10407
10408 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10409
10410         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10411         now.
10412
10413 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10416         coding system in XEmacs; add a workaround for XEmacs.
10417
10418         * lpath.el: Fbind coding-system-aliasee.
10419
10420 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10423         of current-language-environment.
10424
10425 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10428         available at runtime.
10429
10430 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10433
10434 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10435
10436         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10437         the greatest positive fixnum value doesn't work under an XEmacs with
10438         bignum support; use the most-positive-fixnum constant instead,
10439         available since Emacs 21.1 with cl and XEmacs 21.1.
10440
10441 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10444         XEmacs gets not to work.
10445
10446 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mm-util.el (mm-coding-system-priorities): Allow the value like
10449         "Japanese (UTF-8)" of current-language-environment.
10450
10451 2009-01-09  Glenn Morris  <rgm@gnu.org>
10452
10453         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10454         with last-command-event.
10455
10456 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10459         in the doc string.
10460
10461         * message.el (message-fix-before-sending): Amend comment.
10462
10463 2009-01-08  Dave Love  <fx@gnu.org>
10464
10465         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10466
10467 2009-01-07  David Engster  <dengste@eml.cc>
10468
10469         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10470         simplified server definitions by converting it via
10471         gnus-server-to-method.
10472
10473 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10476         parameter's operands.
10477
10478 2009-01-06  David Engster  <dengste@eml.cc>
10479
10480         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10481         primary select method (for gnus-group-mark-article-as-read).
10482
10483 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10484
10485         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10486         `(gnus)Face', not `(gnus)X-Face'.
10487
10488 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * mm-util.el (mm-ucs-to-char): New function.
10491
10492         * mm-url.el (mm-url-decode-entities): Use it.
10493
10494         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10495         unicode-to-char.
10496
10497 2009-01-05  Dave Love  <fx@gnu.org>
10498
10499         * time-date.el: Require cl for `declare'.
10500
10501 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10502
10503         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10504         Dave Love.
10505
10506 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * message.el (message-fix-before-sending): Add `eight-bit' to
10509         illegible-text check.
10510
10511 2009-01-03  Michael Olson  <mwolson@gnu.org>
10512
10513         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10514         `headers' is nil.  This can occur if the IMAP server does not have
10515         permissions to read messages from a folder, but can write new messages
10516         to the folder.
10517         (nnimap-request-article-part): Do not insert `data' if it is nil.
10518
10519         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10520         characters which will confuse `read', so skip past them.
10521
10522 2009-01-01  Dave Love  <fx@gnu.org>
10523
10524         * imap.el (imap-string-to-integer): Fix typo.
10525         (imap-fetch-safe): New function.
10526         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10527
10528         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10529
10530         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10531         (imap-parse-greeting): Fix doc strings.
10532         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10533         (imap-parse-flag-list): Make messages unique.
10534         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10535
10536         * nnimap.el: Fix author email.
10537         (nnimap-split-rule): Add FIXME comment.
10538         (nnimap-debug): Fix doc string.
10539
10540 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10543
10544 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10547         nslookup if resolv.conf isn't available.
10548         (dns-query): Rename from query-dns.
10549         (dns-query-cached): Rename from query-dns-cached.
10550
10551 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10554         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10555         to check if those variables exist (first appeared in Emacs 18.50).
10556
10557 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * mm-util.el (mm-line-number-at-pos): New function.
10560
10561         * spam-report.el (spam-report-process-queue): Use it.
10562
10563 2008-12-24  David Engster  <dengste@eml.cc>
10564
10565         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10566         parameters that haven't existed as variables as buffer-local variables.
10567
10568 2008-12-23  Dave Love  <fx@gnu.org>
10569
10570         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10571         cadar.
10572
10573         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10574         imap-starttls-p.
10575         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10576
10577 2008-12-22  Dave Love  <fx@gnu.org>
10578
10579         * imap.el: Fix author email.  Doc fixes.
10580         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10581         reply.
10582
10583 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * spam-report.el (spam-report-gmane-max-requests): New constant.
10586         (spam-report-gmane-wait): New variable.
10587         (spam-report-gmane-ham, spam-report-gmane-spam)
10588         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10589         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10590         the server.
10591
10592         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10593         Add explanations.
10594
10595         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10596         nnheader-accept-process-output and nnheader-read-timeout if available.
10597         (pop3-movemail): Use it.
10598
10599         * message.el (message-check-news-body-syntax): Fix signature check if
10600         there's an attachment.
10601
10602 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * mm-util.el: Add comments to the mm- emulating functions.
10605
10606 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10609         Reported by Stephen Berman <stephen.berman@gmx.net>.
10610
10611 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * mm-util.el (mm-substring-no-properties): New function.
10614         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10615         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10616         (mm-string-to-multibyte): Doc fix.
10617
10618         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10619
10620 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * mml.el (mml-attach-file): Strip text properties from file name.
10623         (Bug#1574)
10624
10625 2008-12-16  Glenn Morris  <rgm@gnu.org>
10626
10627         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10628
10629 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10632         knows since the charset specified might be a bogus alias that
10633         mm-charset-synonym-alist provides.
10634
10635 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10638         "ISO_8859-1".
10639
10640         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10641
10642 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * mm-util.el (mm-charset-eval-alist):
10645         Define it before mm-charset-to-coding-system.
10646         (mm-charset-to-coding-system): Add optional argument `silent';
10647         define it before mm-charset-override-alist.
10648         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10649         default value if it can be used in Emacs currently running;
10650         silence mm-charset-to-coding-system.
10651
10652 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10655         `allow-override' which says whether to use `mm-charset-override-alist'.
10656         (rfc2047-decode-encoded-words): Use it.
10657
10658         * mm-util.el (mm-charset-override-alist): Fix custom type;
10659         add `(gb2312 . gbk)' to choices.
10660
10661 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10664         fast.
10665
10666         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10667
10668         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10669
10670 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10671
10672         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10673         on links.
10674
10675         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10676
10677 2008-12-03  Lute Kamstra  <lute@gnu.org>
10678
10679         * sha1.el: Remove leading * from docstrings of defcustoms,
10680         deffaces, defconsts and defuns.
10681
10682 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10685         users' addresses that don't have domain parts.
10686         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10687         rather than message-narrow-to-head since there will be the message
10688         header separator.
10689
10690 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10691
10692         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10693         since the result is inserted in a unibyte buffer anyway.
10694         (nnimap-demule-use-string-to-multibyte): Remove.
10695         (nnimap-demule): Alias it to mm-string-to-multibyte.
10696
10697 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10700         variable for debugging bug#464 and bug#1174.
10701         (nnimap-demule): Use it.
10702
10703 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10706         score calculation correctly.
10707
10708 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10709
10710         * message.el (message-send-mail): Just set the buffer to unibyte
10711         rather than use mm-with-unibyte-current-buffer which does a lot more.
10712         (message-send-mail-partially): Don't bother with
10713         mm-with-unibyte-current-buffer since it's already been made unibyte by
10714         message-send-mail.
10715
10716 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10717
10718         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10719
10720 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10723
10724 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10727         require itself and to remove `with-no-warnings'.
10728
10729 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10730
10731         * starttls.el (starttls-any-program-available): Get the name of the
10732         available TLS layer program.
10733         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10734         well as the host name in the "opening" message.
10735
10736         * auth-source.el (auth-source-cache, auth-source-do-cache)
10737         (auth-source-user-or-password): Cache passwords and logins by default,
10738         allow override with `auth-source-do-cache'.
10739         (auth-source-forget-user-or-password): Allow users to remove cache
10740         entries if needed.
10741
10742 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10743
10744         * md4.el (md4-buffer): Fix typo in docstring.
10745         (md4, md4-64): Doc fixes.
10746         (md4-pack-int32): Reflow docstring.
10747
10748 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10749
10750         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10751         condition-case to only the forward-sexp call.
10752
10753 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10754
10755         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10756         quotes contained.  Make it more robust regardless by an extra
10757         condition-case wrapper.
10758
10759 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10762
10763 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * nnml.el (nnml-request-expire-articles): Check if the function set to
10766         `nnmail-expiry-target' returns the symbol `delete'.
10767
10768         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10769
10770         * nnmail.el (nnmail-expiry-target): Fix custom type.
10771
10772 2008-10-02  Glenn Morris  <rgm@gnu.org>
10773
10774         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10775         Silence compiler warning.
10776
10777 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10778
10779         * tls.el (open-tls-stream): Show the actual command being
10780         executed, instead of the format string.
10781
10782 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * lpath.el: Fbind codepage-setup for Emacs 23.
10785
10786 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10787
10788         * mml.el (mml-menu): Don't assume mml2015 is bound.
10789
10790 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10793         exists.
10794
10795 2008-09-27  Glenn Morris  <rgm@gnu.org>
10796
10797         * gnus-util.el (mail-header-remove-comments): Autoload it.
10798
10799 2008-09-27  Andreas Schwab  <schwab@suse.de>
10800
10801         * gnus-util.el (gnus-split-references): Strip comments.
10802         (gnus-parent-id): Likewise.
10803
10804 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * message.el (message-confirm-send): Fix version.
10807
10808 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * message.el (message-idna-to-ascii-rhs-1): Use
10811         mail-extract-address-components rather than mail-header-parse-addresses
10812         that is an alias by default to ietf-drums-parse-addresses that does not
10813         support non-ASCII names in headers' contents.
10814
10815 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10816
10817         * message.el (message-confirm-send): Fix variable documentation to
10818         avoid the "y/n" wording.
10819
10820 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10821
10822         * message.el (message-set-auto-save-file-name): Save to a different
10823         filename so multiple messages (especially drafts) can be recovered.
10824
10825 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         * message.el (message-confirm-send): Add appropriate version.
10828
10829 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10830
10831         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10832         defvar.
10833
10834 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10835
10836         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10837         (mm-pkcs7-enveloped-magic): Ditto.
10838
10839 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10840
10841         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10842         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10843
10844 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10845
10846         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10847         default, it's better.
10848
10849 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10850
10851         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10852         summary line gnus-number property and ignore them (with a warning
10853         message).
10854
10855 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10858         macro caddr in the interactive form since it won't be expanded.
10859
10860 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10863         `charset'; fix name of function called recursively.
10864         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10865
10866 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10869         (gnus-mime-set-charset-parameters): New function.
10870         (gnus-mime-view-part-as-charset): Use it to correctly display part
10871         specifying wrong charset.
10872
10873 2008-09-08  David Engster  <dengste@eml.cc>
10874
10875         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10876         in completing-read for back end server.
10877
10878 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10879
10880         * message.el (message-confirm-send): New variable to confirm sending a
10881         message.
10882         (message-send): Use it.
10883
10884 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10885
10886         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10887
10888 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10891
10892 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10893
10894         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10895         prevent tracking too many groups.
10896         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10897         Use it.
10898
10899 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10900
10901         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10902         moving point to the bottom of the window in order to avoid recentering.
10903
10904 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10907
10908         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10909         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10910         (gnus-article-beginning-of-window): Fix calculation.
10911
10912 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-msg.el (gnus-summary-supersede-article)
10915         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10916         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10917         message header.
10918
10919 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10920
10921         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10922         pending output coming after the status change.
10923
10924 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10925
10926         * message.el:
10927         * gnus-start.el:
10928         * gnus-registry.el: Remove VMS support.
10929
10930 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10933         macro.
10934         (rfc2104-hash): Use it.
10935
10936 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10939         (gnus-summary-sort-by-most-recent-date): New commands.
10940         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10941         and menu entries.
10942
10943 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10946         don't redisplay article for raw contents; remove plural articles stuff.
10947
10948         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10949         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10950         on gnus-summary-save-article; display results properly.
10951
10952 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * lpath.el: No need to fbind ns-focus-frame.
10955
10956 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10959
10960 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-art.el (gnus-summary-save-in-pipe):
10963         Consider gnus-save-all-headers.
10964
10965 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10966
10967         * gnus-util.el (ns-focus-frame): Remove declaration.
10968         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10969         like x.
10970
10971 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10972
10973         * rfc2104.el (rfc2104-zero): Delete defconst.
10974         (rfc2104-hex-alist): Likewise.
10975         (rfc2104-hex-to-int): Delete func.
10976         (rfc2104-hexstring-to-bitstring): Likewise.
10977         (rfc2104-nybbles): New defconst.
10978         (rfc2104-hash): Rewrite for speed.
10979
10980 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * tls.el (open-tls-stream): Make it work with the 2nd argument
10983         BUFFER that is a string but does not exist as a buffer object, as
10984         mentioned in the doc-string.
10985
10986 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10989         SXEmacs.
10990
10991 2008-07-16  Glenn Morris  <rgm@gnu.org>
10992
10993         * gnus-util.el (ns-focus-frame): Declare for compiler.
10994
10995 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10998         set as a group parameter.
10999         (gnus-summary-save-in-pipe): Work when it is called independently.
11000         (gnus-summary-pipe-to-muttprint): Don't modify
11001         gnus-summary-pipe-output-default-command.
11002
11003 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11004
11005         * message.el (message-send-mail-with-sendmail):
11006         Display the error message.
11007
11008 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-art.el (gnus-default-article-saver):
11011         Add gnus-summary-save-in-pipe to choices.
11012         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11013         gnus-summary-pipe-output-default-command as the default command.
11014         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11015         instead of gnus-last-shell-command.
11016
11017         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11018         New user option.
11019         (gnus-summary-muttprint-program): Mention the value will be changed.
11020         (gnus-summary-save-article): Force showing of all headers.
11021         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11022
11023 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11024
11025         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11026
11027 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11028
11029         * nnimap.el (nnimap-id):
11030         * sieve-manage.el (sieve-manage-open): Doc fixes.
11031
11032 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11033
11034         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11035         if available.
11036
11037 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11038
11039         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11040
11041         * nnkiboze.el (nnkiboze-generate-group):
11042         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11043
11044         * nnmairix.el: Require CL.
11045
11046 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * dgnushack.el: Autoload get-display-table and put-display-table for
11049         XEmacs 21.5.
11050
11051         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11052         21.4 and SXEmacs.
11053
11054 2008-06-15  David Engster  <dengste@eml.cc>
11055
11056         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11057
11058 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11059
11060         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11061         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11062         runtime choice under XEmacs.
11063
11064         * gnus-sum.el (gnus-summary-set-display-table):
11065         Use `gnus-put-display-table', `gnus-get-display-table',
11066         `gnus-set-display-table' for the display table, instead of `aset'.
11067
11068         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11069         Use `gnus-put-display-table', `gnus-get-display-table',
11070         `gnus-set-display-table' for the display table.
11071
11072 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * nnmairix.el: Add autoloads.
11075
11076 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * nnmairix.el (nnmairix-delete-recreate-group)
11079         (nnmairix-update-and-clear-marks): Fix error messages.
11080
11081 2008-06-14  David Engster  <dengste@eml.cc>
11082
11083         * nnmairix.el: Upgrade to version 0.6.
11084         (nnmairix-group-toggle-propmarks-this-group)
11085         (nnmairix-group-toggle-readmarks-this-group)
11086         (nnmairix-group-delete-recreate-this-group)
11087         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11088         (nnmairix-remove-tick-mark-original-article): New commands.
11089         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11090         (nnmairix-propagate-marks-to-nnmairix-groups)
11091         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11092         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11093         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11094         functions needed for marks propagation and manipulation of read marks.
11095         (nnmairix-update-groups): New function.
11096         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11097         (nnmairix-determine-original-group-from-registry)
11098         (nnmairix-determine-original-group-from-path)
11099         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11100         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11101         New helper functions.
11102         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11103         keystrokes for new commands.
11104         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11105         (nnmairix-request-group): Check allow-fast group parameter.
11106         (nnmairix-request-create-group): Set allow-fast group parameter if
11107         nnmairix-allowfast-default is set.
11108         (nnmairix-close-group): Propagate marks upon closing if needed.
11109         (nnmairix-group-toggle-threads-this-group): Use new.
11110         nnmairix-group-toggle-parameter helper function.
11111         (nnmairix-search): Better check for empty search result.
11112         (nnmairix-goto-original-article): Use new helper functions for
11113         determining original article.
11114         (nnmairix-show-original-article): Make sure message-id is in brackets.
11115         (nnmairix-call-mairix-binary): Change variable name.
11116         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11117         helper function.
11118         (nnmairix-widget-toggle-activate): Fix doc string.
11119
11120 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * nnir.el: Require edmacro when compiling with XEmacs.
11123         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11124         available in Emacs 21.
11125
11126 2008-06-11  Glenn Morris  <rgm@gnu.org>
11127
11128         * gnus-util.el (x-focus-frame):
11129         * gnus.el (image-size):
11130         * mm-decode.el (image-size): Declare.
11131
11132         * gnus-picon.el (declare-function): Add compat definition.
11133         (image-size): Declare.
11134
11135         * gnus-group.el (tool-bar-map):
11136         * gnus-sum.el (tool-bar-map): Define for compiler.
11137
11138         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11139
11140         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11141
11142         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11143         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11144         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11145         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11146         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11147         * sieve-manage.el, spam-report.el, spam.el:
11148         Remove unnecessary eval-and-compile of autoloads.
11149
11150 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11151
11152         * auth-source.el: Precise Tramp doc.
11153
11154 2008-06-07  Glenn Morris  <rgm@gnu.org>
11155
11156         * nnmairix.el: Remove unnecessary eval-when-compile.
11157
11158 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * lpath.el: Fbind propertize for XEmacs 21.4.
11161
11162 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * nnir.el: Move here from ../contrib.
11165
11166 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11167
11168         * gnus-util.el (gnus-read-shell-command): New function.
11169         * mm-decode.el (mm-pipe-part):
11170         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11171
11172 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11175
11176 2008-06-03  Glenn Morris  <rgm@gnu.org>
11177
11178         * pop3.el (nnheader-accept-process-output): Autoload it.
11179
11180 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11183         are not 2-digit hexadecimal characters that follow `%'s.
11184
11185 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * message.el (message-bogus-recipient-p): Fix type in doc string.
11188         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11189         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11190         Improve custom options.
11191         (message-bogus-recipient-p): Adjust accordingly.
11192
11193 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11194
11195         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11196         long-form month and day names.
11197
11198 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * dgnushack.el: Autoload debug, eudc-expand-inline and
11201         pgg-snarf-keys-region for XEmacs.
11202
11203         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11204
11205         * nnmairix.el: Require edmacro when compiling with XEmacs.
11206
11207 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11210         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11211
11212 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11213
11214         * auth-source.el: Add more docs.
11215
11216         * netrc.el (netrc-machine): Always match if the port is not given.
11217
11218 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11221         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11222         retrieval faster in some cases, but might make CPU usage larger.
11223         If this has any bad side effects, we might revert this change.
11224
11225         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11226         seems to make mail retrieval much, much faster.
11227         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11228         unconditionally.
11229
11230         * gnus-draft.el (gnus-group-send-queue):
11231         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11232
11233 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11236
11237         * message.el (message-bogus-address-regexp): Fix and improve custom
11238         type.
11239         (message-setup-hook): Add message-check-recipients as custom option.
11240
11241 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * message.el (message-cite-function): Remove bogus autoload which crept
11244         in during merge from v5-10.
11245
11246 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11249
11250         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11251
11252         * auth-source.el: Preliminary Tramp docs.
11253         (auth-sources): Change the default auth-sources to use
11254         EPA .gpg files.
11255
11256 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11257
11258         * nntp.el: Autoload `auth-source-user-or-password'.
11259         (nntp-send-authinfo): Use it.
11260
11261         * nnimap.el: Autoload `auth-source-user-or-password'.
11262         (nnimap-open-connection): Use it.
11263
11264         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11265         for the gnus-message function.
11266         (auth-source-user-or-password): Use it.
11267
11268 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11269
11270         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11271         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11272         (rfc2104-hash): Use it.
11273
11274 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11275
11276         * gnus-art.el (gnus-article-toggle-truncate-lines):
11277         Don't use `iff' in docstring.
11278
11279 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11282
11283         * gnus-util.el (gnus-extract-address-component-name)
11284         (gnus-extract-address-component-email): Convenience functions around
11285         `gnus-extract-address-components'.
11286
11287         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11288         Use `gnus-extract-address-component-email' to fix bug of comparing full
11289         sender name to `user-mail-address'.
11290
11291 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11292
11293         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11294         catch/throw to optimize.
11295         (gnus-registry-find-keywords): Just use member to find a keyword.
11296
11297 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11298
11299         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11300         is current before calling gnus-server-prepare.
11301         (gnus-server-setup-buffer, gnus-server-update-server)
11302         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11303
11304 2008-05-04  Juri Linkov  <juri@jurta.org>
11305
11306         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11307         (mailcap-file-default-commands): Use mailcap-replace-in-string
11308         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11309         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11310
11311 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11312
11313         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11314
11315 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11316
11317         * gnus.el: Bump version to 0.11.
11318
11319 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11320
11321         * gnus.el: No Gnus v0.10 is released.
11322
11323 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11326         hooks.
11327         (gnus-update-read-articles): Speed up non-marks-using users.
11328         (gnus-use-marks): Define gnus-use-marks.
11329         (gnus-propagate-marks): Rename variable to something more sensible.
11330
11331 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11332
11333         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11334         (gmm-image-load-path-for-library): Fix typos in docstrings.
11335         (gmm-message): Reflow docstring.
11336
11337 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11338
11339         * mail-source.el (mail-source-set-1, mail-source-bind):
11340         Move auth-source code out of the macro to clean it up and fix bugs.
11341
11342 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11345         by sender if it's equal to user-mail-address, it's likely to be
11346         useless.
11347
11348         * mail-source.el (mail-source-bind): Don't use user or password if they
11349         are not bound.  Unintern them if they are nil.  Don't use server unless
11350         it's bound, and default it to empty string otherwise.
11351
11352 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * mail-source.el: Load auth-source.el.
11355         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11356         get user name or password, if auth-sources is set up.
11357
11358         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11359         strategy of splitting with parent.
11360         (gnus-registry-split-fancy-with-parent)
11361         (gnus-registry-post-process-groups): Use it and fix prior
11362         bug (returning a list as the split result).
11363
11364         * auth-source.el (auth-sources): Remove server parameter.
11365         (auth-source-pick, auth-source-user-or-password)
11366         (auth-source-user-or-password-imap)
11367         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11368         (auth-source-user-or-password-sftp)
11369         (auth-source-user-or-password-smtp): Remove server parameter.
11370
11371 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11372
11373         * smime.el (smime-sign-region, smime-encrypt-region)
11374         (smime-decrypt-region):
11375         Remove redundant calls to `generate-new-buffer-name'.
11376
11377 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11378
11379         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11380         Don't use QP for message/rfc822.
11381         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11382
11383 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11384
11385         * sieve-manage.el (sieve-string-bytes): Remove.
11386         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11387         correct byte-length only if the process's coding-system is the same as
11388         the one used internally by Emacs to represent strings.
11389
11390 2008-04-22  Juri Linkov  <juri@jurta.org>
11391
11392         * mailcap.el (mailcap-file-default-commands): New function.
11393
11394 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * message.el (message-signature-separator, message-cite-function):
11397         Change custom version.
11398
11399 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11400
11401         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11402         commands.
11403         (tls-checktrust): Ditto.
11404
11405 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * mm-decode.el (mm-display-external): Make temp file read-only.
11408
11409 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11412         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11413         `C-c C-f d'.
11414
11415 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11416
11417         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11418
11419 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * gnus.el: Bump version to 0.9.
11422
11423 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus.el: No Gnus v0.8 is released.
11426
11427 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11428
11429         * mail-source.el (mail-source-value):
11430         Prefer fboundp to functionp so it works with macros as well.
11431
11432 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11433
11434         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11435         Fix last change in case the element is not even a symbol.
11436
11437 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11440         Prefer fboundp to functionp so it works with macros as well.
11441
11442 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * auth-source.el: Add docs.
11445         (auth-sources): Modify format to support server.
11446         (auth-source-pick, auth-source-user-or-password)
11447         (auth-source-user-or-password-imap)
11448         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11449         (auth-source-user-or-password-sftp)
11450         (auth-source-user-or-password-smtp): Add server parameter.
11451
11452 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11453
11454         * gnus-registry.el: Initialize the registry when gnus-registry-install
11455         is t.
11456
11457 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * compface.el (uncompface): Make buffer unibyte.
11460
11461 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11462
11463         * mail-source.el (mail-source-value):
11464         Prefer fboundp to functionp so it works with macros as well.
11465
11466 2008-04-05  Glenn Morris  <rgm@gnu.org>
11467
11468         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11469
11470 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11471
11472         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11473         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11474
11475         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11476         multibyteness after rather than before erasing it.
11477
11478         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11479         mm-with-multibyte.
11480         (gnus-request-article-this-buffer): Make sure the proper decoding is
11481         used if gnus-original-article-buffer happens to be unibyte.
11482
11483         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11484         default-enable-multibyte-characters.
11485
11486         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11487         default-enable-multibyte-characters.
11488
11489         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11490
11491         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11492
11493 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11494
11495         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11496         Fix last change in case the element is not even a symbol.
11497
11498 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11499
11500         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11501         (imap-message-copyuid-1): Use it.
11502         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11503         J. Williams in
11504         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11505
11506         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11507         imap-enable-exchange-bug-workaround.
11508         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11509
11510 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11511
11512         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11513         a 100 byte status-checks into a 2-3MB transfer for each group.
11514         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11515         to enable bug workaround or not.
11516         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11517
11518 2008-03-31  Glenn Morris  <rgm@gnu.org>
11519
11520         * message.el (mml2015-use): Declare for compiler.
11521         (message-info): Require mml2015 when appropriate.
11522
11523 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11526         whitespace.
11527
11528 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11529
11530         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11531         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11532         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11533         (nntp-service-to-port): New function.
11534         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11535         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11536         (nntp-open-netcat-stream): New function.
11537         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11538
11539 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11540
11541         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11542
11543 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11544
11545         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11546
11547 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11548
11549         * dns.el (dns-write): Use set-buffer-multibyte.
11550
11551 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11552
11553         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11554
11555 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * message.el (message-signature-separator): Change default.
11558         Improve custom type.
11559         (message-cite-function): Change default to
11560         message-cite-original-without-signature.
11561
11562         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11563         toggle.
11564
11565         * message.el (message-check-news-body-syntax): Fix signature check.
11566         (message-setup-1): Mark buffer as unmodified _after_ running
11567         message-setup-hook and handling message-alternative-emails.
11568         (message-shorten-references): Be more strict when building list of
11569         valid references to comply with GNKSA.
11570
11571         * gnus-group.el (gnus-read-ephemeral-bug-group)
11572         (gnus-read-ephemeral-debian-bug-group)
11573         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11574
11575         * message.el (message-info): Don't use booleanp which isn't supported
11576         in Emacs 21 and XEmacs.
11577
11578 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11581         gnus-group-gmane-group-download-format.
11582         (gnus-group-read-ephemeral-gmane-group): Rename from
11583         gnus-group-read-ephemeral-gmane-group.
11584         (gnus-read-ephemeral-gmane-group-url): Rename from
11585         gnus-group-read-ephemeral-gmane-group-url.
11586         (gnus-bug-group-download-format-alist): New variable.
11587         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11588         (gnus-read-ephemeral-emacs-bug-group): New commands.
11589
11590 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11593         (gnus-visible-headers): Improve custom type.
11594
11595 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * mml.el (mml-menu): Add workarounds for XEmacs.
11598
11599         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11600         X-Boundary header.
11601
11602         * message.el (message-simplify-recipients): Fix previous commit.
11603
11604 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11605
11606         * mm-util.el (mm-set-buffer-multibyte): New function.
11607         * mm-decode.el (mm-copy-to-buffer): Use it.
11608
11609         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11610         Prefer fboundp to functionp so it works with macros as well.
11611
11612 2008-03-19  Glenn Morris  <rgm@gnu.org>
11613
11614         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11615         Accidentally removed in the sync process with Emacs.
11616
11617 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el (message-alter-recipients-discard-bogus-full-name):
11620         New function.
11621         (message-alter-recipients-function): New variable.
11622         (message-get-reply-headers): Use it.
11623         (message-replace-header): New helper function.
11624         (message-recipients-without-full-name): New variable.
11625         (message-simplify-recipients): New command.
11626
11627         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11628
11629         * message.el (message-info): Handle EasyPG manual.
11630
11631         * mml.el (mml-menu): Add entry for EasyPG.
11632
11633 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11634
11635         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11636         parameter.
11637
11638         * message.el (message-disassociate-draft): Specify drafts group name
11639         fully.
11640
11641 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11642
11643         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11644         Eliminate unnecessary duplicates from the match list.
11645
11646 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11649
11650         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11651
11652         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11653         args of `how-many' of which the XEmacs version doesn't take; declare
11654         Info-index-next as function.
11655
11656 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus-score.el (gnus-score-headers): Fix handling of
11659         gnus-inhibit-slow-scoring.
11660
11661         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11662         string.
11663         (gnus-button-url-regexp): Improve handling of parenthesis.
11664         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11665         (gnus-button-handle-info-keystrokes): Handle index entries.
11666
11667 2008-03-15  Glenn Morris  <rgm@gnu.org>
11668
11669         * parse-time.el (parse-time-string): Simplify.
11670
11671 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11674         Incoming* files.
11675
11676 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11677
11678         * auth-source.el (auth-sources): Rename from auth-source-choices.
11679         (auth-source-pick): Use it.
11680
11681 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11682
11683         * binhex.el (binhex-decode-region-internal):
11684         * uudecode.el (uudecode-decode-region-internal):
11685         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11686         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11687         setting default-enable-multibyte-characters.
11688
11689 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * auth-source.el (auth-source-protocols)
11692         (auth-source-protocols-customize, auth-source-choices): Add and
11693         modified variable customizations and defaults.
11694         (auth-source-pick, auth-source-user-or-password)
11695         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11696         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11697         (auth-source-user-or-password-sftp)
11698         (auth-source-user-or-password-smtp): Use new variables and provide an
11699         interface to netrc.el.
11700
11701 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11704         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11705         Make sure the nntp port to specify is a string.
11706
11707 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11708
11709         * nntp.el: Use with-current-buffer.
11710         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11711         dubious mm-with-unibyte-current-buffer.
11712         (nntp-with-open-group-function): New function extracted from
11713         nntp-with-open-group macro.
11714         (nntp-with-open-group): Use the function, so it's easier to debug.
11715         Add indentation and debugging info.
11716         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11717         Recommend the use of the netcat alternatives.
11718
11719         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11720         Avoid mm-string-as-multibyte as well.
11721
11722         * nnweb.el (nnweb-insert-html):
11723         Remove use of nnheader-string-as-multibyte.
11724
11725         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11726         (nnheader-string-as-multibyte): Remove.
11727
11728         * mm-view.el: Use inhibit-read-only.
11729         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11730         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11731         or unibyte-string.
11732
11733         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11734         (mm-uu-yenc-extract): Use with-current-buffer.
11735
11736         * gnus-soup.el (gnus-soup-send-packet): Don't use
11737         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11738
11739         * nnmh.el: Use with-current-buffer.
11740         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11741         mm-string-as-multibyte on the output of mm-encode-coding-string.
11742
11743         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11744         (nnimap-request-move-article): Use with-current-buffer.
11745
11746         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11747         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11748         conversion uses string-make-unibyte rather than string-as-unibyte.
11749
11750         * gnus-msg.el: Use with-current-buffer.
11751
11752         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11753
11754 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11755
11756         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11757         string for caching if it is 'PIN.
11758
11759 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * lpath.el: Consider the case without Emacs/W3.
11762
11763 2008-03-08  Glenn Morris  <rgm@gnu.org>
11764
11765         * time-date.el (date-to-time, time-subtract, time-add)
11766         (safe-date-to-time): Doc fixes.
11767
11768 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * mail-source.el (mail-source-delete-old-incoming-confirm):
11771         Change default to nil.
11772         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11773
11774 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * lpath.el: Rearrange.
11777
11778         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11779         (gnus-article-goto-prev-page): Work for articles having ^L's.
11780
11781         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11782
11783         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11784
11785 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11786
11787         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11788         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11789         (gnus-bookmark-jump): Adjust some variable names.
11790
11791 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11792
11793         * auth-source.el: New package.
11794         (auth-source-choices): Add customization entry point variable.
11795
11796         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11797         bug.
11798
11799 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11800
11801         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11802         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11803         (gnus-registry-install-shortcuts): Rename from
11804         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11805         the `gnus-registry-mark-map' keymap dynamically from
11806         `gnus-registry-marks'.  The generated functions update the summary line
11807         when a registry mark is added or deleted, and will call
11808         `gnus-registry-install-p' (see the comments in the code).
11809         (gnus-registry-user-format-function-M): Use concat intelligently.
11810
11811         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11812         the registry mark functions.
11813
11814 2008-03-05  Glenn Morris  <rgm@gnu.org>
11815
11816         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11817         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11818         gnus-art.
11819         (top-level): No need to load own source when compiling.
11820
11821 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11824         Suggested by <chris.anderton@zetnet.co.uk>.
11825
11826 2008-03-04  Glenn Morris  <rgm@gnu.org>
11827
11828         * gnus-sum.el (top-level): No need to require gnus when compiling,
11829         since unconditionally required near start of file.
11830         (gnus-summary-display-while-building): Move definition before use.
11831
11832 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11833
11834         * gnus-registry.el (gnus-registry-user-format-function-M):
11835         Add formatting function.
11836
11837 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11838
11839         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11840         with plists.
11841         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11842         Use new format.
11843
11844 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11847         `where-is-internal' that returns a range of key sequences.
11848
11849 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11850
11851         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11852
11853         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11854         (gnus-summary-jump-to-group): Consider windows on other displayed
11855         frames as well.  Similar changes might be needed elsewhere, but that's
11856         the one I've bumped into during my use.
11857
11858         * nndoc.el (nndoc-oe-dbx-type-p):
11859         * gnus-msg.el (gnus-debug):
11860         * gnus-group.el (gnus-update-group-mark-positions):
11861         Use mm-string-to-multibyte.
11862
11863 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11866         doesn't handle NotDashEscaped.
11867
11868         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11869         (mml-dnd-attach-options): Fix typo in custom choice.
11870
11871         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11872         Change nndoc-article-type to mbox.
11873         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11874
11875         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11876         to nil, instead of html2text.
11877
11878         * imap.el (imap-debug): Add `imap-ping-server'.
11879
11880         * gnus-bookmark.el: Add FIXMEs.
11881
11882         * message.el (message-form-letter-separator)
11883         (message-send-form-letter-delay): New variables.
11884         (message-send-form-letter): Use them.  New command to send form
11885         letters.  Requested by Uwe Siart.
11886         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11887
11888 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * Update copyright years.
11891
11892 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         Sync from EMACS_22_BASE.
11895
11896         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11897
11898 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11899
11900         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11901         empty author.
11902
11903 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11904
11905         * gnus-registry.el (gnus-registry-marks): Add variable for
11906         customization of marks and their appearance.
11907         (gnus-registry-read-mark): Use it.
11908         (gnus-registry-do-marks): Add utility function to loop through
11909         `gnus-registry-marks'.
11910         (gnus-registry-install-shortcuts-and-menus): Add function to install
11911         shortcuts and menus.
11912         (gnus-registry-initialize): Use it.
11913         (gnus-registry-default-mark): Clarify documentation.
11914
11915 2008-02-29  Glenn Morris  <rgm@gnu.org>
11916
11917         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11918         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11919         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11920         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11921         Change defcustom :version from 23.0 to 23.1.
11922
11923 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11924
11925         * gnus-registry.el (gnus-registry-follow-group-p)
11926         (gnus-registry-post-process-groups): Add functions to aid registry
11927         splitting and improve logging.  Clarify behavior in function
11928         documentation.
11929         (gnus-registry-split-fancy-with-parent): Use them.
11930
11931 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11932
11933         * gnus-art.el: Use with-current-buffer.
11934
11935 2008-02-27  David Engster  <dengste@eml.cc>
11936
11937         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11938         Express real group name in the response.
11939
11940 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11941
11942         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11943         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11944         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11945         autoload gnus-registry-fetch-group when compiling.
11946         (nnmairix-request-group-with-article-number-correction):
11947         Remove unreferenced argument passed to nnmairix-call-backend.
11948
11949 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11950
11951         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11952         (mm-uu-extract): Improve face for low color ttys.
11953         Reported by Sascha Wilde.
11954
11955 2008-02-27  Glenn Morris  <rgm@gnu.org>
11956
11957         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11958         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11959         variables to defconsts.  Convert comments to doc-strings.
11960         (nnmairix-last-server, nnmairix-current-server): Convert from free
11961         variables to defvars.  Convert comments to doc-strings.
11962         (gnus-registry-fetch-group): Autoload.
11963         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11964         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11965         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11966         caddr.
11967         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11968         nnmairix-request-group-with-article-number-correction call.
11969         (nnmairix-fast, nnmairix-group): New, less general names, for free
11970         variables passed from nnmairix-request-group to
11971         nnmairix-request-group-with-article-number-correction.  Declare.
11972         (nnmairix-request-group-with-article-number-correction):
11973         Use nnmairix-fast, nnmairix-group rather than fast, group.
11974
11975 2008-02-26  David Engster  <dengste@eml.cc>
11976
11977         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11978         version 0.5.
11979
11980 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11983         instead of making an extra function call.  Don't add the current group
11984         to articles only when they have the group.  Use
11985         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11986         Reported by David <de_bb@arcor.de>.
11987
11988 2008-02-24  Miles Bader  <miles@gnu.org>
11989
11990         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11991         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11992         (mm-find-mime-charset-region):
11993         * mm-bodies.el (mm-encode-body):
11994         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11995
11996 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
11999         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12000
12001 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * mail-source.el (mail-source-delete-incoming): Change default.
12004         Supplement doc string.
12005
12006         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12007
12008 2008-02-14  Glenn Morris  <rgm@gnu.org>
12009
12010         * time-date.el (format-seconds): New function.
12011
12012 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * nnmail.el (nnmail-message-id-cache-file): Derive from
12015         `gnus-home-directory'.
12016
12017 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12020         Document negative prefix.
12021
12022         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12023
12024 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12025
12026         * message.el (message-unsent-separator): Add the Exim bounce
12027         separator.
12028
12029 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12030
12031         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12032         list.
12033         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12034         recipient/signer list.
12035
12036 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * Makefile.in (datarootdir): Define.
12039         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12040         name that might contain whitespace.
12041
12042 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12045         fbound (Emacs 23 unicode), signal an error.
12046
12047 2008-02-08  Glenn Morris  <rgm@gnu.org>
12048
12049         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12050
12051 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12052
12053         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12054         ports to the calls to `netrc-machine-user-or-password' in addition to
12055         "imap" and "imaps".
12056
12057 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12058
12059         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12060
12061         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12062
12063 2008-02-01  Kenichi Handa  <handa@m17n.org>
12064
12065         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12066         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12067         (rfc2104-hash): Convert the result of concat to unibyte string.
12068
12069 2008-02-01  Dave Love  <fx@gnu.org>
12070
12071         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12072         coding-system-for-read.
12073         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12074
12075 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12078         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12079         <hanche@math.ntnu.no>.
12080
12081 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12084
12085         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12086
12087 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12088
12089         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12090         * message.el (message-beginning-of-line): Use featurep instead of bound
12091         tests in order to resolve conditionals at compile time.
12092
12093 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12094
12095         * mail-source.el (mail-sources): Add `group' choice.
12096
12097         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12098         parameter `in-group' to control into which group the articles go.
12099         Add treatment of `group' mail-source.
12100
12101 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12104
12105         * mm-decode.el (mm-dissect-buffer): Decode description.
12106
12107         * mml.el (mml-to-mime): Encode message header first.
12108
12109 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12112         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12113
12114         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12115         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12116
12117 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12120
12121 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12124         prefix keys.
12125         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12126         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12127         gnus-xmas.el.
12128
12129         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12130         (gnus-xmas-article-describe-bindings): New function.
12131         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12132         gnus-xmas-article-describe-bindings.
12133
12134         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12135
12136 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12139         Add new variables for article mark management.
12140         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12141         list of extra data entries which, when present, will indicate that the
12142         article ID should not be trimmed from the registry.
12143         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12144         functions.
12145         (gnus-registry-read-mark): New function to read a mark name from the
12146         user.
12147         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12148         (gnus-registry-set-article-mark-internal): New functions to add and
12149         remove marks.
12150         (gnus-registry-get-article-marks): New function to show the marks for
12151         an article, or retrieve them for further use.
12152
12153 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12156         keys when no argument is given.
12157
12158 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * imap.el (imap-ping-server): New variable.
12161         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12162         (imap-ping-server): Minor doc string fixes.
12163
12164 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12165
12166         * imap.el (imap-ping-server): New function.
12167         (imap-opened): Call imap-ping-server.
12168
12169 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * gnus-sum.el (gnus-article-sort-by-random)
12172         (gnus-thread-sort-by-random): Fix doc strings.
12173         Reported by jidanni@jidanni.org.
12174
12175 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (gnus-article-describe-bindings): New function.
12178         (gnus-article-read-summary-keys): Use it.
12179         (gnus-article-mode-map): Bind `C-h b' to it.
12180
12181 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12184         XEmacs.
12185         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12186         Protect against non-character events.
12187
12188         * lpath.el: Fbind map-keymap for Emacs 21.
12189
12190 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12193         New command.
12194         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12195         instead of END.  Change name of the temp file.
12196         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12197         customizable.
12198
12199 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12202         bind `S W' to gnus-article-wide-reply-with-original; set default
12203         binding to gnus-article-read-summary-send-keys.
12204         (gnus-article-read-summary-keys): Fix the order of keys; display
12205         continuation keys correctly in the echo area; describe bindings
12206         correctly when keys end with `C-h'.
12207         (gnus-article-read-summary-send-keys): New function.
12208         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12209         Work for gnus-article-read-summary-send-keys; display continuation keys
12210         correctly in the echo area.
12211         (gnus-article-reply-with-original): Ignore prefix argument.
12212         (gnus-article-wide-reply-with-original): New function.
12213
12214         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12215         Emacs 21.
12216
12217 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12220         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12221
12222 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12225         (gnus-group-read-ephemeral-gmane-group): New command.
12226
12227 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12228
12229         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12230
12231 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * message.el (message-send-mail-function): Increase custom version.
12234
12235         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12236         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12237
12238 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12241         for the cases where imap-authenticate is called with a nil buffer
12242         parameter.
12243
12244 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12247         html parts correctly; support forwarded messages.
12248         (gnus-article-browse-html-article): Remove work buffers.
12249
12250         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12251         compiling.
12252         (netrc-bound-and-true-p): New macro.
12253         (netrc-parse): Use it instead of bound-and-true-p that is not available
12254         in XEmacs 21.4.
12255
12256 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         * gnus-registry.el (gnus-registry-mark-article)
12259         (gnus-registry-article-marks): Add functionality to mark articles
12260         through the Gnus registry.
12261
12262         * encrypt.el: Clarify documentation for the new pgg method.
12263         (encrypt-file-alist): Add PGG option.
12264         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12265         functionality.  Abstract password key and messaging to external
12266         functions.
12267         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12268         (encrypt-message-method-and-cipher): Add new convenience external
12269         functions.
12270         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12271         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12272
12273         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12274         (netrc-parse): Use encrypt-file-alist to determine if
12275         encrypt-find-model or encrypt-insert-file-contents should be used.
12276
12277         * encrypt.el: Clarify documentation.  Load password-cache or
12278         password, whichever one is found first, instead of autoloading.
12279
12280 2007-12-19  Glenn Morris  <rgm@gnu.org>
12281
12282         * mml.el (message-options-set, message-narrow-to-head)
12283         (message-in-body-p, message-mail-p, message-encode-message-body):
12284         Autoload.
12285         (message-remove-header, message-narrow-to-headers-or-head)
12286         (message-subscribed-p, message-make-mail-followup-to)
12287         (message-position-on-field, message-news-p)
12288         (message-options-set-recipient, message-generate-headers)
12289         (message-sort-headers): Declare as functions.
12290
12291 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12292
12293         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12294         convention in doc string.
12295
12296 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12299         title to html parts.
12300         (gnus-article-browse-html-article): Pass message header to it.
12301
12302         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12303
12304 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12305
12306         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12307         or password compatible with XEmacs.
12308
12309 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12312         format document.
12313         (gnus-mime-delete-part): Don't write description line if empty.
12314         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12315
12316 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12317
12318         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12319         (gnus-summary-mark-read-and-unread-as-read)
12320         (gnus-summary-mark-current-read-and-unread-as-read)
12321         (gnus-summary-mark-unread-as-ticked): Doc fix.
12322         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12323
12324 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12327         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12328
12329 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12332         yes-or-no-p.
12333
12334 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * mm-decode.el (mm-add-meta-html-tag): New function.
12337         (mm-save-part-to-file, mm-pipe-part): Use it.
12338
12339         * gnus-art.el (gnus-article-browse-delete-temp-files):
12340         Use gnus-y-or-n-p instead of y-or-n-p.
12341         (gnus-article-browse-html-parts): Work with message/external-body; use
12342         mm-add-meta-html-tag.
12343
12344 2007-12-11  Glenn Morris  <rgm@gnu.org>
12345
12346         * gnus-cache.el: Require gnus-sum not just when compiling.
12347
12348         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12349
12350         * gnus-int.el (gnus-server-opened, gnus-status-message):
12351         Move definitions before use.
12352
12353         * mm-decode.el: Require gnus-util.
12354         (mm-remove-part): Only call delete-annotation on XEmacs.
12355
12356         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12357
12358         * nnmail.el: Require gnus-int.
12359
12360         * spam.el: Move `require's before `eval-when-compile's.
12361
12362         * gnus-ems.el (gnus-alive-p):
12363         * gnus-fun.el (message-goto-eoh):
12364         * gnus-util.el (gnus-group-name-decode):
12365         * mail-source.el (gnus-compress-sequence):
12366         * message.el (Info-goto-node, format-spec):
12367         * mm-bodies.el (message-options-get):
12368         * mm-decode.el (mm-view-pkcs7):
12369         * mm-util.el (gmm-write-region):
12370         * mml-smime.el (mml-compute-boundary)
12371         (gnus-completing-read-with-default):
12372         * mml.el (widget-button-press, gnus-make-hashtable):
12373         * mml1991.el (mm-decode-content-transfer-encoding)
12374         (mm-encode-content-transfer-encoding)
12375         (message-options-get, message-options-set):
12376         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12377         * nnfolder.el (gnus-request-group):
12378         * nnheader.el (ietf-drums-unfold-fws):
12379         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12380         * smime.el (gnus-run-mode-hooks):
12381         * spam-stat.el (gnus-message): Autoload.
12382
12383         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12384         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12385         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12386         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12387         Add declare-function compatibility definition.
12388
12389         * gnus-cache.el (nnvirtual-find-group-art):
12390         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12391         (gnus-add-image, gnus-add-wash-type):
12392         * gnus-group.el (nnkiboze-score-file):
12393         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12394         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12395         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12396         (message-tokenize-header, gnus-get-buffer-create)
12397         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12398         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12399         * gnus.el (gnus-group-decoded-name):
12400         * mail-source.el (imap-capability):
12401         * mm-bodies.el (message-options-set):
12402         * mm-decode.el (gnus-configure-windows):
12403         * mm-extern.el (message-goto-body):
12404         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12405         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12406         (epg-sub-key-validity, message-options-set):
12407         * mml.el (widget-event-point, gnus-configure-windows):
12408         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12409         * mml2015.el (epg-check-configuration, epg-configuration)
12410         (message-options-set):
12411         * nndb.el (nndb-request-article):
12412         * nnfolder.el (gnus-request-create-group):
12413         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12414         * nnmaildir.el (gnus-group-mark-article-read):
12415         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12416         * rfc1843.el (message-fetch-field):
12417         * spam.el (gnus-extract-address-components):
12418         Declare as functions.
12419
12420 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12423
12424         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12425
12426         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12427         bind show-trailing-whitespace for XEmacs.
12428
12429 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12432         new no-op macro for backward compatibility.
12433
12434         * imap.el (imap-string-to-integer): New function.
12435
12436 2007-12-09  Glenn Morris  <rgm@gnu.org>
12437
12438         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12439
12440         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12441         * message.el, mm-view.el, sieve-manage.el, smime.el:
12442         Add declare-function compatibility definition.
12443
12444         * gnus-art.el (w3-region, w3m-region, Info-menu):
12445         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12446         * gnus-sum.el (gnus-get-predicate):
12447         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12448         * message.el (mail-abbrev-in-expansion-header-p):
12449         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12450         (w3m-detect-meta-charset, w3m-region):
12451         * sieve-manage.el (password-read, password-cache-add)
12452         (password-cache-remove):
12453         * smime.el (password-read-and-add): Declare as functions.
12454
12455 2007-12-08  David Kastrup  <dak@gnu.org>
12456
12457         * gnus-sum.el (gnus-summary-simplify-subject-query):
12458         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12459         `message'.
12460
12461 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12464         it to bind idna-program, installation-directory, defined-colors, and
12465         face-attribute for XEmacs of the version that compiles defcustom forms.
12466
12467 2007-12-07  Glenn Morris  <rgm@gnu.org>
12468
12469         * gnus-art.el (article-make-date-line): Revert previous change.
12470
12471 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12474
12475 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12476
12477         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12478         Call gnus-add-to-range ranges only once with a prepared article-list.
12479
12480 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12481
12482         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12483         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12484         group names with backslashes.
12485         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12486
12487 2007-12-06  Deepak Goel  <deego3@gmail.com>
12488
12489         * gnus-art.el (article-make-date-line):
12490         * gnus-start.el (gnus-load):
12491         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12492
12493 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-art.el (gnus-use-idna):
12496         * gnus-start.el (gnus-site-init-file):
12497         * message.el (message-use-idna):
12498         * mm-uu.el (mm-uu-hide-markers):
12499         * smiley.el (smiley-style): Revert changes that suppress warnings.
12500
12501 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12504         specify charset to html source.
12505         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12506
12507 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12510         idna-program in order to suppress byte compile warning issued by XEmacs
12511         that came to byte compile the default value section of defcustom forms
12512         recently.
12513
12514         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12515         value of installation-directory.
12516
12517         * message.el (message-use-idna): Don't directly refer to the value of
12518         idna-program.
12519
12520         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12521
12522         * smiley.el (smiley-style): Don't directly call face-attribute.
12523
12524 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12527
12528         * gnus-dired.el: Reduce Gnus dependencies.
12529         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12530         Don't require.  Use autoloads instead.
12531         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12532         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12533         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12534         (gnus-dired-mode): Adjust doc string.
12535         (gnus-dired-mail-mode): New variable.
12536         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12537         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12538         (gnus-dired-mail-buffers): New function.  Return mail or message
12539         composition buffers.
12540         (gnus-dired-attach): Use it.
12541         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12542         NO-DECODE.
12543         (gnus-dired-print): Use `gnus-print-buffer' depending on
12544         `gnus-dired-mail-mode'.
12545
12546 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * rfc2047.el (rfc2047-encoded-word-regexp)
12549         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12550         explaining what regexp patterns are for.
12551
12552 2007-12-04  Glenn Morris  <rgm@gnu.org>
12553
12554         * password.el: Move to password-cache.el.
12555
12556         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12557         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12558         * mml-smime.el (password-read, password-cache-add)
12559         (password-cache-remove):
12560         No need to autoload, since mml-sec requires password.
12561
12562         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12563         * message.el (gnus-extract-address-components):
12564         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12565
12566         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12567         password.
12568
12569 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * mailcap.el: Reduce dependencies.
12572         (mail-header-parse-content-type): Autoload.
12573         (mailcap-delete-duplicates): New alias.
12574         (mailcap-mime-info): Add optional argument NO-DECODE.
12575         (mailcap-mime-types): Use mailcap-delete-duplicates.
12576
12577         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12578
12579 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12580
12581         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12582         (imap-parse-status): Upcase status-att for servers that sends them
12583         lower-case (e.g., MS Exchange 2007).
12584
12585 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12588         function.
12589
12590         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12591         (gnus-uu-yenc-article): New function.
12592
12593         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12594
12595         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12596
12597 2007-12-02  Glenn Morris  <rgm@gnu.org>
12598
12599         * binhex.el (binhex): New custom group.
12600         (binhex-decoder-program, binhex-decoder-switches)
12601         (binhex-use-external): Move to the binhex custom group.
12602
12603         * uudecode.el (uudecode): New custom group.
12604         (uudecode-decoder-program, uudecode-decoder-switches)
12605         (uudecode-use-external): Move to the uudecode custom group.
12606
12607         * netrc.el (top-level): Don't load `encrypt' features.
12608         (netrc-parse): Don't use encrypt.
12609         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12610
12611         * encrypt.el: Remove file.
12612
12613 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12616         matches on patches.
12617
12618         * gnus-art.el (gnus-article-browse-html-article):
12619         Mention `mm-text-html-renderer' in the doc string.
12620
12621         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12622         string.  Add comments.
12623
12624         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12625         if rhs is ASCII.
12626
12627 2007-12-01  Glenn Morris  <rgm@gnu.org>
12628
12629         * mail-source.el (top-level): Require format-spec before
12630         eval-when-compile.
12631
12632 2007-11-30  Glenn Morris  <rgm@gnu.org>
12633
12634         * encrypt.el: Require password, rather than autoloading password-read.
12635
12636 2007-11-29  Glenn Morris  <rgm@gnu.org>
12637
12638         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12639         (sasl-make-client, sasl-next-step, sasl-step-data)
12640         (sasl-step-set-data): Declare as functions.
12641
12642 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12645
12646 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12647
12648         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12649         certs should be verified and what is to be done in the event of a
12650         verification failure.
12651
12652         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12653         caller can indicate whether the cache should be disregarded for this
12654         call.  This way the result of the call is reproducible at all times and
12655         can be considered a canonical server name for the supplied method.
12656         (gnus-agent-method-p): Canonicalize server names by pushing their
12657         method through `gnus-method-to-server' using the no-cache argument.
12658
12659         * gnus-srvr.el (gnus-server-insert-server-line):
12660         Call `gnus-method-to-server' with `no-cache' argument.
12661
12662         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12663         gnus-agent-possibly-synchronize-flags as this should be called when the
12664         server is actually being opened.
12665         (gnus-agent-possibly-synchronize-flags)
12666         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12667         flags file of an agentized server to the latter function.
12668
12669         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12670         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12671         after a connection has been established successfully.
12672
12673 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-art.el (article-display-face): Force to display face if called
12676         interactively; check if gnus-article-x-face-too-ugly matches author.
12677         (article-display-x-face): Display face even if From header is missing
12678         as article-display-face does.
12679
12680 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12681
12682         * hashcash.el (message-narrow-to-headers-or-head)
12683         (message-fetch-field, message-goto-eoh)
12684         (message-narrow-to-headers): Declare as functions.
12685
12686 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * mail-source.el (mail-sources): Default to fetch from file for
12689         compatibility with default of nnmail-spool-file.
12690
12691 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12694         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12695         to look for encoded word that should be encoded again.
12696         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12697         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12698         encoding pattern.
12699         (rfc2047-decode-region): Switch strict regexp and loose one according
12700         to rfc2047-allow-irregular-q-encoded-words.
12701
12702 2007-11-25  Romain Francoise  <romain@orebokech.com>
12703
12704         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12705
12706 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * tls.el (tls-program): Provide more custom choices from
12709         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12710         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12711
12712 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12715         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12716
12717         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12718         `nnmail-spool-file'.
12719
12720         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12721         `nnmail-spool-file'.
12722
12723         * gnus-move.el (gnus-change-server): Ditto.
12724
12725         * gnus-kill.el (gnus-batch-score): Ditto.
12726
12727         * gnus-cache.el (gnus-jog-cache): Ditto.
12728
12729         * gnus-msg.el (gnus-summary-reply):
12730         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12731
12732 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12735         version.  Minor improvement to doc strings.
12736         (tls-program): Add comment.
12737
12738 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12739
12740         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12741         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12742         mismatch between the hostname provided in the certificate and the name
12743         of the host connnecting to.
12744         (open-tls-stream): Use them.  Check certificates against trusted root
12745         certificates.
12746
12747 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-cache.el (gnus-cache-generate-nov-databases):
12750         Use nnml-generate-nov-databases-directory instead of
12751         nnml-generate-nov-databases-1.
12752
12753 2007-11-24  Glenn Morris  <rgm@gnu.org>
12754
12755         * message.el (message-tool-bar-retro): Update for rename
12756         mail_send.xpm->mail-send.xpm.
12757
12758 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12759
12760         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12761         `smime-ldap-search' for Emacs 22 and up.
12762
12763 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12764
12765         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12766
12767         * message.el (message-send-mail-function): Fix error convention.
12768         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12769         (message-widen-reply, message-send-mail, message-talkative-question)
12770         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12771         (message-clone-locals, message-send-news): Use with-current-buffer.
12772         (message-insert-or-toggle-importance): Remove unused var `valid'.
12773         (message-make-references): Remove unused var `new-references'.
12774         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12775
12776 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12777
12778         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12779         (spam-split-symbolic-return-positive): Reflow docstring.
12780         (spam-backends, spam-summary-exit-behavior)
12781         (spam-mark-ham-unread-before-move-from-spam-group)
12782         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12783         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12784         (spam-clear-cache, spam-backend-check, spam-install-backend)
12785         (spam-install-statistical-backend, spam-list-of-processors)
12786         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12787         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12788         (spam-check-crm114, spam-initialize, spam-unload-hook):
12789         Fix typos in docstrings.
12790
12791 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12794         been checked if they have never been read and those group levels are
12795         higher than the one that a user specified.
12796
12797 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12800         foreign groups unless a group level is specified by a user.
12801         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12802
12803 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * message.el (message-send-mail-function): Require sendmail.
12806
12807 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * message.el (message-send-mail-function): Check for smtpmail too.
12810
12811         * utf7.el (utf7-encode, utf7-decode): Use coding system
12812         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12813
12814         * message.el (message-send-mail-function): New function.
12815         (message-send-mail-function): Set default using
12816         message-send-mail-function.  Adjust doc string.
12817         (message-send-mail-with-mailclient): New function.
12818
12819 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12820
12821         * smime.el (from):
12822         * rfc2047.el (message-posting-charset):
12823         * qp.el (mm-use-ultra-safe-encoding):
12824         * pop3.el (parse-time-months):
12825         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12826         * nnml.el (files):
12827         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12828         (jka-compr-compression-info-list, ange-ftp-path-format)
12829         (efs-path-regexp):
12830         * nndiary.el (files):
12831         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12832         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12833         (epg-digest-algorithm-alist, inhibit-redisplay)
12834         (password-cache-expiry):
12835         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12836         (pgg-output-buffer, password-cache-expiry):
12837         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12838         (efs-path-regexp):
12839         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12840         (inhibit-redisplay):
12841         * mm-uu.el (file-name, start-point, end-point, entry)
12842         (gnus-newsgroup-name, gnus-newsgroup-charset):
12843         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12844         (latin-unity-ucs-list):
12845         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12846         (mm-uu-binhex-decode-function):
12847         * message.el (gnus-message-group-art, gnus-list-identifiers)
12848         (rmail-enable-mime-composing, gnus-local-organization)
12849         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12850         (gnus-read-active-file, facemenu-add-face-function)
12851         (facemenu-remove-face-function, gnus-article-decoded-p)
12852         (tool-bar-mode):
12853         * mail-source.el (display-time-mail-function):
12854         * gnus-util.el (nnmail-pathname-coding-system)
12855         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12856         (gnus-original-article-buffer, gnus-user-agent)
12857         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12858         (xemacs-codename, sxemacs-codename, emacs-program-version):
12859         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12860         * gnus-start.el (gnus-agent-covered-methods)
12861         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12862         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12863         (gnus-newsgroup-headers, gnus-group-list-mode)
12864         (gnus-group-mark-positions, gnus-newsgroup-data)
12865         (gnus-newsgroup-unreads, nnoo-state-alist)
12866         (gnus-current-select-method, mail-sources)
12867         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12868         (nnmail-spool-file, gnus-cache-active-hashtb):
12869         * gnus-mh.el (mh-lib-progs):
12870         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12871         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12872         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12873         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12874         (gnus-group-buffer):
12875         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12876         (font-lock-set-defaults):
12877         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12878         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12879         (gnus-summary-post-menu, total-parts, type, condition, length):
12880         * gnus-agent.el (gnus-agent-read-agentview):
12881         * flow-fill.el (show-trailing-whitespace):
12882         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12883         eval-and-compile wrappers for byte compiler pacifiers.
12884
12885         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12886         (mm-display-inline-fontify): Check for featurep 'xemacs not
12887         extent-list.
12888
12889         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12890         itimer-list.
12891         (mm-create-image-xemacs): Only do something for XEmacs.
12892         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12893
12894         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12895
12896         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12897         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12898
12899 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12900
12901         * nnimap.el (nnimap-split-download-body):
12902         * gnus-demon.el (gnus-demon):
12903         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12904
12905 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12908         New macros.
12909         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12910         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12911         copy data from unibyte buffer to multibyte current buffer.
12912         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12913         to copy data from unibyte current buffer to multibyte buffer.
12914         (nntp-make-process-buffer): Make process buffer unibyte.
12915
12916         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12917
12918 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12919
12920         * pop3.el (pop3-open-server): Accept and process data more robustly at
12921         connection start to avoid spurious "POP SSL connection failed" errors.
12922
12923 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12926         read group names.
12927
12928 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12931
12932 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12935         (nnmail-save-active): Use a unibyte buffer when saving active file,
12936         which may contain non-ASCII group names.
12937
12938         * nnml.el (nnml-request-group): Decode group names in messages.
12939
12940 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * message.el (message-citation-line-function)
12943         (message-insert-formatted-citation-line): Fix spelling of
12944         `message-insert-formated-citation-line'.
12945
12946 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12949
12950 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12953         nnmail-pathname-coding-system.
12954
12955         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12956         that a user enters; decode group names in messages.
12957
12958         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12959
12960 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12963
12964         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12965
12966         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12967         risky local variable.
12968
12969         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12970
12971 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12972
12973         * encrypt.el: Improve documentation to fix function name typo.
12974         Reported by Daiki Ueno <ueno@unixuser.org>.
12975
12976 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12979         even if the point is not in the last page of an article.
12980         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12981         back to the previous page.
12982
12983 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12986
12987 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12990
12991 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12992
12993         * message.el (message-check-news-body-syntax):
12994         Avoid mm-string-as-multibyte.
12995         (message-hide-headers): Don't assume (point-min)==1.
12996
12997 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * message.el (message-remove-blank-cited-lines): Fix if remove is
13000         given.
13001         (message-bogus-address-regexp): New variable.
13002         (message-bogus-recipient-p): New function.
13003         (message-check-recipients): New command.
13004         (message-syntax-checks): Add `bogus-recipient'.
13005         (message-fix-before-sending): Add `bogus-recipient'.
13006
13007         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13008         (gnus-treat-body-boundary): Don't test window-system.
13009
13010 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13011
13012         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13013
13014 2007-10-28  Miles Bader  <miles@gnu.org>
13015
13016         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13017         at compile-time too.
13018
13019 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-msg.el (gnus-message-setup-hook):
13022         Add `message-remove-blank-cited-lines' to options.
13023
13024 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * message.el (message-remove-blank-cited-lines): New function.
13027         Suggested by Karl Plästerer.
13028
13029 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13032         mapc.
13033
13034         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13035         (top-level): Use mapc to set functions to be traced for debugging.
13036
13037         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13038         called for effect with while loop.
13039
13040         * message.el (message-talkative-question): Replace mapcar called for
13041         effect with mapc.
13042
13043         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13044         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13045         called for effect with dolist.
13046
13047         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13048
13049         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13050         gnus-extra-headers and nnmail-extra-headers.
13051
13052         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13053         called for effect with dolist.
13054         (top-level): Use mapc to set functions to be traced for debugging.
13055
13056         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13057         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13058         dolist.
13059
13060         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13061         Replace mapcar called for effect with mapc.
13062         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13063         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13064         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13065         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13066
13067         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13068         remove-if that's a cl function.
13069
13070         * webmail.el (webmail-debug): Replace mapcar called for effect with
13071         dolist.
13072
13073         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13074         with mapc.
13075
13076 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13079         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13080         with while loop.
13081
13082         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13083         functions from article-* functions.
13084         (gnus-multi-decode-header): Replace mapcar called for effect with
13085         dolist.
13086
13087         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13088         (gnus-bookmark-show-details): Replace mapcar called for effect with
13089         while loop.
13090
13091         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13092         called for effect with while loop.
13093
13094         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13095         with dolist.
13096
13097         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13098         Replace mapcar called for effect with dolist.
13099
13100         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13101
13102         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13103         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13104         Replace mapcar called for effect with dolist.
13105         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13106         mapc.
13107
13108         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13109         Replace mapcar called for effect with dolist.
13110         (gnus-topic-list): Replace mapcar called for effect with mapc.
13111
13112         * gnus.el: Use mapc instead of mapcar to add autoloads.
13113
13114 2007-10-23  Richard Stallman  <rms@gnu.org>
13115
13116         * gnus-group.el (gnus-group-highlight): Mark as risky.
13117
13118 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus.el (gnus-server-to-method): Return method found first in
13121         gnus-newsrc-alist.
13122
13123         * gnus-art.el (gnus-article-highlight-signature)
13124         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13125         button overlay without the front stickiness.
13126
13127 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13128
13129         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13130         overview buffer needed a catch to receive its throw.
13131         (gnus-agent-flush-cache): Declare as interactive to make this function
13132         easier to use.
13133
13134 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13137         `next-line'.
13138
13139 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13142         exclude address matching message-dont-reply-to-names.
13143
13144 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-util.el (gnus-string<): New function.
13147
13148         * gnus-sum.el (gnus-article-sort-by-author)
13149         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13150
13151 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13154         the frame-focus tag is set in gnus-buffer-configuration.
13155
13156 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13159         the front stickiness.
13160
13161 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13164         url pattern; remove duplicate one.
13165         (gnus-article-extend-url-button): New function.
13166         (gnus-article-add-buttons): Use it.
13167         (gnus-button-push): Use concatenated url that it makes.
13168
13169 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13170
13171         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13172
13173 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13176         Don't hardcode point-min==1.
13177
13178 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13181         Fix comment about "iso8859-1".
13182
13183 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13184
13185         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13186         ones returned from the verify-function.
13187
13188         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13189         Call mml2015-extract-cleartext-signature if extraction failed.
13190
13191 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13192
13193         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13194         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13195         failed.
13196
13197 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13200
13201 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13204         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13205         recommends to use EasyPG instead of PGG.
13206
13207         * pgg.el: Revert to revision 6.23.2.16.
13208
13209         * pgg-def.el: Revert to revision 6.6.2.14.
13210
13211         * pgg-gpg.el: Revert to revision 6.23.2.34.
13212
13213 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13214
13215         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13216         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13217         thread for both the null and zero (kill/expire thread) universal prefix
13218         cases.
13219         (gnus-summary-expire-thread): Add new function to expire a thread,
13220         using gnus-summary-kill-thread.
13221         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13222         shortcuts for gnus-summary-expire-thread.
13223         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13224         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13225
13226 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13227
13228         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13229         extras value, so an extras entry can be deleted.
13230         (gnus-registry-delete-extra-entry): Use it.
13231         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13232         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13233         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13234         storage through the gnus-registry, and provide an appropriate API for
13235         it.
13236
13237 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13240         Suggested by Leo <sdl.web@gmail.com>.
13241
13242         * gnus.el: Do.
13243
13244 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13247         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13248
13249         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13250
13251         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13252         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13253
13254 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13257         newline.
13258         (nnmbox-request-accept-article): Don't change article in source buffer;
13259         narrow to header to use message-fetch-field rather than
13260         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13261         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13262         as delimiters; make sure article ends with newline.
13263         (nnmbox-delete-mail): Correct last position of article to be deleted;
13264         ignore X-Gnus-Newsgroup header in article body.
13265         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13266         positions; make sure article ends with newline.
13267
13268         * message.el (message-display-abbrev): Don't infloop when a user
13269         inserts SPC in the beginning of header.
13270
13271         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13272         coding-system-for-read and coding-system-for-write for XEmacs having no
13273         file-coding feature.
13274
13275         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13276
13277 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13280         list of groups not followed by default.  Fix type to be regexp.
13281         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13282
13283 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13284
13285         * hmac-def.el (define-hmac-function): Switch from old-style to
13286         new-style backquotes.
13287
13288         * md4.el (md4-make-step): Likewise.
13289
13290 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13293         raw-text coding system when saving .newsrc file, which may contain
13294         non-ASCII group names.
13295
13296 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * gnus-cus.el (gnus-score-extra): New widget.
13299         (gnus-score-extra-convert): New function.
13300         (gnus-score-customize): Use it for Extra.
13301
13302 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13303
13304         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13305         (mml2015-mailcrypt-clear-verify): Use it.
13306         (mml2015-gpg-clear-verify): Use it.
13307         (mml2015-pgg-clear-verify): Use it.
13308         (mml2015-epg-clear-verify): Replace the current part with the output
13309         from GnuPG; don't extract the plaintext by itself.
13310
13311         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13312         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13313         mml2015-clear-verify-function; don't touch the armor headers or
13314         dash-escaped text here.
13315
13316 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13319         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13320         parts, or application/octet-stream as a last resort.
13321         (gnus-mime-view-part-as-type): Don't toggle display.
13322         (gnus-mime-view-part-as-charset): Don't turn off display before
13323         querying charset.
13324
13325         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13326         stuff to undisplayer function in Emacs.
13327         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13328
13329         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13330         text/calendar parts.
13331
13332 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13335         decoding text/calendar parts.
13336
13337         * message.el (message-forward-make-body-mime): Always mark body as
13338         having no illegible text; remove signed-or-encrypted argument.
13339         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13340
13341         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13342         (mml-generate-mime-1): Don't encode body if it is specified to be in
13343         raw form; don't make buffer be unibyte when inserting multibyte string.
13344
13345 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13346
13347         * sha1.el: Fix up comment style.
13348         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13349         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13350
13351         * hex-util.el: Fix up comment style.
13352         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13353
13354         * gnus-salt.el: Use with-current-buffer.
13355         (gnus-pick-setup-message): Fix long-standing typo.
13356
13357 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * imap.el (imap-logout-timeout): New variable.
13360         (imap-logout, imap-logout-wait): New functions.
13361         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13362
13363         * nnimap.el (nnimap-logout-timeout): New server variable.
13364         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13365         nnimap-logout-timeout.
13366
13367         * gnus-art.el (gnus-article-summary-command-nosave)
13368         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13369
13370 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * gnus.el (gnus-maximum-newsgroup): New variable.
13373
13374         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13375         according to gnus-maximum-newsgroup.
13376
13377         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13378         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13379         Limit the range of articles according to gnus-maximum-newsgroup.
13380
13381 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13382
13383         * gnus-art.el (gnus-sticky-article): Fix problems described in
13384         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13385         Don't perform gnus-configure-windows here; reuse existing sticky
13386         article buffer.
13387
13388         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13389         it doesn't exist in gnus-article-mode.
13390
13391 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13394         (gnus-agent-decoded-group-name): New function.
13395         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13396         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13397
13398 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13399
13400         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13401         Add binding for gnus-sticky-article.
13402         (gnus-summary-exit): Don't kill sticky article buffers.
13403
13404         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13405         article buffer.
13406         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13407         (gnus-kill-sticky-article-buffers): New commands.
13408
13409 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * nntp.el (nntp-xref-number-is-evil): New server variable.
13412         (nntp-find-group-and-number): If it is non-nil, don't trust article
13413         numbers in the Xref header.
13414
13415 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * gnus-agent.el (gnus-agent-read-group): New function.
13418         (gnus-agent-flush-group, gnus-agent-expire-group)
13419         (gnus-agent-regenerate-group): Use it.
13420         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13421         nnmail-pathname-coding-system.
13422
13423 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13426
13427         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13428         that are unread as unread, and also as selected so that information of
13429         marks having been changed by a user may be updated when exiting group.
13430
13431 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13434
13435 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13438         calculated ignoring signature parts to gnus-treat-article.
13439
13440 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13443         a point here in order to keep the window start.
13444         (gnus-insert-mime-security-button): Make a button overlay without the
13445         front stickiness.
13446         (gnus-mime-display-security): Goto the end of a button.
13447
13448         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13449
13450 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13453         group-name-at-point.
13454         (gnus-group-completing-read): New function that offers decoded
13455         non-ASCII group names for completion.
13456         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13457         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13458         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13459         (gnus-group-fetch-control): Use it.
13460         (gnus-fetch-group): Use group-name-at-point for the initial value
13461         rather than the default value; use gnus-alive-p.
13462
13463         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13464         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13465         (gnus-summary-post-news): Use gnus-group-completing-read.
13466
13467         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13468         (gnus-read-move-group-name): Decode group name for completion.
13469
13470 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13471
13472         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13473         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13474         Yamaoka slightly modified the code).
13475
13476 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13479         (nnmail-split-incoming): Bind it.
13480
13481         * nnml.el (nnml-group-name-charset): New function.
13482         (nnml-decoded-group-name): Use it; don't decode group name if
13483         nnmail-group-names-not-encoded-p is non-nil.
13484         (nnml-encoded-group-name): New function.
13485         (nnml-group-pathname): Inline nnml-decoded-group-name.
13486         (nnml-request-expire-articles): Decode group name in message.
13487         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13488         nnmail-pathname-coding-system.
13489         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13490         not decoded ones according to nnmail-group-names-not-encoded-p.
13491         (nnml-generate-active-info): Use nnml-encoded-group-name.
13492
13493 2007-08-08  Glenn Morris  <rgm@gnu.org>
13494
13495         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13496         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13497         doc-strings and comments.
13498
13499 2007-07-25  Glenn Morris  <rgm@gnu.org>
13500
13501         * Relicense all FSF files to GPLv3 or later.
13502
13503 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-sum.el (gnus-summary-move-article):
13506         Make gnus-summary-respool-article work.
13507
13508 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13511         string.
13512
13513 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13514
13515         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13516         that should be ignored when comparing distant RSS articles with local
13517         ones.
13518         (nnrss-make-hash-index): New function.  Create a hash index according
13519         to the ignored fields.
13520         (nnrss-check-group): Use it.
13521
13522 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13525
13526         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13527
13528         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13529         the new optional argument ENCODED is non-nil.
13530         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13531         coding system for encoding group name.
13532         (gnus-group-make-rss-group): Pass un-encoded group name to
13533         gnus-group-make-group.
13534         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13535         encoded.
13536
13537         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13538         Encode group name to which articles are moved or copied.
13539         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13540         coding system for encoding Newsgroup, Followup-To and Xref headers.
13541
13542         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13543         marks; use nnheader-file-coding-system to write a file.
13544         (nnagent-retrieve-headers): Bind file-name-coding-system to
13545         nnmail-pathname-coding-system.
13546
13547         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13548
13549         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13550         (nnml-request-article, nnml-request-create-group)
13551         (nnml-request-rename-group, nnml-find-id)
13552         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13553         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13554         (nnml-save-marks): Use nnml-group-pathname instead of
13555         nnmail-group-pathname.
13556
13557         (nnml-request-create-group, nnml-request-expire-articles)
13558         (nnml-request-move-article, nnml-request-delete-group)
13559         (nnml-deletable-article-p, nnml-possibly-create-directory)
13560         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13561         (nnml-open-marks): Bind file-name-coding-system to
13562         nnmail-pathname-coding-system.
13563
13564         (nnml-request-article): Pass server argument to nnml-find-group-number.
13565         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13566         Pass server argument to nnml-possibly-create-directory.
13567         (nnml-request-accept-article): Pass server argument to
13568         nnml-active-number and nnml-save-mail.
13569         (nnml-find-group-number): Pass server argument to nnml-find-id.
13570         (nnml-request-update-info): Pass server argument to
13571         nnml-marks-changed-p.
13572
13573         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13574         (nnml-save-mail, nnml-active-number): Add server argument.
13575
13576         (nnml-request-delete-group): Warn if group is missing.
13577         (nnml-get-nov-buffer): Decode group name.
13578         (nnml-generate-active-info): Encode group name.
13579         (nnml-open-marks): Decode group name in messages.
13580
13581 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13584         if it is not specified.
13585         (gnus-article-pipe-part, gnus-article-save-part)
13586         (gnus-article-interactively-view-part, gnus-article-copy-part)
13587         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13588         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13589         (gnus-article-replace-part, gnus-article-delete-part)
13590         (gnus-article-view-part-as-type): Pass raw prefix argument to
13591         gnus-article-part-wrapper.
13592
13593 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-agent.el (gnus-agent-save-active):
13596         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13597
13598         * gnus-cache.el (gnus-cache-save-buffers)
13599         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13600         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13601         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13602         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13603         (gnus-cache-generate-active, gnus-cache-rename-group)
13604         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13605         (gnus-cache-update-overview-total-fetched-for):
13606         Bind file-name-coding-system to nnmail-pathname-coding-system.
13607         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13608         New variables.
13609         (gnus-cache-decoded-group-name): New function.
13610         (gnus-cache-file-name): Use it.
13611         (gnus-cache-generate-active): Use non-decoded group name for active.
13612
13613         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13614         right place.
13615         (gnus-write-active-file): Don't break non-ASCII group names.
13616
13617         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13618         nnmail-pathname-coding-system.
13619
13620         * lpath.el: Bind default-file-name-coding-system,
13621         file-name-coding-system and language-info-alist for XEmacs.
13622
13623         * gnus-uu.el (gnus-uu-decode-save): Typo.
13624
13625 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13628
13629 2007-07-14  David Kastrup  <dak@gnu.org>
13630
13631         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13632         finishing actions if we did not edit the article.
13633
13634 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13637         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13638         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13639         (gnus-agent-flush-group, gnus-agent-flush-cache)
13640         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13641         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13642         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13643         (gnus-agent-regenerate-group)
13644         (gnus-agent-update-files-total-fetched-for)
13645         (gnus-agent-update-view-total-fetched-for):
13646         Bind file-name-coding-system to nnmail-pathname-coding-system.
13647         (gnus-agent-group-pathname): Don't encode file names by
13648         nnmail-pathname-coding-system.
13649         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13650         coding-system-for-write instead of buffer-file-coding-system to
13651         gnus-agent-file-coding-system.
13652
13653         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13654         Decode group name.
13655
13656         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13657
13658         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13659         (gnus-read-newsrc-el-file): Make group names unibyte.
13660
13661         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13662         nnmail-pathname-coding-system.
13663
13664         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13665         (nnrss-request-delete-group): Bind file-name-coding-system to
13666         nnmail-pathname-coding-system.
13667         (nnrss-read-server-data, nnrss-read-group-data):
13668         Bind file-name-coding-system correctly.
13669         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13670
13671         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13672         (nntp-server-to-method-cache): New variable.
13673         (nntp-group-pathname): New function that decodes non-ASCII group names.
13674         (nntp-possibly-create-directory, nntp-marks-changed-p)
13675         (nntp-save-marks, nntp-open-marks): Use it.
13676         (nntp-possibly-create-directory, nntp-open-marks):
13677         Bind file-name-coding-system to nnmail-pathname-coding-system.
13678         (nntp-open-marks): Decode group names when bootstrapping marks.
13679
13680         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13681         Newsgroups and Followup-To headers.
13682
13683 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13686         (gnus-server-closed-face, gnus-server-denied-face)
13687         (gnus-server-offline-face): Remove variable.
13688         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13689
13690         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13691         of modifying message-stack directly for XEmacs.
13692
13693         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13694         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13695         if the coding-system argument is nil for XEmacs.
13696
13697         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13698         mm-charset-override-alist.
13699
13700         * rfc2047.el: Don't require base64; require rfc2045 for the function
13701         rfc2045-encode-string.
13702         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13703         to quote the parameter value.
13704
13705 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13708         form in gnus-group-name-charset-method-alist.
13709
13710         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13711         overrides the default layout edit-form.
13712
13713         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13714
13715         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13716
13717 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13720         as unfetched articles.
13721
13722 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13725
13726 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13729         original back end that keeps marks in the local system.
13730
13731 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13734         arg of pop-to-buffer for XEmacs.
13735         (gnus-article-read-summary-keys): Ditto; don't restore window
13736         configuration if summary command ends up with neither article buffer
13737         nor summary buffer; describe bindings if summary keys end with C-h.
13738
13739 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * message.el (message-fix-before-sending): Skip raw message part to be
13742         forwarded while checking illegible text.
13743         (message-forward-make-body-mime, message-forward-make-body):
13744         Mark signed or encrypted raw message as having no illegible text.
13745
13746 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13749         (gnus-message-with-timestamp-1): New macro.
13750         (gnus-message-with-timestamp): New function.
13751         (gnus-message): Use them.
13752
13753         * nnheader.el (nnheader-message): Use them.
13754
13755 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13758         .newsrc.eld file.
13759
13760 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-agent.el (gnus-agent-fetch-headers)
13763         (gnus-agent-retrieve-headers):
13764         Bind gnus-decode-encoded-address-function to identity.
13765
13766         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13767         available also when the server returns simply a dot.
13768
13769         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13770
13771 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13774
13775 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-ems.el (gnus-x-splash): Make it work.
13778
13779         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13780         from being used.
13781
13782         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13783
13784 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13787         4th and the 5th arguments.
13788
13789         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13790         the front stickiness.
13791         (gnus-article-summary-command-nosave): Correct the order of the
13792         arguments passed to pop-to-buffer.
13793         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13794         summary command ends up with the article buffer.
13795
13796         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13797         the same faces.
13798
13799 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13800
13801         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13802
13803 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13804
13805         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13806         * gnus-sum.el (gnus-summary-highlight):
13807         * pgg.el (pgg-sign-region, pgg-sign):
13808         * mail-source.el (mail-source-delete-old-incoming-confirm):
13809         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13810
13811 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (gnus-mime-view-part-externally)
13814         (gnus-mime-view-part-internally): Fix predicate function passed to
13815         completing-read.
13816
13817         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13818
13819         * gnus.el (gnus-update-message-archive-method): Add :version.
13820
13821 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus.el (gnus-update-message-archive-method): New variable.
13824
13825         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13826         according to gnus-message-archive-method if
13827         gnus-update-message-archive-method is non-nil.
13828
13829 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13832         Suggested by Loic Dachary <loic@dachary.org>.
13833         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13834
13835 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * message.el (message-pop-to-buffer): Add switch-function argument.
13838         (message-mail): Pass switch-function argument to it.
13839
13840 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13843         Improve doc string.
13844
13845 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13848         (gnus-header-content):
13849         * gnus-cite.el (gnus-cite-10):
13850         * gnus-srvr.el (gnus-server-closed):
13851         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13852         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13853         (gnus-group-mail-3-empty, gnus-group-mail-low)
13854         (gnus-group-mail-low-empty, gnus-splash):
13855         * message.el (message-header-to, message-header-cc)
13856         (message-header-subject, message-header-other, message-header-name)
13857         (message-header-xheader, message-separator, message-cited-text)
13858         (message-mml): Lighten colors of faces used for dark background.
13859
13860 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13861
13862         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13863         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13864
13865 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * message.el (message-narrow-to-headers-or-head):
13868         Ignore mail-header-separator in the body.
13869
13870 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13873         same as window size.
13874
13875 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13876
13877         * message.el (message-font-lock-keywords): Use message-header-xheader
13878         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13879         ahead of the anything pattern, to get it recognized.
13880
13881 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13884         spam.el loads uses it in the compiled defadvice form.
13885
13886 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13887
13888         * gnus-sum.el (gnus-articles-to-read)
13889         (gnus-summary-insert-old-articles): Don't truncate group name for
13890         `read-string'.
13891
13892         * gnus-util.el (gnus-limit-string): Delete this function.
13893
13894         * gnus-sum.el (gnus-simplify-subject-fully):
13895         Use `truncate-string-to-width' instead.
13896
13897 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13898
13899         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13900         Tell if, on summary exit, the next group has to be selected.
13901         (gnus-summary-exit): Use it.
13902
13903 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13906         non-break space.
13907
13908 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13911         Check if group is not a directory.
13912         (nnfolder-request-expire-articles): Don't delete articles if the target
13913         group is not available.
13914
13915         * nnml.el (nnml-request-create-group): Properly check if group is not a
13916         file.
13917         (nnml-request-expire-articles): Don't delete articles if the target
13918         group is not available.
13919
13920         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13921         Don't quote characters that are within parentheses.
13922
13923 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13926         (gnus-handle-ephemeral-exit): Select article according to it.
13927
13928 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * message.el (message-insert-formated-citation-line): Remove newline.
13931         (message-citation-line-format): Add final \n here so that the user can
13932         avoid a blank line.
13933
13934 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13935
13936         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13937         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13938         Update lanl/arXiv support.
13939
13940 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus.el: Bump version number.
13943
13944 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945
13946         * gnus.el (gnus-version-number): Bump version.
13947
13948 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13949
13950         * gnus.el: No Gnus v0.6 is released.
13951
13952 2007-04-27  Didier Verna  <didier@xemacs.org>
13953
13954         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13955         * gmm-utils.el (gmm-regexp-concat): ... here.
13956         * message.el: Don't require 'gnus-util.
13957         (message-dont-reply-to-names): Handle name change above.
13958         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13959
13960 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13963         since the initial value varies according to the system.
13964
13965 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13968
13969 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13970
13971         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13972
13973 2007-04-24  Didier Verna  <didier@xemacs.org>
13974
13975         Improve the type of gnus-ignored-from-addresses.
13976         * gnus-util.el (gnus-orify-regexp): New function.
13977         * message.el (gnus-util): Require it.
13978         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13979         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13980         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13981
13982 2007-04-24  Didier Verna  <didier@xemacs.org>
13983
13984         * gnus-sum.el:
13985         * gnus-utils.el: Fix some trailing whitespaces.
13986
13987 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13990         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13991         article's Message-ID; refer parent article in summary buffer.
13992
13993         * message.el (message-bounce): Call mime-to-mml.
13994
13995         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
13996         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
13997         optimize and/or forms properly.
13998
13999 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14002         URL.
14003
14004 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14007
14008 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14011         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14012         displayed of multipart/alternative part if it is invoked from summary
14013         buffer.
14014
14015         * mm-view.el (mm-inline-text-html-render-with-w3m)
14016         (mm-inline-text-html-render-with-w3m-standalone)
14017         (mm-inline-render-with-function): Use mail-parse-charset by default.
14018
14019 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14020
14021         * parse-time.el (parse-time-string-chars): Check if CHAR
14022         is less than the length of parse-time-syntax.
14023
14024 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14027         from gnus-newsgroup-processable.
14028
14029 2007-04-16  Didier Verna  <didier@xemacs.org>
14030
14031         * gnus-msg.el (gnus-configure-posting-styles):
14032         Handle message-signature-directory properly with :file syntax.
14033         Reported by "Leo".
14034
14035 2007-04-11  Didier Verna  <didier@xemacs.org>
14036
14037         New user option: message-signature-directory.
14038         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14039         * message.el (message-insert-signature): Ditto.
14040         * message.el (message-signature-file): Doc update.
14041         * message.el (message-signature-directory): New.
14042
14043 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-msg.el (gnus-inews-yank-articles):
14046         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14047
14048 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * message.el (message-yank-original): Make sure cited text ends with
14051         newline; don't exchange point and mark.
14052
14053 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14054
14055         * tls.el (open-tls-stream): Properly handle case where there
14056         is no associated buffer.
14057
14058 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14059
14060         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14061         message-yank-original, make sure (< mark TEXT point).
14062
14063 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * message.el (message-fill-column): New variable.
14066         (message-mode): Use it.  Add comment on a possible new hook.
14067
14068         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14069         (nnmail-get-new-mail): Reformat.
14070
14071         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14072
14073         * gmm-utils.el: Fix Commentary.
14074         (gmm-tool-bar-from-list): Fix typo in doc string.
14075
14076 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14077
14078         * message.el (message-yank-original): Don't switch point and mark
14079         unnecessarily to put point and mark as documented.
14080
14081 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14084         from the message heads.
14085
14086 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14087
14088         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14089         article buffer does not have a window.  This may not be the best
14090         solution but is certainly better than setting the start of the null,
14091         that is the current, window.
14092
14093 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14096         (gnus-draft-setup): Run it.
14097
14098         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14099         gnus-score-fast-scoring.  Allow regexp.
14100         (gnus-score-headers): Use it.
14101
14102         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14103         XEmacs.
14104
14105         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14106         string.
14107         (gnus-button-alist): Also catch `<f1> k ...'.
14108         (gnus-treat-display-x-face): Fix doc string.
14109
14110 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14111
14112         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14113         evaluation of gnus-extended-version to ensure correct generation of the
14114         User-Agent header when message-generate-headers-first is used.
14115
14116 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14117
14118         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14119         hashcash-path is nil.  Don't call callback with incorrect number of
14120         parameters if val is 0.
14121
14122 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14123
14124         * message.el (message-required-news-headers):
14125         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14126
14127 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14128
14129         * tls.el (open-tls-stream): In handshake-waiting loop,
14130         don't wait more if there is output available to process.
14131
14132 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14133
14134         * tls.el (tls-program): Doc fix.
14135
14136 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * message.el (message-generate-new-buffers): Change the meaning of the
14139         nil value; add `standard' to the choices; treat t as `unique'; improve
14140         doc string.
14141         (gnus-select-frame-set-input-focus): Autoload.
14142         (message-buffer-name): Search for the existing message buffer if
14143         message-generate-new-buffers is nil or `standard'; treat the value t of
14144         message-generate-new-buffers as `unique'.
14145         (message-pop-to-buffer): Raise the frame already displaying the message
14146         buffer; clear the echo area after querying.
14147         (message-setup): Pass the `continue' argument to compose-mail.
14148         (message-mail): Prefer `switch-function' if it is given; search for the
14149         existing message buffer if the `continue' argument is non-nil; pass
14150         continue and switch-function arguments to compose-mail by way of
14151         message-setup.
14152         (message-mail-other-window): Adjust argument of message-setup.
14153         (message-mail-other-frame): Ditto.
14154
14155 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14158         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14159         to turn font-lock on when turning gnus-message-citation-mode on.
14160
14161 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14162
14163         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14164         (mml-smime-function-alist): New variable; add epg as the backend.
14165         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14166         mml-smime- functions instead.
14167         * mm-view.el: Require smime.
14168
14169 2007-03-05  Didier Verna  <didier@xemacs.org>
14170
14171         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14172         instead of just inheritance for posting styles.
14173         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14174
14175 2007-02-24  Chris Moore  <dooglus@gmail.com>
14176
14177         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14178         * pgg-pgp.el (pgg-pgp-encrypt-region):
14179         * pgg-gpg.el (pgg-gpg-encrypt-region):
14180         Check pgg-encrypt-for-me if no other recipients.
14181
14182 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14183
14184         * tls.el (tls-certtool-program): Fix custom type.
14185
14186 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14189         and point-at-eol instead of line-(beginning|end)-position.
14190
14191         * assistant.el (assistant-parse-buffer): Ditto.
14192
14193         * netrc.el (netrc-parse-services): Ditto.
14194
14195 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14196
14197         * mml2015.el (mml2015-epg-find-usable-key): New function.
14198         (mml2015-epg-sign): Use it.
14199         (mml2015-epg-encrypt): Use it.
14200
14201 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * message.el (message-make-in-reply-to): Quote name containing
14204         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14205         if there are special characters.  Reported by NAKAJI Hiroyuki
14206         <nakaji@jp.freebsd.org>.
14207
14208 2007-02-27  Didier Verna  <didier@xemacs.org>
14209
14210         Include the group parameters as well as the topic ones in the
14211         inheritance filter process.
14212         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14213         argument GROUP-PARAMS-LIST.
14214         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14215
14216 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * nntp.el (nntp-never-echoes-commands)
14219         (nntp-open-connection-functions-never-echo-commands): New variables.
14220         (nntp-send-command): Use them.
14221
14222 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14223
14224         * mml2015.el (mml2015-epg-verify): Simplify.
14225
14226 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * mml.el (mml-content-disposition-alist): New user option.
14229         (mml-content-disposition): New function.
14230         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14231         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14232
14233 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14234
14235         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14236         verification.
14237
14238 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14239
14240         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14241         articles posted in the last 24 hours.
14242
14243 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14244
14245         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14246
14247 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14248
14249         * nntp.el (nntp-send-command): Don't wait for echoes when
14250         nntp-open-ssl-stream is used.
14251
14252 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14255         (gnus-message-add-citation-keywords)
14256         (gnus-message-remove-citation-keywords): Remove.
14257         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14258         directly, make the variables in font-lock-defaults buffer-local, add
14259         gnus-message-citation-keywords to them and then update the value of
14260         font-lock-keywords.
14261
14262 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * message.el (message-cite-original-1): Don't call
14265         gnus-article-highlight-citation.
14266
14267         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14268         citations; fix line count.
14269
14270 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14273         (gnus-message-add-citation-keywords)
14274         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14275         versions of font-lock-add-keywords and font-lock-remove-keywords to
14276         work with XEmacs correctly.
14277
14278 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-cite.el (gnus-cite-face-list): Set the values of
14281         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14282         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14283         (gnus-message-cite-prefix-regexp): New variable.
14284         (gnus-message-search-citation-line): Use it; protect against long
14285         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14286         the 0th match data for Emacs.
14287         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14288         (gnus-message-add-citation-keywords): Append keywords rather than
14289         prepending; emulate font-lock-add-keywords if it is not available.
14290         (gnus-message-remove-citation-keywords):
14291         Emulate font-lock-remove-keywords if it is not available.
14292
14293         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14294
14295         * message.el (message-cite-prefix-regexp): Set the value of
14296         gnus-message-cite-prefix-regexp.
14297
14298 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14299
14300         * nnweb.el (nnweb-google-parse-1): Update parser.
14301
14302 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14303
14304         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14305
14306 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14307
14308         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14309         regexp.
14310
14311 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14314         string-to-multibyte.
14315         (uudecode-decode-region-internal): Use it.
14316
14317         * lpath.el: Fbind string-as-multibyte for XEmacs.
14318
14319 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14322         Fix custom choice.
14323
14324         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14325
14326 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14327
14328         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14329
14330         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14331         `write-region' to respect `mm-inhibit-file-name-handlers'.
14332
14333 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14336         Use gnus-home-directory instead of "~/" or "$HOME".
14337
14338 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14339
14340         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14341         to mention filename.
14342         Add comments at beginning regarding usage.
14343         (encrypt-write-file-contents): Change interactive so a string is
14344         acceptable.  If the file has no associated model, show an error instead
14345         of a nonsense prompt.
14346
14347 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14348
14349         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14350         Thanks to Yoshihiko Yamada for kind notification of this typo.
14351
14352 2007-01-12  Kenichi Handa  <handa@m17n.org>
14353
14354         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14355         multibyte buffer.
14356
14357 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gnus-score.el (gnus-score-fast-scoring): New variable.
14360         (gnus-score-headers): Use it.
14361
14362         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14363
14364         * message.el (message-cite-original-1):
14365         Call gnus-article-highlight-citation if requested.
14366         (message-make-from): Allow name and address as optional arguments.
14367
14368         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14369
14370         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14371         bugs to doc string.
14372         (gnus-button-alist): Add mid\\|message-id.
14373         (gnus-button-fetch-group): Extend for use in
14374         `browse-url-browser-function'.
14375         (gnus-button-url-regexp): Try to catch paired parentheses like in
14376         Wikipedia URLs.
14377
14378         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14379         Suggested by Simon Krahnke <overlord@gmx.li>.
14380
14381 2007-01-13  Romain Francoise  <romain@orebokech.com>
14382
14383         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14384         Update copyright.
14385
14386 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14387
14388         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14389
14390 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14391
14392         * gnus-registry.el (gnus-registry-unfollowed-groups)
14393         (gnus-registry-split-fancy-with-parent): Fix documentation.
14394
14395 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14396
14397         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14398         from nnweb groups.
14399
14400 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14401
14402         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14403         Xref urls.  Erase buffer before requesting head.
14404
14405         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14406
14407 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14410         customizable.
14411
14412 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14413
14414         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14415         no signing key is found.
14416         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14417         no encrypting and/or signing key is found.
14418
14419 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14422
14423 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14424
14425         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14426         headers read from disk with the ones newly found in the current search.
14427         This should no longer cause problems, because the article numbers in
14428         Gmane's `nov.php' output are ignored since the previous change.
14429
14430 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14431
14432         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14433
14434 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14437         replace-regexp-in-string; bind url-version; fbind display-images-p and
14438         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14439         find-face and set-itimer-function for Emacs; bind itimer-list for
14440         Emacs.
14441
14442         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14443
14444 2007-01-01  Romain Francoise  <romain@orebokech.com>
14445
14446         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14447
14448 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14449
14450         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14451         `define-minor-mode' macro definition expanded properly.
14452         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14453         exclude it there.
14454
14455         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14456         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14457         `fboundp' test.
14458         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14459         This is OK to autoload in (S)XEmacs now.
14460
14461 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14462
14463         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14464         keystroke.
14465         (gnus-summary-limit-to-singletons): Fix typo.
14466
14467         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14468         else fails.
14469
14470 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14471
14472         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14473         docstring.
14474
14475         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14476         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14477         (gnus-summary-insert-dormant-articles): Fix typo in message.
14478
14479 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14482         nil for XEmacs.
14483         (gnus-message-citation-mode): Don't autoload in XEmacs.
14484
14485         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14486
14487 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14488
14489         * nnimap.el (nnimap-expunge-search-string):
14490         Mention nnimap-search-uids-not-since-is-evil in docstring.
14491
14492 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * spam.el: Revert to make-obsolete-variable because
14495         define-obsolete-variable-alias is not supported in Emacs 21.
14496
14497         * spam.el (spam-ifile-path, spam-ifile-database-path)
14498         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14499         make-obsolete-variable.
14500         (spam-bsfilter-path, spam-bsfilter-program)
14501         (spam-spamassassin-path, spam-spamassassin-program)
14502         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14503         Don't use "path" inappropriately.
14504         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14505         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14506         variable names.
14507
14508 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14509
14510         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14511         summary buffer.
14512
14513         * password.el (password-cache-remove): Use clear-string to burn
14514         password, if available.
14515
14516 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14519
14520         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14521
14522         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14523         (gnus-message-highlight-citation): Move defcustom here from
14524         gnus-cite.el.
14525         (gnus-message-citation-mode): Autoload.
14526
14527         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14528         checks to make it compile with XEmacs.
14529         (gnus-message-citation-mode): New minor mode.
14530         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14531         (gnus-message-highlight-citation): New variables.
14532         (gnus-message-search-citation-line)
14533         (gnus-message-add-citation-keywords)
14534         (gnus-message-remove-citation-keywords)
14535         (turn-on-gnus-message-citation-mode)
14536         (turn-off-gnus-message-citation-mode): New functions.
14537
14538 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14539
14540         * gnus-cite.el: Enable highlighting of different citation levels in
14541         message-mode.
14542
14543 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * message.el (message-make-fqdn): Fix comment.
14546         (message-bogus-system-names): Add ".local".
14547
14548         * spam.el (spam-ifile-path, spam-ifile-program)
14549         (spam-ifile-database-path, spam-ifile-database)
14550         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14551         Don't use "path" inappropriately.
14552         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14553         strings.
14554         (spam-check-ifile, spam-ifile-register-with-ifile)
14555         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14556         Use new variable names.
14557
14558         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14559         (gnus-treat-display-smileys): Simplify using
14560         gnus-image-type-available-p.
14561
14562         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14563         available.
14564
14565         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14566         Use `display-images-p' if available.
14567
14568 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14571         one after turning on the buffer's multibyteness instead of decoding
14572         them directly in the unibyte buffer that causes unexpected conversion
14573         in Emacs 23 (unicode).
14574
14575 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14576
14577         * message.el (message-generate-hashcash): Fix custom type.
14578
14579 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14582
14583 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14586         disconnect icons.  Add help text.
14587
14588 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14589
14590         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14591         negated to be consistent with the others we handle.
14592
14593 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14594
14595         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14596         version of gnus-summary-buffer to something, so that we can use two
14597         article buffers at the same time.
14598
14599 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14602         trigger all the extra headers.
14603         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14604         sorting.
14605
14606 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14607
14608         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14609         solid groups.
14610
14611 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14612
14613         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14614
14615 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * legacy-gnus-agent.el: Add Copyright notice.
14618
14619 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14620
14621         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14622
14623 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14624
14625         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14626
14627         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14628         to make it work reliably in CVS Emacs.
14629         (gnus-summary-limit-strange-charsets-predicate)
14630         (gnus-summary-limit-to-predicate): New functions.
14631
14632 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14633
14634         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14635         specifying array size.
14636         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14637         array if it is too small.
14638         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14639         (gnus-sort-threads-loop): New function.
14640
14641 2006-12-06  Chris Moore  <dooglus@gmail.com>
14642
14643         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14644         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14645
14646 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14647
14648         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14649         options.
14650
14651 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14654         DOS-ing the recipient.
14655
14656         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14657         the headers when creating the mapping to avoid mismappings.
14658         (nnweb-gmane-create-mapping): Always nix out old mapping.
14659
14660 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14663         and mm-verify-option to never.
14664
14665 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * message.el (message-signed-or-encrypted-p): New function.
14668         (message-forward-make-body): Use it.
14669
14670         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14671         Replace encode-coding-string with mm-encode-coding-string.
14672
14673 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * nneething.el (nneething-decode-file-name):
14676         Replace decode-coding-string with mm-decode-coding-string.
14677
14678         * gnus-int.el (gnus-open-server): Say failed server's name.
14679
14680 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14681
14682         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14683         strings to a single string.  Quote `errors-file-name'.
14684         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14685         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14686         Adjust calls.  Use `shell-quote-argument'.
14687
14688 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14689
14690         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14691         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14692
14693         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14694         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14695         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14696         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14697         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14698         (gnus-subscribe-newsgroup, gnus-1):
14699         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14700         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14701         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14702         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14703
14704 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14705
14706         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14707         keystroke.
14708         (gnus-summary-limit-to-bodies): Implement headersp.
14709
14710 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14713
14714 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14717
14718 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14719
14720         * message.el (message-generate-hashcash): Expand range of values to
14721         include `opportunistic'.
14722         (message-send-mail): Use it.
14723
14724 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14725
14726         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14727         and comment it.
14728
14729         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14730
14731 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * gnus-util.el (gnus-extract-address-components): Improve comment.
14734
14735 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-util.el (gnus-extract-address-components): Work with address in
14738         which the name portion contains @.
14739
14740         * lpath.el: Fbind custom-autoload.
14741
14742 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus.el (gnus-start): Move custom group up.
14745         (gnus-select-method): Don't autoload, but make it available for
14746         `customize-variable'.
14747         (gnus-getenv-nntpserver): Don't autoload.
14748
14749 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14750
14751         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14752
14753 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * message.el (message-sendmail-extra-arguments): New variable.
14756         (message-send-mail-with-sendmail): Use it.
14757
14758 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14761         mm-with-unibyte-current-buffer to make string unibyte.
14762
14763         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14764         mm-string-as-multibyte.
14765
14766 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14767
14768         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14769         Reported by Werner Koch <wk@gnupg.org>.
14770
14771 2006-11-14  Daiki Ueno  <ueno@p360>
14772
14773         * mml2015.el: Autoload epa-select-keys when compiling.
14774
14775 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14776
14777         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14778         message-options.
14779         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14780
14781 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14782
14783         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14784         EasyPG (< 0.0.6).
14785         (mml2015-always-trust): New user option.
14786         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14787         prompt.
14788
14789 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * nntp.el (nntp-authinfo-force): New variable.
14792         (nntp-send-authinfo): Use it.
14793
14794 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14797         decode encoded words.  Improve prompt.  Add comment about forwarding.
14798         (message-replacement-char): Move up.
14799
14800 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14801
14802         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14803         instead of gnus-intersection because arguments of gnus-sorted-nunion
14804         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14805
14806 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14809         (message-simplify-subject-functions):
14810         Enable message-strip-subject-encoded-words by default.
14811
14812 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * message.el (message-strip-subject-encoded-words): New function.
14815         (message-simplify-subject-functions): New variable.
14816         (message-simplify-subject): Use it.  Fix typo in doc string.
14817         Support message-strip-subject-encoded-words.
14818
14819 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14820
14821         * gnus-diary.el (gnus-diary-delay-format-function):
14822         * nndiary.el (nndiary-reminders):
14823         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14824
14825 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-art.el (article-hide-boring-headers): Fetch date from
14828         gnus-original-article-buffer to avoid problems with localized date
14829         strings.
14830
14831 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14834
14835 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14838         New variables.
14839         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14840         (mm-charset-synonym-alist): Move some entries to
14841         mm-codepage-iso-8859-list.
14842         (mm-charset-synonym-alist, mm-charset-override-alist):
14843         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14844
14845 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14848
14849 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14852         with Emacs 21 and XEmacs.
14853
14854 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * spam.el (spam-parse-address): New function for better parsing,
14857         catching errors, etc.
14858         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14859
14860 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * mm-view.el: Add interactive arg to html2text autoload.
14863
14864 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14867
14868 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14869
14870         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14871         New variables.
14872         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14873         (mm-charset-synonym-alist): Move some entries to
14874         mm-codepage-iso-8859-list.
14875
14876         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14877
14878 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * message.el (message-citation-line-format)
14881         (message-insert-formated-citation-line): Fix implementation of %E, %N
14882         and %n according to the doc string.
14883
14884 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14885
14886         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14887         Use car-safe to avoid bad parses.
14888
14889 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14892         names.
14893
14894         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14895
14896 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14899         header.
14900
14901         * message.el (message-draft-headers): Add Date.
14902         (message-headers-to-generate): Fix typo in docstring.
14903
14904         * nndraft.el (nndraft-required-headers): New variable.
14905         (nndraft-generate-headers): Use it.
14906
14907         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14908
14909 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * gnus-registry.el (gnus-registry-wash-for-keywords)
14912         (gnus-registry-find-keywords): New functions to allow easy searching of
14913         articles that are in the registry.
14914
14915 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14916
14917         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14918         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14919         Reported by Damien Elmes <damien@repose.cx>.
14920
14921 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * gnus.el (gnus-mime): Remove unused custom group.
14924
14925 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14926
14927         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14928         "blank line" when searching for end of armor headers.
14929
14930 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gmm-utils.el (gmm-write-region): Fix variable name.
14933
14934 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14935
14936         * gmm-utils.el (gmm-write-region): New function based on compatibility
14937         code from `mm-make-temp-file'.
14938
14939         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14940
14941         * nnmaildir.el (nnmaildir--update-nov)
14942         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14943         Use `gmm-write-region'.
14944
14945 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14948         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14949
14950         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14951
14952         * message.el (message-replacement-char): New variable.
14953         (message-fix-before-sending): Use it.
14954         (message-simplify-subject): New function to remove duplicate code.
14955         (message-reply, message-followup): Use it.
14956
14957         * gnus-sum.el (gnus-summary-make-menu-bar):
14958         Clarify gnus-summary-limit-to-articles.
14959
14960 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * gnus-util.el (gnus-with-local-quit): New macro.
14963
14964         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14965
14966 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14967
14968         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14969         ignore non-string data.
14970
14971 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14972
14973         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14974         non-string data (needs to be done in the registry too).
14975
14976 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14979         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14980         (gnus-registry-split-fancy-with-parent)
14981         (gnus-registry-fetch-simplified-message-subject-fast)
14982         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14983         Remove text properties on ingress into the registry and when it's saved.
14984         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14985         registry from entries with no groups.
14986
14987 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14990         function to remove string properties.
14991
14992 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gmm-utils.el (gmm): Adjust custom version.
14995
14996         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14997         Adjust custom version.
14998
14999         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15000
15001 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-art.el (gnus-insert-prev-page-button)
15004         (gnus-insert-next-page-button): Simplify.  Reformat.
15005
15006 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15007
15008         * gnus-art.el (gnus-insert-prev-page-button)
15009         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15010
15011 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15012
15013         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15014
15015 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15016
15017         * gnus-art.el (gnus-insert-mime-button)
15018         (gnus-insert-mime-security-button):
15019         Apply gnus-article-button-face to MIME and security buttons.
15020
15021 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15024         readable.
15025
15026 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15029
15030 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15031
15032         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15033         `browse-url-of-file' instead of `browse-url'.
15034
15035 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15036
15037         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15038         regexp.  Articles containing quotation were cut prematurely.
15039
15040 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * message.el (message-cite-original-1): Use nobody by default for the
15043         value of From header.
15044         (message-reply): Ditto.
15045
15046 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15047
15048         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15049         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15050         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15051
15052 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15053
15054         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15055         mails in the doc string.  Add some URLs in comment.
15056         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15057
15058 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15061         backslashes handling and the way to find boundaries of quoted strings.
15062
15063 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15064
15065         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15066         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15067         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15068         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15069
15070 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15073         doc string.
15074         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15075
15076 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * lpath.el: Fbind epg-check-configuration.
15079
15080 2006-09-06  Simon Josefsson  <jas@extundo.com>
15081
15082         * mml2015.el (mml2015-use): Doc fix, mention epg.
15083
15084 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15085
15086         * mml2015.el (mml2015-use): Default to epg, if available.
15087
15088 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15089
15090         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15091         message-sender.
15092         (mml1991-epg-encrypt): Ditto.
15093         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15094         message-sender.
15095         (mml2015-epg-encrypt): Ditto.
15096
15097 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15098
15099         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15100         several common directories.
15101
15102 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15103
15104         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15105         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15106
15107 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-art.el (article-decode-encoded-words): Make it fast.
15110
15111 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15114
15115         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15116         in quoted string into `\'.
15117
15118 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15121         Use standard-syntax-table.
15122
15123 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-art.el (gnus-decode-address-function): New variable.
15126         (article-decode-encoded-words): Use it to decode headers which are
15127         assumed to contain addresses.
15128         (gnus-mime-delete-part): Remove useless `or'.
15129
15130         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15131         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15132         (gnus-nov-parse-line): Use it to decode From header.
15133         (gnus-get-newsgroup-headers): Ditto.
15134         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15135
15136         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15137         (mail-decode-encoded-address-string): New alias.
15138
15139         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15140         New function.
15141         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15142         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15143         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15144         (rfc2047-decode-string): Ditto.
15145         (rfc2047-decode-address-region): New function.
15146         (rfc2047-decode-address-string): New function.
15147
15148 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * message.el (message-caesar-buffer-body): Allow rotating headers.
15151
15152         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15153
15154         * message.el (message-insert-formated-citation-line): Fix %f.
15155         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15156
15157 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15160         (gnus-bookmark-mouse-available-p): New macro.
15161         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15162         (gnus-bookmark-bmenu-show-infos): Use it.
15163         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15164         (gnus-bookmark-bmenu-hide-infos): Ditto.
15165         (gnus-bookmark-remove-properties): New function.
15166         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15167         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15168         (gnus-bookmark-write-file): Bind coding-system-for-write.
15169         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15170         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15171         group before selecting it.
15172         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15173         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15174         quit-window if it is not available; use gnus-mouse-2 and bind it to
15175         gnus-bookmark-bmenu-select-by-mouse.
15176         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15177         (gnus-bookmark-bmenu-select-by-mouse): New function.
15178
15179 2006-08-13  Romain Francoise  <romain@orebokech.com>
15180
15181         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15182         space.
15183
15184 2006-08-10  Romain Francoise  <romain@orebokech.com>
15185
15186         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15187         (dns-mode-soa-auto-increment-serial): New user option.
15188         (dns-mode-soa-maybe-increment-serial): New function.
15189         (dns-mode): Add the latter to `write-contents-functions'.
15190
15191 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * compface.el (uncompface): Use binary rather than raw-text-unix.
15194
15195 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * compface.el (uncompface): Make sure the eol conversion doesn't take
15198         place when communicating with the external programs.
15199         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15200
15201 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15204
15205 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15206
15207         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15208         Make it more robust by parsing author and date independently.
15209
15210 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15213
15214 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15215
15216         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15217         first matching secret key.
15218         (mml2015-epg-encrypt): Ditto.
15219
15220         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15221         first matching secret key.
15222         (mml1991-epg-encrypt): Ditto.
15223
15224         * mml2015.el (mml2015-encrypt-to-self): New user option.
15225         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15226         mml2015-epg-encrypt-to-self is set.
15227
15228         * mml1991.el (mml1991-encrypt-to-self): New variable.
15229         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15230         mml1991-epg-encrypt-to-self is set.
15231
15232         * mml2015.el (mml2015-signers): New user option.
15233         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15234         (mml2015-epg-encrypt): Allow to select signing keys.
15235
15236         * mml1991.el (mml1991-signers): New variable.
15237         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15238         (mml1991-epg-encrypt): Allow to select signing keys.
15239
15240 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * nnheader.el (nnheader-insert-head): Make it work even if the file
15243         uses CRLF for the line-break code.
15244
15245 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15246
15247         * mml2015.el: Require mml-sec instead of password.
15248         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15249         (mml2015-cache-passphrase): Inherit the default value from
15250         mml-secure-cache-passphrase.
15251         (mml2015-passphrase-cache-expiry): Inherit the default value from
15252         mml-secure-passphrase-cache-expiry.
15253
15254         * mml1991.el: Require mml-sec instead of password.
15255         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15256         (mml1991-cache-passphrase): Inherit the default value from
15257         mml-secure-cache-passphrase.
15258         (mml1991-passphrase-cache-expiry): Inherit the default value from
15259         mml-secure-passphrase-cache-expiry.
15260
15261         * mml-sec.el: Require password.
15262         (mml-secure-verbose): New user option.
15263         (mml-secure-cache-passphrase): New user option.
15264         (mml-secure-passphrase-cache-expiry): New user option.
15265
15266 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15267             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15268
15269         * pgg-def.el (pgg-truncate-key-identifier):
15270         Truncate the key ID to 8 letters from the end.
15271
15272 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15273
15274         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15275         workaround for the url package included with Emacs.
15276
15277         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15278
15279 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15282         correctly.  This fixes a bug caused by the 2006-05-12 change.
15283
15284 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15285
15286         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15287         some information about the error when saying that the `bogus' mail
15288         group will be used.
15289
15290 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15293         string.
15294
15295 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15296
15297         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15298
15299 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15300
15301         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15302
15303 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15304
15305         * mml1991.el (mml1991-function-alist): Add epg.
15306         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15307         (mml1991-epg-encrypt): New functions.
15308
15309 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15310
15311         * mml2015.el (mml2015-verbose): New variable.
15312         (mml2015-cache-passphrase): Ditto.
15313         (mml2015-passphrase-cache-expiry): Ditto.
15314         (mml2015-function-alist): Add epg.
15315         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15316         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15317         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15318         New functions.
15319
15320 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15321
15322         * message.el (message-cite-original-1): Preserve region when removing
15323         quoted text due to X-No-Archive in order to avoid bogus attribution
15324         when citing multiple messages.
15325
15326 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15327
15328         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15329         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15330
15331 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * gnus-diary.el (gnus-user-format-function-d)
15334         (gnus-user-format-function-D): Autoload.
15335
15336         * imap.el (Commentary): Fix typo.
15337
15338         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15339         2006-04-22 contribution.
15340
15341 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15342
15343         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15344         It didn't really fix the bogosity I'm seeing with solid web groups.
15345
15346 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15347
15348         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15349         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15350         created using server names.  If we use the feature without declaring
15351         it, Gnus does not properly manage server and group state.
15352
15353         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15354         bound.
15355
15356 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15357
15358         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15359         looking up the method using GROUP's prefix before inventing a new one.
15360         It is used on killed/unknown groups in various places where returning
15361         an all-new method isn't expected by the caller.
15362
15363         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15364         and match semantics of gnus-group-real-prefix.
15365
15366 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15367
15368         * nnmail.el (nnmail-broken-references-mailers): New variable.
15369         (nnmail-ignore-broken-references): New function generalizing
15370         nnmail-fix-eudora-headers.
15371         (nnmail-fix-eudora-headers): Now obsolete.
15372
15373         * gnus-art.el (gnus-button-handle-custom):
15374         Support `customize-apropos*'.
15375
15376 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15377
15378         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15379
15380         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15381         articles.
15382
15383 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * message.el (message-cite-reply-above): New variable.
15386         (message-yank-original): Use it.
15387
15388 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15391
15392 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15395         as read.
15396
15397         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15398
15399 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15402         (gnus-bookmark-default-file): Use gnus-directory.
15403         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15404         Remove "*" in doc string.
15405         (gnus-bookmark-write-file): Simplify.
15406         (gnus-bookmark-maybe-sort-alist): Use `when'.
15407         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15408         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15409         Add FIXME about Emacs 21 and XEmacs compatibility.
15410         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15411         compatibility.
15412         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15413         compatibility.
15414         (gnus-bookmark-menu-heading): Fix version.
15415
15416 2006-06-19  Bastien Guerry  <bzg@altern.org>
15417
15418         * gnus-bookmark.el: New file.
15419
15420 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * message.el (message-syntax-checks): Doc fix.
15423
15424 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15425
15426         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15427         unsubscribed groups as if they were killed ones.  It causes duplicate
15428         entries in gnus-newsrc-alist.
15429
15430 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * message.el (message-syntax-checks): Doc fix.
15433         (message-send-mail): Add check for continuation headers.
15434         (message-check-news-header-syntax): Fix regexp used to check for
15435         continuation headers.
15436
15437 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15440
15441 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15444
15445 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15448         default-truncate-lines.
15449
15450 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15453         to fill the utf-8 entry.
15454
15455         * lpath.el: Fbind unicode-precedence-list.
15456
15457 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15458
15459         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15460
15461 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15462
15463         * gnus-agent.el (directory-files-and-attributes): Move all the way
15464         forward (the third and final move).
15465         (gnus-agent-read-agentview): Trap reconstruction errors due to
15466         nonexistent directory.  Handle by returning nil.
15467
15468 2006-05-30  Didier Verna  <didier@xemacs.org>
15469
15470         * message.el (message-dont-reply-to-names): Update the custom type.
15471         * message.el (message-dont-reply-to-names): New defsubst: potentially
15472         convert a list of regexps into a single one.
15473         * message.el (message-get-reply-headers): Use it.
15474         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15475
15476 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-agent.el (directory-files-and-attributes): Move forward.
15479
15480 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-ml.el (gnus-mailing-list-subscribe)
15483         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15484         (gnus-mailing-list-message): Fix doc strings.
15485
15486 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15487
15488         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15489         of doing it manually.
15490
15491 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15494         comment.
15495
15496 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15497
15498         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15499         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15500         (gnus-agent-read-local): All symbols allocated in my-obarray.
15501         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15502         (gnus-agent-regenerate-group): Check numeric names to see if they are
15503         messages or groups.
15504         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15505         better way of do this...)
15506
15507         * gnus-cache.el (gnus-agent-total-fetched-for):
15508         Ignore 'dummy.group' (there should be a better way of do this...)
15509
15510 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15513         (gnus-saved-headers): Ditto.
15514         (gnus-default-article-saver): Mention functions may have properties.
15515         (gnus-article-save): Override gnus-save-all-headers and
15516         gnus-saved-headers by :headers property which saver function may have.
15517         (gnus-summary-save-in-file): Add :headers property.
15518         (gnus-summary-write-to-file): Ditto.
15519
15520         * gnus-sum.el (gnus-summary-save-article): Bind
15521         gnus-prompt-before-saving to t when saving many articles in a file;
15522         always show all headers.
15523
15524         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15525
15526 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15529         marks.
15530
15531         * message.el (message-indent-citation): Add optional arguments to allow
15532         using it outside of message buffers.
15533
15534         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15535         (gnus-article-treat-unfold-headers): Use it.
15536         (gnus-article-truncate-lines): New variable.
15537         (gnus-article-mode): Use it.
15538         (gnus-article-toggle-truncate-lines): New function.
15539
15540         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15541         Add gnus-article-toggle-truncate-lines.
15542
15543         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15544         coding system in XEmacs, use binary.
15545
15546 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15549         after-load-alist.
15550
15551         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15552         this function should save decoded articles.
15553         (gnus-summary-write-to-file): Use property to specify this function
15554         should save decoded articles and specify gnus-summary-save-in-file
15555         should be used to save articles other than the first one when saving
15556         many articles.
15557         (gnus-summary-save-body-in-file): Use property to specify this
15558         function should save decoded articles.
15559         (gnus-summary-write-body-to-file): Use property to specify this
15560         function should save decoded articles and specify
15561         gnus-summary-save-body-in-file should be used to save articles other
15562         than the first one when saving many articles.
15563
15564         * gnus-sum.el (gnus-summary-save-article): Simplify.
15565
15566 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-art.el (gnus-default-article-saver):
15569         Add gnus-summary-write-body-to-file.
15570         (gnus-article-save-coding-system): Don't use coding system object
15571         in XEmacs.
15572         (gnus-read-save-file-name): Add optional `dir-var' argument which
15573         specifies directory in which files are saved; work even if optional
15574         `variable' argument is not specified.
15575         (gnus-summary-write-to-file): Read file name.
15576         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15577         (gnus-summary-write-body-to-file): New function.
15578
15579         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15580         (gnus-summary-local-variables): Add it.
15581         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15582         (gnus-summary-save-article): Remove optional `decode' argument;
15583         determine whether to decode articles by the value of
15584         gnus-default-article-saver; when saving many files using
15585         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15586         it first and use gnus-summary-save-in-file or
15587         gnus-summary-save-body-in-file thereafter unless
15588         gnus-prompt-before-saving is always; move point to article which
15589         will be saved.
15590         (gnus-summary-save-article-file): Revert.
15591         (gnus-summary-write-article-file): Revert.
15592         (gnus-summary-save-article-body-file): Revert.
15593         (gnus-summary-write-article-body-file): New function.
15594
15595 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-art.el (gnus-default-article-saver): Doc fix.
15598         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15599         from gnus-summary-save-article-coding-system, and default to a
15600         certain coding system.
15601         (gnus-output-to-file): Add coding cookie and encode text according
15602         to gnus-article-save-coding-system; don't use mm-append-to-file.
15603
15604         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15605         gnus-art.el and rename to gnus-article-save-coding-system.
15606         (gnus-summary-save-article): Require gnus-art; don't show all
15607         headers if it decodes articles; don't add coding cookie here;
15608         don't bind mm-text-coding-system-for-write.
15609         (gnus-summary-save-article-file): Save decoded articles.
15610         (gnus-summary-write-article-file): When saving many files, use
15611         gnus-summary-write-to-file first and gnus-summary-save-in-file
15612         thereafter unless gnus-prompt-before-saving is always.
15613         (gnus-summary-save-article-body-file): Save decoded articles.
15614
15615         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15616
15617 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15618
15619         * nnrss.el (nnrss-check-group): Bind hash-index.
15620
15621 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15622
15623         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15624         its hash index.  Store this hash in `nnrss-group-data'.
15625         (nnrss-read-group-data): Update accordingly.
15626
15627 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15630         entry.
15631
15632         * gnus-sum.el (gnus-summary-make-menu-bar):
15633         Add gnus-article-browse-html-article.
15634
15635 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15636
15637         * gnus-sum.el (gnus-summary-mime-map):
15638         Add gnus-article-browse-html-article.
15639
15640         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15641
15642 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15645         suitable coding systems in customize.
15646
15647 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * mail-source.el (mail-sources): Fix custom type.
15650
15651 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15654         (gnus-summary-expire-articles-now): Shorten prompt.
15655
15656         * gmm-utils.el (wid-edit): Require.
15657         (defun-gmm): Rename from `gmm-defun-compat'.
15658         (gmm-image-search-load-path): Use it.
15659         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15660
15661 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * gnus-sum.el (gnus-summary-save-article-coding-system):
15664         New variable.
15665         (gnus-summary-save-article): Add optional `decode' argument.
15666         If it is set and gnus-summary-save-article-coding-system is non-nil,
15667         save decoded article.
15668         (gnus-summary-write-article-file): Save decoded article if
15669         gnus-summary-save-article-coding-system is non-nil.
15670
15671         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15672         type.
15673
15674 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15677
15678 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15681         first to test gnus-single-article-buffer which may be buffer-local.
15682
15683         * gnus-sum.el (gnus-summary-setup-buffer):
15684         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15685         group; make gnus-article-buffer, gnus-article-current, and
15686         gnus-original-article-buffer always buffer-local.
15687         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15688         group.
15689         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15690
15691 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15692
15693         * nnml.el (nnml-request-compact-group): Compressed files might not
15694         have .gz extension.
15695
15696 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15697
15698         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15699         (mm-copy-to-buffer): Use with-current-buffer.
15700         (mm-display-part): Simplify.
15701         (mm-inlinable-p): Add optional arg `type'.
15702
15703 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15704
15705         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15706         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15707         Try harder to show the attachment internally or externally using
15708         gnus-mime-view-part-as-type.
15709
15710 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15711
15712         * message.el (message-from-style, message-signature-separator)
15713         (message-user-organization-file, message-send-mail-function)
15714         (message-citation-line-function, message-yank-prefix)
15715         (message-indent-citation-function, message-signature)
15716         (message-signature-file, message-signature-insert-empty-line):
15717         Remove autoloads.
15718
15719         * gnus-art.el (gnus-buttonized-mime-types):
15720         Remove "multipart/signed".  Revert 2006-04-26 change.
15721
15722 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15723
15724         * gnus.el (gnus-version-number): Bump version.
15725
15726 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15727
15728         * gnus.el: No Gnus v0.5 is released.
15729
15730 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15731
15732         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15733         fetching articles by message-id.
15734
15735 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15736
15737         * message.el (hashcash): Require hashcash as normal.
15738
15739         * ecomplete.el (ecomplete-highlight-match-line):
15740         Use point-at-eol.
15741         (ecomplete-highlight-match-line): Use `highlight', because that
15742         face exists in both Emacs and XEmacs.
15743
15744         * message.el (message-display-abbrev): Use point-at-bol.
15745
15746         * mail-source.el: Don't require timer/timer-funcs.
15747
15748         * gnus-async.el: Ditto.
15749
15750         * password.el: Ditto.
15751
15752         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15753
15754         * mm-url.el: Ditto.
15755
15756         * gnus-xmas.el: Don't require timer-funcs.
15757
15758         * mm-util.el: Require timer/timer-funcs.
15759
15760 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15761
15762         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15763         Close.
15764
15765 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15768         unibyte after clear-decrypt function runs.
15769
15770         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15771         returns as a unibyte string.
15772
15773 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * lpath.el: Revert.
15776
15777         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15778         (pgg-gpg-process-sentinel): Revert.
15779
15780         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15781         (pgg-pgp-lookup-key): Revert.
15782
15783         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15784         (pgg-pgp5-lookup-key): Revert.
15785
15786         * pgg.el (pgg-fetch-key): Revert.
15787
15788 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * lpath.el: Fbind string-as-multibyte for XEmacs.
15791
15792         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15793         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15794         (mml1991-pgg-encrypt): Ditto.
15795
15796         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15797         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15798         a multibyte buffer.
15799
15800         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15801         (pgg-pgp-lookup-key): Ditto.
15802
15803         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15804         (pgg-pgp5-lookup-key): Ditto.
15805
15806         * pgg.el (pgg-fetch-key): Ditto.
15807
15808 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * message.el (message-user-organization-file): Check several
15811         locations of the organization file.
15812
15813         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15814         Add gnus-article-view-part-as-type.
15815
15816         * gnus-art.el (gnus-article-view-part-as-type): New function.
15817
15818         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15819         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15820
15821         * mml.el: Simplify autoload.
15822         (mml-mode): defvar dnd-protocol-alist instead of using
15823         symbol-value.
15824         (mml-default-directory): New variable.
15825         (mml-minibuffer-read-file): Use it.
15826         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15827
15828         * message.el (message-citation-line-format): New variable.
15829         (message-insert-formated-citation-line): New function.
15830         (message-citation-line-function):
15831         Add `message-insert-formated-citation-line' to custom type.
15832
15833         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15834         to doc string.
15835
15836         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15837         depending on mm-verify-option.
15838
15839 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15842         binding pgg-* variables; reimplement the section which prevents
15843         MIME header from being signed.
15844         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15845         pgg-text-mode; remove a blank line at the top of body.
15846
15847         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15848         lines at the top of body; use gnus-newsgroup-charset if there's no
15849         Charset header.
15850
15851 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * message.el (message-self-insert-commands): Doc fix.
15854
15855         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15856         (mm-uu-pgp-encrypted-test): Ditto.
15857         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15858         between header and body; return application/pgp-encrypted handle
15859         if decryption failed; decode decrypted body by charset.
15860
15861         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15862         element match to application/pgp-*.
15863
15864 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15865
15866         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15867         HTML.
15868
15869 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870
15871         * mail-source.el (mail-source-call-script): Message the error
15872         string.
15873
15874 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * gnus-util.el (gnus-byte-compile): Use it.
15877
15878 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15879
15880         * gnus-util.el (kill-empty-logs): New function.
15881
15882 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15883
15884         * message.el (message-mail-alias-type): Doc fix.
15885         (message-mail-alias-type-p): New function.
15886         (message-send): Use it.
15887         (message-mode): Ditto.
15888         (message-strip-forbidden-properties): Ditto.
15889
15890         * ecomplete.el (ecomplete-database-file-coding-system):
15891         New variable.
15892         (ecomplete-save): Use it.
15893         (ecomplete-setup): Use it.
15894
15895 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * message.el (message-self-insert-commands): New variable.
15898         (message-strip-forbidden-properties): Use it.
15899
15900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15901
15902         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15903         that doesn't make XEmacs choke.
15904
15905 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * gnus-util.el (gnus-replace-in-string):
15908         Prefer replace-regexp-in-string over of replace-in-string.
15909
15910 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * gnus-util.el (gnus-select-frame-set-input-focus):
15913         Use select-frame-set-input-focus if it is available in XEmacs; use
15914         definition defined in Emacs 22 for old Emacsen.
15915
15916         * dgnushack.el: Autoload unmorse-region for XEmacs.
15917
15918         * lpath.el: Bind cursor-in-non-selected-windows and
15919         select-frame-set-input-focus for XEmacs.
15920
15921 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15924
15925 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * gnus-registry.el (gnus-registry-cache-save): Remove text
15928         properties when saving via the temp buffer.
15929
15930 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * message.el (message-generate-hashcash): Honor custom type.
15933
15934 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935
15936         * message.el (message-generate-hashcash): Default to non-nil when
15937         hashcash is found.
15938
15939         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15940         (gnus-refer-thread-limit): Increase default to 500.
15941
15942         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15943
15944         * flow-fill.el (fill-flowed): Allow delete-space.
15945
15946 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15949         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15950         Remove autoloads.
15951
15952 2006-04-18  Simon Josefsson  <jas@extundo.com>
15953
15954         * message.el (message-generate-hashcash): Default to.
15955
15956 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15959         concatenating segments rather than before concatenating them.
15960
15961 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15962
15963         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15964
15965 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966
15967         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15968
15969         * message.el (message-forward-make-body-plain):
15970         Allow message-forward-ignored-headers to be a list.
15971         (message-remove-ignored-headers): Factor out into function.
15972         (message-forward-make-body-mml): Use it.
15973
15974         * imap.el (imap-quote-specials): New function.
15975         (imap-login-auth): Quote specials.
15976
15977         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15978         (rfc2231-parse-string): Allow concatanation of parameters that
15979         aren't contiguous.  The test case is
15980           (mail-header-parse-content-type "message/external-body;
15981             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15982             access-type=LOCAL-FILE;
15983             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15984
15985 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15986
15987         * nntp.el (nntp-accept-process-output): Return the value of
15988         `nnheader-accept-process-output'.
15989
15990 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15991
15992         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15993         (gnus-button-alist): Recognize more diff formats.
15994         (gnus-button-patch): Strip directory.
15995
15996 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15999         Emacs 22 when setting focus.
16000
16001 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * gnus-art.el (gnus-article-treat-types): Do treatment of
16004         text/x-verbatim parts.
16005         (gnus-button-patch): New command.
16006
16007         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16008         addresses that contain invalid characters.
16009
16010 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * message.el (message-put-addresses-in-ecomplete):
16013         Use gnus-replace-in-string.
16014         (message-is-yours-p): Use the more correct
16015         mail-header-parse-address instead of
16016         mail-extract-address-components.
16017         (message-put-addresses-in-ecomplete): Fix typo.
16018
16019         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16020         keystroke.
16021
16022         * gnus-art.el (gnus-treatment-function-alist): Change order of
16023         newsgroups/generic header folding to avoid double-folding.
16024
16025         * message.el (message-hidden-headers): Add X-Draft-From.
16026
16027         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16028         New command.
16029         (gnus-summary-repeat-search-article-backward): New command.
16030
16031         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16032         groups in the parent topic.
16033
16034 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16035
16036         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16037         (spam-extra-header-to-number): Return the CRM114 number as a
16038         number instead of a string.
16039
16040 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * gnus-art.el (gnus-face-properties-alist): Move here from
16043         gnus-fun.
16044
16045         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16046
16047 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16048
16049         * message.el (message-strip-forbidden-properties): Only display on
16050         self-insert-command.
16051
16052         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16053         reindent.
16054         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16055
16056 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16057
16058         * smiley.el (smiley-style): Fix typo.
16059
16060 2006-03-23  Kenichi Handa  <handa@m17n.org>
16061
16062         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16063         instead of set-buffer-multibyte.
16064
16065 2006-03-23  Kenichi Handa  <handa@m17n.org>
16066
16067         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16068         buffer and then decode the buffer text if necessary.
16069         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16070         first, and after mm-encode-body, change the buffer to unibyte.
16071
16072 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16073
16074         * hashcash.el (hashcash-insert-payment-async-2):
16075         Use message-goto-eoh instead of doing it manually.
16076         (mail-add-payment): Use message-narrow-to-header instead of trying
16077         to do the same itself.
16078
16079         * message.el (message-hidden-headers): Add Face.
16080
16081         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16082         reparenting code.
16083         (gnus-summary-reparent-children): Refactored out code.
16084         (gnus-summary-thread-map): New keystroke.
16085         (gnus-summary-reparent-children): Make into command.
16086
16087         * smiley.el (smiley-style): Default to `medium' if using a large
16088         font.
16089
16090         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16091         does it itself.
16092
16093         * message.el (message-point-in-header-p): Simplify definition.
16094
16095 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16096
16097         * nnagent.el (nnagent-request-set-mark): Silence log file
16098         writing.
16099         (nnagent-request-set-mark): Use write-region instead of
16100         append-to-file.
16101
16102         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16103         strange select method.
16104
16105         * ecomplete.el (ecomplete-display-matches): Get highlightling
16106         right.
16107         (ecomplete-display-matches): Use literals.
16108         (ecomplete-display-matches): Disable message logging.
16109
16110         * message.el (message-display-abbrev): Small optimization.
16111
16112         * ecomplete.el (ecomplete-display-matches): Allow automatic
16113         display.
16114
16115         * message.el (message-strip-forbidden-properties):
16116         Display abbrevs.
16117         (message-display-abbrev): Get automatic display right.
16118
16119         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16120         keystrokes.
16121
16122 2006-04-13  Romain Francoise  <romain@orebokech.com>
16123
16124         TODO: Backport to v5-10!
16125
16126         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16127         Move here (and rename) from gnus-registry.el.
16128
16129         * gnus-registry.el: Require gnus-util.
16130         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16131
16132 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * gnus-group.el (gnus-group-catchup-current):
16135         Change if-then-else-if-then-else into cond.
16136         (gnus-group-catchup): Indent.
16137         (group-name-at-point): New function.
16138         (gnus-fetch-group): Provide default from thing at point.
16139
16140 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * message.el (message-display-abbrev): Fix regexp.
16143
16144         * ecomplete.el (ecomplete-highlight-match-line):
16145         Reimplement choosing.
16146         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16147         dead variables.
16148
16149         * message.el (message-newline-and-indent): Remove debugging.
16150         (message-display-abbrev): Use new implementation.
16151
16152 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-art.el (gnus-article-mode):
16155         Set cursor-in-non-selected-windows to nil.
16156
16157         * smiley.el: Revert previous change.
16158         (smiley-data-directory): defvar it before using it in the
16159         defcustom of `smiley-style'.
16160
16161 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16162
16163         * message.el (message-newline-and-indent): New function.
16164
16165         * ecomplete.el: Implement more bits.
16166
16167         * message.el (message-put-addresses-in-ecomplete): Clean up the
16168         string.
16169
16170         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16171
16172         * gnus-sum.el (gnus-summary-save-parts):
16173         Bind gnus-summary-save-parts-counter and use it to make unique file
16174         names.
16175
16176         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16177
16178         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16179         parameter to say whether to actually parse the individual
16180         addresses.
16181
16182         * message.el (message-put-addresses-in-ecomplete): New function.
16183         (ecomplete): Require.
16184         (message-mail-alias-type): Add ecomplete as an option.
16185
16186 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16187
16188         * flow-fill.el (fill-flowed): Remove trailing space from blank
16189         quoted lines.
16190
16191 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * smiley.el (smiley-style): Move definition later to avoid a
16194         compilation warning.
16195
16196 2006-04-12  Kenichi Handa  <handa@m17n.org>
16197
16198         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16199         buffer and then decode the buffer text if necessary.
16200         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16201         first, and after mm-encode-body, change the buffer to unibyte.
16202         Use mm-disable-multibyte instead of set-buffer-multibyte.
16203
16204 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16207         Content-Type header instead of Content-Disposition header.
16208         (gnus-mime-inline-part): Ditto.
16209         (gnus-mime-view-part-as-charset): Ignore charset that the part
16210         specifies.
16211
16212         * mm-decode.el (mm-display-part): Work with external parts and
16213         usual parts similarly.
16214
16215         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16216         instead of gnus-display-mime.
16217
16218         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16219         instead of with-temp-buffer.
16220
16221         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16222         tag to summarized topics part in order to encode non-ASCII text.
16223
16224 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * smiley.el (smiley-style): New variable.
16227         (smiley-directory): New function.
16228         (smiley-data-directory): Derive from `smiley-style' using
16229         `smiley-directory'.
16230         (smiley-regexp-alist): Add new entries.
16231
16232         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16233         (gnus-article-browse-delete-temp): Add :version.
16234
16235 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16236
16237         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16238         the sieve region.
16239
16240 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus.el (gnus-version-number): Bump version.
16243
16244 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * gnus.el: No Gnus v0.4 is released.
16247
16248 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16251         layout.
16252
16253         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16254         unknown charset.
16255
16256         * message.el (message-header-synonyms): Add Original-To to the
16257         default.
16258
16259         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16260         optional parameter.
16261
16262 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus-fun.el (gnus): Require it for gnus-directory.
16265
16266 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16269
16270 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16271
16272         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16273
16274 2006-04-05  Simon Josefsson  <jas@extundo.com>
16275
16276         * password.el (password-reset): New function.
16277
16278 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16279
16280         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16281         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16282
16283 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16284
16285         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16286         Some whitespace was matched into the url, which broke browsing hits
16287         > 100 when mm-url-use-external was nil.
16288
16289 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16290
16291         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16292         Check gnus-extra-headers for 'Newsgroups.
16293
16294         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16295         bound.
16296
16297 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16298
16299         * pgg-gpg.el: Clean up process buffers every time gpg processes
16300         complete.
16301
16302 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16303
16304         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16305         doc string.
16306
16307 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16308
16309         * pgg-gpg.el (pgg-gpg-process-filter)
16310         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16311
16312         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16313         lines, temporary fix.
16314
16315 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16318
16319 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16320
16321         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16322         default-enable-multibyte-characters.  This reverts the change from
16323         revision 6.17 which is no longer necessary because the passphrase
16324         is sent separately now.  GnuPG messages are unreadable under
16325         multibyte locales with default-enable-multibyte-characters set to
16326         nil.
16327
16328 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * message.el (message-tool-bar-gnome): Move "spell".
16331
16332 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16333
16334         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16335         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16336         instead.
16337
16338 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16339
16340         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16341         Improve newsgroups handling for NNTP overviews which don't include
16342         Newsgroups.
16343
16344 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16345
16346         * message.el (message-resend): Bind message-generate-hashcash to nil.
16347
16348 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16349
16350         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16351         when searching for already-paid recipients.
16352
16353 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16354
16355         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16356         passphrases when it is not needed.
16357         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16358         passphrase stuff from gpg, should only be necessary when you use
16359         gpg with a smartcard.
16360
16361 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * mml.el (mml-insert-mime): Ignore cached contents of
16364         message/external-body part.
16365
16366         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16367         (mm-insert-part): Ditto.
16368
16369 2006-03-23  Simon Josefsson  <jas@extundo.com>
16370
16371         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16372         Reiner.
16373         (pgg-gpg-use-agent-p): Use it again.
16374
16375 2006-03-23  Simon Josefsson  <jas@extundo.com>
16376
16377         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16378         older emacsen.
16379         (pgg-gpg-use-agent-p): Don't use it.
16380
16381 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16384         if we can.
16385
16386 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16387
16388         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16389         (pgg-gpg-update-agent): New function.
16390         (pgg-gpg-use-agent-p): New function.
16391         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16392         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16393         (pgg-gpg-sign-region): Use it.
16394
16395 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16398         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16399
16400 2006-03-21  Simon Josefsson  <jas@extundo.com>
16401
16402         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16403         <wilde@sha-bang.de>.
16404         (pgg-gpg-use-agent): New variable.
16405         (pgg-gpg-process-region): Use it.
16406         (pgg-gpg-encrypt-region): Likewise.
16407         (pgg-gpg-encrypt-symmetric-region): Likewise.
16408         (pgg-gpg-decrypt-region): Likewise.
16409         (pgg-gpg-sign-region): Likewise.
16410         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16411
16412 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16415
16416         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16417         Add comment on version.
16418
16419 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * smiley.el: Add missing test smiley.
16422
16423 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16424
16425         * mm-decode.el (mm-with-part): New macro.
16426         (mm-get-part): Use it; work with message/external-body as well.
16427         (mm-save-part): Treat name and filename equally.
16428
16429         * mm-extern.el (mm-extern-cache-contents): New function.
16430         (mm-inline-external-body): Use it; force the part to be displayed;
16431         move undisplayer added to the cached handle to the parent.
16432
16433         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16434         (gnus-mime-view-part-as-type): Work with message/external-body.
16435
16436         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16437
16438 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16439
16440         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16441         images in image-load-path.  [Sync with image.el, revision 1.60, in
16442         Emacs.]
16443
16444 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16447         path rather than symbol.  Always return list of directories.
16448         Guarantee that image directory comes first.  [Sync with image.el,
16449         revision 1.59, in Emacs.]
16450
16451         * message.el (message-make-tool-bar): Adjust to new API of
16452         `gmm-image-load-path-for-library'.
16453
16454         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16455
16456         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16457
16458 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16459
16460         * gnus-art.el (gnus-article-only-boring-p):
16461         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16462         intangible text.
16463         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16464
16465 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16468         Use `defun' instead of `gmm-defun-compat'.
16469
16470 2006-03-14  Simon Josefsson  <jas@extundo.com>
16471
16472         * message.el (message-unique-id): Don't use message-number-base36
16473         if (user-uid) is a float.
16474         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16475
16476 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16479
16480         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16481         empty line between a part and a message part.
16482
16483 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16484
16485         * smiley.el: Add more test smileys.
16486         (smiley-data-directory, smiley-regexp-alist)
16487         (gnus-smiley-file-types): Fix doc strings.
16488         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16489         adding new elements.
16490         (smiley-mouse-map): Unused code.  Make it a comment.
16491
16492 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16495         scan latest NoCeM messages instead of old ones.
16496         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16497         delimiters that are recently used.
16498         (gnus-nocem-load-cache): Add autoload cookie.
16499
16500         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16501
16502         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16503         level which is larger than gnus-use-nocem is specified.
16504
16505         * gnus-group.el (gnus-group-get-new-news): Ditto.
16506
16507 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16508
16509         * gnus-util.el (gnus-tool-bar-update): New function.
16510
16511         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16512         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16513
16514         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16515
16516         * gnus-group.el (gnus-group-redraw-when-idle)
16517         (gnus-group-redraw-check): Remove.
16518         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16519
16520 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16523         if optional last element is specified in splits (FIELD VALUE...).
16524
16525 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16526
16527         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16528         to gmm-image-load-path-for-library.  Call with no-error argument.
16529         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16530
16531         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16532
16533         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16534
16535         * gmm-utils.el (gmm-image-load-path): Remove alias.
16536
16537 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16538
16539         * gmm-utils.el (gmm-image-load-path): Add alias.
16540
16541         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16542         nnml-generate-nov-databases-1.
16543         (nnml-generate-nov-databases): Use it.
16544         (nnml-generate-nov-databases-directory): Document no-active
16545         argument.
16546
16547         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16548         directory if path is t.  Add no-error.
16549
16550         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16551         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16552
16553         * gnus-art.el (gnus-article-browse-delete-temp-files):
16554         Simplify resetting gnus-article-browse-html-temp-list.
16555
16556         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16557         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16558         Add example to docstring.  Rename local variables.  Move error
16559         checks to default case in cond and simplify.
16560
16561 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16564         handle is multipart when calling it recursively.
16565         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16566
16567 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16568
16569         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16570         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16571
16572 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16575         is loaded.
16576
16577         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16578         loaded.
16579
16580 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16583         to "Emacs 23 (unicode)" in doc string.
16584
16585         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16586         "Emacs 23 (unicode)" in comment.
16587
16588 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16591
16592         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16593         characters 160 through 255 in Emacs 23.
16594
16595 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16598         gnus-article-browse-html-temp.
16599         (gnus-article-browse-delete-temp): Make it customizable.
16600         Add `file'.  Adjust doc string.
16601         (gnus-article-browse-delete-temp-files): Add argument.
16602         Allow query for each file.  Adjust doc string.
16603         (gnus-article-browse-html-parts):
16604         Add `gnus-article-browse-delete-temp-files' to
16605         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16606
16607 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16608
16609         * gnus-art.el (gnus-article-browse-html-temp)
16610         (gnus-article-browse-delete-temp): New variables.
16611         (gnus-article-browse-delete-temp-files): New function.
16612         (gnus-article-browse-html-parts): Use it.
16613
16614 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16615
16616         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16617
16618         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16619         string.
16620
16621         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16622         gnus-summary-insert-new-articles when unplugged.
16623         Remove gnus-summary-search-article-forward.
16624
16625         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16626         display-visual-class instead of display-color-cells.
16627
16628 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * dgnushack.el: Autoload customize-group for XEmacs.
16631
16632         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16633         message/* containing non-ASCII text properly.
16634
16635 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16636
16637         * message.el: Require gmm-utils, remove autoloads.
16638         (message-tool-bar): Set default based on
16639         gmm-tool-bar-style.
16640         (message-tool-bar-gnome): Add gmm-customize-mode.
16641
16642         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16643         gmm-tool-bar-style.
16644         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16645
16646         * gnus-group.el (gnus-group-tool-bar): Set default based on
16647         gmm-tool-bar-style.
16648         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16649
16650         * gmm-utils.el (gmm-image-directory): Rename variable from
16651         gmm-image-load-path.
16652         (gmm-image-load-path): Use gmm-image-directory.
16653         (gmm-customize-mode): New function.
16654         (gmm-tool-bar-style): New variable.
16655
16656         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16657         gnus-group-redraw-line-number.
16658         (gnus-group-redraw-check): Simplify.
16659         (gnus-group-tool-bar-update): Remove redraw check.
16660         (gnus-group-make-tool-bar): Add redraw check.
16661
16662 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16663
16664         * gnus-art.el (gnus-button): Add missing parentheses.
16665
16666 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * lpath.el: Fbind line-number-at-pos.
16669
16670 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16673
16674 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * gnus-art.el (gnus-button): New face.
16677         (gnus-article-button-face): Use it.
16678
16679         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16680         Add gnus-summary-next-page.  Re-order.
16681
16682         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16683         next-node are now included.
16684         (gnus-group-redraw-line-number): New internal variable.
16685         (gnus-group-redraw-check): Helper function for updating the tool
16686         bar.
16687         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16688
16689         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16690
16691         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16692         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16693         Use it to match format of Spamassassin 3.0 and later.
16694         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16695         (spam-check-bogofilter)
16696         (spam-bogofilter-register-with-bogofilter): Fix args of
16697         `gnus-error' calls.
16698
16699 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16702         unnecessary interaction when sending queued mails.
16703         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16704
16705 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16708         first or last are nil.
16709
16710 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16711
16712         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16713
16714 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16715
16716         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16717
16718 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16719
16720         * dns.el (query-dns): Protect more against buggy tcp output.
16721
16722 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16725         nov.php.
16726
16727 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16728
16729         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16730         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16731         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16732         output on the server side.
16733         (nnweb-google-create-mapping): Update regexps and add some
16734         progress indication.
16735
16736 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16737
16738         * gnus-group.el (gnus-group-tool-bar-gnome):
16739         Fix gnus-agent-toggle-plugged.  Re-order icons.
16740         (gnus-group-tool-bar-gnome):
16741         Add gnus-group-{prev,next}-unread-group.
16742         (gnus-group-tool-bar-gnome): Re-order icons.
16743
16744         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16745         Move gnus-summary-insert-new-articles.
16746
16747         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16748         Fix comments.
16749
16750         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16751         also available in Emacs 21.3.
16752
16753         * message.el (message-fix-before-sending): Change "Emacs 22" to
16754         "Emacs 23 (unicode)" in comment.
16755
16756         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16757         "Emacs 23 (unicode)" in comment.
16758
16759         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16760         comment.
16761         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16762
16763         * mm-view.el (mm-fill-flowed): Add :version.
16764
16765 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16768         and load-path.
16769
16770 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * message.el: Autoload gmm-image-load-path.
16773         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16774         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16775         consitency.
16776
16777         * gmm-utils.el (gmm-image-load-path): Also search in
16778         "../etc/images".  Don't set gmm-image-load-path if we don't find
16779         the image.
16780
16781 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gmm-utils.el (gmm-image-load-path): Don't make
16784         `gmm-image-load-path' include subdirectories which the second arg
16785         `image' might specify.
16786
16787         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16788         subdirectory to icon file names.
16789
16790         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16791
16792 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16793
16794         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16795         gmm-image-load-path calls.
16796
16797         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16798
16799         * message.el (message-make-tool-bar): Ditto.
16800
16801         * mml.el (mml-preview): Add comment concerning tool bar icons.
16802
16803         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16804         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16805
16806         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16807         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16808
16809         * message.el (message-tool-bar-gnome): Use new icon names.
16810         (message-make-tool-bar): Use `gmm-image-load-path'.
16811
16812         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16813         New functions from MH-E.
16814         (gmm-image-load-path): New variable from MH-E.
16815         (gmm-image-load-path): New function from MH-E.  Add arguments
16816         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16817         *-image-load-path-called-flag.
16818
16819 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16820
16821         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16822
16823 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16824
16825         * nnimap.el (nnimap-request-move-article): Change folder back to
16826         source group before deleting.
16827
16828 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16829
16830         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16831
16832         * gnus-art.el (mm-url-insert-file-contents-external):
16833         Autoload mm-url.
16834
16835         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16836
16837 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16840         coding system which mm-charset-to-coding-system returns for a
16841         given charset is valid.
16842
16843 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16844
16845         * html2text.el (html2text-remove-tag-list):
16846         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16847
16848 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16849
16850         * gnus-cus.el: Revert 2005-10-17 change.
16851
16852 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-art.el (article-strip-banner):
16855         Call article-really-strip-banner only when the regexp match is made.
16856
16857 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-art.el (article-strip-banner):
16860         Use gnus-extract-address-components instead of
16861         mail-header-parse-addresses to make it work with non-ASCII text;
16862         remove mail-encode-encoded-word-string.
16863
16864         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16865         values which are surrounded with \"...\"; make it never cause a
16866         Lisp error; give up parsing of parameters if it failed in
16867         extracting type.
16868
16869 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16870
16871         * smime.el (smime-cert-by-ldap-1): Fix bug where
16872         `smime-ldap-search' returns results without userCertificates.
16873
16874 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16877
16878 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16879
16880         * spam.el (spam-check-spamassassin-headers): Adapt format for
16881         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16882         <ari@mbf.ocn.ne.jp>.
16883         (spam-list-of-processors): Add spam-use-gmane.
16884
16885 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16888         make-temp-file; make it work with XEmacs as well.
16889
16890         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16891         mm-make-temp-file.
16892
16893         * mm-decode.el (mm-display-external): Use the 3rd arg of
16894         mm-make-temp-file.
16895         (mm-create-image-xemacs): Ditto.
16896
16897 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16900         with message-narrow-to-headers.
16901         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16902         (gnus-draft-check-draft-articles): New function.
16903         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16904
16905 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-art.el (gnus-article-browse-html-parts):
16908         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16909         Don't use suffix argument for mm-make-temp-file for Emacs 21
16910         compatibility.  Remove useless `format'.
16911
16912 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16913
16914         * nnweb.el (nnweb-google-wash-article): Update regexps.
16915         (nnweb-group-alist): Use defvoo instead of defvar.
16916
16917 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16920         re-loading nn* modules.
16921
16922 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16925         for `tool-bar-mode' and don't check it's default-value.
16926
16927         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16928
16929         * message.el (message-make-tool-bar): Ditto.
16930
16931         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16932         `substring'.  Shorten tmp-file name.
16933
16934         * gnus.el: Remove bogus comment.
16935
16936 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16937
16938         * gnus-art.el (gnus-article-browse-html-parts): New function.
16939         (gnus-article-browse-html-article): New function for viewing html
16940         articles with a browser.
16941
16942 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16943
16944         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16945         in elisp.
16946         (pgg-gpg-encrypt-symmetric-region): Ditto.
16947         (pgg-gpg-sign-region): Ditto.
16948
16949         * pgg-def.el (pgg-text-mode): New variable.
16950
16951         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16952         (mml2015-pgg-encrypt): Ditto.
16953
16954         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16955         (mml1991-pgg-encrypt): Ditto.
16956
16957 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * nnfolder.el (nnfolder-insert-newsgroup-line):
16960         Use message-make-date instead of current-time-string.
16961
16962         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16963         to gnus-decoded which mm-uu might set.
16964
16965 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16968         don't decode quoted parameters; remove misimported Emacs code.
16969         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16970         (rfc2231-decode-encoded-string): Don't use split-string which
16971         behaves differently according to Emacs version; use
16972         mm-decode-coding-region to convert charset to coding-system.
16973         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16974         (rfc2231-encode-string): Remove misimported Emacs code.
16975
16976 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16977
16978         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16979         when calling mail-header-parse-content-type.
16980         (article-de-quoted-unreadable): Ditto.
16981         (article-de-base64-unreadable): Ditto.
16982         (article-wash-html): Ditto.
16983
16984         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16985         calling mail-header-parse-content-type and
16986         mail-header-parse-content-disposition.
16987         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16988         mail-header-parse-content-type.
16989
16990         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16991         insert charset and format parameters; encode description after
16992         inserting it to buffer.
16993         (mml-insert-parameter): Fold lines properly even if a parameter is
16994         segmented into two or more lines; change the max column to 76.
16995
16996         * rfc1843.el (rfc1843-decode-article-body): Don't use
16997         ignore-errors when calling mail-header-parse-content-type.
16998
16999         * rfc2231.el (rfc2231-parse-string): Return at least type if
17000         possible; don't cause an error even if it fails in parsing of
17001         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17002         (rfc2231-encode-string): Don't break lines at the beginning, leave
17003         it to mml-insert-parameter.
17004
17005         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17006         calling mail-header-parse-content-type.
17007
17008 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * spam-report.el (spam-report-gmane-use-article-number):
17011         Improve doc string.
17012         (spam-report-gmane-internal): Check if a suitable header was found
17013         in the article.
17014
17015 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17018         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17019
17020 2006-02-05  Romain Francoise  <romain@orebokech.com>
17021
17022         Update copyright notices of all files in the gnus directory.
17023
17024 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17025
17026         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17027
17028 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17031         segmented lines of parameter value to cope with Thunderbird 1.5
17032         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17033         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17034         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17035
17036 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17037
17038         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17039         parts.
17040
17041 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17042
17043         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17044         there's only one active file for all servers.
17045         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17046         solid groups.  Gnus might have used a FAST request to select the group.
17047         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17048         and nnweb-search redundantly in the active file.
17049         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17050         (nnweb-request-create-group): Don't use ARGS.
17051         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17052         initializations.  Let nnoo do the work.
17053
17054 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17057         Say the part has been decoded.
17058
17059         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17060
17061 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17062
17063         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17064         mailcap-viewer-test-cache when there's no 'test clause, since that
17065         will invert the meaning of a "nil" test previously determined by
17066         mailcap-mailcap-entry-passes-test.
17067
17068 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17071         compiling.
17072
17073         * gnus-sum.el: Ditto.
17074
17075         * message.el: Don't bind tool-bar-map when compiling.
17076
17077 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17078
17079         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17080
17081 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17082
17083         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17084         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17085         current Google Groups.
17086
17087 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17090         and tool-bar-mode.
17091
17092         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17093         and tool-bar-mode.
17094
17095         * message.el (message-tool-bar-update): Simplify.
17096         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17097
17098         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17099         gnus-summary-buffer.
17100         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17101         gnus-summary-reply.
17102
17103         * gmm-utils.el (gmm): Add :version.
17104
17105 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * Makefile.in (clean): New rule.
17108         (distclean): Use it.
17109
17110 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17111
17112         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17113         Don't autoload.
17114
17115 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gmm-utils.el (gmm-verbose): Add :group.
17118
17119 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17120
17121         * message.el: Change some comments WRT tool-bars.
17122
17123         * gnus-sum.el (gnus-summary-tool-bar)
17124         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17125         (gnus-summary-tool-bar-zap-list): New variables.
17126         (gnus-summary-make-tool-bar): Complete rewrite using
17127         `gmm-tool-bar-from-list'.
17128
17129         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17130         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17131         New variables.
17132         (gnus-group-make-tool-bar): Complete rewrite using
17133         `gmm-tool-bar-from-list'.
17134         (gnus-group-tool-bar-update): New function.
17135
17136         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17137
17138 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17141         is dissected into a single part of which the type is the same as
17142         the given one; decode charset.
17143
17144 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17145
17146         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17147         into alists as symbol not string, since that's what
17148         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17149         look for.
17150
17151 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17154         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17155
17156         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17157
17158 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17161         (gnus-xmas-mime-security-button-menu): New function.
17162
17163         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17164         (gnus-mime-security-button-menu): New definition.
17165         (gnus-mime-security-button-map): Use them.
17166         (gnus-mime-security-button-menu): New function.
17167         (gnus-insert-mime-security-button): Addition to help echo.
17168         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17169         (gnus-mime-security-pipe-part): New functions.
17170
17171         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17172         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17173
17174         * mm-decode.el (mm-handle-set-disposition): Remove.
17175         (mm-handle-set-description): Remove.
17176
17177 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17180         (mm-w3m-standalone-supports-m17n-p): New function.
17181         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17182         w3m usage.
17183
17184         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17185         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17186
17187 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * message.el (message-tool-bar-zap-list):
17190         Use gmm-tool-bar-zap-list as custom type.
17191         (message-tool-bar-update): New function.
17192         (message-tool-bar, message-tool-bar-gnome)
17193         (message-tool-bar-retro): Add message-tool-bar-update.
17194         (message-tool-bar-gnome): Add flyspell-buffer.
17195
17196         * gnus-util.el (gnus-error): Describe `args'.
17197
17198         * gmm-utils.el (gmm-error): Describe `args'.
17199         (gmm-tool-bar-zap-list): New widget.
17200         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17201
17202 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17205         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17206         the number of recursive calls.
17207
17208         * mm-decode.el (mm-handle-set-disposition): New macro.
17209         (mm-handle-set-description): New macro.
17210
17211 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17212
17213         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17214         encoding.
17215
17216 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * message.el (message-tool-bar-zap-list, message-tool-bar)
17219         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17220         (message-tool-bar-local-item-from-menu): Remove.
17221         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17222         (message-make-tool-bar): New function.
17223         (message-mode): Use `message-make-tool-bar'.
17224
17225         * gmm-utils.el: New file.
17226         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17227         (gmm-lazy): New widget copied from `nnmail.el'.
17228         (gmm-tool-bar-from-list): New function for creating customizable
17229         tool bars.
17230         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17231         output.
17232         (gmm): Add :prefix to defgroup.
17233
17234 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17235
17236         * gmm-utils.el (gmm-widget-p): New function.
17237
17238 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * mml.el (mml-attach-file): Describe `description' in doc string.
17241         (mml-menu): Add Emacs MIME manual and PGG manual.
17242
17243 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17244
17245         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17246
17247 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17248
17249         * nntp.el (nntp-end-of-line): Doc fix.
17250
17251 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17252
17253         * imap.el (imap-open): Handle case where buffer is a buffer
17254         object.
17255
17256 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17257
17258         * gnus-delay.el (gnus-delay): Don't autoload.
17259         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17260         to be re-loaded when customizing the `gnus-delay' group.
17261
17262 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17263
17264         * message.el (message-insert-citation-line): Use newlines.
17265
17266 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17267
17268         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17269         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17270         these routines, so the passphrase can be managed externally and
17271         passed in to the system.
17272         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17273         pgg-add-passphrase-to-cache function.
17274
17275         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17276         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17277         these routines, so the passphrase can be managed externally and
17278         passed in to the system.
17279         (pgg-pgp5-sign-region): Use new name of
17280         pgg-add-passphrase-to-cache function.
17281
17282 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17283
17284         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17285         part of the decoded armor to find the key-identifier.
17286         (pgg-gpg-lookup-key-owner): New function to return the
17287         human-readable identifier of a key owner.
17288         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17289         itself.
17290         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17291         the key value) if we have a key and can match it against a secret
17292         key.  Also, added a note pointing out fact that the prompt only
17293         indicates the first matching key.
17294
17295         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17296         pgg-decrypt-region.
17297         (pgg-add-passphrase-to-cache): Rename from
17298         `pgg-add-passphrase-cache' to reduce confusion (all callers
17299         changed).
17300         (pgg-remove-passphrase-from-cache): Rename from
17301         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17302         changed).
17303         (pgg-read-passphrase, pgg-add-passphrase-cache)
17304         (pgg-remove-passphrase-cache): Add informative docstrings.
17305         (pgg-decrypt): Convey provided passphrase in subordinate call to
17306         pgg-decrypt-region.
17307
17308 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17309
17310         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17311         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17312         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17313         'passphrase' argument, so the passphrase can be managed externally
17314         and then passed in to the system.
17315
17316         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17317         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17318         so the passphrase cache can be used reliably with identifiers
17319         besides a pgp packet's key id.
17320
17321         * pgg-gpg.el (pgg-gpg-encrypt-region)
17322         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17323         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17324         these routines, so the passphrase can be managed externally and
17325         passed in to the system.
17326
17327         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17328         'notruncate' argument, so the passphrase cache can be used
17329         reliably with identifiers besides a pgp packet's key id.
17330
17331 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17332
17333         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17334         symmetric encryption.
17335         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17336         encrypted session key.
17337         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17338         message ask for the passphrase in a proper way.
17339
17340         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17341         New user commands for symmetric encryption.
17342
17343 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17346
17347         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17348
17349 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17350
17351         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17352
17353 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * mm-decode.el (mm-inlined-types): Add application/pgp.
17356         (mm-automatic-display): Ditto.
17357
17358         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17359         part as text.
17360
17361 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * nnrss.el: Update copyright.
17364         (nnrss-opml-import): Query whether to subscribe to each entry.
17365
17366         * gnus-art.el:
17367         * gnus-sum.el:
17368         * gnus-xmas.el:
17369         * messagexmas.el:
17370         * mm-uu.el:
17371         * mm-view.el: Update copyright.
17372
17373 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17374
17375         * message.el (message-info): New function.
17376         (message-mode-menu): Add it.
17377         Update copyright.
17378
17379         * ChangeLog: Fix and update copyright.
17380
17381 2006-01-13  Romain Francoise  <romain@orebokech.com>
17382
17383         * message.el (message-forward-subject-name-subject): Prefer the
17384         address to 'nowhere' if the sender has no name.
17385         Fix typo.  Update copyright year.
17386
17387 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-art.el (article-wash-html):
17390         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17391         (gnus-article-wash-html-with-w3m-standalone): New function.
17392
17393         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17394         mm-inline-text-html-render-with-w3m-standalone.
17395         (mm-text-html-washer-alist): Map w3m-standalone to
17396         gnus-article-wash-html-with-w3m-standalone.
17397         (mm-inline-text-html-render-with-w3m-standalone): New function.
17398
17399 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17402         Improve LaTeX.
17403
17404 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17407         (nnrss-request-article): Render text/plain parts as HTML.
17408
17409         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17410         the buffer.
17411
17412 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17415         custom definition of `gnus-posting-styles'.
17416
17417         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17418         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17419
17420 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17423         Use nntp for bug archive.
17424
17425 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17426
17427         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17428         parts.
17429         (nnrss-normalize-date): New function converts ISO 8601 date into
17430         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17431         (nnrss-check-group): Use it.
17432
17433 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17436
17437         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17438         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17439         (nnrss-insert-w3): Ditto.
17440
17441 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17444         the articles to be forwarded including the case where neither a
17445         number of articles nor a region is specified.
17446
17447 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * nnrss.el (nnrss-request-article): Fix last change; fill
17450         text/plain parts.
17451
17452 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17455         in text/plain part.
17456         (nnrss-check-group): Don't add excessive newline to dc:subject.
17457
17458 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17459
17460         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17461         article.
17462
17463 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17464
17465         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17466         (nnml-use-compressed-files, nnml-save-mail): Support other
17467         comression programs such as bzip2.
17468
17469 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17470
17471         * dns.el (query-dns): Make sure we check the buffer size before
17472         removing tcp headers.
17473
17474 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17477         remove MIME buttons associated with multipart/alternative parts.
17478         (gnus-mime-display-alternative): Tag buttons using `article-type'
17479         text property.
17480
17481         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17482         associated with multipart/alternative parts.
17483
17484         * gnus-art.el (gnus-signature-separator): Fix custom type.
17485
17486         * mm-decode.el (mm-inlined-types): Fix custom type.
17487         (mm-keep-viewer-alive-types): Ditto.
17488         (mm-automatic-display): Ditto.
17489         (mm-attachment-override-types): Ditto.
17490         (mm-inline-override-types): Ditto.
17491         (mm-automatic-external-display): Ditto.
17492
17493 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * spam-report.el (spam-report-user-mail-address)
17496         (spam-report-user-agent): New variables.
17497         (spam-report-url-ping-plain): Use spam-report-user-agent.
17498
17499 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17500
17501         * gnus-art.el (gnus-button-handle-custom): Do not just use
17502         `customize-apropos' for any "M-x customize-*" button but the
17503         function called for.  Accept both the function name and its
17504         argument in order to achieve this.
17505         (gnus-button-alist): Remove support for "custom:" URL's.
17506         Pass function name to `gnus-button-handle-custom' in case of "M-x
17507         customize-*" buttons.
17508
17509 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17512         multipart/alternative and add xref to mm-discouraged-alternatives
17513         in doc string.
17514
17515         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17516         gnus-buttonized-mime-types in doc string.
17517
17518 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17519
17520         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17521         Suggest image/.* in the doc string.
17522
17523 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17526         message-marks (Debian bug #342521).
17527
17528 2005-12-12  Simon Josefsson  <jas@extundo.com>
17529
17530         * password.el (password-read-from-cache): Add.
17531         (password-read): Use it.
17532
17533 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * rfc2047.el (rfc2047-charset-to-coding-system):
17536         Recognize us-ascii as a MIME charset.
17537
17538         * mm-bodies.el (mm-decode-content-transfer-encoding):
17539         Protect against the case where the 2nd arg TYPE is nil.
17540
17541 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17542
17543         * pop3.el (pop3-stream-type): Fix custom version.
17544
17545         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17546
17547 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17548
17549         * mm-decode.el (mm-display-external): Add missing cdr.
17550
17551 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17554         RFC1524) if it is in mailcap or add a suffix according to
17555         mailcap-mime-extensions when generating a temp filename; postpone
17556         deleting a temp file for 2 seconds for some wrappers, shell
17557         scripts, and so on, which might exit right after having started a
17558         viewer command as a background job.
17559
17560 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17561
17562         * nntp.el (nntp-marks-directory): Fix custom group.
17563
17564         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17565         steps when < 10.
17566
17567         * gnus-start.el (gnus-no-server-1):
17568         Mention `gnus-level-default-subscribed' in doc string.
17569
17570 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17571
17572         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17573         parens.
17574
17575 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-xmas.el (gnus-use-toolbar): Revert.
17578         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17579         gnus-use-toolbar is default.
17580
17581         * messagexmas.el (message-use-toolbar): Revert.
17582         (message-setup-toolbar): Use global default-toolbar if
17583         message-use-toolbar is default.
17584
17585 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17588         according to default-toolbar-visible-p.
17589
17590         * messagexmas.el (message-use-toolbar): Ditto.
17591
17592 2005-11-26  Dave Love  <fx@gnu.org>
17593
17594         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17595         (tls-program, tls-success): Provide openssl alternative.
17596
17597         * starttls.el: Doc fixes.
17598         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17599         SERVICE to PORT.
17600
17601         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17602         port null or service name.
17603         (starttls-negotiate): Autoload.
17604
17605 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * message.el (message-kill-to-signature): Fix interactive spec.
17608
17609 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * pop3.el (pop3-open-server): Recognize a string as a service name.
17612
17613 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17614
17615         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17616
17617 2005-11-23  Dave Love  <fx@gnu.org>
17618
17619         Add pop3s, pop3/starttls.
17620
17621         * pop3.el (pop3-authentication-scheme): Clarify doc.
17622         (open-tls-stream, starttls-open-stream): Autoload.
17623         (pop3-stream-type): New.
17624         (pop3-open-server): Use it.
17625
17626         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17627         for POP.
17628         (mail-source-keyword-map): Add :stream for POP.
17629         (mail-source-fetch-pop): Use pop3-stream-type.
17630
17631 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17634         of current-time-string.
17635
17636 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17637
17638         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17639         date header.
17640
17641 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17642
17643         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17644         it can seriously impact performance as it bypasses the agent's
17645         local caches.
17646
17647 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17648
17649         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17650         must be explicitly online rather than "not explicitly offline" for
17651         its flags to be synchronized.
17652
17653         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17654         that gnus-uu-unmark-thread will function correctly.
17655
17656         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17657         1024K is instead displayed as 1M.
17658
17659 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17660
17661         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17662
17663 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17664
17665         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17666
17667 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17668
17669         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17670         error message to display actual error condition.
17671         (gnus-agent-save-local): Avoid saving symbols that are bound to
17672         nil as they simply result in a warning message in
17673         gnus-agent-read-local.
17674
17675 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17678         rather than make-variable-buffer-local for file-precious-flag.
17679
17680 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17681
17682         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17683         for duplicates which are removed.  The invalid sort check then
17684         triggers a rescan after the sort as sorting may have moved
17685         duplicate entries such that they can be cheaply detected.
17686
17687 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17690
17691 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17692
17693         * gnus-agent.el (gnus-agent-article-alist-save-format):
17694         Change internal variable to a custom variable.  Change default value
17695         from compressed(2) to uncompressed(1).
17696         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17697         support for uncompressed agentview files.  Taken together, reading
17698         the agentview file should now be 6-7 times faster.
17699
17700 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17701
17702         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17703         as a buffer-local variable.  This avoids creating truncated
17704         dribble files as a result of a hang up, eg.
17705
17706 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17707
17708         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17709         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17710         XEmacs.
17711
17712 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * gnus-start.el (gnus-start-draft-setup):
17715         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17716
17717         * gnus.el (gnus-splash): Change custom group.
17718         (gnus-group-get-parameter, gnus-group-parameter-value):
17719         Describe allow-list argument.
17720
17721         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17722         string.
17723
17724 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17725
17726         * gnus-art.el (gnus-default-article-saver): Add user-defined
17727         `function' to custom type.
17728
17729 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17730
17731         * imap.el (imap-open): Handle case where buffer is a buffer
17732         object.
17733
17734 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17737         long lines.
17738         (gnus-cache-delete-group): Wrap doc strings.
17739
17740         * gnus-agent.el (gnus-agent-rename-group)
17741         (gnus-agent-delete-group): Wrap doc strings.
17742
17743 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * messagexmas.el (message-use-toolbar): Change the valid values
17746         into default, top, bottom, left, and right.
17747         (message-toolbar-thickness): New variable.
17748         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17749         well.
17750         (message-setup-toolbar): Make it work.
17751
17752         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17753         (gnus-use-toolbar): Change the valid values into default, top,
17754         bottom, left, and right.
17755         (gnus-toolbar-thickness): New variable.
17756         (gnus-xmas-setup-toolbar): New function.
17757         (gnus-xmas-setup-group-toolbar): Use it.
17758         (gnus-xmas-setup-summary-toolbar): Use it.
17759
17760 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17761
17762         * gnus-start.el (gnus-1): Add "native" to
17763         gnus-predefined-server-alist.
17764
17765         * gnus.el (gnus-method-to-server): Don't add "native" to the
17766         lists here, because that leads to problems when
17767         gnus-select-method is bound.
17768
17769 2005-11-09  Simon Josefsson  <jas@extundo.com>
17770
17771         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17772         use (not sort-by-date) instead.
17773
17774 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17775
17776         * gnus-delay.el (gnus-delay-group): Don't autoload.
17777         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17778         to be re-loaded when customizing the `gnus-delay' group.
17779
17780 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17781
17782         * message.el: Revert last changes.
17783         (message-insert-citation-line): Use newlines.
17784
17785 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17786
17787         * message.el (message-courtesy-message)
17788         (message-mark-insert-begin, message-mark-insert-end)
17789         (message-elide-ellipsis, message-cancel-message)
17790         (message-add-header, message-change-subject)
17791         (message-cross-post-followup-to-header)
17792         (message-cross-post-insert-note, message-reduce-to-to-cc)
17793         (message-widen-reply, message-delete-not-region)
17794         (message-kill-to-signature, message-insert-signature)
17795         (message-insert-importance-high, message-insert-importance-low)
17796         (message-insert-or-toggle-importance)
17797         (message-insert-disposition-notification-to)
17798         (message-indent-citation, message-yank-original)
17799         (message-cite-original-without-signature, message-cite-original)
17800         (message-insert-citation-line, message-position-on-field)
17801         (message-fix-before-sending, message-send-mail-partially)
17802         (message-send-mail, message-send-mail-with-sendmail)
17803         (message-send-mail-with-qmail, message-send-news)
17804         (message-check-news-header-syntax, message-generate-headers)
17805         (message-insert-courtesy-copy, message-fill-address)
17806         (message-fill-header, message-shorten-references)
17807         (message-setup-1, message-cancel-news)
17808         (message-forward-make-body-plain, message-forward-make-body-mime)
17809         (message-forward-make-body-mml, message-encode-message-body)
17810         (message-forward-make-body-digest-plain)
17811         (message-forward-make-body-digest-mime)
17812         (message-use-alternative-email-as-from): Insert `hard-newline'
17813         instead of ordinary newlines.
17814
17815 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * message.el (message-generate-headers): Downcase the argument
17818         given to message-check-element.
17819
17820 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17821
17822         * nntp.el (nntp-authinfo-rejected): New error condition.
17823         (nntp-wait-for): Use new error condition to signal authentication
17824         error.
17825         (nntp-retrieve-data): Rethrow new error condition to break out of
17826         recursive call to nntp-send-authinfo.
17827
17828 2005-11-08  Romain Francoise  <romain@orebokech.com>
17829
17830         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17831         (gnus-summary-exit-map): Bind to `Z p'.
17832         (gnus-summary-make-menu-bar): Add menu item.
17833
17834 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17835
17836         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17837         (gnus-treat-*): Add `first' in all doc strings.
17838
17839         * gnus-group.el (gnus-group-compact-group): Fix typo.
17840
17841 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17842
17843         * gnus.el (gnus-parameters-case-fold-search): New variable.
17844         (gnus-parameters-get-parameter): Use it.
17845
17846         * gnus-score.el (gnus-home-score-file): Doc fix.
17847
17848 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17849
17850         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17851
17852 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * mm-util.el (mm-special-display-p): New function.
17855
17856         * mml.el (mml-preview): Use it; doc fix.
17857
17858 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17859
17860         * imap.el (imap-open): Handle case where buffer is a buffer object.
17861
17862 2005-10-29  Romain Francoise  <romain@orebokech.com>
17863
17864         * message.el (message-fix-before-sending): Fix comment.
17865
17866 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17867
17868         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17869
17870 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17871
17872         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17873         Used in gnus-score.el.
17874
17875 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17878
17879 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17882         whitespace removed in revision 7.8.  Use concatenated string to
17883         protect trailing whitespace.
17884
17885 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17886
17887         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17888         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17889         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17890         Courier IMAP ("some version from 2004").  Mostly based on similar
17891         code in the same function.
17892
17893 2005-10-26  Didier Verna  <didier@xemacs.org>
17894
17895         * gnus-group.el (gnus-group-compact-group): Invalidate original
17896         article buffer.
17897         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17898         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17899         NOV database and in article itself.
17900         Invalidate article backlog.
17901
17902 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17903
17904         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17905
17906 2005-10-26  Simon Josefsson  <jas@extundo.com>
17907
17908         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17909         part of 2004-07-25 change.
17910
17911 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * message.el (message-display-completion-list): New function.
17914         (message-expand-group): Use it; make sure the Completions buffer
17915         is modifiable.
17916 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17917
17918         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17919         user-mail-name is an empty string.
17920
17921 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17924         depending on gnus-score-decay-constant.
17925
17926         * encrypt.el (encrypt-insert-file-contents)
17927         (encrypt-write-file-contents): Don't use `gnus-message'.
17928
17929         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17930         arguments.
17931         (mm-uu-type-alist): Add message-marks and insert-marks.
17932         Pass arguments to mm-uu-verbatim-marks-extract.
17933         (mm-uu-hide-markers): New variable.
17934         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17935
17936         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17937         (gnus-convert-image-to-face-command): Use "convert" by default to
17938         allow other input image formats.
17939         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17940         accordingly.
17941
17942 2005-10-23  Simon Josefsson  <jas@extundo.com>
17943
17944         * imap.el (imap-gssapi-program): Align command line parameters
17945         with latest GNU SASL.
17946         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17947
17948 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17949
17950         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17951         HTML.
17952         (nnslashdot-request-article): Ditto.
17953
17954         * lpath.el (featurep): Add nobreak-char-display.
17955
17956 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17957
17958         * mail-source.el (mail-source-fetch-pop): Require pop3.
17959         (mail-source-check-pop): Ditto.
17960
17961 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17964         errors.
17965
17966 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17967
17968         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17969         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17970
17971         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17972
17973         * mm-bodies.el (mm-decode-string):
17974         Call `mm-charset-to-coding-system' with allow-override argument.
17975
17976 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17979         (rfc2047-charset-to-coding-system): New function.
17980         (rfc2047-decode-encoded-words): New function.
17981         (rfc2047-decode-region): Use them.
17982         (rfc2047-decode-cte): Remove.
17983         (rfc2047-parse-and-decode): Remove.
17984         (rfc2047-decode): Remove.
17985
17986 2005-10-15  Kenichi Handa  <handa@m17n.org>
17987
17988         * rfc2047.el (rfc2047-decode-cte): New function.
17989         (rfc2047-decode-region): Change the way to decode successive
17990         encoded-words: decode B- or Q-encoding in each encoded-word,
17991         concatenate them, and decode it as charset.
17992
17993 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * lpath.el: Fbind codepage-setup for XEmacs.
17996
17997 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17998
17999         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18000         widget-move-and-invoke.
18001         (gnus-custom-mode): Use gnus-custom-map.
18002
18003 2005-10-15  Bill Wohler  <wohler@newt.com>
18004
18005         * message.el (message-tool-bar-map): Rename image file from
18006         mail_send to mail/send.
18007
18008 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18009
18010         * message.el (message-expand-group): Pass the common
18011         prefix substring of completion to `display-completion-list'.
18012
18013 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18014
18015         * mml-sec.el (mml-secure-method): New internal variable.
18016         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18017         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18018         New functions using mml-secure-method.
18019
18020         * mml.el (mml-mode-map): Add key bindings for those functions.
18021         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18022         Harder <harder@myrealbox.com>.
18023         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18024         Goto end of message if point is the headers of the message.
18025
18026         * message.el (message-in-body-p): New function.
18027
18028         * assistant.el: Autoload gnus-util and netrc.
18029
18030         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18031         Use `mm-charset-override-alist' only when decoding.
18032
18033         * mm-bodies.el (mm-decode-body):
18034         Call `mm-charset-to-coding-system' with allow-override argument.
18035
18036         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18037         `filename' from Content-Disposition if Content-Type doesn't
18038         provide `name'.
18039         (gnus-mime-view-part-as-type): Set default instead of
18040         initial-input.
18041
18042 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18043
18044         * format-spec.el (format-spec): Propagate text properties of % spec.
18045
18046 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * gnus-art.el (gnus-treat-predicate): Add `first'.
18049
18050 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18051
18052         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18053         (mm-charset-override-alist): New variable.
18054         (mm-charset-to-coding-system): Use it.
18055         (mm-codepage-setup): New helper function.
18056         (mm-charset-eval-alist): New variable.
18057         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18058         Warn about unknown charsets.
18059
18060         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18061
18062 2005-10-04  David Hansen  <david.hansen@gmx.net>
18063
18064         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18065         (nnrss-check-group): Ditto.
18066
18067 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18070         Rename x-gnus-verbatim to x-verbatim.
18071         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18072
18073         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18074         x-verbatim.
18075
18076         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18077
18078         * gnus-util.el (gnus-remove-duplicates): Remove.
18079
18080         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18081         instead of gnus-remove-duplicates.
18082
18083         * message.el (message-remove-duplicates): Remove.
18084         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18085         message-remove-duplicates.
18086
18087         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18088         available, else use implementation from `delete-dups'.
18089
18090         * message.el (message-insert-expires): New function.
18091         (message-mode-map): Add key binding.
18092         (message-mode-field-menu): Add menu entry.
18093         (message-mode): Document it.
18094         (message-make-expires-date): Use `message-make-date'.
18095
18096 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18097
18098         * message.el (message-make-expires-date): New function.
18099
18100 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * Makefile.in (list-installed-shadows): New entry.
18103         (install): Use it.
18104         (remove-installed-shadows): New entry.
18105
18106         * dgnushack.el (dgnushack-default-load-path): New variable.
18107         (dgnushack-find-lisp-shadows): New function.
18108         (dgnushack-remove-lisp-shadows): New function.
18109
18110 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * Makefile.in (install-el-elc): New entry.
18113         (install): Use it so that .el files are necessarily installed.
18114
18115 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18118
18119 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18120
18121         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18122         function rather than the diff-mode.el package.
18123         (mm-display-external): Use with-current-buffer.
18124         (mm-viewer-completion-map, mm-viewer-completion-map):
18125         Move initialization inside declaration.
18126
18127 2005-09-29  Simon Josefsson  <jas@extundo.com>
18128
18129         * spam.el: Load hashcash when compiling, to avoid warnings.
18130         Don't autoload mail-check-payment.
18131         (spam-check-hashcash): Define unconditionally, since hashcash.el
18132         is part of Gnus now.  Ignore errors from payment checking.
18133
18134 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18135
18136         * message.el (message-bold-region, message-unbold-region):
18137         Rename from `bold-region' and `unbold-region'.
18138
18139         * message.el: Remove useless autoloads.
18140
18141 2005-09-28  Simon Josefsson  <jas@extundo.com>
18142
18143         * message.el (message-use-idna): Default to t.
18144         (message-use-idna): Test whether encoding works too.  Doc fix.
18145
18146 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * nntp.el (nntp-warn-about-losing-connection): Remove.
18149
18150 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18153         customizable.  Change default value.
18154         (mm-uu-diff-groups-regexp): Change default value.
18155         (mm-uu-type-alist): Add doc string.
18156         (mm-uu-configure): Add doc string.  Make it interactive.
18157         (mm-uu-tex-groups-regexp): New variable.
18158         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18159         (mm-uu-type-alist): Add LaTeX documents.
18160         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18161         of "text/verbatim".
18162         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18163
18164         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18165         instead of "text/verbatim".
18166
18167         * message.el (message-mark-inserted-region)
18168         (message-mark-insert-file): Use slrn style marks when called with
18169         prefix argument.
18170
18171 2005-09-27  Simon Josefsson  <jas@extundo.com>
18172
18173         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18174
18175 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18176
18177         * message.el (message-remove-duplicates): New function.
18178         Implementation borrowed from `gnus-remove-duplicates'.
18179         (message-idna-to-ascii-rhs): Also encode idna addresses in
18180         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18181         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18182         only ask about the same idna domain once per header and also tell
18183         in what header to replace the idna domain.
18184
18185         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18186         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18187         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18188         a header is decoded and not just the last one.
18189
18190 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18191
18192         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18193         has been decoded.
18194
18195         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18196         (mm-insert-part): Don't modify text if it has been decoded.
18197
18198         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18199         decoded.
18200
18201         * mm-view.el (mm-inline-text): Don't strip text props unless
18202         decoding enriched or richtext parts.
18203
18204 2005-09-25  Romain Francoise  <romain@orebokech.com>
18205
18206         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18207         * gnus-start.el (gnus-subscribe-interactively):
18208         * gnus-uu.el (gnus-uu-grab-articles):
18209         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18210         space.
18211
18212 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18213
18214         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18215         * mm-view.el (mm-view-pkcs7-decrypt):
18216         * gnus-sum.el (gnus-summary-limit-to-extra)
18217         (gnus-summary-respool-article, gnus-read-move-group-name):
18218         * gnus-score.el (gnus-summary-increase-score):
18219         * gnus-util.el (gnus-completing-read-with-default):
18220         * gnus-art.el (gnus-read-save-file-name)
18221         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18222         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18223         * message.el (message-check-news-header-syntax):
18224         Follow convention for reading with the minibuffer.
18225
18226 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * spam-report.el (spam-report-url-ping-plain):
18229         Use gnus-extended-version as User-Agent.
18230
18231         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18232         default value is nil.
18233
18234         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18235         (mm-uu-verbatim-marks-extract): New function.
18236         (mm-uu-extract): New face.
18237         (mm-uu-copy-to-buffer): Use it.
18238
18239         * spam-report.el (spam-report-gmane-ham): Rename from
18240         `spam-report-gmane-unspam'.
18241         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18242         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18243
18244         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18245         Autoload.
18246         (spam-report-gmane-unregister-routine):
18247         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18248
18249 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18250
18251         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18252         (spam-report-gmane-unregister-routine): Add support for gmane
18253         unregistration.
18254
18255         * spam-report.el (spam-report-gmane-unspam)
18256         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18257         (spam-report-gmane): Change to take a single article and do unspam
18258         registration.
18259
18260 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18261
18262         * mm-url.el (mm-url-decode-entities): Fix regexp.
18263
18264 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18265
18266         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18267         default to nil, to be able to use Gnus at all.  If the default
18268         switches to something else, then the function should be fixed not
18269         be exceedingly slow.
18270
18271 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18274         fail hard.
18275
18276         * spam-report.el: Add better Keywords line.
18277
18278         * spam.el: Add Maintainer and better Keywords line.
18279
18280 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * gnus-art.el (gnus-article-replace-part)
18283         (gnus-mime-replace-part): New functions.
18284         (gnus-mime-action-alist, gnus-mime-button-commands)
18285         (gnus-mime-save-part-and-strip): Add file argument.
18286         (gnus-article-part-wrapper): Add interactive argument.
18287
18288         * gnus-sum.el (gnus-summary-mime-map):
18289         Add `gnus-article-replace-part'.
18290
18291 2005-09-19  Didier Verna  <didier@xemacs.org>
18292
18293         The nnml compaction feature:
18294         * nnml.el (nnml-request-compact-group): New function.
18295         * nnml.el (nnml-request-compact): New function.
18296         * gnus-int.el (gnus-request-compact-group): New function.
18297         * gnus-int.el (gnus-request-compact): New function.
18298         * gnus-group.el (gnus-group-compact-group): New function.
18299         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18300         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18301         * gnus-srvr.el (gnus-server-compact-server): New function.
18302         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18303         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18304
18305 2005-09-18  Deepak Goel  <deego@gnufans.org>
18306
18307         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18308         format spec.
18309
18310 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18313
18314 2005-09-15  Romain Francoise  <romain@orebokech.com>
18315
18316         * message.el (message-fill-paragraph): Clarify docstring.
18317
18318 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18319
18320         * gnus-art.el (gnus-mime-display-part): Protect against broken
18321         MIME messages.
18322
18323 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18326         before parsing header.
18327
18328 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18329
18330         * html2text.el (html2text-replace-list): Add new entities.
18331
18332 2005-09-11  Romain Francoise  <romain@orebokech.com>
18333
18334         * message.el (message-alternative-emails): Improve docstring.
18335         (message-setup-1): Call `message-use-alternative-email-as-from'
18336         after `message-setup-hook' to give it precedence over posting
18337         styles, etc.
18338         (message-use-alternative-email-as-from): Add docstring.
18339         Remove the original From header if present.
18340
18341         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18342         (nnml-save-mail): Use it.
18343
18344         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18345         articles.  Add new argument `silent'.
18346         (gnus-uu-mark-all): Report the total number of marked articles.
18347
18348 2005-09-10  Romain Francoise  <romain@orebokech.com>
18349
18350         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18351         (gnus-uu-mark-series): Likewise.
18352
18353 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18354
18355         * spam-report.el (spam-report-gmane): Fix generation of spam
18356         report URL.
18357
18358 2005-09-10  Simon Josefsson  <jas@extundo.com>
18359
18360         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18361         t, based on discussion on the ding list with Robert Epprecht
18362         <epprecht@solnet.ch>.
18363
18364 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * spam-report.el (spam-report-gmane): Make it work without
18367         X-Report-Spam header.  Gmane now only provides Archived-At.
18368         This is only used if `spam-report-gmane-use-article-number' is nil.
18369         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18370
18371         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18372         make `gnus-summary-sort-by-recipient' work with threading.
18373
18374         * nnweb.el (nnweb-google-wash-article): Print a message if article
18375         is not available.
18376
18377 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18378
18379         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18380         change.  Decode text/* parts content before displaying.
18381
18382 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18383
18384         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18385
18386 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18389
18390         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18391         url-package-name, url-package-version,
18392         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18393         w3m-display-inline-images, and w3m-minor-mode-map.
18394
18395 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * message.el (message-tab-body-function): Fix mismatched custom type.
18398
18399         * gnus.el (gnus-group-change-level-function): Ditto.
18400
18401         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18402
18403         * gnus-art.el (gnus-signature-limit)
18404         (gnus-article-mime-part-function): Ditto.
18405
18406 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * mml.el (mml-mode): Silence the byte compiler.
18409
18410         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18411         using `(sit-for 0)' before moving the point to the specified part;
18412         skip unbuttonized parts.
18413         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18414         return to the summary window if gnus-auto-select-part is non-nil.
18415
18416 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18417
18418         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18419         New variables.
18420         (mml-dnd-attach-file, mml-mode): Use them.
18421
18422         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18423         Make fetching article by MID work again for Google Groups.
18424         Add FIXME concerning gnus-group-make-web-group.
18425
18426         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18427         Don't depend on Gnus by using mail-extract-address-components if
18428         gnus-extract-address-components is not bound.
18429
18430 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18431
18432         * gnus-art.el (gnus-mime-display-security): Don't display the
18433         signature, but only the signed part.
18434
18435 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18438
18439         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18440         list, not listp.
18441
18442 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18443
18444         * mm-encode.el (mm-encode-content-transfer-encoding):
18445         Likewise when encoding.
18446
18447         * mm-bodies.el (mm-decode-content-transfer-encoding):
18448         De-canonicalize CRLF for all text content types, not just
18449         text/plain.
18450
18451 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18452
18453         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18454         valid article; point arrow and cursor at the MIME button.
18455
18456 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18459         Suggested by Dan Christensen <jdc@uwo.ca>.
18460
18461         * mm-decode.el (mm-save-part): Enable change of prompt.
18462
18463 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18464
18465         * gnus-msg.el (gnus-inews-add-send-actions):
18466         Make `message-post-method' lambda parameter ARG `&optional'.
18467
18468 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18469
18470         * gnus-sum.el (gnus-summary-mime-map):
18471         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18472         gnus-article-jump-to-part.
18473
18474         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18475         (gnus-article-edit-part): Use it.
18476         (gnus-article-part-wrapper): Add no-handle argument.
18477         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18478         New functions.
18479
18480 2005-08-29  Romain Francoise  <romain@orebokech.com>
18481
18482         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18483         docstring.
18484         (gnus-face-from-file): Likewise.
18485
18486 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18487
18488         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18489         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18490         non-nil.
18491         (gnus-auto-select-part): New variable.
18492         (gnus-article-jump-to-part): New function.
18493         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18494         (gnus-mime-delete-part): Allow selecting specified part after
18495         deleting or stripping parts.
18496         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18497         part if argument is bogus.
18498
18499 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18500
18501         * gnus-art.el (w3m-minor-mode-map):
18502         * gnus-spec.el (gnus-newsrc-file-version):
18503         * gnus-util.el (nnmail-active-file-coding-system)
18504         (gnus-original-article-buffer, gnus-user-agent):
18505         * gnus.el (gnus-ham-process-destinations)
18506         (gnus-parameter-ham-marks-alist)
18507         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18508         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18509         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18510         * mm-decode.el (gnus-current-window-configuration):
18511         * mm-extern.el (gnus-article-mime-handles):
18512         * mm-url.el (url-current-object, url-package-name)
18513         (url-package-version):
18514         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18515         (smime-keys, w3m-cid-retrieve-function-alist)
18516         (w3m-current-buffer, w3m-display-inline-images)
18517         (w3m-minor-mode-map):
18518         * mml-smime.el (gnus-extract-address-components):
18519         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18520         (gnus-newsrc-hashtb, message-default-charset)
18521         (message-deletable-headers, message-options)
18522         (message-posting-charset, message-required-mail-headers)
18523         (message-required-news-headers):
18524         * mml1991.el (mc-pgp-always-sign):
18525         * mml2015.el (mc-pgp-always-sign):
18526         * nnheader.el (nnmail-extra-headers):
18527         * rfc1843.el (gnus-decode-encoded-word-function)
18528         (gnus-decode-header-function, gnus-newsgroup-name):
18529         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18530
18531 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18532
18533         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18534         the end of the date treatments.
18535
18536 2005-08-15  Simon Josefsson  <jas@extundo.com>
18537
18538         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18539         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18540         Capello and Romain Francoise.
18541         (pgg-fetch-key-function): Remove, not used?
18542         (pgg-insert-url-with-w3): Require url, to get
18543         url-insert-file-contents regardless of where it is defined.
18544
18545 2005-08-13  Romain Francoise  <romain@orebokech.com>
18546
18547         * message.el (message-cite-original-1): New function.
18548         (message-cite-original): Use it.
18549         (message-cite-original-without-signature): Ditto.
18550
18551 2005-08-08  Romain Francoise  <romain@orebokech.com>
18552
18553         * message.el (message-yank-empty-prefix): New variable.
18554         (message-indent-citation): Use it.
18555         (message-cite-original-without-signature): Respect X-No-Archive.
18556
18557 2005-08-08  Simon Josefsson  <jas@extundo.com>
18558
18559         * pgg.el: Autoload url-insert-file-contents instead of loading
18560         w3/url.
18561         (pgg-insert-url-with-w3): Don't load url here.
18562
18563 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18564
18565         * message.el (message-kill-to-signature): Don't insert newline at
18566         bol.
18567         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18568
18569 2005-08-06  Romain Francoise  <romain@orebokech.com>
18570
18571         * message.el (message-user-fqdn): Fix typo in docstring.
18572
18573 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18574
18575         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18576
18577         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18578
18579 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * mm-bodies.el (mm-encode-body): Use coding system rather than
18582         charset to encode text.
18583
18584         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18585         number of charsets if utf-8 is available (XEmacs).
18586
18587 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18588
18589         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18590         taken from `gnus-button-mid-or-mail-regexp'.
18591         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18592         (gnus-button-alist): Improve regexp for domain part of the MIDs
18593         for news:localpart@domain buttons.
18594         (gnus-button-ctan-directory-regexp): Update.
18595
18596 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * sieve-manage.el (sieve-manage-interactive-login):
18599         Use make-local-variable rather than make-variable-buffer-local.
18600         (sieve-manage-open): Ditto.
18601         (sieve-manage-authenticate): Ditto.
18602
18603         * mml.el (mml-generate-mime-1): Make the content type default to
18604         text/plain if the filename is not specified.
18605
18606 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18609         instead of insert-buffer.
18610
18611         * message.el (message-yank-original): Ditto; set the mark at the
18612         end of the yanked message.
18613
18614 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18617         lines to scroll rather than to stop it.
18618
18619         * mml.el (mml-generate-default-type): Add doc string.
18620         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18621         default to application/octet-stream when determining the content
18622         type if it is not specified for the part or the mml contents; add
18623         a comment about mml-generate-default-type.
18624
18625 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18628         make it default to application/octet-stream when determining the
18629         content type if it is not specified for the external contents.
18630
18631 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18632
18633         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18634         segmented parameter but also other parameters might be there.
18635
18636 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * mm-decode.el (mm-display-external): Delete temp file, directory
18639         and buffer immediately if the external process is exited.
18640
18641 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18644         fewer lines than that of scroll-margin.
18645         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18646
18647 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18648
18649         * gnus-art.el (gnus-article-next-page): Revert.
18650         (gnus-article-beginning-of-window): New macro.
18651         (gnus-article-next-page-1): Use it.
18652         (gnus-article-prev-page): Ditto.
18653         (gnus-article-edit-part): Use insert-buffer-substring instead of
18654         insert-buffer.
18655         (gnus-article-edit-exit): Ditto.
18656
18657         * gnus-util.el (gnus-beginning-of-window): Remove.
18658         (gnus-end-of-window): Remove.
18659
18660         * lpath.el: Don't bind header-line-format and scroll-margin.
18661
18662 2005-07-25  Simon Josefsson  <jas@extundo.com>
18663
18664         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18665         to have the url package without w3.  Reported by Daiki Ueno
18666         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18667
18668 2005-07-20  Didier Verna  <didier@xemacs.org>
18669
18670         * gnus-diary.el: Remove the description comment (nndiary is now
18671         properly documented in the Gnus manual).
18672         Fix the spelling of "Back End".
18673         * nndiary.el: Ditto.
18674         Fix the copyright notice.
18675
18676 2005-07-18  Romain Francoise  <romain@orebokech.com>
18677
18678         * gnus-sum.el (gnus-summary-to-prefix)
18679         (gnus-summary-newsgroup-prefix): New variables.
18680         (gnus-summary-from-or-to-or-newsgroups): Use them.
18681
18682 2005-07-17  Romain Francoise  <romain@orebokech.com>
18683
18684         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18685         space as it's generally not especially interesting to the user.
18686
18687 2005-07-16  Romain Francoise  <romain@orebokech.com>
18688
18689         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18690         nil to avoid prompting and file modification if one of the
18691         messages at the top of the nnfolder file contains a copyright
18692         notice.
18693         Update copyright notice.
18694
18695         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18696         instead of `current-time-string' as the latter creates a time
18697         string that is not RFC 2822 compliant (it lacks the zone).
18698         Update copyright notice.
18699
18700 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18701
18702         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18703         for text/rtf.  Display default in prompt.  Pass default for M-n.
18704
18705         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18706
18707 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708
18709         * gnus-msg.el (gnus-button-mailto):
18710         Remove save-selected-window-window hackery because it relies on
18711         save-selected-window internals.
18712
18713 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18716         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18717         (gnus-article-prev-page): Ditto.
18718
18719         * gnus-util.el (gnus-beginning-of-window): New function.
18720         (gnus-end-of-window): New function.
18721
18722         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18723
18724 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18725
18726         * gnus-score.el (gnus-score-edit-all-score):
18727         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18728         gnus-message.
18729
18730 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18731
18732         * gnus-msg.el (gnus-button-mailto):
18733         Remove save-selected-window-window hackery because it relies on
18734         save-selected-window internals.
18735
18736 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18739         add-minor-mode.
18740         (gnus-binary-mode): Ditto.
18741
18742         * gnus-topic.el (gnus-topic-mode): Ditto.
18743
18744 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18745
18746         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18747         (gnus-article-prev-page): Take scroll-margin into consideration.
18748
18749 2005-07-04  Lute Kamstra  <lute@gnu.org>
18750
18751         Update FSF's address in GPL notices.
18752
18753 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18754
18755         * gnus.el (gnus-exit):
18756         * gnus-group.el (gnus-group-icons):
18757         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18758
18759         * gnus-nocem.el (gnus-nocem):
18760         * message.el (message-various, message-buffers, message-sending)
18761         (message-interface, message-forwarding, message-insertion)
18762         (message-headers, message-news, message-mail):
18763         * pgg-gpg.el (pgg-gpg):
18764         * pgg-parse.el (pgg-parse):
18765         * pgg-pgp.el (pgg-pgp):
18766         * pgg-pgp5.el (pgg-pgp5):
18767         * pop3.el (pop3): Finish `defgroup' description with period.
18768
18769 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * gnus-art.el (article-display-face): Improve the efficiency.
18772         (article-display-x-face): Ditto; remove gray x-face stuff.
18773
18774 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-art.el (article-display-face): Correct the position in
18777         which Faces are inserted.
18778
18779 2005-06-29  Didier Verna  <didier@xemacs.org>
18780
18781         * gnus-art.el (article-display-face): Display faces in correct
18782         order.
18783
18784 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18785
18786         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18787         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18788         (gnus-nocem-check-article): Fetch the Type header.
18789         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18790         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18791         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18792         make sure gnus-nocem-hashtb is initialized.
18793         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18794         (gnus-nocem-unwanted-article-p): Ditto.
18795
18796         * pgg.el (pgg-verify): Return the verification result.
18797
18798 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18801         is ascii.
18802
18803 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18804
18805         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18806         `show-nonbreak-escape'.
18807
18808 2005-06-23  Lute Kamstra  <lute@gnu.org>
18809
18810         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18811
18812         * dig.el (dig-mode):
18813         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18814
18815 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18816
18817         * nnimap.el (nnimap-split-download-body): Fix spellings.
18818
18819 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18820
18821         * gnus-art.el (gnus-article-encrypt-body):
18822         * gnus-cus.el (gnus-score-customize):
18823         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18824         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18825
18826 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18827
18828         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18829         header by looking for magic "MII" at the beginning.
18830
18831 2005-06-16  Miles Bader  <miles@gnu.org>
18832
18833         * gnus-xmas.el (gnus-xmas-group-startup-message):
18834         Use renamed gnus-splash face.
18835
18836         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18837         (assistant-field-face): New backward-compatibility alias for renamed
18838         face.
18839         (assistant-render-text): Use renamed assistant-field face.
18840
18841         * spam.el (spam): Remove "-face" suffix from face name.
18842         (spam-face): New backward-compatibility alias for renamed face.
18843         (spam-face, spam-initialize): Use renamed spam face.
18844
18845         * message.el (message-header-to, message-header-cc)
18846         (message-header-subject, message-header-newsgroups)
18847         (message-header-other, message-header-name)
18848         (message-header-xheader, message-separator, message-cited-text)
18849         (message-mml): Remove "-face" suffix from face names.
18850         (message-header-to-face, message-header-cc-face)
18851         (message-header-subject-face, message-header-newsgroups-face)
18852         (message-header-other-face, message-header-name-face)
18853         (message-header-xheader-face, message-separator-face)
18854         (message-cited-text-face, message-mml-face):
18855         New backward-compatibility aliases for renamed faces.
18856         (message-font-lock-keywords): Use renamed message faces.
18857
18858         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18859         (sieve-test-commands, sieve-tagged-arguments):
18860         Remove "-face" suffix from face names.
18861         (sieve-control-commands-face, sieve-action-commands-face)
18862         (sieve-test-commands-face, sieve-tagged-arguments-face):
18863         New backward-compatibility aliases for renamed faces.
18864         (sieve-control-commands-face, sieve-action-commands-face)
18865         (sieve-test-commands-face, sieve-tagged-arguments-face):
18866         Use renamed sieve faces.
18867
18868         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18869         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18870         (gnus-group-news-3-empty, gnus-group-news-4)
18871         (gnus-group-news-4-empty, gnus-group-news-5)
18872         (gnus-group-news-5-empty, gnus-group-news-6)
18873         (gnus-group-news-6-empty, gnus-group-news-low)
18874         (gnus-group-news-low-empty, gnus-group-mail-1)
18875         (gnus-group-mail-1-empty, gnus-group-mail-2)
18876         (gnus-group-mail-2-empty, gnus-group-mail-3)
18877         (gnus-group-mail-3-empty, gnus-group-mail-low)
18878         (gnus-group-mail-low-empty, gnus-summary-selected)
18879         (gnus-summary-cancelled, gnus-summary-high-ticked)
18880         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18881         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18882         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18883         (gnus-summary-low-undownloaded)
18884         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18885         (gnus-summary-low-unread, gnus-summary-normal-unread)
18886         (gnus-summary-high-read, gnus-summary-low-read)
18887         (gnus-summary-normal-read, gnus-splash):
18888         Remove "-face" suffix from face names.
18889         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18890         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18891         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18892         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18893         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18894         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18895         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18896         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18897         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18898         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18899         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18900         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18901         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18902         (gnus-summary-normal-ticked-face)
18903         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18904         (gnus-summary-normal-ancient-face)
18905         (gnus-summary-high-undownloaded-face)
18906         (gnus-summary-low-undownloaded-face)
18907         (gnus-summary-normal-undownloaded-face)
18908         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18909         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18910         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18911         (gnus-splash-face):
18912         New backward-compatibility aliases for renamed faces.
18913         (gnus-group-startup-message): Use renamed gnus faces.
18914
18915         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18916         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18917         (gnus-server-agent): Remove "-face" suffix from face names.
18918         (gnus-server-agent-face, gnus-server-opened-face)
18919         (gnus-server-closed-face, gnus-server-denied-face)
18920         (gnus-server-offline-face):
18921         New backward-compatibility aliases for renamed faces.
18922         (gnus-server-agent-face, gnus-server-opened-face)
18923         (gnus-server-closed-face, gnus-server-denied-face)
18924         (gnus-server-offline-face): Use renamed gnus faces.
18925
18926         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18927         Remove "-face" suffix from face names.
18928         (gnus-picon-xbm-face, gnus-picon-face):
18929         New backward-compatibility aliases for renamed faces.
18930
18931         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18932         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18933         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18934         (gnus-cite-11): Remove "-face" suffix from face names.
18935         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18936         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18937         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18938         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18939         New backward-compatibility aliases for renamed faces.
18940         (gnus-cite-attribution-face, gnus-cite-face-list)
18941         (gnus-article-boring-faces): Use renamed gnus faces.
18942
18943         * gnus-art.el (gnus-signature, gnus-header-from)
18944         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18945         (gnus-header-content): Remove "-face" suffix from face names.
18946         (gnus-signature-face, gnus-header-from-face)
18947         (gnus-header-subject-face, gnus-header-newsgroups-face)
18948         (gnus-header-name-face, gnus-header-content-face):
18949         New backward-compatibility aliases for renamed faces.
18950         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18951
18952         * gnus-sum.el (gnus-summary-selected-face)
18953         (gnus-summary-highlight): Use renamed gnus faces.
18954         * gnus-group.el (gnus-group-highlight): Likewise.
18955
18956 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18957
18958         * gnus-sieve.el (gnus-sieve-article-add-rule):
18959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18960         * spam-stat.el (spam-stat-buffer-change-to-spam)
18961         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18962
18963         * message.el (message-is-yours-p):
18964         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18965
18966 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * mm-view.el (mm-inline-text): Withdraw the last change.
18969
18970 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18973         executing enriched-decode.
18974
18975 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18978         charset of tar files.
18979
18980 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18981
18982         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18983
18984 2005-06-04  Lute Kamstra  <lute@gnu.org>
18985
18986         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18987         information is never recorded.
18988
18989 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18990
18991         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18992
18993 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18994
18995         * pop3.el (pop3-apop): Run md5 in the binary mode.
18996
18997         * starttls.el (starttls-set-process-query-on-exit-flag):
18998         Use eval-and-compile.
18999
19000 2005-05-31  Simon Josefsson  <jas@extundo.com>
19001
19002         * smime.el (smime-replace-in-string): Define.
19003         (smime-cert-by-ldap-1): Use it.
19004
19005 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * gnus-art.el (article-display-x-face): Replace
19008         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19009
19010         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19011         set-process-query-on-exit-flag or process-kill-without-query.
19012
19013         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19014         loop instead of replace-regexp.
19015
19016         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19017         instead of process-kill-without-query if it is available.
19018
19019         * lpath.el: Fbind ldap-search-entries.
19020
19021         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19022         instead of find-file-hooks if it is available.
19023
19024         * mml1991.el: Bind pgg-default-user-id when compiling.
19025
19026         * mml2015.el: Bind pgg-default-user-id when compiling.
19027
19028         * nndraft.el (nndraft-request-associate-buffer):
19029         Use write-contents-functions instead of write-contents-hooks if it is
19030         available.
19031
19032         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19033         instead of find-file-hooks if it is available.
19034
19035         * nntp.el (nntp-open-connection): Replace
19036         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19037         (nntp-open-ssl-stream): Ditto.
19038         (nntp-open-tls-stream): Ditto.
19039
19040         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19041         set-process-query-on-exit-flag or process-kill-without-query.
19042         (starttls-open-stream-gnutls): Use it instead of
19043         process-kill-without-query.
19044         (starttls-open-stream): Ditto.
19045
19046 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19047
19048         * smime.el (smime-cert-by-ldap-1): Don't use
19049         replace-regexp-in-string.
19050
19051 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19052
19053         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19054
19055         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19056         in PEM format.  Adjust to the XEmacs compatibility.
19057
19058 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19061         by `string-to-number'.
19062         * gnus-agent.el (gnus-agent-regenerate-group)
19063         (gnus-agent-fetch-articles): Ditto.
19064         * gnus-art.el (gnus-button-fetch-group): Ditto.
19065         * gnus-cache.el (gnus-cache-generate-active)
19066         (gnus-cache-articles-in-group): Ditto.
19067         * gnus-group.el (gnus-group-set-current-level)
19068         (gnus-group-insert-group-line): Ditto.
19069         * gnus-score.el (gnus-score-set-expunge-below)
19070         (gnus-score-set-mark-below, gnus-summary-score-effect)
19071         (gnus-summary-score-entry): Ditto.
19072         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19073         (gnus-soup-pack): Ditto.
19074         * gnus-spec.el (gnus-xmas-format): Ditto.
19075         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19076         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19077         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19078         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19079         * nndb.el (nndb-get-remote-expire-response): Ditto.
19080         * nndiary.el (nndiary-parse-schedule-value)
19081         (nndiary-string-to-number, nndiary-request-replace-article)
19082         (nndiary-request-article): Ditto.
19083         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19084         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19085         * nneething.el (nneething-make-head): Ditto.
19086         * nnfolder.el (nnfolder-request-article)
19087         (nnfolder-retrieve-headers): Ditto.
19088         * nnheader.el (nnheader-file-to-number): Ditto.
19089         * nnkiboze.el (nnkiboze-request-article): Ditto.
19090         * nnmail.el (nnmail-process-unix-mail-format)
19091         (nnmail-process-babyl-mail-format): Ditto.
19092         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19093         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19094         (nnmh-request-create-group, nnmh-request-list-1)
19095         (nnmh-request-group, nnmh-request-article): Ditto.
19096         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19097         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19098         * nnsoup.el (nnsoup-make-active): Ditto.
19099         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19100         * nntp.el (nntp-find-group-and-number)
19101         (nntp-retrieve-headers-with-xover): Ditto.
19102         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19103         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19104         (pgg-format-key-identifier): Ditto.
19105         * pop3.el (pop3-last, pop3-stat): Ditto.
19106         * qp.el (quoted-printable-decode-region): Ditto.
19107
19108         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19109         of concat.
19110
19111 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19114
19115         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19116
19117         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19118
19119         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19120
19121         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19122
19123         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19124
19125         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19126         (gnus-carpal-mode): Ditto.
19127
19128         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19129         (gnus-browse-mode): Ditto.
19130
19131         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19132
19133         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19134
19135 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19136
19137         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19138
19139 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-util.el (gnus-run-mode-hooks): New function.
19142
19143         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19144
19145         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19146         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19147
19148 2005-05-27  Lute Kamstra  <lute@gnu.org>
19149
19150         * dns-mode.el (dns-mode): Specify customization group.
19151
19152 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19153
19154         * gnus-agent.el (gnus-agent-make-mode-line-string):
19155         Use mode-line-highlight as mouse-face.
19156
19157 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * canlock.el (canlock): Change the parent group to news.
19160
19161         * deuglify.el (gnus-outlook-deuglify): Add :group.
19162
19163         * dig.el (dig): Add :group.
19164
19165         * dns-mode.el (dns-mode): Add :group.
19166
19167         * encrypt.el (encrypt): Add :group.
19168
19169         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19170         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19171         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19172         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19173         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19174
19175         * gnus-diary.el (gnus-diary): Add :group.
19176
19177         * gnus.el (gnus-group-news-1-face): Add :group.
19178         (gnus-group-news-1-empty-face): Ditto.
19179         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19180         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19181         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19182         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19183         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19184         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19185         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19186         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19187         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19188         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19189         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19190         (gnus-summary-high-ticked-face): Ditto.
19191         (gnus-summary-low-ticked-face): Ditto.
19192         (gnus-summary-normal-ticked-face): Ditto.
19193         (gnus-summary-high-ancient-face): Ditto.
19194         (gnus-summary-low-ancient-face): Ditto.
19195         (gnus-summary-normal-ancient-face): Ditto.
19196         (gnus-summary-high-undownloaded-face): Ditto.
19197         (gnus-summary-low-undownloaded-face): Ditto.
19198         (gnus-summary-normal-undownloaded-face): Ditto.
19199         (gnus-summary-high-unread-face): Ditto.
19200         (gnus-summary-low-unread-face): Ditto.
19201         (gnus-summary-normal-unread-face): Ditto.
19202         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19203         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19204
19205         * hashcash.el (hashcash): New custom group.
19206         (hashcash-default-payment): Add :group.
19207         (hashcash-payment-alist): Ditto.
19208         (hashcash-default-accept-payment): Ditto.
19209         (hashcash-accept-resources): Ditto.
19210         (hashcash-path): Ditto.
19211         (hashcash-extra-generate-parameters): Ditto.
19212         (hashcash-double-spend-database): Ditto.
19213         (hashcash-in-news): Ditto.
19214
19215         * message.el (message-minibuffer-local-map): Add :group.
19216
19217         * netrc.el (netrc): Add :group.
19218
19219         * sieve-manage.el (sieve-manage-log): Add :group.
19220         (sieve-manage-default-user): Diito.
19221         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19222         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19223         (sieve-manage-authenticators): Ditto.
19224         (sieve-manage-authenticator-alist): Ditto.
19225         (sieve-manage-default-port): Ditto.
19226
19227         * sieve-mode.el (sieve-control-commands-face): Add :group.
19228         (sieve-action-commands-face): Ditto.
19229         (sieve-test-commands-face): Ditto.
19230         (sieve-tagged-arguments-face): Ditto.
19231
19232         * smime.el (smime): Add :group.
19233
19234         * spam-report.el (spam-report): Add :group.
19235
19236         * spam.el (spam, spam-face): Add :group.
19237
19238 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19239
19240         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19241         return \n.\n.\n at the end of articles.  Protect against that.
19242         (nntp-with-open-group): Allow debugging.
19243
19244         * nnheader.el (mail-header-set-extra): Make into a function
19245         because I just could't understand how to quote the list properly.
19246
19247         * dns.el (query-dns-cached): New function.
19248
19249 2005-05-26  Lute Kamstra  <lute@gnu.org>
19250
19251         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19252
19253 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19256
19257         * gnus-art.el: Don't autoload mail-extract-address-components.
19258
19259         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19260         eval-and-compile to evaluate it.
19261
19262         * hashcash.el: Don't autoload executable-find.
19263
19264         * nndb.el: Don't declare the nndb back end two or more times; don't
19265         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19266
19267         * nntp.el: Autoload format-spec instead of format; use
19268         eval-and-compile to evaluate autoload forms.
19269
19270 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19271
19272         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19273
19274 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus.el (gnus-version-number): Bump version.
19277
19278 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19279
19280         * gnus.el: No Gnus v0.3 is released.
19281
19282 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19283
19284         * lpath.el (featurep): Bind show-nonbreak-escape.
19285
19286 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19287
19288         * gnus-art.el (gnus-article-edit-part): Disable undo.
19289
19290 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19293         gnus-article-date-lapsed-new-header is t if date timer is active;
19294         skip headers in which the original date value is empty.
19295         (gnus-article-save-original-date): Redefine it as a macro.
19296         (gnus-display-mime): Use it.
19297
19298 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * gnus-art.el (article-date-ut): Support converting date in
19301         forwarded parts as well.
19302         (gnus-article-save-original-date): New function.
19303         (gnus-display-mime): Use it.
19304
19305 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19306
19307         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19308         enclosure element of <item>.
19309
19310 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19311
19312         * message.el (message-kill-buffer-query): Rename from
19313         `message-kill-buffer-query-if-modified'.  Add :version.
19314
19315 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19316
19317         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19318         window layout.
19319
19320 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * mml.el: Autoload dnd when compiling.
19323
19324 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19325
19326         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19327         x-dnd-*.
19328
19329 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19330
19331         * qp.el (quoted-printable-encode-region): Save excursion.
19332
19333 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19334
19335         * message.el (message-kill-buffer-query-if-modified): Add new variable
19336         so the user can kill a modified message buffer quickly.
19337         (message-kill-buffer): Use it.
19338
19339 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * lpath.el: Fbind display-time-event-handler; don't fbind
19342         string-to-multibyte.
19343
19344         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19345
19346 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19347
19348         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19349         contained in text because xml.el decodes entities) with LFs.
19350
19351 2005-04-11  Lute Kamstra  <lute@gnu.org>
19352
19353         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19354         differently.
19355
19356 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19357
19358         * mm-util.el (mm-detect-coding-region): Typo.
19359
19360 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19363
19364 2005-04-06  Deepak Goel  <deego@gnufans.org>
19365
19366         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19367         user-function allow user modifications of the scores.
19368         (spam-stat-score-buffer-user): New function, to allow
19369         user-computed modifications to the score.
19370         (spam-stat-score-buffer-user-functions): List of additional
19371         scoring functions.
19372         (spam-stat-error-holder): Global temporary error holder.
19373         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19374         variable.
19375
19376 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19377
19378         * gnus-registry.el (gnus-registry-clean-empty-function)
19379         (gnus-registry-trim, gnus-registry-fetch-groups)
19380         (gnus-registry-delete-group): Groups that match
19381         `gnus-registry-ignored-groups' are removed from the registry
19382         entries, not just ignored for splitting.  This helps clean up the
19383         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19384         to get all the groups a message ID is in.
19385
19386         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19387         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19388         (spam-stat-score-buffer-user-functions): Add :number custom type.
19389
19390 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19393         argument in XEmacs.
19394
19395         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19396         (nnrss-request-group): Decode group name first.
19397         (nnrss-request-article): Make a text/plain article if mml-to-mime
19398         failed.
19399         (nnrss-get-encoding): Return a compatible encoding according to
19400         nnrss-compatible-encoding-alist.
19401         (nnrss-find-el): Use consp instead of listp.
19402         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19403
19404 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19407         which Emacs 20 doesn't support.
19408         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19409
19410 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19411
19412         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19413         silence the byte compiler inside the defun.
19414
19415         * gnus-demon.el (parse-time-string): Add autoload.
19416
19417         * gnus-delay.el (parse-time-string): Add autoload.
19418
19419         * gnus-art.el (parse-time-string): Add autoload.
19420
19421         * nnultimate.el (parse-time): Require for `parse-time-string'.
19422
19423 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19424
19425         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19426
19427         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19428
19429         * smime.el (smime-ldap-host-list): Add :version.
19430
19431 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19432
19433         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19434         pass it to `gnus-browse-read-group'.
19435         (gnus-browse-read-group): Add NUMBER argument and pass it to
19436         `gnus-group-read-ephemeral-group'.
19437
19438         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19439         argument and pass it to `gnus-group-read-group'.
19440
19441 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19442
19443         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19444         mm-xemacs-find-mime-charset-1 if we have the mule feature
19445         available at runtime.
19446
19447 2005-03-25  Werner Lemberg  <wl@gnu.org>
19448
19449         * nnmaildir.el: Replace `illegal' with `invalid'.
19450
19451 2005-03-23  Lute Kamstra  <lute@gnu.org>
19452
19453         * time-date.el: Add comment on time value formats.
19454         Don't require parse-time.
19455         (with-decoded-time-value): New macro.
19456         (encode-time-value): New function.
19457         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19458         (days-to-time): Return a valid time value when arg is huge.
19459         (time-since): Use time-subtract.
19460         (time-to-number-of-days): Use time-to-seconds.
19461
19462 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19463
19464         * gnus-start.el (gnus-display-time-event-handler):
19465         Check display-time-timer at runtime rather than only at load time
19466         in case display-time-mode is turned off in the mean time.
19467
19468 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19471         used.
19472
19473         * nneething.el (nneething-map-file-directory): Derive from
19474         `gnus-directory'.
19475
19476         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19477         the To/Cc button.
19478
19479 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19480
19481         * nnmaildir.el (nnmaildir-request-accept-article):
19482         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19483
19484 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19485
19486         * gnus-async.el: Require timer-funcs at compile time when in
19487         XEmacs for `run-with-idle-timer'.
19488
19489 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19490
19491         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19492         autoloaded function.
19493
19494 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19495
19496         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19497
19498 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19499
19500         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19501
19502 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19503
19504         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19505         Add gnus-expert-user to default.
19506
19507 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19508
19509         * nnimap.el (nnimap-open-server): Ditto.
19510
19511         * imap.el (imap-authenticate): Fix typo.
19512
19513 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19514
19515         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19516         buffer (since IMAP server might return FETCH response out of
19517         order, and the nntp buffer must be sorted).
19518
19519 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19520
19521         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19522         comparison on string.
19523
19524         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19525         (gnus-agent-score): Rename category keywords to match gnus-cus.
19526         (gnus-agent-summary-fetch-series): Modify to protect against
19527         gnus-agent-summary-fetch-group clearing processable flags.
19528         (gnus-agent-synchronize-group-flags): Update live group buffer as
19529         synchronization may occur due to the user toggle the plugged
19530         status.
19531         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19532         successfully downloaded.
19533         (gnus-agent-expire-group-1): Avoid using markers when the overview
19534         is in ascending order; greatly improves performance.
19535         (gnus-agent-regenerate-group):
19536         Use gnus-agent-synchronize-group-flags to reset read status in both
19537         gnus and server.
19538         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19539
19540 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19541
19542         * message.el: Don't autoload former message-utils variables.
19543         (message-strip-subject-trailing-was): Change doc string.
19544
19545         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19546         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19547         (nnweb-google-search): Add "hl=en" here.
19548         (nnweb-google-parse-1, nnweb-google-create-mapping):
19549         Don't hardcode URL.
19550
19551 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19552
19553         * message.el (message-get-reply-headers, message-followup):
19554         Mention related variables `message-use-followup-to' and
19555         `message-use-mail-followup-to', in the information buffer.
19556
19557         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19558         of broken groups(-beta).google.com.
19559
19560 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19561
19562         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19563         parameter to invoked gnus-request-move-article; remove the
19564         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19565         all at once instead of once per article.
19566         (gnus-summary-remove-process-mark): Accept a list of articles as
19567         well as a single article for processing.
19568
19569         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19570         parameter.
19571
19572         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19573
19574         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19575
19576         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19577         parameter.
19578
19579         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19580         parameter.
19581
19582         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19583         parameter and remove the gnus-sum-hint-move-is-internal variable.
19584
19585         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19586         parameter.
19587
19588         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19589         parameter.
19590
19591         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19592         parameter.
19593
19594         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19595
19596         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19597         parameter.
19598
19599         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19600         parameter.
19601
19602 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19603
19604         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19605         a more conservative way.
19606
19607 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19608
19609         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19610         buffer, so it moves the window's cursor.
19611
19612 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19613
19614         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19615         `mm-dissect-multipart' and receive the from field as an (optional)
19616         argument from `mm-dissect-multipart'.
19617         (mm-dissect-multipart): Receive the from field as an argument and
19618         pass it on when we call `mm-dissect-buffer' on MIME parts.
19619         Fixes verification/decryption of signed/encrypted MIME parts.
19620
19621 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19622
19623         * gnus-sum.el (gnus-summary-move-article):
19624         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19625         whatever it calls (right now, only nnimap-request-move article
19626         respects it).
19627
19628         * nnimap.el (nnimap-request-move-article):
19629         When gnus-sum-hint-move-is-internal is set, don't do the extra
19630         nnimap-request-article.
19631
19632 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19633
19634         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19635
19636         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19637         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19638
19639         * gnus-sum.el (gnus-summary-caesar-message):
19640         Apply `gnus-treat-article' after rotation.
19641
19642         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19643         doc string.
19644
19645 2005-02-22  Simon Josefsson  <jas@extundo.com>
19646
19647         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19648         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19649         <arne@arnested.dk>.
19650         (encrypt): Add password-cache and password-cache-expiry as group
19651         members.
19652
19653 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19654
19655         * smime.el (smime-ldap-host-list): Doc fix.
19656         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19657         cache) password.
19658         (smime-sign-region): Use it.
19659         (smime-decrypt-region): Use it.
19660         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19661         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19662         fails.
19663         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19664         certificate from DER to PEM format rather than calling openssl.
19665
19666         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19667
19668         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19669         for signing/encryption.
19670
19671         * mml.el (mml-parse-1): Use them.
19672
19673 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19674
19675         * nnrss.el (nnrss-verbose): Remove.
19676         (nnrss-request-group): Use `nnheader-message' instead.
19677
19678 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19679
19680         * nnrss.el (nnrss-verbose): New variable.
19681         (nnrss-request-group): Make it say nnrss is requesting a group.
19682
19683 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19684
19685         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19686         Handle news URL with given port correctly.
19687
19688 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19691         containing special characters.
19692
19693         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19694
19695         * mml.el (mime-to-mml): Ditto.
19696
19697         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19698         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19699         (rfc2047-decode-region): Quote decoded words containing special
19700         characters when rfc2047-quote-decoded-words-containing-tspecials
19701         is non-nil.
19702
19703 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19704
19705         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19706
19707         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19708
19709 2005-02-15  Simon Josefsson  <jas@extundo.com>
19710
19711         * nnimap.el (nnimap-debug): Doc fix.
19712
19713         * imap.el (imap-debug): Doc fix.
19714
19715 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19718
19719 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19720
19721         * gnus.el (spam-contents): Improve docs for spam-contents
19722         parameter in its variable incarnation.
19723
19724 2005-02-14  Simon Josefsson  <jas@extundo.com>
19725
19726         * smime-ldap.el: Use require instead of load-library for ldap.
19727         (smime-ldap-search): Indent.
19728         (smime-ldap-search-internal): Shorten line.
19729
19730         * smime.el (smime-cert-by-dns): Add doc-string.
19731         (smime-cert-by-ldap-1): Indent.
19732
19733         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19734         mml-smime-get-dns-ldap.
19735         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19736
19737 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19738
19739         * smime.el: Require smime-ldap.
19740         (smime-ldap-host-list): New variable.
19741         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19742
19743         * mml-smime.el (mml-smime-encrypt-query): New function.
19744         (mml-smime-encrypt-query): Use it.
19745
19746         * smime-ldap.el: New file.
19747
19748 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19751
19752 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19755         argument in doc string.  Make query for type more clear.
19756
19757 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gnus.el (gnus-group-startup-message): Search for gnus images in
19760         etc/images/gnus.
19761         * mm-util.el (mm-image-load-path): Likewise.
19762         * smiley.el (smiley-data-directory): Search for smilies in
19763         etc/images/smilies.
19764
19765 2005-02-09  Kim F. Storm  <storm@cua.dk>
19766
19767         Change Emacs release version from 21.4 to 22.1 throughout.
19768         Change Emacs development version from 21.3.50 to 22.0.50.
19769
19770 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19773
19774         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19775         non-Mule XEmacs as well.
19776         (mm-decompress-buffer): Signal an error intentionally if it does
19777         not decompress compressed data because auto-compression-mode is
19778         disabled.
19779
19780 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19781
19782         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19783         an ID in the registry even if it has no groups.
19784
19785 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19788         merge it into mm-decompress-buffer.
19789         (gnus-mime-copy-part): Use the MIME part charset, the value which
19790         a user specified or gnus-newsgroup-charset for decoding, like
19791         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19792         save-buffer what was used.  Suggested by Kevin Ryde
19793         <user42@zip.com.au>.
19794         (gnus-mime-inline-part): Allow the name parameter as well as the
19795         filename parameter; force decompressing of compressed data; always
19796         display contents being not decoded as unibyte.
19797
19798         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19799         as well as the filename parameter.
19800
19801         * mm-util.el (mm-decompress-buffer):
19802         Merge gnus-mime-jka-compr-maybe-uncompress.
19803         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19804         of compressed data.
19805
19806 2005-02-08  Simon Josefsson  <jas@extundo.com>
19807
19808         * imap.el (imap-log): Doc fix.
19809
19810 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19811
19812         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19813         the coding cookies; decompress compressed parts.
19814
19815         * mml.el (mml-generate-mime-1): Add the charset parameter according
19816         to the value which a user specified manually or the coding cookie.
19817
19818         * mm-util.el (mm-string-to-multibyte): New function.
19819         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19820         (mm-coding-system-to-mime-charset): New function.
19821         (mm-decompress-buffer): New function.
19822         (mm-find-buffer-file-coding-system): New function.
19823
19824         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19825         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19826         parts.
19827
19828 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19829
19830         * mm-view.el (mm-display-inline-fontify): Decode a part according
19831         to the charset parameter.
19832
19833 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19836         prefix arg is neither nil nor a number, as info specifies.
19837
19838 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19841         timestamps.
19842
19843 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19844
19845         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19846         groups error checking and notify user.
19847
19848 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19849
19850         * message.el (message-send-mail-function): Check existence of
19851         sendmail-program first before using default value
19852         `message-send-mail-with-sendmail'.  Otherwise use more generic
19853         `smtpmail-send-it'.
19854
19855 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19856
19857         * nntp.el (nntp-request-update-info): Always return nil.
19858
19859 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19860
19861         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19862
19863 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19864
19865         * message.el (message-beginning-of-line): Change the behavior when
19866         invoked between BOL and : so that it first moves backward.
19867
19868 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19871         article buffer when editing of the article is discarded.
19872         (gnus-article-prepare): Revert.
19873
19874 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * gnus-art.el (gnus-article-prepare):
19877         Remove message-strip-forbidden-properties from the local hook.
19878
19879 2005-01-27  Simon Josefsson  <jas@extundo.com>
19880
19881         * password.el (password-cache-add): Only start one timer per key.
19882         Reported by Derek Atkins <warlord@MIT.EDU>.
19883
19884 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19885
19886         * run-at-time.el: Remove.  It is no longer needed as
19887         timer-funcs.el in the xemacs-base package has a working version of
19888         `run-at-time'.
19889
19890         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19891
19892         * password.el: Require timer-funcs instead of run-at-time in
19893         XEmacs.
19894         Remove `password-run-at-time' macro.
19895         (password-cache-add): Use `run-at-time' instead of
19896         `password-run-at-time'.
19897
19898         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19899         Remove `nnheader-cancel-function-timers' alias,
19900         `cancel-function-timers' exists in XEmacs in timer-funcs.
19901
19902         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19903         for `run-with-idle-timer'.
19904
19905         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19906         for `run-at-time'.
19907
19908         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19909         for `with-timeout'.
19910
19911         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19912         the same as for XEmacs 21.4.
19913         No need to ignore `run-with-idle-timer', this function exists in
19914         XEmacs now in timer-funcs.el in the xemacs-base package.
19915         (dgnushack-compile): No need to delete
19916         run-at-time.el from the list of files to compile because it
19917         doesn't exist anymore.
19918
19919 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19922         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19923
19924 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19925
19926         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19927         sensitively.
19928
19929 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19930
19931         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19932
19933 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19934
19935         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19936         which will be inserted according to the multibyteness of a buffer
19937         rather than the type of contents.  Suggested by ARISAWA Akihiro
19938         <ari@mbf.ocn.ne.jp>.
19939
19940         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19941         of string which old xml.el may return rather than a string.
19942
19943 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19946
19947 2005-01-16  Simon Josefsson  <jas@extundo.com>
19948
19949         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19950         idn/idna.el isn't available.
19951         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19952         <michael@waxrat.com>.
19953
19954         * hashcash.el: Remove non-FSF copyright header.
19955
19956         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19957         (hashcash-generate-payment): Use it.
19958         (hashcash-generate-payment-async): Use it.
19959
19960 2005-01-15  Simon Josefsson  <jas@extundo.com>
19961
19962         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19963         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19964
19965         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19966         gnus-summary-idna-message.
19967         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19968         (gnus-summary-idna-message): New function.
19969
19970 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19973         gnus-novice-user.
19974
19975 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19976
19977         * nnrss.el (nnrss-request-delete-group): Delete entries in
19978         nnrss-group-alist as well.
19979         (nnrss-save-server-data): Insert newline.
19980
19981 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * gnus.el (gnus-user-agent): Use list of symbols instead of
19984         symbols.  Display full version number for (S)XEmacs.
19985         Optionally display (S)XEmacs codename.
19986
19987         * gnus-util.el (gnus-emacs-version): Update for new
19988         `gnus-user-agent'.
19989
19990         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19991         Gnus version.
19992
19993 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19994
19995         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19996         which is unreadable in some setups.
19997
19998 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * gnus-spec.el (gnus-update-format-specifications): Flush the
20001         group format spec cache if it doesn't support decoded group names.
20002
20003 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20004
20005         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20006         Allow to apply decay on score files matching a regexp.
20007
20008 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20009
20010         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20011         compatibility in %g and %c.
20012
20013 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20016         name for only %g and %c.
20017         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20018         of gnus-tmp-group to decoded group name.
20019         (gnus-group-make-rss-group): Exclude `/'s from group names.
20020
20021 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20022
20023         * nnrss.el (nnrss-get-encoding): Fix regexp.
20024
20025 2004-12-27  Simon Josefsson  <jas@extundo.com>
20026
20027         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20028         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20029         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20030
20031 2004-12-17  Kim F. Storm  <storm@cua.dk>
20032
20033         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20034
20035         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20036
20037 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20038
20039         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20040
20041 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * nnrss.el: Require rfc2047 and mml.
20044         (nnrss-file-coding-system): New variable.
20045         (nnrss-format-string): Redefine it as an inline function.
20046         (nnrss-decode-group-name): New function.
20047         (nnrss-string-as-multibyte): Remove.
20048         (nnrss-retrieve-headers): Decode group name; don't use
20049         nnrss-format-string.
20050         (nnrss-request-group): Decode group name.
20051         (nnrss-request-article): Decode group name; allow a Message-ID as
20052         well as an article number; don't use nnrss-format-string; encode a
20053         Message-ID string which may contain non-ASCII characters; use
20054         mml-to-mime to compose a MIME article.
20055         (nnrss-request-expire-articles): Decode group name.
20056         (nnrss-request-delete-group): Decode group name.
20057         (nnrss-fetch): Clarify error message.
20058         (nnrss-read-server-data): Use insert-file-contents instead of load;
20059         bind file-name-coding-system; use multibyte buffer.
20060         (nnrss-save-server-data): Bind coding-system-for-write to the
20061         value of nnrss-file-coding-system; bind file-name-coding-system;
20062         add coding cookie.
20063         (nnrss-read-group-data): Use insert-file-contents instead of load;
20064         bind file-name-coding-system; use multibyte buffer.
20065         (nnrss-save-group-data): Bind coding-system-for-write to the
20066         value of nnrss-file-coding-system; bind file-name-coding-system.
20067         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20068         make it work with non-ASCII text.
20069         (nnrss-find-el): Make it work with old xml.el as well.
20070
20071 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20072
20073         * nnrss.el (nnrss-get-encoding): New function.
20074         (nnrss-fetch): Use unibyte buffer initially; bind
20075         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20076         decode contents according to the encoding attribute.
20077         (nnrss-save-group-data): Add coding cookie.
20078         (nnrss-mime-encode-string): New function.
20079         (nnrss-check-group): Use it to encode subject and author.
20080
20081 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20082
20083         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20084         imaginary variable.
20085
20086 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20087
20088         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20089         correctly even if there are wide characters.
20090
20091 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20092
20093         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20094         downcased symbol names; make a new cache instead of reusing
20095         bbdb-hashtable.
20096
20097 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20098
20099         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20100         concatenating segments rather than before concatenating them.
20101         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20102
20103         * message.el (message-get-reply-headers): Bind `extra'.
20104
20105 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20106
20107         * message.el (message-extra-wide-headers): New variable.
20108         (message-get-reply-headers): Use it.
20109
20110 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20113         (gnus-agent-group-pathname): Ditto.
20114
20115         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20116
20117         * gnus-group.el (gnus-group-make-group): Decode group name.
20118         (gnus-group-make-rss-group): Register the group data after opening
20119         the nnrss group.
20120
20121 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20122
20123         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20124         by expiry now get marked as read.
20125
20126 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20127
20128         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20129
20130 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20131
20132         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20133         unify Latin characters in XEmacs.
20134         (mm-find-mime-charset-region): Use it.
20135
20136 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20137
20138         * gnus-util.el (gnus-delete-directory): New function.
20139
20140         * gnus-agent.el (gnus-agent-delete-group): Use it.
20141
20142         * gnus-cache.el (gnus-cache-delete-group): Use it.
20143
20144 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20147         names.
20148
20149 2004-12-16  Simon Josefsson  <jas@extundo.com>
20150
20151         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20152
20153 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20156
20157         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20158         (gnus-group-set-current-level): Decode group name.
20159
20160 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20161
20162         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20163         failed.
20164
20165 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20166
20167         * gnus-group.el (gnus-group-delete-group): Decode group name.
20168         (gnus-group-make-rss-group): Encode group name.
20169         (gnus-group-catchup-current): Decode group name.
20170         (gnus-group-kill-group): Decode group name.
20171
20172 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20173
20174         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20175
20176 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20177
20178         * gnus-group.el (gnus-group-make-rss-group):
20179         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20180
20181         * gnus-start.el (gnus-setup-news): Honor user's setting to
20182         gnus-message-archive-method.  Suggested by Lute Kamstra
20183         <lute@gnu.org>.
20184
20185 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20186
20187         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20188         global counterparts of the buffer-local variables.
20189
20190 2004-11-16  Romain Francoise  <romain@orebokech.com>
20191
20192         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20193         counterparts of the buffer-local variables.
20194
20195 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20196
20197         * message.el (message-forbidden-properties): Fix typo in doc
20198         string.
20199
20200 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * gnus-util.el (gnus-replace-in-string): Add doc string.
20203
20204         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20205         to avoid problems when splitting mails with many recipients.
20206
20207 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20208
20209         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20210         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20211
20212 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20213
20214         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20215         if there is no hashtable in memory or file modification time is
20216         newer than cached timestamp.
20217
20218 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20219
20220         * gnus-sum.el (gnus-summary-limit-to-recipient):
20221         Implement not-matching option.
20222
20223 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20226         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20227         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20228         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20229         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20230         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20231
20232 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * message.el (message-forward-make-body-mml): Remove headers
20235         according to message-forward-ignored-headers if a message is decoded.
20236
20237 2004-12-02  Romain Francoise  <romain@orebokech.com>
20238
20239         * message.el (message-forward-make-body-plain): Always remove
20240         headers according to message-forward-ignored-headers.
20241
20242 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20243
20244         * spam.el (spam-summary-prepare-exit): Remove the
20245         gnus-summary-limit pop for now, it has problems with ham marks for
20246         me.
20247
20248 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20249
20250         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20251         correctly.
20252
20253 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20254
20255         * format-spec.el (format-spec): Message the char.
20256
20257 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20258
20259         * gnus-art.el (gnus-split-methods): Reformat comments.
20260
20261         * spam.el (spam-summary-prepare-exit): Remove article limits
20262         before exiting the summary buffer.
20263
20264 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20267         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20268
20269         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20270         order to silence the byte compiler.
20271
20272         * spam.el: Fix the way to silence the byte compiler, which
20273         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20274         bbdb-search-simple, spam-BBDB-register-routine,
20275         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20276         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20277         spam-stat-buffer-is-spam, spam-stat-load,
20278         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20279         spam-stat-save and spam-stat-split-fancy.
20280
20281 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20282
20283         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20284         which may confuse users.
20285         (canlock-password-for-verify): Ditto.
20286
20287         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20288
20289         * gnus-art.el (gnus-emphasis-alist): Ditto.
20290
20291         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20292
20293         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20294
20295         * gnus-start.el (gnus-save-killed-list): Ditto.
20296
20297         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20298         (gnus-sum-thread-tree-root): Ditto.
20299         (gnus-sum-thread-tree-false-root): Ditto.
20300         (gnus-sum-thread-tree-single-indent): Ditto.
20301
20302         * message.el (message-courtesy-message): Ditto.
20303         (message-archive-note): Ditto.
20304         (message-subscribed-address-file): Ditto.
20305         (message-user-fqdn): Ditto.
20306
20307         * spam-report.el (spam-report-gmane-regex): Ditto.
20308
20309         * spam.el (spam-blackhole-good-server-regex): Ditto.
20310
20311 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * mml.el (mml-preview): Widen the message buffer before copying
20314         the contents to the preview buffer; sort headers before previewing.
20315
20316         * message.el (message-hidden-headers): Fix the way to avoid a bug
20317         in the `repeat' widget in Emacs 21.3 or earlier.
20318
20319 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20320
20321         * message.el (message-hidden-headers): Default to "^References:".
20322         Improve customization type.  Suggested by Reiner Steib
20323         <Reiner.Steib@gmx.de>.
20324
20325 2004-11-25  Romain Francoise  <romain@orebokech.com>
20326
20327         * message.el (message-strip-forbidden-properties): Remove check for
20328         obsolete `message-hidden' text property, hidden headers are not
20329         accessible in the buffer anymore.
20330
20331 2004-11-22  Romain Francoise  <romain@orebokech.com>
20332
20333         * message.el (message-header-format-alist): Add `From' in list
20334         so that it can be sorted.
20335         (message-fix-before-sending): Widen and sort headers before
20336         sending.
20337         (message-hide-headers): Use narrowing to hide headers by moving
20338         them to the top of the buffer and narrowing to the region
20339         underneath.
20340
20341 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * message.el (message-strip-forbidden-properties):
20344         Bind buffer-read-only (etc) to nil.
20345
20346 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20349         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20350
20351 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20352
20353         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20354
20355 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20356
20357         * dns.el (query-dns): Use sit-for to time instead of
20358         accept-process-output, since that doesn't seem to work on udp
20359         sockets.
20360
20361 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20362
20363         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20364
20365 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20366
20367         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20368         doc string.  Improve doc string.
20369
20370 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * nntp.el (nntp-request-update-info): Return nil if
20373         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20374         may not call gnus-activate-group which uselessly issues the GROUP
20375         commands for all nntp groups and wastes time.  Reported by Romain
20376         Francoise <romain@orebokech.com>.
20377
20378         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20379
20380 2004-11-15  Simon Josefsson  <jas@extundo.com>
20381
20382         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20383         headers separately.
20384         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20385         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20386
20387 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20388
20389         * gnus-start.el (gnus-convert-old-newsrc):
20390         Assign legacy-gnus-agent to 5.10.7.
20391
20392 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393
20394         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20395         start of the lines.
20396
20397 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20398
20399         * hashcash.el (hashcash-default-payment): Change default to 20.
20400         (hashcash-default-accept-payment): Change default to 20.
20401         (hashcash-process-alist): New variable.
20402         (hashcash-generate-payment-async): Add.
20403         (hashcash-already-paid-p): Add.
20404         (hashcash-insert-payment): Don't generate payments twice.
20405         (hashcash-insert-payment-async): Add.
20406         (hashcash-insert-payment-async-2): Add.
20407         (hashcash-cancel-async): Add.
20408         (hashcash-wait-async): Add.
20409         (hashcash-processes-running-p): Add.
20410         (hashcash-wait-or-cancel): Add.
20411         (mail-add-payment): New optional argument.  Conditionally start
20412         asynchronous calculation.
20413         (mail-add-payment-async): Add.
20414
20415         * message.el (message-send-mail): Wait for asynchronous hashcash
20416         results.  Don't clobber existing X-Hashcash headers.
20417         (message-setup-1): Call mail-add-payment-async when
20418         message-generate-hashcash is non-nil.
20419
20420 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20421
20422         * message.el (message-use-alternative-email-as-from): Examine the
20423         From header as well; use message-make-from in order to include a
20424         user's full name.
20425
20426 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20427
20428         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20429         default; improve customization type.
20430         (gnus-emphasis-custom-with-format): New macro.
20431         (gnus-emphasis-custom-value-to-external): New function.
20432         (gnus-emphasis-custom-value-to-internal): New function.
20433
20434 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20435
20436         * dns.el (query-dns): Resolve reverse addresses.
20437
20438 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20439
20440         * gnus-group.el (gnus-group-get-new-news): Use it.
20441
20442         * gnus-start.el (gnus-check-reasonable-setup): New function.
20443
20444 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20447         "Args out of range" error.  Reported by Arnaud Giersch
20448         <arnaud.giersch@free.fr>.
20449
20450 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20451
20452         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20453
20454 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20455
20456         * spam.el (spam group): Add :version.
20457
20458         * pgg-def.el (pgg group): Add :version.
20459
20460 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * gnus-art.el (gnus-article-edit-article): Don't associate the
20463         article buffer with a draft file.  This is a temporary measure
20464         against the 2004-08-22 change to gnus-article-edit-mode.
20465
20466 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20467
20468         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20469         (html2text-format-tags): Remove unused variable `attr'.
20470
20471 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20472
20473         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20474
20475         * tls.el (tls-process-connection-type, tls-success)
20476         (tls-certtool-program): Add :version.
20477
20478         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20479         (starttls-extra-arguments, starttls-process-connection-type)
20480         (starttls-connect, starttls-failure, starttls-success): Add :version.
20481
20482         * spam-stat.el (spam-stat): Add :version.
20483
20484         * sieve.el (sieve): Add :version.
20485
20486         * sha1.el (sha1): Add :version.
20487         (sha1-use-external): Remove redundant version.
20488
20489         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20490         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20491         (nnmail-split-fancy-match-partial-words)
20492         (nnmail-split-lowercase-expanded): Add :version.
20493
20494         * nndiary.el (nndiary): Add :version.
20495
20496         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20497
20498         * mml-sec.el (mml-default-sign-method)
20499         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20500         Add :version.
20501
20502         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20503
20504         * mm-url.el (mm-url-use-external, mm-url-program)
20505         (mm-url-arguments): Add :version.
20506
20507         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20508         (mm-attachment-file-modes, mm-decrypt-option)
20509         (mm-w3m-safe-url-regexp): Add :version.
20510
20511         * message.el (message-cite-prefix-regexp)
20512         (message-sendmail-envelope-from, message-minibuffer-local-map)
20513         (message-user-fqdn, message-completion-alist): Add :version.
20514
20515         * gnus-win.el (gnus-configure-windows-hook)
20516         (gnus-use-frames-on-any-display): Add :version.
20517
20518         * gnus-art.el (gnus-article-address-banner-alist)
20519         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20520         (gnus-treat-from-picon, gnus-treat-mail-picon)
20521         (gnus-treat-x-pgp-sig): Add :version.
20522
20523         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20524         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20525         (gnus-summary-article-delete-hook)
20526         (gnus-summary-display-while-building): Add :version.
20527
20528         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20529         (gnus-get-top-new-news-hook): Add :version.
20530
20531         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20532         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20533
20534         * gnus-registry.el (gnus-registry): Add :version.
20535
20536         * gnus-spec.el (gnus-use-correct-string-widths)
20537         (gnus-make-format-preserve-properties): Add :version.
20538
20539         * gnus.el (gnus-group-charter-alist)
20540         (gnus-group-fetch-control-use-browse-url)
20541         (gnus-install-group-spam-parameters): Add :version.
20542
20543         * gnus-diary.el (gnus-diary): Add :version.
20544
20545         * gnus-delay.el (gnus-delay): Add :version.
20546
20547         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20548         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20549         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20550         Add :version.
20551
20552         * gnus-agent.el (gnus-agent-max-fetch-size)
20553         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20554         (gnus-agent-prompt-send-queue): Add :version.
20555
20556         * deuglify.el (gnus-outlook-deuglify): Add :version.
20557
20558         * html2text.el: Beautify code.  Improve doc strings.
20559         Some checkdoc cleanup.
20560         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20561
20562 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20563
20564         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20565
20566 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20567
20568         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20569         when package is loaded.
20570
20571         * spam.el (spam-summary-score-preferred-header): Add global preference
20572         for people who want to override the default SpamAssassin over
20573         Bogofilter preference (when both are set).
20574         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20575         (spam-user-format-function-S):
20576         Check spam-summary-score-preferred-header.
20577         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20578         (spam-user-format-function-S): Format the score correctly.
20579
20580 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20583         signature file.  Suggested by Manoj Srivastava
20584         <srivasta@golden-gryphon.com>.
20585
20586         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20587         iso-2022-jp even in the Japanese language environment.
20588         Suggested by Jason Rumney <jasonr@gnu.org>.
20589
20590 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20593         use the same characters as the dummy marks; make it free from
20594         getting affected by the language environment.
20595         (gnus-summary-read-group-1): Update mark positions only when the
20596         format spec is updated.
20597
20598         * gnus-spec.el (gnus-update-format-specifications): Return a list
20599         of updated types.
20600
20601 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20604         of boundp to check if display-warning is available.
20605
20606 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20607
20608         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20609
20610 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * nnspool.el (nnspool-spool-directory): Use news-path if the
20613         news-directory variable is not bound.
20614
20615         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20616         function instead of display-warning if it is not available.
20617
20618 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20621         v5-10: Use `point-at-bol'.
20622
20623 2004-10-26  Simon Josefsson  <jas@extundo.com>
20624
20625         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20626         <chenggao@gmail.com>.
20627
20628 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20629
20630         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20631         instead.
20632
20633 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20634
20635         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20636         to remove a server from the nnimap-server-buffer-alist.
20637         (nnimap-open-connection, nnimap-close-server): Use it.
20638
20639         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20640
20641 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20642
20643         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20644         running the major-mode function.
20645
20646 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20649         dummy marks in the right way.
20650
20651 2004-10-18  David Edmondson  <dme@dme.org>
20652
20653         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20654         excessively.
20655
20656 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20657
20658         * gnus-util.el (gnus-split-references): Accept a nil references
20659         string and go on blissfully.
20660
20661         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20662         cases where the references string is non-nil but has no references.
20663
20664         * encrypt.el: Add autoload tags.
20665
20666         * spam.el (spam-resolve-registrations-routine): Remove article
20667         from unregistration list too.  Reported by David Hanak
20668         <dhanak@isis.vanderbilt.edu>
20669
20670 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20671
20672         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20673         nil.  Change custom type.
20674
20675 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20678
20679         * gnus-sum.el (gnus-summary-move-article): Use it.
20680
20681 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20682
20683         * encrypt.el: Add autoload cookies.
20684
20685         * spam.el (spam-backend-article-list-property)
20686         (spam-backend-get-article-todo-list)
20687         (spam-backend-put-article-todo-list)
20688         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20689         Resolve registrations separately.
20690         (spam-register-routine): Format comments.
20691         (spam-unregister-routine, spam-register-routine): Always call with
20692         specific-articles, no default list.
20693         (spam-summary-prepare-exit): Use the spam-classifications function.
20694
20695         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20696         gnus-encrypt.el.
20697
20698         * encrypt.el: Copied from gnus-encrypt.el.
20699
20700         * gnus-encrypt.el: Commented that it's obsolete.
20701
20702 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20703
20704         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20705         (gnus-score-save): Use it.
20706
20707         * message.el (message-bury): Use `window-dedicated-p'.
20708
20709 2004-10-15  Simon Josefsson  <jas@extundo.com>
20710
20711         * pop3.el (top-level): Don't require nnheader.
20712         (pop3-read-timeout): Add.
20713         (pop3-accept-process-output): Add.
20714         (pop3-read-response, pop3-retr): Use it.
20715
20716 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20717
20718         * spam.el (spam-register-routine): Move comment.
20719         (spam-verify-bogofilter): Use 'unknown for the initial
20720         spam-bogofilter-valid state, not 'never.
20721
20722         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20723         for netrc-machine.
20724
20725         * nnimap.el (nnimap-open-connection):
20726         Use netrc-machine-user-or-password.
20727
20728 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20729
20730         * gnus-registry.el (gnus-registry-unload-hook):
20731         Set as a variable with add-hook.
20732
20733         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20734         of news-path.
20735
20736         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20737
20738         * spam.el: Delete duplicate `provide'.
20739         (spam-unload-hook): Set as a variable with add-hook.
20740
20741 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20742
20743         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20744         in the doc string.
20745
20746         * message.el (message-ignored-news-headers)
20747         (message-ignored-supersedes-headers)
20748         (message-ignored-resent-headers)
20749         (message-forward-ignored-headers): Improve custom type.
20750
20751 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * message.el (message-tokenize-header): Fix 2004-09-06 change
20754         which used point-min in the wrong place.
20755
20756 2004-10-12  Simon Josefsson  <jas@extundo.com>
20757
20758         * tls.el (tls-certtool-program): New variable.
20759         (tls-certificate-information): New function, based on
20760         ssl-certificate-information.
20761
20762 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20763
20764         * compface.el: Move the version of ELisp-based uncompface program
20765         to the contrib directory because of the copyright problem.
20766
20767 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20768
20769         * message.el (message-kill-buffer): Raise the current frame.
20770
20771 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20772
20773         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20774
20775         * gnus.el (message-y-or-n-p): Autoload.
20776
20777         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20778         (pop3-password-required, pop3-authentication-scheme)
20779         (pop3-leave-mail-on-server): Make customizable.
20780         (pop3): New custom group.
20781         (pop3-retr): Remove `sleep-for' statements.
20782         Suggested by Dave Love <fx@gnu.org>.
20783
20784         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20785         Windows/DOS.
20786
20787         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20788         (imap-parse-body): Fix incorrect use of `assert'.
20789         Suggested by Dave Love <fx@gnu.org>.
20790
20791         * mml.el (mml-minibuffer-read-disposition): Require match.
20792         Suggested by Dave Love <fx@gnu.org>.
20793
20794 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20797         doc string.
20798
20799 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20800
20801         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20802
20803 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20804
20805         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20806         instead of calling `mm-insert-inline', to decode text/* parts
20807         before displaying them.
20808
20809 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * mm-uu.el (mm-uu-text-plain-type): New variable.
20812         (mm-uu-pgp-signed-extract-1): Use it.
20813         (mm-uu-pgp-encrypted-extract-1): Use it.
20814         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20815         bind mm-uu-text-plain-type with that value.
20816         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20817         mm-uu-dissect.
20818
20819 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * gnus-group.el (gnus-update-group-mark-positions):
20822         * gnus-sum.el (gnus-update-summary-mark-positions):
20823         * message.el (message-check-news-body-syntax):
20824         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20825         of string-as-multibyte.
20826
20827 2004-10-05  Juri Linkov  <juri@jurta.org>
20828
20829         * gnus-group.el (gnus-update-group-mark-positions):
20830         * gnus-sum.el (gnus-update-summary-mark-positions):
20831         * message.el (message-check-news-body-syntax):
20832         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20833         8-bit unibyte values to a multibyte string for search functions.
20834
20835 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20838         (mm-uu-dissect-text-parts): New function.
20839
20840         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20841         dissect text parts.
20842
20843         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20844         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20845
20846         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20847
20848         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20849         Use gnus-current-topics instead of gnus-current-topic.
20850
20851 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20852
20853         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20854
20855 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20856
20857         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20858         where appropriate.
20859
20860         * nnml.el (nnml-generate-active-info): do.
20861
20862         * nndiary.el (nndiary-generate-active-info): do.
20863
20864         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20865         (gnus-topic-move): do.
20866
20867         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20868         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20869
20870         * gnus-srvr.el (gnus-server-prepare)
20871         (gnus-server-open-all-servers): do.
20872
20873         * gnus-msg.el (gnus-summary-cancel-article)
20874         (gnus-summary-resend-message)
20875         (gnus-summary-mail-crosspost-complaint): do.
20876
20877         * gnus-move.el (gnus-change-server): do.
20878
20879         * gnus-group.el (gnus-group-unmark-all-groups)
20880         (gnus-group-set-current-level): do.
20881
20882 2004-10-04  Simon Josefsson  <jas@extundo.com>
20883
20884         * message.el (message-generate-hashcash): Doc fix.
20885
20886 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20887
20888         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20889         avoid infinite recursion via gnus-get-function.
20890
20891 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20892
20893         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20894
20895         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20896
20897         * nnmail.el (nnmail-split-history): do.
20898
20899         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20900         (nnml-request-delete-group): do.
20901
20902         * nnslashdot.el (nnslashdot-read-groups): do.
20903
20904         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20905         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20906
20907         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20908         (nnspool-sift-nov-with-sed): Use last.
20909         (nnspool-retrieve-headers-with-nov): Use mapc.
20910         (nnspool-request-newgroups): Use dolist.
20911         (nnspool-request-group): Use last.
20912
20913         * nntp.el (nntp-read-server-type): Use dolist.
20914
20915         * nnvirtual.el (nnvirtual-create-mapping)
20916         (nnvirtual-update-read-and-marked): Use dolist.
20917         (nnvirtual-convert-headers): Simplify.
20918
20919 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20920
20921         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20922         Add support for sync'ing tick marks.
20923
20924 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20927         there's no visible header.
20928
20929 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20930
20931         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20932         When necessary, pass full group name to gnus-request-set-marks.
20933
20934 2004-10-01  Simon Josefsson  <jas@extundo.com>
20935
20936         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20937         acroread.
20938
20939 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20940
20941         * spam-report.el (spam-report-gmane): Fix interactive.
20942
20943         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20944
20945         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20946         when writing file.
20947         (gnus-agent-synchronize-flags): Don't default to being
20948         interactive.
20949
20950 2004-09-30  Simon Josefsson  <jas@extundo.com>
20951
20952         * message.el (message-generate-hashcash): Add.
20953         (message-send-mail): Use it, call mail-add-payment.
20954
20955 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20956
20957         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20958
20959 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20960
20961         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20962         gnus-requst-update-info with explicit code to sync the in-memory
20963         info read flags with the marks being sync'd to the backend.
20964
20965         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20966
20967 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20968
20969         * spam.el (spam-verify-bogofilter): Add new function.
20970         (spam-check-bogofilter)
20971         (spam-bogofilter-register-with-bogofilter): Use it.
20972         (spam-verify-bogofilter): Add small fixes.
20973
20974 2004-09-28  Simon Josefsson  <jas@extundo.com>
20975
20976         * hashcash.el (hashcash-generate-payment): Revert.
20977
20978 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20979
20980         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20981         Use gnus-extract-references instead of gnus-split-references.
20982
20983         * gnus-util.el (gnus-extract-references): Add new function, analogous
20984         to gnus-split-references but extracts only the message-ID without
20985         anything extra.
20986
20987         * hashcash.el (hashcash-generate-payment)
20988         (hashcash-check-payment): Do the right thing if hashcash-path is
20989         nil (because the hashcash program could not be found).
20990
20991         * spam.el (spam-use-hashcash): Remove comment.
20992
20993 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20994
20995         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20996         (gnus-cache-enter-article, gnus-cache-remove-article)
20997         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20998
20999         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21000
21001         * gnus-art.el (article-hide-boring-headers)
21002         (article-translate-strings, article-display-face)
21003         (gnus-article-mime-match-handle-first)
21004         (gnus-article-highlight-headers)
21005         (gnus-article-add-buttons-to-head): do.
21006
21007 2004-09-27  Simon Josefsson  <jas@extundo.com>
21008
21009         * hashcash.el: New version, from
21010         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21011         ../contrib/.
21012
21013 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21016
21017 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21018
21019         * gnus-dup.el (gnus-dup-open): Use mapc.
21020         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21021
21022         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21023         Reported by Stefan Wiens <s.wi@gmx.net>.
21024
21025         * gnus.el (gnus-shutdown): Use dolist.
21026
21027         * gnus-undo.el (gnus-undo): Use mapc.
21028
21029         * nnrss.el (nnrss-generate-active): do.
21030
21031         * message.el (message-cite-original-without-signature)
21032         (message-cite-original): Use mapc.
21033         (message-do-actions, message-make-forward-subject): Use dolist.
21034
21035 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21036
21037         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21038         deletion to remove entire duplicate line.  Fixes merged article
21039         number bug.
21040
21041 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21042
21043         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21044         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21045         first ask if you want to open a server and then, even when you
21046         responded with no, asking if you want to synchronize the server's
21047         flags.
21048         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21049         multi-line expressions.
21050         (gnus-agent-synchronize-group-flags): New internal function.
21051         Updates marks in memory (in the info structure) AND in the
21052         backend.
21053
21054         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21055
21056         * nnagent.el (nnagent-request-set-mark):
21057         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21058         method, to ensure that synchronization updates marks in the
21059         backend and in the info (in memory) structure.
21060
21061 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21062
21063         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21064         convention fully; don't miss the root article of a thread; make
21065         the X-Draft-From header with correct article numbers.
21066
21067 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21068
21069         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21070         unless plugged.  Disable the agent so that an open failure causes
21071         an error.
21072
21073         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21074         Revert 2004-09-21 change.  The backend must be opened while
21075         synchronizing flags even when the backend stores the flags
21076         locally.
21077
21078 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21079
21080         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21081         in `header' match.  Reported by Svend Tollak Munkejord.
21082
21083         * message.el (message-cite-original): Fix use of
21084         `message-cite-articles-with-x-no-archive'.
21085
21086 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21087
21088         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21089         (gnus-window-to-buffer): Ditto.
21090
21091         * mml.el (mml-preview-buffer): New variable.
21092         (mml-preview): Manage window layout with gnus-buffer-configuration.
21093
21094         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21095         X-Draft-From header even if those articles aren't quoted.
21096
21097 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21098
21099         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21100         (gnus-request-set-mark, gnus-request-update-mark): Use new
21101         g-s-t-u-l-m to decide to use backend even when unplugged.
21102
21103 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21106         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21107
21108 2004-09-20  Simon Josefsson  <jas@extundo.com>
21109
21110         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21111         "utf-16-le".
21112
21113 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21114
21115         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21116
21117 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21118
21119         * uudecode.el (uudecode-use-external): Add :version.
21120
21121         * smime.el (smime-CA-file, smime-encrypt-cipher)
21122         (smime-dns-server): Add :version.
21123
21124         * smiley.el (gnus-smiley-file-types): Add :version.
21125
21126         * sha1.el (sha1-use-external): Add :version.
21127
21128         * pgg-def.el (pgg-query-keyserver): Add :version.
21129
21130         * nnmail.el (nnmail-fancy-expiry-targets)
21131         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21132         Add :version.
21133
21134         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21135         (nnimap-retrieve-groups-asynchronous): Add :version.
21136         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21137
21138         * mml.el (mml-content-disposition-parameters)
21139         (mml-insert-mime-headers-always): Add :version.
21140
21141         * mm-util.el (mm-coding-system-priorities): Add :version.
21142
21143         * mm-decode.el (mm-inline-text-html-with-images)
21144         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21145         (mm-verify-option): Add :version.
21146         (mm-text-html-renderer): Change :version.
21147
21148         * message.el (message-fcc-externalize-attachments)
21149         (message-required-headers, message-draft-headers)
21150         (message-subject-trailing-was-query)
21151         (message-subject-trailing-was-ask-regexp)
21152         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21153         (message-mark-insert-end, message-archive-header)
21154         (message-archive-note, message-cross-post-default)
21155         (message-cross-post-note, message-followup-to-note)
21156         (message-cross-post-note-function, message-use-mail-followup-to)
21157         (message-subscribed-address-functions)
21158         (message-subscribed-address-file, message-subscribed-addresses)
21159         (message-subscribed-regexps, message-allow-no-recipients)
21160         (message-yank-cited-prefix, message-signature-insert-empty-line)
21161         (message-hidden-headers, message-hierarchical-addresses)
21162         (message-mail-user-agent, message-use-idna)
21163         (message-valid-fqdn-regexp)
21164         (message-strip-special-text-properties, message-header-synonyms)
21165         (message-beginning-of-line, message-tab-body-function): Add :version.
21166         (message-insert-canlock, message-wide-reply-confirm-recipients):
21167         Change :version.
21168
21169         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21170         and :version.
21171         (mail-source-delete-old-incoming-confirm)
21172         (mail-source-movemail-program): Add :version.
21173
21174         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21175         (gnus-agent-cache, gnus-agent): Change :version.
21176
21177         * gnus-util.el (gnus-use-byte-compile): Change :version.
21178
21179         * gnus-sum.el (gnus-summary-make-false-root-always)
21180         (gnus-summary-default-high-score)
21181         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21182         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21183         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21184         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21185         (gnus-sum-thread-tree-single-indent)
21186         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21187         (gnus-sum-thread-tree-leaf-with-other)
21188         (gnus-sum-thread-tree-single-leaf): Add :version.
21189         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21190         (gnus-article-loose-mime): Change :version.
21191
21192         * gnus-start.el (gnus-backup-startup-file)
21193         (gnus-save-startup-file-via-temp-buffer): Add :version.
21194
21195         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21196         (gnus-server-offline-face): Add :version.
21197
21198         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21199
21200         * gnus-msg.el (gnus-gcc-externalize-attachments)
21201         (gnus-debug-files, gnus-debug-exclude-variables)
21202         (gnus-discouraged-post-methods): Change :version.
21203         (gnus-confirm-mail-reply-to-news)
21204         (gnus-confirm-treat-mail-like-news): Add :version.
21205
21206         * gnus-int.el (gnus-server-unopen-status): Add :version.
21207
21208         * gnus-group.el (gnus-group-jump-to-group-prompt)
21209         (gnus-large-ephemeral-newsgroup)
21210         (gnus-fetch-old-ephemeral-headers): Add :version.
21211
21212         * gnus-fun.el (gnus-x-face-directory)
21213         (gnus-convert-pbm-to-x-face-command)
21214         (gnus-convert-image-to-x-face-command)
21215         (gnus-convert-image-to-face-command): Add :version.
21216
21217         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21218
21219         * gnus-cite.el (gnus-cite-blank-line-after-header)
21220         (gnus-article-boring-faces): Add :version.
21221
21222         * gnus-art.el (gnus-buttonized-mime-types)
21223         (gnus-inhibit-mime-unbuttonizing)
21224         (gnus-treat-display-face)
21225         (gnus-treat-body-boundary): Change :version.
21226         (gnus-body-boundary-delimiter, gnus-picon-databases)
21227         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21228         (gnus-treat-date-english, gnus-treat-fold-headers)
21229         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21230         (gnus-treat-mail-picon, gnus-treat-wash-html)
21231         (gnus-article-encrypt-protocol)
21232         (gnus-use-idna, gnus-article-over-scroll)
21233         (gnus-mime-display-multipart-alternative-as-mixed)
21234         (gnus-mime-display-multipart-related-as-mixed)
21235         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21236         (gnus-ctan-url, gnus-button-ctan-handler)
21237         (gnus-button-handle-ctan-bogus-regexp)
21238         (gnus-button-ctan-directory-regexp)
21239         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21240         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21241         (gnus-button-man-level, gnus-button-emacs-level)
21242         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21243
21244         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21245         (gnus-agent-go-online): Change :version.
21246         (gnus-agent-expire-unagentized-dirs)
21247         (gnus-agent-auto-agentize-methods): Add :version.
21248
21249         * flow-fill.el (fill-flowed-display-column)
21250         (fill-flowed-encode-column): Add :version.
21251
21252         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21253         (gnus-outlook-deuglify-unwrap-max)
21254         (gnus-outlook-deuglify-cite-marks)
21255         (gnus-outlook-deuglify-unwrap-stop-chars)
21256         (gnus-outlook-deuglify-no-wrap-chars)
21257         (gnus-outlook-deuglify-attrib-cut-regexp)
21258         (gnus-outlook-deuglify-attrib-verb-regexp)
21259         (gnus-outlook-deuglify-attrib-end-regexp)
21260         (gnus-outlook-display-hook): Add :version.
21261
21262         * binhex.el (binhex-use-external): Add :version.
21263
21264 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21265
21266         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21267         and `invisible'.
21268
21269 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21270
21271         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21272         in gnus-registry-trim.
21273
21274 2004-09-13  Simon Josefsson  <jas@extundo.com>
21275
21276         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21277
21278         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21279
21280         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21281         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21282         <yamaoka@jpl.org>.
21283         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21284         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21285         <yamaoka@jpl.org>.
21286
21287         * sieve.el (sieve-manage-mode): Ditto.
21288
21289 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21290
21291         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21292
21293 2004-09-11  Simon Josefsson  <jas@extundo.com>
21294
21295         * dns-mode.el: Add.
21296
21297         * mm-view.el (mm-display-dns-inline): Add.
21298
21299         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21300         (mm-automatic-display): Ditto.
21301
21302         * mailcap.el (mailcap-mime-data): Add text/dns.
21303         (mailcap-mime-extensions): Map .soa to text/dns.
21304
21305 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21306
21307         * gnus-art.el (article-decode-mime-words, article-babel)
21308         (gnus-article-highlight-signature, gnus-article-add-buttons)
21309         (gnus-signature-toggle): Remove unnecessary bindings of
21310         `inhibit-read-only' inherited from v5.10 merge.
21311
21312 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * nntp.el (nntp): New customization group.
21315         (nntp-authinfo-file): Add customization group.
21316
21317         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21318
21319         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21320
21321         * gnus.el (to-address, to-list, subscribed)
21322         (large-newsgroup-initial): Ditto.
21323
21324         * flow-fill.el (fill-flowed-display-column)
21325         (fill-flowed-encode-column): Ditto.
21326
21327 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21328
21329         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21330         Use point-min rather than 1.
21331         (message-send-mail): Use buffer-size rather than point-max.
21332
21333         * gnus-sum.el (gnus-summary-search-article-forward):
21334         Signal a specific `search-failed' rather than a generic `error'.
21335
21336         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21337         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21338         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21339
21340 2004-09-10  Simon Josefsson  <jas@extundo.com>
21341
21342         * nndb.el (require): Remove tcp and duplicate cl.
21343
21344 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21345
21346         * gnus-agent.el (directory-files-and-attributes): Move forward.
21347
21348 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21349
21350         * gnus-agent.el (directory-files-and-attributes):
21351         Optionally defined to support XEmacs.
21352
21353 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21354
21355         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21356         to avoid run-time CL dependencies.
21357         (gnus-agent-unfetch-articles): New function.
21358         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21359         article numbers even when local .overview file is missing.
21360         (gnus-agent-read-article-number): New function.  Only accepts
21361         27-bit article numbers.
21362         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21363         Use gnus-agent-read-article-number.
21364         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21365         from backend while recognizing that article numbers in .overview
21366         must be valid.
21367         (gnus-agent-update-files-total-fetched-for):
21368         Use directory-files-and-attributes to improve performance.
21369         * gnus-int.el (gnus-request-move-article):
21370         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21371         improve performance.
21372
21373         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21374         some users confused by references to .newsrc when they only have a
21375         .newsrc.eld file.
21376         (gnus-convert-mark-converter-prompt)
21377         (gnus-convert-converter-needs-prompt): Fix use of property list.
21378         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21379         New function.  Used internally to only display 'gnus converting
21380         files' message when actually necessary.
21381
21382         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21383         methods now autoloaded.
21384
21385 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21386
21387         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21388         identifiers.
21389
21390 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21391
21392         * gnus-picon.el: Fix indentation and closing parenthesis.
21393
21394 2004-09-01  Simon Josefsson  <jas@extundo.com>
21395
21396         * message.el (message-canlock-generate): Require sha1, not
21397         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21398         to require within a function.  Sadly, if sha1.el isn't loaded, the
21399         let binding in m-c-g will hide the defcustom definition, which is
21400         bad.)
21401
21402         * canlock.el: Require sha1, not sha1-el.
21403
21404         * message.el: Don't autoload sha1 (there is a autoload cookie in
21405         sha1.el).
21406
21407         * sha1-el.el: Rename to sha1.el.
21408
21409 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21410
21411         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21412
21413 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21414
21415         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21416
21417 2004-08-30  Kim F. Storm  <storm@cua.dk>
21418
21419         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21420
21421         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21422         Add :group 'nnimap.
21423
21424 2004-08-30  Andreas Schwab  <schwab@suse.de>
21425
21426         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21427         ?* and ?\;.
21428
21429         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21430         and ?\' to symbol instead of whitespace.
21431
21432 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21433
21434         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21435
21436         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21437         instead of re-search-forward.
21438
21439         * gnus-uu.el (gnus-uu-save-article): Ditto.
21440         (gnus-uu-post-encode-uuencode): Ditto.
21441
21442         * html2text.el (html2text-clean-list-items): Ditto.
21443         (html2text-clean-dtdd): Ditto.
21444         (html2text-format-tags): Ditto.
21445
21446         * message.el (message-send-mail-with-sendmail): Fix regexp.
21447         (message-fill-field-general): Use search-forward instead of
21448         re-search-forward.
21449         (unbold-region): Ditto.
21450
21451         * nnrss.el (nnrss-request-article): Ditto.
21452
21453         * nnslashdot.el (nnslashdot-request-article): Ditto.
21454
21455         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21456
21457         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21458         "Unrecognized menu descriptor" error in XEmacs.
21459
21460 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21461
21462         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21463         parent article of a sparse article in the thread hashtb.
21464
21465 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21466
21467         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21468         (nnmail-expand-newtext): Lowercase expanded entries if
21469         nnmail-split-lowercase-expanded is non-nil.
21470
21471 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21472
21473         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21474
21475         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21476         of gnus-tmp-news-method into string under XEmacs.  It will be
21477         passed to gnus-correct-length which takes only a string argument.
21478
21479 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21480
21481         * gnus-util.el (gnus-bind-print-variables): New macro.
21482         (gnus-prin1): Use it.
21483         (gnus-prin1-to-string): Use it.
21484         (gnus-pp): New function.
21485         (gnus-pp-to-string): New function.
21486
21487         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21488         Replace pp-to-string with gnus-pp-to-string.
21489         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21490         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21491         * gnus-msg.el (gnus-debug): Ditto.
21492         * gnus-score.el (gnus-score-save): Ditto.
21493         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21494         gnus-pp-to-string.
21495         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21496         with gnus-pp.
21497         * score-mode.el (gnus-score-pretty-print): Ditto.
21498         * webmail.el (webmail-debug): Ditto.
21499
21500 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21501
21502         * gnus-art.el (article-display-face, article-display-x-face):
21503         Use buffer-read-only.
21504
21505 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21506
21507         * gnus-art.el (article-hide-list-identifiers):
21508         Bind inhibit-read-only as t.
21509
21510 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21511
21512         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21513
21514 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21515
21516         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21517         (gnus-narrow-to-page): Don't assume point-min == 1.
21518         (gnus-article-edit-mode): Derive from message-mode.
21519
21520         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21521         point-min == 1.
21522
21523         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21524         Disable incorrect use of `assert'.
21525
21526         * message.el (message-mode): Set comment-start-skip.
21527
21528
21529 2004-08-22  Sam Steingold  <sds@gnu.org>
21530
21531         * pop3.el (pop3-leave-mail-on-server): New user variable.
21532         (pop3-movemail): Delete mail only when it is nil.
21533
21534 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21535
21536         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21537
21538         * mml.el (mml-preview): Use `pop-to-buffer'.
21539
21540         * message.el (message-goto-mail-followup-to): Insert after "To".
21541         (message-carefully-insert-headers): Add comment.
21542
21543         * gnus.el: Remove unused variable `gnus-article-check-size'.
21544
21545         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21546
21547         * gnus-art.el (gnus-button-alist):
21548         Improve `gnus-button-handle-library' entry.
21549
21550 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21551
21552         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21553         Use downcase, since XEmacs capitalizes error messages differently.
21554
21555 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21556
21557         * nntp.el: Add (require 'gnus) due to reference to
21558         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21559
21560 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21561
21562         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21563         Bind `mm-fill-flowed'.
21564
21565         * mm-decode.el (mm-dissect-singlepart): Check it.
21566
21567 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21568
21569         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21570         'imap' for netrc parsing.
21571
21572 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21573
21574         * mailcap.el (mailcap-mime-data): Mark as risky.
21575
21576 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21579         may be included in the encoded word.
21580         (rfc2047-encode): Don't append a space if the encoded word
21581         includes close parenthesis.
21582
21583 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21586         of text within parentheses.
21587
21588 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21589
21590         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21591         (gnus-encrypt-write-file-contents): Make the password key the file
21592         name PLUS the cipher, not just the cipher.  Also remove failed
21593         passwords from the cache.
21594
21595 2004-08-06  Simon Josefsson  <jas@extundo.com>
21596
21597         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21598         Doc fix.
21599
21600 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21601
21602         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21603         LWSP.
21604
21605 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21606
21607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21608         Try to append in-reply-to: data to the references: header.
21609
21610         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21611         (netrc-parse): Use gnus-encrypt.el functions.
21612
21613         * gnus-encrypt.el: Add new file for encryption support; currently
21614         does only a few GPG ciphers and an internal XOR cipher.
21615
21616         * password.el: Add comments on using password-read-and-add.
21617         (password-read-and-add): Add function to read and add the
21618         password to the cache at once.
21619
21620 2004-07-28  Simon Josefsson  <jas@extundo.com>
21621
21622         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21623         parameter (but don't use it, for now).
21624
21625         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21626         instead of hard coding to nil.
21627
21628 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21631         as mm-inline-image-xemacs does.
21632
21633 2004-07-26  Simon Josefsson  <jas@extundo.com>
21634
21635         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21636         Revert part of 2004-07-17 change below.
21637
21638 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21639
21640         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21641         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21642
21643 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21644
21645         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21646         quotes that actually start with ">" at the beginning of the
21647         lines.
21648
21649 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * rfc2047.el (rfc2047-encode-region): Fix last change.
21652         (rfc2047-encode-parameter): Remove useless concat.
21653
21654 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21657         encode special characters; fix some kind of misconfigured headers;
21658         signal a real error if debug-on-quit or debug-on-error is non-nil.
21659         (rfc2047-encode-max-chars): New variable.
21660         (rfc2047-encode-1): Use it.
21661         (rfc2047-encode-parameter): New function.
21662
21663         * mml.el (mml-insert-parameter): Remove an excessive space.
21664
21665 2004-07-17  Simon Josefsson  <jas@extundo.com>
21666
21667         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21668         Kai Grossjohann <kai@emptydomain.de>.
21669         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21670         (gnus-group-make-menu-bar): Ditto.
21671
21672         * gnus-util.el (gnus-group-server): Add.
21673
21674 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21675
21676         * message.el (message-clone-locals): Clone sendmail and smtp
21677         variables.
21678
21679 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21680
21681         * rfc2047.el (rfc2047-encode-region): Fix last change.
21682
21683 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21684
21685         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21686         characters as non-special.
21687
21688 2004-07-09  Simon Josefsson  <jas@extundo.com>
21689
21690         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21691         Users will lose all flag changes made while unplugged with
21692         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21693         good default.  See numerous reports on ding mailing list.
21694
21695 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21696
21697         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21698         add generate-head-function and generate-article-function to the
21699         rfc822-forward entry.
21700         (nndoc-rfc822-forward-generate-article): New function.
21701         (nndoc-rfc822-forward-generate-head): New function.
21702
21703         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21704
21705 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21706
21707         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21708         respect display group parameter and gnus-summary-expunge-below.
21709         (gnus-articles-to-read): Remove unused reference to display group
21710         parameter.
21711
21712 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21713
21714         * nnheader.el (nnheader-uniquify-message-id): New experimental
21715         variable.
21716         (nnheader-nov-read-message-id): Use it.
21717
21718         * spam-report.el (spam-report-gmane): Add interactive.
21719
21720 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21721
21722         * mm-encode.el (mm-content-transfer-encoding-defaults):
21723         Use qp-or-base64 for the application/* types.
21724
21725 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21726
21727         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21728
21729 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21730
21731         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21732         trim value.
21733
21734 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21735
21736         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21737         New macro and function.
21738         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21739
21740 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21741
21742         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21743         after-load-alist.
21744
21745 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21746
21747         * gnus-group.el (gnus-group-get-new-news-this-group):
21748         Don't update info that isn't there.
21749
21750 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21751
21752         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21753         entry.
21754
21755 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * mm-view.el (mm-inline-render-with-function): Use multibyte
21758         buffer; decode html source by charset.
21759
21760         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21761
21762         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21763         Mule-UCS is loaded under XEmacs.
21764         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21765
21766 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21767
21768         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21769
21770 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * mm-util.el (mm-coding-system-p): Return a coding-system.
21773         (mm-mime-mule-charset-alist): Use shift_jis instead of
21774         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21775         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21776         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21777         instead of japanese-shift-jis and iso-latin-1 respectively in
21778         order to share the default value with both Emacs and XEmacs-mule.
21779         (mm-mule-charset-to-mime-charset):
21780         Make mm-coding-system-priorities effective.
21781         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21782         while predicating of candidates upon the priorities.
21783
21784 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21785
21786         * gnus-sum.el (gnus-summary-make-menu-bar):
21787         Add gnus-uu-invert-processable.
21788
21789         * gnus.el: Autoload gnus-uu-invert-processable.
21790
21791 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21792
21793         * mm-util.el (mm-with-multibyte-buffer): New macro.
21794
21795         * rfc2047.el (rfc2047-encode-string): Use it.
21796         (rfc2047-encode-region): Move point to the end of the region after
21797         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21798
21799 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21800
21801         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21802         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21803
21804 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21805
21806         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21807         (gnus-cite-parse): Ignore quoted envelope From_.
21808         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21809
21810 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21811
21812         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21813         invalid addresses.
21814
21815 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21816
21817         * spam.el: Change section markers, revise TODO list.
21818         (spam-backends): Make new master list of all installed backends.
21819         (spam-summary-exit-behavior): Add new variable to determine how
21820         messages moves are done at summary exit.
21821         (spam-move-spam-nonspam-groups-only)
21822         (spam-process-ham-in-nonham-groups)
21823         (spam-process-ham-in-spam-groups): Remove variables, the
21824         spam-summary-exit-behavior variable should be used to manage this
21825         behavior.
21826         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21827         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21828         and spam-old-spam-articles.
21829         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21830         Add empty variables, placeholders for the backends they represent.
21831         (spam-set-difference): Move, unchanged.
21832         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21833         unless the user has a processor variable.
21834         (spam-classifications, spam-classification-valid-p)
21835         (spam-backend-properties, spam-backend-property-valid-p)
21836         (spam-backend-function-type-valid-p)
21837         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21838         (spam-report-articles-gmane, spam-report-articles-resend):
21839         Remove functions, they are not needed.
21840         (spam-install-backend-super, spam-backend-list)
21841         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21842         (spam-backend-function, spam-backend-ham-registration-function)
21843         (spam-backend-spam-registration-function)
21844         (spam-backend-ham-unregistration-function)
21845         (spam-backend-spam-unregistration-function)
21846         (spam-backend-statistical-p, spam-backend-mover-p)
21847         (spam-install-backend-alias, spam-install-checkonly-backend)
21848         (spam-install-mover-backend, spam-install-nocheck-backend)
21849         (spam-install-backend, spam-install-statistical-backend)
21850         (spam-install-statistical-checkonly-backend): Add backend installation
21851         support.
21852         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21853         (spam-group-processor-p): Use the new backend code and respect the
21854         summary exit behavior.
21855         (spam-mark-spam-as-expired-and-move-routine): Remove.
21856         (spam-summary-prepare): Change to use the new spam-old-articles
21857         variable.
21858         (spam-copy-or-move-routine, spam-copy-spam-routine)
21859         (spam-move-spam-routine, spam-copy-ham-routine)
21860         (spam-move-ham-routine): Add code to copy/move ham or spam.
21861         (spam-fetch-field-fast): Improve doc and code, plus allow the
21862         'number request.
21863         (spam-list-of-checks, spam-list-of-statistical-checks):
21864         Remove variables.
21865         (spam-split, spam-find-spam): Use the new backend code.
21866         (spam-registration-functions): Remove variable.
21867         (spam-unregister-routine): Add convenience wrapper.
21868         (spam-log-undo-registration, spam-register-routine)
21869         (spam-log-processing-to-registry)
21870         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21871         where possible.
21872         (spam-check-gmane-xref, spam-check-regex-headers)
21873         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21874         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21875         (spam-check-bogofilter-headers, spam-check-spamoracle)
21876         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21877         (spam-check-crm114-headers): Use the spam-split-group that
21878         spam-split prepares, no need to determine it every time.
21879
21880         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21881         to the nnheader-parse-naked-head call.
21882
21883         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21884
21885         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21886         the nnheader-nov-read-message-id call.
21887
21888 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21891         gnus-activate-group twice.  Suggested by Markus Peter
21892         <warp@spin.de>.
21893
21894 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21895
21896         * gnus-art.el (gnus-article-time-format): Exchange the order of
21897         day and month in the default value; fix customization type.
21898         (article-date-ut): Use add-text-properties.
21899         (article-make-date-line): Use message-make-date instead of
21900         current-time-string.
21901
21902         * message.el (message-fetch-field): Don't use set-text-properties.
21903         (message-make-date): Simplify.
21904
21905         * messagexmas.el (message-xmas-make-date): New function.
21906         (message-xmas-redefine): Defalias message-make-date to it.
21907
21908 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21909
21910         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21911         (rfc2047-encode-region): Treat text within parentheses as special;
21912         show the original text when error has occurred.
21913
21914         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21915         already-computed method to gnus-activate-group.
21916
21917         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21918         same select-methods identical Lisp objects.
21919
21920         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21921         object when modifying the info.
21922
21923 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21924
21925         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21926         gnus-opened-servers since it has never been opened with the new
21927         configuration yet.
21928
21929 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21932         arg to nnheader-generate-fake-message-id.
21933
21934 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21935
21936         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21937         number and build a fake message ID localized to a group and
21938         article number (so it's repeatable from that point on).
21939         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21940         ID format.
21941
21942         * gnus-sum.el (gnus-get-newsgroup-headers):
21943         Call nnheader-generate-fake-message-id with the article number.
21944
21945 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21946
21947         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21948         end-of-buffer.
21949
21950 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21951
21952         * message.el (message-ignored-supersedes-headers): Add Approved.
21953
21954 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21955
21956         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21957         goto-char.
21958         (rfc2047-encode): Fold the line before encoding.
21959
21960 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21961
21962         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21963         folding -- not all headers can be folded, and this should be done
21964         by the message composition mode.  Probably.  I think.
21965
21966 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21967
21968         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21969         fast.
21970
21971         * gnus-ems.el (gnus-remove-image): Don't use
21972         message-text-with-property; remove only the image found first.
21973
21974         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21975         found first.
21976
21977 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21978
21979         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21980
21981 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * message.el (message-text-with-property): Make it fast and accept
21984         optional arguments.
21985         (message-strip-forbidden-properties): Use it.
21986         (message-fix-before-sending): Follow the m-t-w-p change.
21987
21988         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21989
21990 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-art.el (article-hide-headers): Don't change the buffer
21993         mistakenly when performing mml-preview even if
21994         gnus-single-article-buffer is nil.
21995
21996 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21997
21998         * message.el (message-expand-name-databases): New user option.
21999         (message-expand-name): Use it.
22000
22001 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22002
22003         * spam.el (spam-report-articles-resend)
22004         (spam-report-resend-register-routine): Allow ham reporting.
22005         (spam-report-resend-register-ham-routine): Add wrapper.
22006         (spam-registration-functions): Add ham resending functions.
22007         (spam-list-of-processors): Add ham resend processor.
22008
22009         * gnus.el (ham-resend-to): Add new group parameter.
22010         (spam-process): Add ham resend option.
22011
22012         * spam-report.el (spam-report-resend): Allow reporting ham.
22013         (spam-report-resend-ham): Add wrapper.
22014
22015 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22016
22017         * message.el (message-cite-articles-with-x-no-archive):
22018         New variable.
22019         (message-cite-original): Use it.
22020
22021 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022
22023         * message.el (message-cite-original): Respect X-No-Archive.
22024
22025 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22026
22027         * gnus-art.el (article-hide-headers): Refer to the values for
22028         gnus-ignored-headers and gnus-visible-headers in the summary
22029         buffer since a user may have set them as group parameters.
22030
22031 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22032
22033         * assistant.el (assistant-node-name): Add convenience function.
22034         (assistant-render-text, assistant-render-node): Add error handling,
22035         plus handle multiple next nodes.
22036         (assistant-find-next-node): Comment out for now.
22037         (assistant-find-next-nodes): Add function, returns list of next
22038         nodes.
22039
22040 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22041
22042         * mail-source.el (mail-source-directory): Fix doc-string.
22043
22044 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22045
22046         * assistant.el (assistant-render-text, assistant-eval): Add :set
22047         widget type, which is different because it takes and returns a
22048         list.  Much hilarity ensues.
22049
22050 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22051
22052         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22053
22054         * gnus-group.el (gnus-group-get-new-news-this-group):
22055         Add doc-string.
22056
22057         * gnus-start.el (gnus-activate-group): Add doc-string.
22058
22059 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22060
22061         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22062
22063 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22064
22065         * assistant.el (assistant-render-text): Try to add a :set
22066         widget, more to come.
22067
22068         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22069         strings.
22070         (spam-report-articles-resend)
22071         (spam-register-routine): Do registration iff any articles warrant
22072         it.
22073         (spam-summary-prepare-exit): Change log message for nil group
22074         destinations.
22075
22076 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22077
22078         * spam.el (spam-report-resend-register-routine):
22079         Allow spam-report-resend-to to be a group parameter or a global value.
22080
22081 2004-05-26  Simon Josefsson  <jas@extundo.com>
22082
22083         * starttls.el: Merge with my GNUTLS based starttls.el.
22084         (starttls-gnutls-program, starttls-use-gnutls)
22085         (starttls-extra-arguments, starttls-process-connection-type)
22086         (starttls-connect, starttls-failure, starttls-success):
22087         New variables.
22088         (starttls-program, starttls-extra-args): Doc fix.
22089         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22090         New functions.
22091         (starttls-negotiate, starttls-open-stream):
22092         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22093         function if it is set.
22094
22095 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22096
22097         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22098         structured fields.
22099
22100 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22103
22104 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22105
22106         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22107         Add variable.
22108         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22109         assigning the spam-mark to new messages.
22110
22111 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22112
22113         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22114
22115 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22116
22117         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22118
22119         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22120         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22121         default.
22122
22123 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22124
22125         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22126         correct data.
22127
22128 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22129
22130         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22131         (spam-group-processor-p): Fix function.
22132         (spam-group-processor-multiple-p)
22133         (spam-group-spam-processor-report-gmane-p)
22134         (spam-group-spam-processor-report-resend-p)
22135         (spam-group-spam-processor-bogofilter-p)
22136         (spam-group-spam-processor-blacklist-p)
22137         (spam-group-spam-processor-ifile-p)
22138         (spam-group-ham-processor-ifile-p)
22139         (spam-group-spam-processor-spamoracle-p)
22140         (spam-group-spam-processor-crm114-p)
22141         (spam-group-ham-processor-bogofilter-p)
22142         (spam-group-spam-processor-stat-p)
22143         (spam-group-ham-processor-stat-p)
22144         (spam-group-ham-processor-whitelist-p)
22145         (spam-group-ham-processor-BBDB-p)
22146         (spam-group-ham-processor-spamoracle-p)
22147         (spam-group-ham-processor-copy-p): Remove functions with some
22148         prejudice against unneeded code.
22149         (spam-report-articles-resend)
22150         (spam-report-resend-register-routine): Allow the group/topic
22151         spam-resend-to value to override spam-report-resend-to.
22152         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22153         properly now.
22154
22155         * gnus.el (spam-resend-to): Add group/topic parameter.
22156         (spam-process): Move the OBSOLETE processors to the end of the
22157         choices.
22158
22159 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22160
22161         * spam-report.el (spam-report-resend-to, spam-report-resend):
22162         Start with resend-to set to nil, and then ask the user if necessary.
22163         (spam-report-resend): spam-report-resend takes a list of articles, not
22164         separate article numbers.
22165
22166 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22167
22168         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22169         addition to emacs-w3m.
22170
22171 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22172
22173         * assistant.el (assistant-authinfo-data): New function.
22174         (assistant-eval): Eval for entire assistant.
22175
22176         * netrc.el (netrc-services-file): New variable.
22177         (netrc-parse-services): New function.
22178         (netrc-find-service-name): New function.
22179         (netrc-find-service-number): New function.
22180         (netrc-port-equal): New function.
22181         (netrc-machine): Use it.
22182
22183         * nnimap.el (nnimap-open-connection): Use netrc.
22184
22185         * gnus-util.el (gnus-netrc-get): Remove aliases.
22186
22187         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22188
22189         * assistant.el (wid-edit): Fix compilation.
22190
22191         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22192
22193 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22194
22195         * gnus-util.el (gnus-set-file-modes): New function.  (small
22196         patch).
22197
22198 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22199
22200         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22201
22202         * assistant.el (assistant-render-node): Fix up rendering and
22203         read-only text.
22204         (assistant-render-node): Reset.
22205         (assistant-make-read-only): Not sticky.
22206
22207 2004-05-20  Danny Siu  <dsiu@adobe.com>
22208
22209         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22210         centered even when gnus-auto-center-summary is t.
22211
22212 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22213
22214         * dns.el (dns-get-txt-answer): New function.
22215         (dns-read-txt): Ditto.
22216         (query-dns): Use it.
22217
22218 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22219
22220         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22221         active for foreign groups even if the group level is higher than
22222         the specified value.
22223
22224 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22225
22226         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22227         non-active groups.
22228
22229         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22230
22231 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22232
22233         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22234
22235 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22236
22237         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22238         (spam-crm114-header, spam-crm114-spam-switch)
22239         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22240         (spam-crm114-positive-spam-header)
22241         (spam-crm114-database-directory, spam-list-of-processors)
22242         (spam-group-spam-processor-crm114-p)
22243         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22244         (spam-generic-score, spam-list-of-checks)
22245         (spam-list-of-statistical-checks, spam-registration-functions)
22246         (spam-check-crm114-headers, spam-crm114-score)
22247         (spam-check-crm114, spam-crm114-register-with-crm114)
22248         (spam-crm114-register-spam-routine)
22249         (spam-crm114-unregister-spam-routine)
22250         (spam-crm114-register-ham-routine)
22251         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22252
22253 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22254
22255         * gnus.el: Add spam-use-crm114.
22256
22257         * spam.el (spam-list-of-processors, spam-registration-functions):
22258         Add spam-use-resend.
22259         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22260         (spam-report-articles-gmane): Add doc fix.
22261         (spam-report-articles-resend, spam-report-resend-register-routine):
22262         Add wrappers around spam-report-resend-to.
22263
22264         * spam-report.el (spam-report-resend-to, spam-report-resend):
22265         Add support for resending spam.
22266         (spam-report-gmane): Fix line length >80.
22267
22268         * gnus.el (spam-process): Add spam-use-resend.
22269
22270 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22271
22272         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22273         number of processed spam messages.
22274         (spam-ham-copy-or-move-routine): Return the number of processed
22275         ham messages.
22276         (spam-summary-prepare-exit): Use the above values to decide
22277         whether status messages shouled be displayed.
22278
22279 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22280
22281         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22282         `rfc2047-encoding-function-alist' in order to avoid conflicting
22283         with the old version.
22284         (rfc2047-encode-region): Concatenate words containing non-ASCII
22285         characters in structured fields; don't encode space-delimited
22286         ASCII words even in unstructured fields; don't break words at
22287         char-category boundaries.
22288         (rfc2047-encode-1): New function.
22289         (rfc2047-encode): Use it; encode text so that it occupies the
22290         maximum width within 76-column; work correctly on Q encoding for
22291         iso-2022-* charsets.
22292         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22293         sure not to break a line just after the header name.
22294         (rfc2047-b-encode-region): Remove.
22295         (rfc2047-b-encode-string): New function.
22296         (rfc2047-q-encode-region): Remove.
22297         (rfc2047-q-encode-string): New function.
22298
22299         * mm-util.el (mm-replace-in-string): New function.
22300
22301 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22302
22303         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22304         Really get it right.
22305         (gnus-inews-make-draft): Really.
22306
22307 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22308
22309         * nnmh.el (nnmh-request-list-1): Don't check the link count
22310         before descending.  (small patch)
22311
22312 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22313
22314         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22315         stuff.
22316
22317         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22318         Match on real group name.
22319
22320         * gnus-art.el (gnus-signature-limit): Doc fix.
22321
22322         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22323
22324         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22325
22326 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22327
22328         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22329         isn't a string.
22330
22331 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22332
22333         * gnus-draft.el (gnus-draft-send):
22334         Bind rfc2047-encode-encoded-words.
22335
22336         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22337         (rfc2047-encodable-p): Say that =? needs encoding.
22338         (rfc2047-encode-encoded-words): New variable.
22339
22340         * gnus-group.el (gnus-group-select-group): Doc fix.
22341
22342         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22343
22344         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22345         to nil.
22346
22347         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22348
22349         * nnheader.el (nnheader-get-lines-and-char): New function.
22350
22351 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22352
22353         * gnus-msg.el (gnus-summary-followup-with-original):
22354         Document yanking of region when active.
22355
22356 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22359         groups if the group level is higher than the specified value.
22360
22361 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22362
22363         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22364         (gnus-group-jump-to-group): Add prefix argument using
22365         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22366         non-active group.
22367
22368         * compface.el (uncompface): Be verbose when changing
22369         `uncompface-use-external'.
22370
22371         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22372         handle manual section.
22373
22374 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22375
22376         * gnus-art.el (gnus-button-alist): Revert previous change.
22377
22378 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22379
22380         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22381
22382 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22383
22384         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22385         whether backend can accept message.
22386
22387         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22388
22389 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22390
22391         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22392         Avoid creating directory when nntp-marks-is-evil is true.
22393         Reported by Reiner Steib.
22394
22395 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22396
22397         * gnus-picon.el (gnus-picon-insert-glyph):
22398         Add optional `nostring' argument.
22399
22400 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22401
22402         * gnus-picon.el (gnus-picon-style): New variable.
22403         (gnus-picon-transform-address): Support `gnus-picon-style'.
22404
22405 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22406
22407         * message.el (message-fill-field): Return point.
22408         (message-generate-headers): Go to end of field.
22409
22410         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22411         stuff for non-living groups.
22412
22413 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22414
22415         * gnus-art.el (gnus-article-followup-with-original)
22416         (gnus-article-reply-with-original): gnus-mark-active-p ->
22417         gnus-region-active-p.
22418
22419 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22420
22421         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22422         only when there is spam or ham to be processed.
22423
22424 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22425
22426         * mail-source.el (mail-source-delete-crash-box): Refactor.
22427         (mail-source-fetch): Use it.
22428         (mail-source-fetch-file): Ditto.
22429         (mail-source-fetch-directory): Run postscript in loop.
22430         (mail-source-fetch-pop): Delete.
22431         (mail-source-fetch-maildir): Ditto.
22432         (mail-source-fetch-imap): Ditto.
22433
22434         * imap.el (imap-authenticators): Comment out sasl.
22435
22436         * message.el (message-skip-to-next-address): New function.
22437         (message-fill-header-address): Refactor.
22438         (message-fill-address): Use it.
22439         (message-delete-address): Use it.
22440         (message-fill-header-general): Refactor.
22441         (message-fill-field-address): Rename.
22442         (message-narrow-to-field): Find the start of the header.
22443         (message-header-format-alist): Don't pre-fill.
22444         (message-fill-header): Remove.
22445         (message-insert-header): New function.
22446         (message-shorten-references): Use it.
22447
22448         * rfc2047.el (rfc2047-field-value): Strip props.
22449
22450         * mail-parse.el (mail-header-make-address): New alias.
22451
22452         * ietf-drums.el (ietf-drums-make-address): New function.
22453
22454         * imap.el: Add compiler directives.
22455
22456         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22457
22458         * gnus-art.el (article-decode-idna-rhs): Don't use
22459         message-idna-inside-rhs-p.
22460
22461 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22462
22463         * message.el (message-idna-inside-rhs-p): Remove.
22464         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22465
22466         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22467         false positives.
22468
22469 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22470
22471         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22472
22473 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22474
22475         * nneething.el (nneething-file-name): Don't create spurious
22476         files.
22477
22478         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22479         (gnus-inews-do-gcc): Remove sleep.
22480
22481         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22482         part under point.
22483
22484         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22485         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22486
22487 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22488
22489         * spam.el (spam-summary-prepare-exit): Fix (length).
22490
22491 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22492
22493         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22494         as expired without moving it" message when there are spam
22495         messages left.
22496
22497 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22498
22499         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22500         header is not nil.
22501
22502 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22503
22504         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22505         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22506         (nntp-marks-changed-p): New arg SERVER.
22507         (nntp-request-update-info): Adjust caller.
22508
22509 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22510
22511         * nntp.el (nntp-save-marks): Pass missing arg.
22512
22513 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22514
22515         * nntp.el: Support marks.
22516         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22517         (nntp-marks-modtime, nntp-marks-directory): New variables.
22518         (nntp-request-set-mark, nntp-request-update-info)
22519         (nntp-possibly-create-directory, nntp-marks-changed-p)
22520         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22521         New functions.
22522
22523 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22524
22525         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22526         (gnus-xmas-redefine): Rename.
22527
22528         * gnus-score.el (gnus-score-insert-help):
22529         Use gnus-select-lowest-window.
22530
22531         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22532         appt-select-lowest-window and rename to gnus-select-lowest-window.
22533
22534         * gnus.el: do.
22535
22536 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22537
22538         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22539         encodings of MIME-encoded words, in order to improve
22540         interoperability with several broken MUAs.
22541
22542 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22543
22544         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22545         tags, only when charsets are not specified in headers.
22546         (mm-inline-text-html-render-with-w3m): Ditto.
22547
22548         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22549         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22550
22551 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22552
22553         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22554         instead of MIME-decoded from fields when checking
22555         `gnus-article-address-banner-alist'.
22556
22557 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22558
22559         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22560         description rather than subject.
22561
22562 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22563
22564         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22565
22566 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22567
22568         * gnus.el (gnus-version-number): Bump.
22569
22570 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22571
22572         * gnus.el: No Gnus v0.2 is released.
22573
22574 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22575
22576         * gnus-agent.el (gnus-agent-read-agentview):
22577         Inline gnus-uncompress-range.
22578
22579 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22580
22581         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22582         `exec-installed-p'.
22583
22584 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22585
22586         * gnus.el (spam-process, spam-autodetect-methods):
22587         Add bsfilter and bsfilter-headers.
22588
22589         * spam.el (spam-bsfilter): New customize group.
22590         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22591         (spam-bsfilter-header, spam-bsfilter-probability-header)
22592         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22593         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22594         (spam-bsfilter-database-directory): New options.
22595         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22596         (spam-list-of-statistical-checks, spam-registration-functions):
22597         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22598         (spam-bsfilter-score): New command.
22599         (spam-check-bsfilter-headers, spam-check-bsfilter)
22600         (spam-bsfilter-register-with-bsfilter)
22601         (spam-bsfilter-register-spam-routine)
22602         (spam-bsfilter-unregister-spam-routine)
22603         (spam-bsfilter-register-ham-routine)
22604         (spam-bsfilter-unregister-ham-routine): New functions.
22605         (spam-generic-score): Support bsfilter; Accept an optional argument
22606         to recalcurate spam score even if scoring header has already been
22607         added.
22608         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22609         optional argument to recalcurate spam score even if scoring header
22610         has already been added.
22611
22612 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22613
22614         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22615         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22616         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22617         link is missing.
22618
22619 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22620
22621         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22622         (html2text-get-attr): Rewrite.
22623
22624         * message.el (message-setup-1): Remove redundant put-text-property
22625         on mail-header-separator.
22626
22627 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22628
22629         * gnus-registry.el (gnus-registry-cache-whitespace)
22630         (gnus-registry-action, gnus-registry-spool-action)
22631         (gnus-registry-split-fancy-with-parent): Change message levels
22632         from 5 to 3 or 7, as needed.
22633
22634         * spam.el (spam-summary-prepare-exit)
22635         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22636         (spam-split, spam-find-spam, spam-log-undo-registration)
22637         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22638         level from 5 to 6.
22639
22640 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22643         2004-03-04 change).
22644
22645 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22646
22647         * sieve-manage.el (sieve-manage-open):
22648         * nnweb.el (nnweb-insert-html):
22649         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22650         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22651         * nnspool.el (nnspool-request-group):
22652         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22653         * nnml.el (nnml-request-update-info):
22654         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22655         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22656         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22657         (nnimap-request-set-mark):
22658         * nnfolder.el (nnfolder-request-update-info):
22659         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22660         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22661         * gnus-uu.el (gnus-uu-find-articles-matching):
22662         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22663         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22664         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22665         * gnus-nocem.el (gnus-nocem-scan-groups):
22666         * gnus-int.el (gnus-start-news-server):
22667         * gnus-group.el (gnus-group-make-kiboze-group)
22668         (gnus-group-browse-foreign-server):
22669         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22670         Use mapc when appropriate.
22671
22672 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22673             Adam Sjøgren  <asjo@koldfront.dk>
22674             Wes Hardaker  <wes@hardakers.net>
22675             Michael Shields  <shields@msrl.com>
22676
22677         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22678         may need for spam sorting and scoring.
22679         (spam-user-format-function-S): Add user format function suitable for
22680         general use.
22681         (spam-article-sort-by-spam-status): Add sorting function for summary
22682         sorting.
22683         (spam-extra-header-to-number): Add function to get a score from a
22684         header.
22685         (spam-summary-score): Add function to get a numeric score from the
22686         headers.
22687         (spam-generic-score): Fix function doc, was in wrong place.
22688         (spam-initialize): Take symbols when it's run, and install the
22689         extra headers that spam-necessary-extra-headers thinks we need.
22690
22691 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22692
22693         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22694         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22695
22696 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22697
22698         * gnus-sum.el (gnus-set-global-variables)
22699         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22700         (gnus-article-get-xrefs, gnus-summary-best-group)
22701         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22702         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22703         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22704         Use with-current-buffer.
22705
22706 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22707
22708         * spam.el (spam-summary-prepare-exit): Simplify logic.
22709         (spam-fetch-article-header): Read the article header if it's not
22710         available.
22711         (spam-list-articles): Simplify logic.
22712         (spam-filelist-register-routine): Fix bug with unregister-list.
22713
22714         * gnus-registry.el: Fix comments at beginning.
22715
22716 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22717
22718         * message.el (message-cater-to-broken-inn): Remove.
22719         (message-shorten-references): Make sure the total folded length of
22720         References is shorter than 998 characters to cater to a bug in INN
22721         2.3.  Also, don't pretend that references aren't folded -- this
22722         hasn't worked for a while.
22723
22724 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22725
22726         * gnus-agent.el (gnus-agentize):
22727         gnus-agent-send-mail-real-function no longer set to current value
22728         of message-send-mail-function but rather a lambda that calls
22729         message-send-mail-function.  The change makes the agent real-time
22730         responsive to user changes to message-send-mail-function.
22731
22732 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22733
22734         * legacy-gnus-agent.el
22735         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22736         help from Florian Weimer <fw@deneb.enyo.de>
22737
22738 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22739
22740         * nnmail.el (nnmail-cache-insert): Revert last change.
22741
22742 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22743
22744         * nnmail.el (nnmail-cache-insert): Always check whether
22745         nnmail-cache-ignore-groups matches a group name.
22746
22747 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22748
22749         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22750         (spam-find-spam, spam-log-processing-to-registry)
22751         (spam-log-registered-p, spam-log-unregistration-needed-p)
22752         (spam-log-undo-registration): Use gnus-message instead of
22753         gnus-error, none of these errors are fatal.
22754
22755         * gnus-registry.el (gnus-registry-clean-empty-function)
22756         (gnus-registry-clean-empty): Remove only empty entries without
22757         extra data.
22758
22759 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22760
22761         * spam-stat.el (spam-stat-buffer-change-to-spam)
22762         (spam-stat-buffer-change-to-non-spam): Change (error) to
22763         (gnus-message 8) invocation.
22764
22765 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22766
22767         * nntp.el (nntp-via-netcat-command): New variable.
22768         (nntp-via-netcat-switches): New variable.
22769         (nntp-open-via-rlogin-and-netcat): New function.
22770         (nntp-open-connection-function): Doc fix.
22771         (nntp-telnet-command): Doc fix.
22772         (nntp-end-of-line): Doc fix.
22773         (nntp-via-rlogin-command): Doc fix.
22774         (nntp-via-user-name): Doc fix.
22775         (nntp-via-address): Doc fix.
22776
22777 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22778
22779         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22780         error in Emacs 21.1.
22781
22782 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22783
22784         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22785
22786 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22787
22788         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22789         (gnus-agent-with-refreshed-group): New macro.
22790         (gnus-agent-rename-group): New function.
22791         (gnus-agent-delete-group): New function.
22792         (gnus-agent-save-group-info): Use gnus-command-method when
22793         `method' parameter is nil.  Don't write nil entries into the
22794         active file.
22795         (gnus-agent-get-group-info): New function.
22796         (gnus-agent-fetch-articles):
22797         Use gnus-agent-update-files-total-fetched-for to increment disk space
22798         used.
22799         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22800         Use gnus-agent-update-view-total-fetched-for to increment disk space
22801         used.
22802         (gnus-agent-get-local): Add optional parameters to avoid calling
22803         gnus-group-real-name and gnus-find-method-for-group.
22804         (gnus-agent-set-local): Delete stored entry if either min, or max,
22805         are nil.
22806         (gnus-agent-fetch-session): Reworded error/quit messages.
22807         On quit, use gnus-agent-regenerate-group to record existance of any
22808         articles fetched to disk before the quit occurred.
22809         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22810         gnus-agent-update-view-total-fetched-for, and
22811         gnus-agent-update-files-total-fetched-for to decrement disk space
22812         used.
22813         (gnus-agent-retrieve-headers):
22814         Use gnus-agent-update-view-total-fetched-for to increment disk space
22815         used.
22816         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22817         with gnus-agent-update-files-total-fetched-for to decrement disk
22818         space and fresh group buffer.
22819         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22820         (gnus-agent-need-update-total-fetched-for): New variable.
22821         (gnus-agent-update-files-total-fetched-for): New function.
22822         (gnus-agent-update-view-total-fetched-for): New function.
22823         (gnus-agent-total-fetched-for): New function.
22824
22825         * gnus-cache.el (gnus-cache-save-buffers):
22826         Use gnus-cache-update-overview-total-fetched-for to change disk space
22827         used by this group.
22828         (gnus-cache-possibly-enter-article):
22829         Use gnus-cache-update-file-total-fetched-for to increment disk space
22830         used by this group.
22831         (gnus-cache-possibly-remove-article):
22832         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22833         used by this group.
22834         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22835         (gnus-cache-rename-group): New function.
22836         (gnus-cache-delete-group): New function.
22837         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22838         (gnus-cache-need-update-total-fetched-for): New variable.
22839         (gnus-cache-with-refreshed-group): New macro.
22840         (gnus-cache-update-file-total-fetched-for): New function.
22841         (gnus-cache-update-overview-total-fetched-for): New function.
22842         (gnus-cache-rename-group-total-fetched-for): New function.
22843         (gnus-cache-delete-group-total-fetched-for): New function.
22844         (gnus-cache-total-fetched-for): New function.
22845
22846         * gnus-group.el: Require gnus-sum and autoload functions to
22847         resolve warnings when gnus-group.el compiled alone.
22848         (gnus-group-line-format): Documented new %F.
22849         (size of Fetched data) group line format; identifies disk space
22850         used by agent and cache.
22851         (gnus-group-line-format-alist): Defined new F format.
22852         (gnus-total-fetched-for): New function.
22853         (gnus-group-delete-group): No longer update
22854         gnus-cache-active-altered as gnus-request-delete-group now keeps
22855         the cache in sync.
22856         (gnus-group-list-active): Let the agent store a server's active
22857         list if currently plugged.
22858
22859         * gnus-int.el (gnus-request-delete-group):
22860         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22861         local disk in sync with the server.
22862         (gnus-request-rename-group):
22863         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22864         local disk in sync with the server.
22865
22866         * gnus-start.el (gnus-get-unread-articles):
22867         Cosmetic simplification to logic.
22868
22869         * gnus-util.el (gnus-rename-file): New function.
22870
22871 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22872
22873         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22874
22875 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22876
22877         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22878         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22879
22880 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22881
22882         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22883         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22884
22885 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22886
22887         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22888
22889 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22890
22891         * spam.el (spam-set-difference): Add function to replace
22892         gnus-set-difference in spam.el.
22893         (spam-summary-prepare-exit): Use spam-set-difference.
22894
22895 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22896
22897         * gnus-registry.el (gnus-registry-cache-file): Update to use
22898         gnus-dribble-directory OR gnus-home-directory OR ~.
22899         (gnus-registry-split-fancy-with-parent): Fix doc.
22900
22901 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22902
22903         * message.el (message-exchange-point-and-mark):
22904         Use message-mark-active-p.  Suggested by Jesper Harder
22905         <harder@ifa.au.dk>.
22906
22907 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22908
22909         * message.el (message-exchange-point-and-mark): Don't activate
22910         region if it was inactive.  Suggested by Hiroshi Fujishima
22911         <pooh@nature.tsukuba.ac.jp>.
22912
22913 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22914
22915         * gnus-art.el (article-display-face): Display Faces in the same
22916         order as X-Faces.
22917
22918 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22921
22922 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22923
22924         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22925         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22926         (gnus-article-mime-hierarchy): Remove.
22927         (gnus-article-mime-hierarchy-next): Remove.
22928         (gnus-article-mode): Revert 2004-03-19 change.
22929         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22930         (gnus-insert-mime-button): Revert 2004-03-19 change.
22931         (gnus-mime-accumulate-hierarchy): Remove.
22932         (gnus-mime-enter-multipart): Remove.
22933         (gnus-mime-leave-multipart): Remove.
22934         (gnus-mime-display-part): Revert 2004-03-19 change.
22935         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22936
22937         * mml.el (mml-preview): Revert 2004-03-19 change.
22938
22939 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22940
22941         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22942
22943 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22944
22945         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22946         t while entering a file name using the mm-with-multibyte macro.
22947         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22948
22949         * mm-util.el (mm-with-multibyte): New macro.
22950
22951 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22954         New user option.
22955         (gnus-mime-multipart-functions): Doc and customization fix.
22956         (gnus-article-mime-hierarchy): New variable.
22957         (gnus-article-mime-hierarchy-next): New variable.
22958         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22959         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22960         gnus-article-mime-hierarchy-next to nil.
22961         (gnus-insert-mime-button): Show hierarchy numbers.
22962         (gnus-mime-accumulate-hierarchy): New function.
22963         (gnus-mime-enter-multipart): New function.
22964         (gnus-mime-leave-multipart): New function.
22965         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22966         (gnus-mime-display-alternative): Show hierarchy numbers.
22967
22968         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22969         gnus-article-mime-hierarchy-next to nil.
22970
22971 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22972
22973         * dns.el: Don't require gnus-xmas.
22974
22975 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22976
22977         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22978         inline PGP.
22979         (mml-menu): Disable mml-quote-region if mark is inactive.
22980
22981 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22982
22983         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22984         when the group's active is not available.
22985
22986 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22987
22988         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22989         error.
22990
22991 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22992
22993         * imap.el (imap-store-password): New variable.
22994         (imap-interactive-login): Use it.
22995         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22996
22997 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22998
22999         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23000         window-start and hscroll to summary window.
23001
23002 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23003
23004         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23005         conversion message to newsrc-dribble when an actual conversion is
23006         performed.
23007
23008 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23009
23010         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23011
23012 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23013
23014         * mm-decode.el (mm-complicated-handles): New function reviving
23015         former definition of mm-multiple-handles.
23016
23017         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23018         (gnus-mime-delete-part): Use it.
23019
23020 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23021
23022         * gnus-agent.el (gnus-agent-read-local):
23023         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23024         avoid the implicit assumption that they will always be equal.
23025         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23026         coding-system-for-write, as the with-temp-file macro first prints
23027         to a buffer then saves the buffer.
23028
23029 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23030
23031         * gnus-art.el (gnus-article-edit-part): New function.
23032         (gnus-mime-save-part-and-strip): Use it; do query instead of
23033         signaling an error; don't use mm-multiple-handles.
23034         (gnus-mime-delete-part): Ditto.
23035
23036 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23037
23038         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23039         old file versions.
23040         (gnus-group-prepare-hook): Remove function that converted list
23041         form of gnus-agent-expire-days to group properties.
23042
23043         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23044         (gnus-request-accept-article): Re-indented.
23045
23046         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23047         converters to handle old agent file formats.  Add logic for a
23048         "backup before upgrading warning".
23049         (gnus-convert-mark-converter-prompt): Developers can mark
23050         functions as needing (default), or not needing,
23051         gnus-convert-old-newsrc's "backup before upgrading warning".
23052         (gnus-convert-converter-needs-prompt): Tests whether the user
23053         should be protected from potentially irreversable changes by the
23054         function.
23055
23056         * legacy-gnus-agent.el: New.  Provides converters that are only
23057         loaded when gnus-convert-old-newsrc needs to call them.
23058
23059 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23060
23061         * mail-source.el (mail-source-touch-pop): Doc fix.
23062
23063         * message.el (message-smtpmail-send-it): Doc fix.
23064
23065 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23066
23067         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23068
23069         * nnmail.el (nnmail-split-fancy): do.
23070
23071         * gnus-kill.el (gnus-kill, gnus-execute): do.
23072
23073 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23074
23075         * gnus-sum.el (gnus-widget-reversible-match)
23076         (gnus-widget-reversible-to-internal)
23077         (gnus-widget-reversible-to-external): New functions.
23078         (gnus-widget-reversible): New widget.
23079         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23080
23081 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23082
23083         * gnus-sum.el (gnus-thread-sort-functions)
23084         (gnus-article-sort-functions): Document `(not F)' items.
23085
23086 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23087
23088         * spam.el (spam-use-gmane-xref): Add new backend.
23089         (spam-gmane-xref-spam-group): Add variable to control the name of the
23090         Gmane spam group.
23091         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23092         (spam-regex-headers-spam, spam-regex-headers-ham)
23093         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23094         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23095         backends and checks.
23096         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23097
23098         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23099         an autodetect method.
23100
23101 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23102
23103         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23104         articles are being added to a group.
23105         (gnus-request-replace-article): Inform the agent that articles
23106         need to be uncached as the cached contents are no longer valid.
23107
23108 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23109
23110         * binhex.el: Don't autoload executable-find.
23111
23112         * canlock.el: Don't autoload mail-fetch-field.
23113
23114         * dgnushack.el: Autoload c-mode for XEmacs.
23115
23116         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23117
23118         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23119         rmail-dont-reply-to and rmail-output.
23120
23121         * gnus-score.el: Don't autoload ffap-string-at-point.
23122
23123         * gnus-setup.el: Don't autoload sc-cite-original.
23124
23125         * imap.el: Don't autoload base64-decode-string,
23126         base64-encode-string and md5.
23127
23128         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23129         and rmail-msg-restore-non-pruned-header.
23130
23131         * mm-decode.el: Don't autoload executable-find.
23132
23133         * mm-url.el: Don't autoload executable-find.
23134
23135         * mm-view.el: Don't autoload diff-mode.
23136
23137         * nndb.el: Don't autoload news-reply-mode, news-setup,
23138         cancel-timer and telnet.
23139
23140         * password.el: Don't autoload run-at-time for Emacs.
23141
23142         * sha1-el.el: Don't autoload executable-find.
23143
23144         * sieve-mode.el: Don't autoload c-mode.
23145
23146         * uudecode.el: Don't autoload executable-find.
23147
23148 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23149
23150         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23151         (gnus-agent-possibly-alter-active): Avoid null in numeric
23152         comparison.
23153         (gnus-agent-set-local): Refuse to save null in local object table.
23154         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23155         list of articles that will be marked as unread.
23156
23157 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23160
23161 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23162
23163         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23164         language tags.
23165
23166 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23167
23168         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23169         Don't bind "obarray".
23170
23171         * gnus-sum.el (gnus-thread-sort-functions):
23172         Add `gnus-thread-sort-by-most-recent-number' and
23173         `gnus-thread-sort-by-most-recent-date'.
23174         Reported by Kai Grossjohann <kai@emptydomain.de>.
23175
23176 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23177
23178         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23179
23180 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23181
23182         * gnus-cus.el (gnus-agent-customize-category):
23183         Remove ignore-errors macro reference that required cl to be loaded at
23184         run-time.
23185
23186         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23187         single-interval range of the form (min . max).  Previously the
23188         range had to look like ((min . max)).  Likewise, return
23189         (min . max) rather than ((min . max)).
23190         (gnus-range-map): Use gnus-range-normalize to accept
23191         single-interval range.
23192
23193         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23194         the cache, but not the agent, now appear with their usual face.
23195
23196         * dgnushack.el (loaddir): New variable that is bound to the
23197         directory containing the dgnushack.el file. Use loaddir, rather
23198         than srcdir, to update load-path. Change lets dgnushack compile
23199         code in directories other than GNUS/lisp.
23200
23201 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23202
23203         * lpath.el: Don't bind w3m-safe-url-regexp.
23204
23205         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23206         w3m-safe-url-regexp variable buffer-local.
23207
23208         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23209
23210 2004-02-27  Simon Josefsson  <jas@extundo.com>
23211
23212         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23213         gnus-group-real-prefix.
23214         (gnus-summary-move-article): Use it, instead of
23215         gnus-group-real-prefix.
23216
23217 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23218
23219         * lpath.el: Bind w3m-safe-url-regexp.
23220
23221         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23222         w3m-safe-url-regexp variable buffer-local and set it as the value
23223         of mm-w3m-safe-url-regexp.
23224
23225         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23226
23227         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23228         parsing gnus-posting-styles when the message is not for replying.
23229
23230         * dgnushack.el: Autoload sgml-mode for XEmacs.
23231
23232         * nnrss.el (nnrss-opml-export):
23233         Use mm-set-buffer-file-coding-system instead of
23234         set-buffer-file-coding-system.
23235
23236 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23237
23238         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23239         of checkdoc.el).
23240         * nnrss.el: do.
23241         * gnus-mlspl.el: do.
23242         * gnus-ml.el: do.
23243         * gnus-srvr.el: do.
23244
23245         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23246
23247 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23248
23249         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23250         Corrections to custom-manual links.
23251
23252         * gnus-art.el (gnus-article): Ditto.
23253
23254         * mm-decode.el (mime-display, mime-security): Ditto.
23255
23256 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23257
23258         * flow-fill.el: Typo.
23259
23260 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23261
23262         * spam-wash.el: New file.
23263
23264 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23265
23266         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23267
23268 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23269
23270         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23271         to be run with new-articles as LIST1, not LIST2.
23272         (spam-registration-functions): Add spam-use-ham-copy as a nil
23273         registration backend.
23274
23275 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23276
23277         * spam-stat.el (spam-stat-washing-hook): New option.
23278         (spam-stat-buffer-words): Use it.
23279         (spam-stat-process-directory, spam-stat-test-directory):
23280         Use insert-file-contents-literally.
23281         (spam-stat-coding-system): New variable.
23282         (spam-stat-load, spam-stat-save): Use it.
23283
23284 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23285
23286         * spam-report.el (spam-report-plug-agent):
23287         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23288
23289 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23290
23291         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23292         Allow / in mailto URLs.
23293
23294 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23295
23296         * spam-report.el (spam-report-process-queue): Fix interactive use.
23297         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23298         (spam-report-unplug-agent): Doc fixes.
23299         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23300         (spam-report-agentize, spam-report-deagentize): Autoload.
23301
23302 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23303
23304         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23305
23306         * message.el (message-setup-fill-variables): Add mml tags to
23307         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23308         <ajk@iu.edu>.
23309         (message-mode): Don't modify paragraph-separate there.
23310
23311 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23312
23313         * compface.el (uncompface-use-external): Default to undecided.
23314         (uncompface-use-external-threshold): New variable.
23315         (uncompface-float-time): New macro.
23316         (uncompface): Determine whether to use the external decoder if
23317         uncompface-use-external is undecided.
23318
23319 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23320
23321         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23322         after images.
23323
23324         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23325
23326 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23327
23328         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23329
23330         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23331
23332         * gnus-sum.el (gnus-summary-limit-to-age)
23333         (gnus-summary-limit-children): do.
23334
23335         * gnus-int.el (gnus-request-scan): do.
23336
23337         * gnus-group.el (gnus-group-suspend): do.
23338
23339         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23340
23341         * gnus-cite.el (gnus-cite-parse-attributions): do.
23342
23343         * gnus-agent.el (gnus-summary-set-agent-mark)
23344         (gnus-agent-regenerate-group): do.
23345
23346         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23347
23348         * binhex.el (binhex-decode-region-internal): do.
23349
23350 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * gnus-fun.el (gnus-face-properties-alist): New user option.
23353         (gnus-display-x-face-in-from): Use it.
23354
23355         * gnus-art.el (article-display-face): Ditto.
23356
23357         * compface.el (uncompface-use-external): Default to nil.
23358
23359 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23360
23361         * nntp.el (nntp-erase-buffer): New function.
23362         (nntp-retrieve-data, nntp-send-command)
23363         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23364         (nntp-possibly-change-group): Use it.
23365
23366         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23367         Use with-current-buffer.
23368
23369 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23370
23371         * compface.el: Merge the ELisp-based uncompface program.
23372         (compface): New customization group.
23373         (uncompface-use-external): New user option.
23374         (uncompface): Call uncompface-internal if uncompface-use-external
23375         is nil.
23376         (uncompface-internal): New function.  Note that there are also
23377         some other functions and variables added for this function.
23378
23379 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23380
23381         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23382         if necessary.
23383
23384 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23385
23386         * spam-report.el (spam-report-unplug-agent)
23387         (spam-report-plug-agent, spam-report-deagentize)
23388         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23389         Add support for the Agent in spam-report: when unplugged, report to a
23390         file; when plugged, submit all the requests.
23391
23392         * spam.el (spam-register-routine): Fix message about
23393         registration.
23394
23395 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23396
23397         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23398         dependencies.
23399         (rfc2047-encode): Use it.
23400
23401         * gnus-art.el (gnus-button-marker-list): Move before first
23402         reference.
23403
23404         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23405         (imap-parse-body): Fix format string mismatch.
23406
23407         * gnus-score.el (gnus-summary-increase-score): do.
23408
23409         * nnrss.el (nnrss-close): New function.
23410
23411 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23412
23413         * nnrss.el (nnrss-make-filename): New function.
23414         (nnrss-request-delete-group, nnrss-read-server-data)
23415         (nnrss-save-server-data, nnrss-read-group-data)
23416         (nnrss-save-group-data): Use it.
23417         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23418         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23419         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23420
23421 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23422
23423         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23424
23425 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23426
23427         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23428         files.
23429
23430         * message.el (message-generate-headers-first): Don't quote nil
23431         and t in docstrings.
23432
23433         * imap.el (imap-id): do.
23434
23435         * gnus-agent.el (gnus-agent-consider-all-articles)
23436         (gnus-agent-queue-mail): do.
23437
23438 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23439
23440         * spam-report.el (spam-report-process-queue): New function.
23441         Process requests from `spam-report-requests-file'.
23442         (spam-report-process-queue): Doc fix.
23443
23444 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23445
23446         * spam.el (spam-register-routine)
23447         (spam-log-processing-to-registry, spam-log-registered-p)
23448         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23449         Change "check" to "spam-check" for semi-clarity.
23450
23451 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23452
23453         * pop3.el: Require nnheader.
23454
23455         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23456
23457         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23458
23459         * gnus-picon.el: Require cl.
23460
23461         * gnus-fun.el: Require gnus-ems and gnus-util.
23462
23463         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23464
23465         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23466
23467         * gnus-art.el (gnus-article-edit-mode): Define before first
23468         reference.
23469
23470 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23471
23472         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23473         (gnus-uu-post-encoded): Use point-at-bol.
23474
23475         * gnus-topic.el (gnus-group-active-topic-p): do.
23476
23477         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23478
23479         * gnus-group.el (gnus-group-kill-region): do.
23480
23481         * gnus-art.el (article-date-ut): do.
23482
23483         * message.el (message-fetch-field): Remove redundant
23484         case-fold-search binding.
23485         (message-narrow-to-field): Simplify.
23486
23487 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23488
23489         * spam.el (spam-directory): Derive from `gnus-directory'.
23490
23491         * spam-report.el (spam-report-url-to-file)
23492         (spam-report-requests-file): New function and variable for offline
23493         reporting.
23494         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23495         and user defined function.
23496         (spam-report-url-ping-mm-url): Remove doubled slash.
23497
23498 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23499
23500         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23501
23502 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23503
23504         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23505         Fix format string mismatch.
23506
23507         * sieve.el (sieve-deactivate-all): do.
23508
23509         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23510
23511         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23512
23513         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23514
23515         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23516
23517 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23518
23519         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23520         the list of checks.
23521
23522 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23523
23524         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23525         padding.
23526
23527 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23528
23529         * mm-view.el (mm-fill-flowed): New variable.
23530         (mm-inline-text): Use it.
23531
23532 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23533
23534         * spam.el (spam-spamassassin-register-ham-routine)
23535         (spam-spamassassin-register-spam-routine): Fix function names.
23536
23537 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23538
23539         * gnus.el (gnus-tmp-grouplens): Remove.
23540         (gnus-summary-line-format): Remove grouplens.
23541
23542         * gnus-group.el (gnus-group-line-format): Ditto.
23543
23544         * gnus-spec.el (gnus-format-specs): Ditto.
23545         (gnus-update-format-specifications): Flush the group format spec
23546         cache if there's the grouplens stuff.
23547         (gnus-parse-simple-format): Replace %l with the empty string.
23548
23549 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23550
23551         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23552         omission.
23553
23554 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23557         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23558
23559 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23560
23561         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23562         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23563         New macros and functions.
23564         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23565         Handle > NLINK_MAX messages.
23566         * nnmaildir.el (nnmaildir-request-set-mark):
23567         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23568
23569 2004-01-25  Alex Schroeder  <alex@gnu.org>
23570
23571         * spam-stat.el (spam-stat-process-directory-age): New option.
23572         (spam-stat-process-directory): Use it.
23573
23574 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23575
23576         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23577         (spam-stat-save): Accept prefix argument.
23578
23579 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23580
23581         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23582         links" error.
23583
23584 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23587         the rest of the and/or forms.
23588
23589 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23590
23591         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23592         compatibility with old .newsrc.eld files.
23593
23594         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23595
23596         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23597
23598         * gnus-start.el (gnus-1): do.
23599
23600         * gnus-group.el (gnus-group-line-format-alist): do.
23601
23602         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23603
23604         * gnus-gl.el: Remove.
23605
23606 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23607
23608         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23609         marks consisting of a single range {for example, (3 . 5)} rather
23610         than a list of a single range { ((3 . 5)) }.
23611
23612 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23613
23614         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23615         Use with-current-buffer.
23616         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23617         avoid consing a string.
23618
23619         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23620         Remove obsolete entries for big5 and gb2312.
23621
23622 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23623
23624         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23625         uncompressed list.
23626
23627 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23628
23629         * spam-stat.el (spam-stat-strip-xref): New function.
23630         (spam-stat-process-directory): Use it.
23631
23632         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23633         here -- it's done in message-fetch-field.
23634
23635 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23636
23637         * gnus-agent.el (gnus-agent-queue-mail)
23638         (gnus-agent-prompt-send-queue): New variables.
23639         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23640         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23641         "nndraft:queue" along to gnus-draft-send.
23642         Use gnus-agent-prompt-send-queue.
23643         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23644         is "nndraft:queue".  Suggested by Gaute Strokkenes
23645         <gs234@srcf.ucam.org>
23646
23647         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23648         (agent-enable-undownloaded-faces): Add.
23649         (gnus-agent-cat-groups): Use eval-and-compile, not
23650         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23651         method of gnus-agent-cat-groups even when the buffer has been
23652         evaled.
23653         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23654         delete gnus-agent-save-active-1.
23655         (gnus-agent-save-groups): Delete.  Identical to
23656         gnus-agent-save-active.
23657         (gnus-agent-write-active): No longer adjust agent's copy of active
23658         file as agent's adjustments are now stored in their own
23659         file.  Remove optional parameter.
23660         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23661         servers.  Add use of min/max range limits from server's local
23662         file.
23663         (gnus-agent-save-alist): Remove unused optional argument.
23664         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23665         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23666         (gnus-agent-set-local): A per-server file that keeps min/max range
23667         limits for articles known to the agent.  Provides a fast mechanism
23668         for altering many active ranges.
23669         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23670         active file (local makes it unnecessary).
23671         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23672
23673         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23674         (agent-enable-undownloaded-faces): Add.
23675
23676         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23677         disable it when sending to "nndraft:queue".
23678         (gnus-group-send-queue): Add safety check to avoid sending queue
23679         when unplugged.
23680
23681         * gnus-group.el (gnus-group-catchup): Use new
23682         gnus-sequence-of-unread-articles, not
23683         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23684         numbers of articles.  Use gnus-range-map to avoid having to
23685         uncompress the unread list.
23686         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23687         Fix invalid ange-ftp reference.
23688
23689         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23690         (gnus-sorted-range-intersection): Intersection of two ranges
23691         without requiring that they first be uncompressed.
23692
23693         * gnus-start.el (gnus-activate-group): Unless blocked by the
23694         caller, possibly expand the active range to include both cached
23695         and agentized articles.
23696         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23697         multiple version-dependent converters.
23698         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23699         gnus-agent-save-active.
23700         (gnus-save-newsrc-file): Save dirty agent range limits.
23701
23702         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23703         gnus-agent-possibly-alter-active.
23704         (gnus-adjust-marked-articles): Faster handling of simple lists.
23705
23706 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23707
23708         * spam-stat.el (spam-stat-test-directory): New optional argument
23709         displays a list of files detected.  Suggested by Andrew Cohen
23710         <cohen@andy.bu.edu>.
23711         (spam-stat-buffer-words-with-scores): Don't narrow and change
23712         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23713
23714 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23715
23716         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23717         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23718         (spam-spamassassin-arguments)
23719         (spam-spamassassin-spam-flag-header)
23720         (spam-spamassassin-positive-spam-flag-header)
23721         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23722         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23723         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23724         (spam-list-of-processors, spam-list-of-checks)
23725         (spam-list-of-statistical-checks, spam-registration-functions)
23726         (spam-check-spamassassin-headers, spam-check-spamassassin)
23727         (spam-spamassassin-score)
23728         (spam-spamassassin-register-with-sa-learn)
23729         (spam-spamassassin-register-spam-routine)
23730         (spam-spamassassin-register-ham-routine)
23731         (spam-assassin-register-spam-routine)
23732         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23733         (spam-bogofilter-score): Fix to show article before scoring.
23734
23735 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23736
23737         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23738         default scoring function.
23739         (spam-generic-score): Call spam-spamassassin-score if
23740         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23741         spam-bogofilter-score otherwise.
23742
23743         * gnus.el (spam-process, spam-autodetect-methods):
23744         Add spamassassin and spamassassin-headers.
23745
23746 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23747
23748         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23749         Suppress unnecessary messages.
23750
23751 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23752
23753         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23754         make-hash-table.
23755
23756 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23757
23758         * canlock.el (base64-encode-string): Don't autoload it.
23759
23760 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23761
23762         * run-at-time.el: Remove useless (require 'itimer),
23763         eval-and-compile and (featurep 'xemacs).
23764
23765 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23766
23767         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23768         GROUP is a virtual group.
23769
23770 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23771
23772         * gnus.el: Autoload `message-y-or-n-p'.
23773
23774 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23775
23776         * pgg-parse.el: Remove unnecessary (require 'custom).
23777
23778         * pgg-def.el: do.
23779
23780         * nnmail.el: do.
23781
23782         * gnus-undo.el: do.
23783
23784         * gnus-picon.el: do.
23785
23786         * gnus-util.el: do.
23787
23788 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23789
23790         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23791
23792 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23793
23794         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23795         handle, as well as a list.
23796
23797         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23798         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23799         (mm-w3m-cid-retrieve): Simplify.
23800
23801 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23802
23803         * message.el (message-kill-to-signature): Allow prefix arg to
23804         specify number of lines to keep before signature.
23805
23806 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23807
23808         * message.el (message-kill-to-signature): Change docstring.
23809
23810 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23811
23812         * canlock.el: Always require sha1-el.
23813         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23814
23815         * message.el: Autoload sha1 only when compiling.
23816
23817         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23818         eudc-expand-inline for XEmacs.
23819
23820 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * message.el (message-canlock-generate): Require sha1-el.
23823
23824 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23825
23826         * message.el (message-expand-name): Silence the byte compiler.
23827
23828         * lpath.el: Add detect-coding-system.
23829
23830         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23831         cus-edit.
23832
23833 2004-01-13  Simon Josefsson  <jas@extundo.com>
23834
23835         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23836         Invoke gnus-score-mode.
23837         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23838
23839         * gnus-range.el (gnus-compress-sequence): Doc fix.
23840         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23841
23842 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23843
23844         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23845
23846 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23847
23848         * spam.el (spam-get-article-as-string): Update to use
23849         gnus-request-article-this-buffer, much simpler.
23850         (spam-get-article-as-buffer): Remove.
23851
23852 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23853
23854         * message.el (message-expand-name): Use EUDC if the user uses that.
23855
23856 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23857
23858         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23859         character for the encoding to avoid consing a string.
23860
23861         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23862         unnecessarily.
23863
23864         * mm-util.el (mm-replace-chars-in-string): Remove.
23865
23866         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23867         of mm-replace-chars-in-string.
23868
23869 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23870
23871         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23872
23873         * mm-util.el (mm-subst-char-in-string): Support inplace.
23874
23875         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23876         a new string in every iteration.  Use shy groups.
23877
23878 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23879
23880         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23881         * gnus-soup.el (gnus-soup-group-brew):
23882         * gnus-msg.el (gnus-put-message):
23883         * gnus-move.el (gnus-group-move-group-to-server):
23884         * gnus-kill.el (gnus-batch-score):
23885         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23886         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23887         (gnus-group-update-group, gnus-group-read-group)
23888         (gnus-group-make-group, gnus-group-make-help-group)
23889         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23890         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23891         (gnus-group-sort-by-unread, gnus-group-catchup)
23892         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23893         (gnus-group-yank-group, gnus-group-set-info)
23894         (gnus-group-list-groups):
23895         * gnus.el (gnus-generate-new-group-name):
23896         * gnus-delay.el (gnus-delay-send-queue):
23897         * nnvirtual.el (nnvirtual-catchup-group):
23898         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23899         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23900         (gnus-group-prepare-topics, gnus-topic-check-topology):
23901         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23902         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23903         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23904         (gnus-group-make-articles-read):
23905         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23906         (gnus-group-change-level, gnus-kill-newsgroup)
23907         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23908         (gnus-get-unread-articles, gnus-make-articles-unread)
23909         (gnus-make-ascending-articles-unread): Use accessor
23910         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23911         to get group information for improved readability.
23912
23913
23914 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23915
23916         * gnus-art.el (article-decode-mime-words, article-babel)
23917         (gnus-article-highlight-signature, gnus-article-add-buttons)
23918         (gnus-signature-toggle): Use gnus-with-article-buffer.
23919
23920         * gnus-art.el (gnus-article-highlight-headers)
23921         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23922
23923         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23924         (gnus-article-set-globals, gnus-request-article-this-buffer)
23925         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23926         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23927         (gnus-mime-display-alternative): Use with-current-buffer.
23928
23929 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23930
23931         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23932         also under 80 char limit, and call gnus-error if needed.
23933         (spam-fetch-article-header): Fix - it was a
23934         buffer-local variable (gnus-newsgroup-data).
23935         (spam-find-spam): Use spam-generate-fake-headers, forget about
23936         spam-insert-fake-headers.
23937         (spam-insert-fake-headers): Remove.
23938
23939 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23940
23941         * deuglify.el (gnus-article-outlook-unwrap-lines)
23942         (gnus-outlook-rearrange-article)
23943         (gnus-outlook-repair-attribution-outlook)
23944         (gnus-outlook-repair-attribution-block)
23945         (gnus-outlook-repair-attribution-other): Remove redundant
23946         save-excursion.
23947
23948 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23949
23950         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23951         (spam-fetch-field-subject-fast)
23952         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23953         (spam-fetch-article-header): Add functions to deal with Gnus
23954         internals for fast retrieval of article header data.
23955         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23956
23957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23958
23959         * pop3.el (pop3-md5): Remove.
23960         (pop3-apop): Replace pop3-md5 with md5.
23961
23962         * mm-bodies.el: base64 is always built-in.
23963
23964         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23965         Use with-current-buffer.
23966
23967 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23968
23969         * canlock.el (canlock-insert-header): Remove excessive grouping in
23970         regexp.
23971
23972         * gnus-sum.el (gnus-summary-read-document): Ditto.
23973
23974         * gnus-uu.el (gnus-uu-part-number): Ditto.
23975
23976         * html2text.el (html2text-remove-tags): Ditto.
23977         (html2text-format-tags): Ditto.
23978         (html2text-format-single-elements): Ditto.
23979
23980         * mml.el (mml-parse-1): Ditto.
23981
23982 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23983
23984         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23985
23986         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23987
23988         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23989
23990         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23991
23992 2003-11-15  Simon Josefsson  <jas@extundo.com>
23993
23994         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23995         (pgg-gpg-lookup-key): Use regexp match instead of
23996         split-string (split-string is different between emacs 21.2 and
23997         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23998
23999 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24000
24001         * gnus-art.el (gnus-mime-view-all-parts)
24002         (gnus-article-part-wrapper, gnus-article-view-part):
24003         Use with-current-buffer.
24004
24005 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24006
24007         * spam.el (spam-disable-spam-split-during-ham-respool)
24008         (spam-spamoracle-database, spam-cache-lookups)
24009         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24010         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24011         (spam-group-ham-marks, spam-group-spam-marks)
24012         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24013         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24014         also add spam-use-blackholes to the statistical checks.
24015         (spam-fetch-field-fast): Add interface to fetching fields, may
24016         become a macro.
24017         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24018         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24019         (spam-insert-fake-headers): Fake an article when needed.
24020         (spam-find-spam): Fake article when possible.
24021         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24022         (spam-check-bogofilter-headers): Use message-fetch-field instead
24023         of nnmail-fetch-field.
24024
24025 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24026
24027         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24028
24029 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24030
24031         * spam.el (spam-split): Do not require spam-use-CHECK to be
24032         enabled if that check is passed to spam-split explicitly; also
24033         fix so 'spam doesn't get converted to spam-split-group when
24034         spam-split-symbolic-return is t.
24035         (spam-find-spam): Find registrations of the article and use those
24036         instead of re-running spam-split to find the spam/ham
24037         classification of the article.
24038         (spam-log-processing-to-registry, spam-log-registered-p)
24039         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24040         Use gnus-error instead of gnus-message.
24041         (spam-log-registration-type): Add function to determine the
24042         classification of a message based on registry entries; will
24043         return nil if both 'spam and 'ham are found.
24044         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24045         a reasonably fast local cache without the loading errors.
24046         (spam-cache-lookups): Set to t by default.
24047         (spam-find-spam): Don't try to guess spam-cache-lookups.
24048         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24049         spam-caches entry.
24050         (spam-filelist-build-cache, spam-filelist-check-cache):
24051         Fix caching of whitelist/blacklist entries.
24052         (spam-check-whitelist, spam-check-blacklist):
24053         Invoke spam-from-listed-p with a type, not a cache variable.
24054         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24055
24056 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24057
24058         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24059
24060         * nnmail.el (nnmail-split-fancy): do.
24061
24062         * mml.el (mml-parse): do.
24063
24064         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24065         (gnus-score-adaptive): do.
24066
24067 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24068
24069         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24070         (gnus-mime-button-map): Don't set keymap parent.
24071         (gnus-button-ctan-directory-regexp): Use shy grouping.
24072         (gnus-prev-page-map): Don't set keymap parent.
24073         (gnus-prev-page-map): Remove duplicated one.
24074         (gnus-next-page-map): Don't set keymap parent.
24075         (gnus-mime-security-button-map): Ditto.
24076
24077         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24078         version number.
24079
24080         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24081
24082 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24083
24084         * canlock.el (canlock-sha1-function): Remove.
24085         (canlock-sha1-function-for-verify): Remove.
24086         (canlock-openssl-program): Remove.
24087         (canlock-openssl-args): Remove.
24088         (canlock-ignore-errors): Remove.
24089         (canlock-sha1-with-openssl): Remove.
24090         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24091         (canlock-verify): Don't use canlock-ignore-errors.
24092
24093         * sha1-el.el (sha1-string-external): Make it can return a string
24094         in binary form.
24095         (sha1-region-external): Ditto.
24096         (sha1-string-internal): Ditto.
24097         (sha1-region-internal): Ditto.
24098         (sha1-region): Ditto.
24099         (sha1-string): Ditto.
24100         (sha1): Ditto.
24101
24102 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24103
24104         * spam.el (spam-report-articles-gmane): New command.
24105
24106 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24107
24108         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24109
24110         * run-at-time.el (run-at-time-saved): Remove.
24111         (run-at-time): Doc fix.
24112
24113 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24114
24115         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24116         (gnus-summary-limit-map): Add it.
24117         (gnus-summary-make-menu-bar): do.
24118
24119 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24120
24121         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24122         Make attempt at some caching support (done for BBDB only now).
24123         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24124         addresses to be checked.
24125         (spam-clear-cache-BBDB): Add function, to be invoked by
24126         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24127         (spam-check-BBDB): Check and use the caches, if
24128         spam-cache-lookups is on, remove superfluous (provide).
24129
24130 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24131
24132         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24133
24134 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24135
24136         * run-at-time.el (run-at-time-saved): Move to after the definition
24137         of `run-at-time'.
24138
24139         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24140
24141 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24142
24143         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24144         mm-w3m-local-map-property.
24145
24146         * mm-view.el (mm-w3m-mode-map): Remove.
24147         (mm-w3m-local-map-property): Remove.
24148         (mm-inline-text-html-render-with-w3m): Don't use
24149         mm-w3m-local-map-property.
24150
24151 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24152
24153         * run-at-time.el: New file.
24154
24155         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24156         under Emacs.
24157
24158         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24159         of gnus-set-text-properties.
24160
24161         * gnus-uu.el (gnus-uu-save-article): Ditto.
24162
24163         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24164
24165         * gnus-cite.el (gnus-cite-parse): Ditto.
24166
24167         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24168         of gnus-.
24169
24170         * gnus-xmas.el (run-at-time): Require run-at-time.
24171
24172         * gnus.el: Change calls to nnheader-run-at-time and
24173         password-run-at-time throughout to use run-at-time directly.
24174
24175         * password.el: Remove definition of run-at-time.
24176
24177         * nnheaderxm.el: Remove definition of run-at-time.
24178
24179 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24180
24181         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24182         in prompt.
24183
24184 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24185
24186         * messagexmas.el (message-xmas-redefine): Alias
24187         `message-make-caesar-translation-table' to
24188         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24189         version.
24190
24191         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24192         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24193         `gnus-xmas-set-text-properties'.
24194         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24195         `gnus-xmas-completing-read'.
24196         (gnus-xmas-completing-read): Removed.
24197         (gnus-xmas-open-network-stream): Removed.
24198
24199         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24200         XEmacs version.
24201
24202         * dns.el (dns-make-network-process): Use `open-network-stream'
24203         instead of `gnus-xmas-open-network-stream'.
24204
24205         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24206
24207         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24208
24209 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24210
24211         * gnus-art.el (gnus-mime-display-alternative)
24212         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24213         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24214         Don't use gnus-local-map-property.
24215
24216         * gnus-util.el (gnus-local-map-property): Remove.
24217
24218         * mm-view.el (mm-view-pkcs7-decrypt):
24219         Replace gnus-completing-read-maybe-default with completing-read.
24220
24221         * gnus-util.el (gnus-completing-read): do.
24222         (gnus-completing-read-maybe-default): Remove.
24223
24224 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24225
24226         * password.el: Only autoload `run-at-time' if not XEmacs.
24227         Only autoload the itimer functions if XEmacs.
24228
24229 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24230
24231         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24232         XEmacsen.
24233
24234         * dgnushack.el: Autoload executable-find for XEmacs.
24235
24236 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24237
24238         * gnus-art.el (gnus-read-string): Remove.
24239         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24240         read-string.
24241
24242 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24243
24244         * netrc.el: Autoload password-read.
24245         (netrc): Add configuration group.
24246         (netrc-encoding-method, netrc-openssl-path):
24247         Add variables for encoding and decoding of files with symmetric
24248         ciphers.
24249         (netrc-encode): Add assistant function to encode a file with
24250         netrc-encoding-method.
24251         (netrc-parse): Add interactive parameter, added optional
24252         decoding if netrc-encoding-method is non-nil but otherwise
24253         behavior is standard.
24254         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24255         Do s/encode/encrypt/ everywhere.
24256
24257         * spam.el: Remove executable-find autoload.
24258
24259 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24260
24261         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24262
24263         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24264
24265 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24266
24267         * gnus-art.el (gnus-treat-ansi-sequences)
24268         (article-treat-ansi-sequences): New variable and function.
24269         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24270
24271         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24272         Use it.
24273
24274 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24275
24276         * mm-util.el (mm-quote-arg): Remove.
24277
24278         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24279         shell-quote-argument.
24280
24281         * gnus-uu.el (gnus-uu-command): do.
24282
24283         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24284
24285         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24286         with make-char.
24287
24288         * mm-util.el (mm-make-char): Remove.
24289
24290         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24291         add-minor-mode.
24292
24293         * gnus-undo.el (gnus-undo-mode): do.
24294
24295         * gnus-topic.el (gnus-topic-mode): do.
24296
24297         * gnus-sum.el (gnus-dead-summary-mode): do.
24298
24299         * gnus-start.el (gnus-slave-mode): do.
24300
24301         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24302
24303         * gnus-ml.el (gnus-mailing-list-mode): do.
24304
24305         * gnus-gl.el (gnus-grouplens-mode): do.
24306
24307         * gnus-draft.el (gnus-draft-mode): do.
24308
24309         * gnus-dired.el (gnus-dired-mode): do.
24310
24311         * gnus-ems.el (gnus-add-minor-mode): Remove.
24312
24313         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24314         Replace gnus-char-width with char-width.
24315
24316         * gnus-ems.el (gnus-char-width): Remove.
24317
24318         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24319         Replace gnus-char-width with char-width.
24320
24321         * gnus-ems.el (gnus-char-width): Remove.
24322
24323         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24324         definition.
24325         Remove Emacs 20 hash table compatibility code.
24326
24327         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24328         20 compatibility code.
24329
24330         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24331
24332         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24333
24334         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24335         Replace with point-at-{eol,bol}.
24336
24337         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24338
24339         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24340
24341         * flow-fill.el (fill-flowed-point-at-bol)
24342         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24343
24344         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24345         Replace with point-at-{eol,bol} throughout all files.
24346
24347 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24348
24349         * ntlm.el (ntlm-string-as-unibyte): New macro.
24350         (ntlm-build-auth-response): Use it.
24351
24352         Remove Emacs 20 stuff:
24353         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24354         (butlast, mapc, remove): Remove the compiler macros.
24355         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24356         of delq and copy-sequence.
24357         * gnus-art.el (popup-menu): Remove the compiler macro.
24358         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24359         Emacs 20.
24360
24361 2004-01-05  Simon Josefsson  <jas@extundo.com>
24362
24363         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24364         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24365         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24366         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24367         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24368         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24369         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24370         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24371         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24372         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24373         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24374         string-xor into ntlm-string-xor.
24375         Suggested by Jesper Harder <harder@myrealbox.com>.
24376
24377         * ntlm.el: Don't include poem.
24378
24379         * md4.el (print-int32, print-string-hexa): Remove.
24380         Suggested by Jesper Harder <harder@myrealbox.com>.
24381
24382         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24383
24384         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24385         probably breaks emacs with DL patch, but do we care? Is anyone
24386         still using the DL stuff?)
24387
24388         * sieve-manage.el: Use the password package.
24389         (sieve-manage-read-passwd): Remove.
24390         (sieve-manage-interactive-login): Use password.  Re-add
24391         condition-case around loop.
24392
24393         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24394         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24395         Use the password package.
24396
24397 2003-02-19  Simon Josefsson  <jas@extundo.com>
24398
24399         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24400         token.
24401
24402 2002-08-07  Simon Josefsson  <jas@extundo.com>
24403
24404         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24405         (sieve-manage-authenticators):
24406         (sieve-manage-authenticator-alist): Add some SASL mechs.
24407         (sieve-sasl-auth): New function.
24408         (sieve-manage-cram-md5-auth):
24409         (sieve-manage-plain-auth): Rewrite using SASL library.
24410         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24411         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24412         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24413         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24414
24415 2004-01-05  Simon Josefsson  <jas@extundo.com>
24416
24417         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24418         New files.
24419
24420 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24421
24422         * gnus-group.el (gnus-no-groups-message): Update.
24423
24424         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24425
24426 2003-11-09  Simon Josefsson  <jas@extundo.com>
24427
24428         * imap.el: Support for ID IMAP extension (RFC 2971).
24429         (imap-local-variables): Add imap-id.
24430         (imap-id): New variable.
24431         (imap-id): New function.
24432         (imap-parse-response): Parse untagged ID response.
24433         * nnimap.el (nnimap-id): New variable.
24434         (nnimap-open-connection): Use it.
24435
24436 2003-12-28  Simon Josefsson  <jas@extundo.com>
24437
24438         * gnus-score.el (gnus-score-edit-all-score): New.
24439         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24440
24441 2004-01-04  Simon Josefsson  <jas@extundo.com>
24442
24443         * password.el: Add.
24444
24445 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24446
24447         * dns.el (dns-query-types): Fix typo.
24448         (dns-query-types): New function.
24449         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24450         PTR and SOA replies, see RFC 1035.
24451
24452 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24453
24454         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24455
24456         * Move to Changelog.2.
24457
24458 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24459
24460         * gnus.el (gnus-version-number): Bump version.
24461
24462 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24463
24464         * gnus.el: No Gnus v0.1 is released.
24465
24466 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24467
24468         * gnus.el: No Gnus v0.0 is released.
24469
24470 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24471
24472         * gnus.el (gnus-version-number): Bump.
24473         (gnus-version): No.
24474
24475 See ChangeLog.2 for earlier changes.
24476
24477   Copyright (C) 2004-2012  Free Software Foundation, Inc.
24478
24479   This file is part of GNU Emacs.
24480
24481   GNU Emacs is free software: you can redistribute it and/or modify
24482   it under the terms of the GNU General Public License as published by
24483   the Free Software Foundation, either version 3 of the License, or
24484   (at your option) any later version.
24485
24486   GNU Emacs is distributed in the hope that it will be useful,
24487   but WITHOUT ANY WARRANTY; without even the implied warranty of
24488   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24489   GNU General Public License for more details.
24490
24491   You should have received a copy of the GNU General Public License
24492   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24493
24494 ;; Local Variables:
24495 ;; coding: utf-8
24496 ;; fill-column: 79
24497 ;; add-log-time-zone-rule: t
24498 ;; End: