shr.el (shr-find-fill-point): Don't break a line within kinsoku-eol characters.
[gnus] / lisp / ChangeLog
1 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
4         before kinsoku-bol characters and within kinsoku-eol characters.
5
6 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
9         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
10         (gnus-sync-read): Use mapc instead of mapcar.
11
12         * mm-archive.el: Require mm-decode for some macros.
13         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
14         the byte compiler.
15         (mm-archive-decoders): New function that returns the value of
16         the mm-archive-decoders variable.
17
18         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
19         instead.
20         (mm-dissect-singlepart): Use the function mm-archive-decoders.
21
22         * nnimap.el (gnus-refer-thread-use-nnir):
23         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
24
25 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
28
29 2012-03-12  Peter Münster  <pmrb@free.fr>
30
31         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
32         (gnus-demon-cancel): Ditto.
33         (gnus-demon-run-callback): When function cannot be called due to low
34         idleness, call it when idleness reaches the expected value, instead of
35         waiting another timer period.
36         (gnus-demon-init): Add `time' to arguments of call-back.
37
38 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
41
42         * gnus.el: Register gnus-registry functions.
43
44         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
45         indent.
46
47         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
48         enabled before warping.
49
50 2012-03-22  Dave Abrahams  <dave@boostpro.com>
51
52         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
53         registry about each article retrieved.
54
55         * gnus-int.el (gnus-select-group-with-message-id): New function.
56         (gnus-try-warping-via-registry): Ditto.
57         (gnus-warp-to-article): Fall back on the registry.
58
59 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
60
61         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
62         inboxes.
63
64 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
67
68 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
71         gnus-gcc-self-resent-messages may be a group parameter.
72         (gnus-summary-resend-message): Don't encode encoded words in header
73         when Gcc'ing resent message.
74
75 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * shr.el (shr-insert): Treat non-breaking space just like normal
78         space.  This seems to produce more pleasing results.
79         (shr-insert): Only insert a blank line if we're starting from an image.
80         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
81         (shr-ensure-paragraph): Consider lines with white space to be blank.
82
83 2012-03-15  Elias Pipping  <pipping@lavabit.com>
84
85         * Makefile.in: Respect DESTDIR.
86
87 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
88
89         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
90         and gnus-gcc-post-body-encode-hook.
91
92 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
95         messages that don't exist.
96
97         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
98
99 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
104         "#" to avoid having them interpreted as comments.
105
106 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * shr.el (shr-insert): Update the text state properly to avoid
109         inserting spurious paragraph starts.
110
111 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * shr.el (shr-table-widths): Divide the extra width more fairly over
114         the TDs (bug#10973).
115         (shr-render-td): Don't delete too much padding.
116         (shr-natural-width): Compute the natural width more correctly.
117         (shr-insert): Allow the natural width to be computed for tables again.
118         (shr-tag-table-1): Rework how the natural widths are computed by
119         rendering the table a third time.
120         (shr-natural-width): Removed.
121         (shr-buffer-width): New function.
122         (shr-expand-newlines): Use it.
123
124         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
125         using a `gnus-use-full-window' setup (bug#11013).
126
127 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
130         24.1 release.
131
132 2012-03-10  David Edmondson  <dme@dme.org>
133
134         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
135         'Forwarded Message' header and the start of the message.
136
137 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
138
139         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
140         isn't running (bug#10897).
141
142 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
145         This is inconsistent with all the other stream functions, which leave
146         the setting up to the higher levels (if so wanted) (bug#10931).
147
148 2012-02-28  Glenn Morris  <rgm@gnu.org>
149
150         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
151         mm-decode.el: Standardize possessive apostrophe usage.
152
153 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
156
157 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
158
159         * parse-time.el (parse-time-string): Allow extractor to return nil.
160
161 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
164
165 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
168
169 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
170
171         * mm-decode.el (mm-shr): Remove "soft hyphens".
172
173         * nnimap.el (nnimap-request-list): Return the group names encoded as
174         utf8.  Otherwise non-European group names don't work.
175         (nnimap-request-newgroups): Ditto.
176
177         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
178         the default in `read-string' (bug#10757).
179
180         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
181         topics (bug#10843).
182
183         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
184         buffer.  Suggested by Herbert Valerio Riedel.
185         (nnimap-request-move-article): Delete the message from the correct IMAP
186         server.
187
188 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
189
190         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
191         Reported by Peter Münster.
192
193 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (shr-image-fetched): Make sure we really kill the right
196         buffer.
197
198 2012-02-16  Leo Liu  <sdl.web@gmail.com>
199
200         * gnus-start.el (gnus-1): Avoid duplicate entries.
201
202 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
203
204         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
205         application/octet-stream parts really is.
206
207         * gnus-sum.el (gnus-propagate-marks): Remove.
208
209 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * imap.el: Remove.
212
213         * nntp.el (nntp-coding-system-for-read): Remove.
214         (nntp-coding-system-for-write): Ditto.
215         (nntp-open-connection): Just use `binary' directly.
216
217         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
218         Gnus 0.3.
219
220 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
221
222         * shr.el (shr-rescale-image): Undo previous change; see
223         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
224
225 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
226
227         * gnus.el: Ma Gnus v0.3 is released.
228
229 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-sum.el (gnus-summary-local-variables): Make
232         `gnus-newsgroup-unexist' into a local variable.
233
234 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
235
236         * registry.el (registry-usage-test, registry-persistence-test): Move to
237         tests/gnustest-registry.el.
238         (registry-make-testable-db, registry-match-test)
239         (registry-instantiation-test): Move to tests/gnustest-registry.el.
240
241         * gnus-registry.el (gnus-registry-misc-test)
242         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
243
244         * tests/gnustest-registry.el: New file with the registry and
245         gnus-registry ERT tests.
246
247 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-msg.el (gnus-summary-resend-message): Make
250         gnus-summary-resend-message-insert-gcc be last item in
251         message-header-setup-hook.
252
253 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
254
255         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
256         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
257         Remove.
258         (nnfolder-open-server): Don't use marks.
259         (nnfolder-request-delete-group): Ditto.
260         (nnfolder-request-rename-group): Ditto.
261         (nnfolder-request-set-mark, nnfolder-request-marks)
262         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
263         (nnfolder-save-marks, nnfolder-open-marks): Remove.
264
265         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
266         (nnml-marks-modtime): Remove.
267         (nnml-request-delete-group): Don't use marks.
268         (nnml-request-rename-group): Ditto.
269         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
270         (nnml-save-marks, nnml-open-marks): Remove.
271
272         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
273         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
274         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
275         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
276         (nntp-server-to-method-cache): Remove.
277
278         * shr.el (shr-rescale-image): Fix wrong merge.
279
280 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
283         too-wide lines.
284
285 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
286
287         * nnimap.el (nnimap-record-commands): New variable.
288         (nnimap-log-command): Use it.
289         (nnimap-make-process-buffer): Add a space to the process buffer.
290         (nnimap-transform-headers): Don't bug out on header lines containing
291         stuff that look like IMAP length encodings.
292
293         * shr.el (shr-rescale-image): Allow viewing large images.
294
295 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
296
297         * nnml.el (nnml-request-compact-group): Delete the marks file after
298         compaction (bug#10800).
299
300         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
301         group exit.
302
303         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
304         QRESYNC/FETCH output.
305
306 2012-02-11  Glenn Morris  <rgm@gnu.org>
307
308         * sieve-manage.el (sieve-manage-default-stream):
309         * shr.el (shr):
310         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
311         (nnir-retrieve-headers-override-function)
312         (nnir-imap-default-search-key, nnir-notmuch-program)
313         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
314         (nnir-method-default-engines):
315         * message.el (message-cite-reply-position):
316         * gssapi.el (gssapi-program):
317         * gravatar.el (gravatar):
318         * gnus-sum.el (gnus-refer-thread-use-nnir):
319         * gnus-registry.el (gnus-registry-unfollowed-addresses)
320         (gnus-registry-max-pruned-entries):
321         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
322         * gnus-int.el (gnus-after-set-mark-hook)
323         (gnus-before-update-mark-hook):
324         * gnus-async.el (gnus-async-post-fetch-function):
325         * auth-source.el (auth-source-cache-expiry):
326         Add missing :version tags to new defcustoms and defgroups.
327
328 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-sum.el (gnus-adjust-marked-articles): Add to
331         `gnus-newsgroup-unexist'.
332
333         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
334         marks.
335         (gnus-article-special-mark-lists): Put the `unexist' in the special
336         marks list instead.
337
338         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
339         articles in the list of articles to be selected.
340
341         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
342         articles.
343         (nnimap-update-info): Keep track of unexisting articles.
344         (nnimap-update-qresync-info): Ditto.
345
346 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
347
348         * message.el (message-default-send-mail-function): Made into own
349         function for reuse by emacsbug.el.
350
351 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
352
353         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
354         `gnus-sloppily-equal-method-parameters' to avoid a warning.
355
356 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * mm-archive.el (mm-archive-dissect-and-inline): New function.
359         (mm-archive-dissect-and-inline): Fix up the undisplayer.
360
361         * gnus-compat.el: Define `timer-set-function'.
362
363         * mm-decode.el (mm-display-external): Output the text from the command
364         in the buffer after the command finished.  This makes text-based
365         commands behave better.
366
367 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-compat.el: Add a compat for the old `url-retrieve'.
370
371 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
374         23.1.
375
376 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
379
380 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * message.el (smtpmail-smtp-user): Silence compiler warning.
383
384 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * message.el (message-multi-smtp-send-mail): Also allow specifying the
387         SMTP user name.
388
389 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-sum.el (gnus-summary-show-thread):
392         next-single-char-property-change may return nil in XEmacs.
393         (gnus-summary-article-map): Fix typo.
394
395 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
398         running.
399
400         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
401
402         * gnus.el (gnus-server-extend-method): Don't add an -address component
403         if the method already has one (bug#9676).
404
405 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
408         of an initial-input for consistency (bug#10757).
409
410         * dgnushack.el: Fix XEmacs compilation warning.
411
412         * shr.el: Inhibit getting and sending cookies when fetching pictures.
413
414         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
415
416 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
417
418         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
419         lines that are narrower than the window width.  Otherwise background
420         "blocks" will look less readable.
421
422 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * nnimap.el (nnimap-transform-headers): Remove unused variable.
425         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
426         have newlines within the strings, and where the UID comes after the
427         BODYSTRUCTURE element (bug#10537).
428
429         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
430         (bug#10732).
431
432         * shr.el (shr-insert-document): Add doc string.
433         (shr-visit-file): Ditto.
434         (shr-remove-trailing-whitespace): New function.
435         (shr-insert-document): Use it to clean up trailing whitespace as the
436         final step (bug#10714).
437
438 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
441         buffer if `gnus-kill-summary-on-exit' is nil.
442
443 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
446         when just reading a single group from "without" Gnus.
447
448 2012-02-06  Chong Yidong  <cyd@gnu.org>
449
450         * gnus-sum.el (gnus-summary-show-thread):
451         next-single-char-property-change never returns nil (Bug#8657).
452
453 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
454
455         * message.el (message-multi-smtp-send-mail): New function.
456         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
457         header to implement multi-SMTP functionality.
458
459         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
460         (gnus-agentize): Don't set it.
461         (gnus-agent-send-mail): Don't use it.
462
463         * gnus-sum.el (gnus-summary-widget-backward): New function and
464         keystroke.
465
466         * gnus-compat.el: More the compat functions more compatible.
467
468         * shr.el (shr-put-image): Remove underlines from sliced images.
469         (shr-zoom-image): Compute the region to be replaced more correctly.
470
471 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
474         (gnus-summary-resend-message-insert-gcc): New function.
475         (gnus-summary-resend-message): Modify message-header-setup-hook and
476         message-sent-hook to make it work for Gcc.
477         (gnus-inews-do-gcc): Update the number of unread articles of groups
478         that messages are Gcc'd to.
479
480         * message.el (message-resend): Run message-sent-hook to do Gcc.
481
482 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
483
484         * lpath.el: Fix an XEmacs compilation warning.
485
486         * gnus-compat.el: Require `help-fns' to fix compilation error.
487
488         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
489         a higher level to silence compilation.
490
491         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
492         parameter to allow controlling the scaling.
493
494         * shr.el (shr-zoom-image): New command and keystroke.
495         (shr-put-image): Take a `size' flag to say how to scale the image.
496
497         * gnus-compat.el: Redefine `delete-directory' to provide recursive
498         deletion unless already defined.
499
500         * gnus.el (gnus-compat): Require it.
501
502         * gnus-compat.el: New file.
503
504         * gnus-start.el (gnus-clean-old-newsrc): New function.
505         (gnus-read-newsrc-file): Use it.
506
507         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
508         Use recursive deletion.
509         (mm-dissect-archive): Add support for zip files.
510
511         * gnus-util.el (gnus-recursive-directory-files): New function.
512
513         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
514         (mm-archive-decoders): Add tgz support.
515
516         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
517         Otherwise inserting text into the Gnus buffer can look odd.
518
519         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
520
521         * mm-archive.el (mm-archive-decoders): Add support for tar.
522
523         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
524
525         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
526
527 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
528
529         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
530
531         * mm-archive.el: New file.
532
533         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
534
535         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
536
537         * message.el (message-goto-*): Make all the `message-goto-*' commands
538         push the mark before moving point.  This makes it easier to go back to
539         where you came from after editing whatever you jumped to.
540
541 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
542
543         * gnus.el: Ma Gnus v0.1 is released.
544
545 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
546
547         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
548         without reconnecting.
549         (nnimap-possibly-change-group): Ditto.
550         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
551         connection has died before being called.
552
553 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
556         an initial sync unless we're really doing one.
557
558         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
559         address parameter if one already exists (bug#9676).
560
561         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
562         not the prefix, as documented (bug#10689).
563
564 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
565
566         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
567         the "server".
568
569         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
570         the real error message with the useless "previously known to be down".
571         Which isn't even correct.
572
573         * nntp.el (nntp-open-connection): Report the error message if the nntp
574         server can't be reached.
575
576         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
577         groups we do a total scan for.
578         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
579         doing that.
580
581 2012-01-31  Jim Meyering  <jim@meyering.net>
582
583         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
584         Correct a comment (insert "not") and hide nominally-doubled "to".
585
586 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
587
588         * gnus.el (gnus-version): Change name to "Ma Gnus".
589
590 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
591
592         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
593         section in the manual.
594
595 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
598         words.
599         (rfc2047-encode-string): Ditto.
600         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
601         understand folded filename="..." parameters, for instance.
602
603         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
604         the message for greater debuggability.
605
606 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
607
608         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
609         instead of setting it locally, since the latter doesn't seem to have
610         any effect (most of the time).
611
612 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
613
614         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
615         function call.
616
617 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
618
619         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
620         seconds, and make the repeat clause with HH:MM specs work as
621         documented.
622
623 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * proto-stream.el (proto-stream-capability-open): Fall back on
626         :end-of-command if :end-of-capability doesn't exist.
627
628 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
631         bound globally in old Emacsen and XEmacsen.
632
633 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
636         so that previous errors don't prohibit getting new news.
637
638         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
639
640         * nntp.el (nntp-retrieve-group-data-early): Ditto.
641
642 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
643
644         * gnus.el (gnus-group-find-parameter): Check for liveness of the
645         buffer, not of the string which is its name.
646
647 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
648
649         * proto-stream.el (proto-stream-capability-open): Wait for
650         :end-of-capability, not :end-of-command.
651
652         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
653         non-server-marks groups.
654         (gnus-group-make-articles-read): Ditto.
655
656         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
657         methods (bug#9676).
658
659         * gnus.el (gnus-method-ephemeral-p): New function.
660
661 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
664         left-to-right.
665
666 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
669         warning.
670
671 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
674         macroexpand the nnir things, since they haven't been defined yet, and
675         nnir requires gnus-sum.
676
677 2012-01-24  Julien Danjou  <julien@danjou.info>
678
679         * color.el (color-rgb-to-hsl): Fix value computing.
680         (color-hue-to-rgb): New function.
681         (color-hsl-to-rgb): New function.
682         (color-clamp, color-saturate-hsl, color-saturate-name)
683         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
684         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
685
686 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * mm-decode.el (mm-interactively-view-part): Fix prompt.
689
690 2012-01-19  Julien Danjou  <julien@danjou.info>
691
692         * color.el (color-name-to-rgb): Use the white color to find the max
693         color component value and return correctly computed values.
694         (color-name-to-rgb): Add missing float conversion for max value.
695
696 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
699         logical server name in addition to the actual machine address.
700
701         * auth-source.el (auth-source-user-and-password): Add convenience
702         wrapper to search by just host and optionally user.
703
704 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-visit-file): Move point to the beginning of the buffer
707         after rendering.
708
709 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
710
711         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
712         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
713         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
714
715 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-sum.el (gnus-summary-read-group): Document more parameters
718         (bug#9693).
719         (gnus-summary-setup-buffer): Document return value (bug#9697).
720
721         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
722         since ido doesn't work on symbols (bug#9632).
723
724         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
725         when getting a single value as when getting all the values.  This means
726         that atoms like `gcc-self' work cumulatively, like variable settings,
727         instead of getting the value from the last matching clause.
728         (gnus-group-find-parameter): Protect against the group buffer not
729         existing (bug#9585).
730
731 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-start.el (gnus-activate-group): Document more parameters
734         (bug#9694).
735
736         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
737         (bug#9692).
738
739         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
740         article was fetched, so that it can be expired later (bug#9958).
741         (gnus-agent-summary-fetch-series): Add doc string.
742         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
743         (bug#9517).
744
745         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
746         retrieval is happening.
747
748         * gnus.el (gnus-parameters): Doc fix.
749
750 2012-01-06  Dave Abrahams  <dave@boostpro.com>
751
752         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
753         show the thread after expansion.
754
755 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * gnus-art.el (article-narrow-to-head): If the head is completely
758         empty, narrow to the empty region (bug#9764).
759
760         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
761         read, and then mark them as unread only when the unread mark is used.
762         This makes `C-- T k' actually work, even though it's confusing.
763
764         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
765         alive before we try to find its window.
766
767 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
768
769         * mm-decode.el (mm-display-external): Use a longer timeout for the
770         deletion to allow slow programs to display the file.
771
772 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
775         prompt to be less confusing.
776
777         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
778         argument to `message-reply'.  This broke `special-display-*' frame
779         pop-uping (bug#10238).
780
781 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
784         systems, since these allegedly don't work there.
785
786 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
787
788         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
789         live buffer.
790
791 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * nnir.el (nnir-retrieve-headers): Protect against the article not
794         existing on the server (bug#10335).
795
796 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
797
798         * gnus-agent.el (gnus-agent-load-local): Recompute
799         gnus-agent-article-local on changing method.
800
801 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus.el (gnus-parameters): Note precedence.
804
805 2012-01-04  Leo Liu  <sdl.web@gmail.com>
806
807         * nndraft.el (nndraft-update-unread-articles): Don't move point around
808         in the group buffer.
809
810 2012-01-04  Julien Danjou  <julien@danjou.info>
811
812         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
813         change.
814
815 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
818         too.
819
820         * nntp.el (nntp-retrieve-group-data-early): Use it.
821
822 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * nntp.el (nntp-retrieval-in-progress): New variable.
825         (nntp-make-process-buffer): Make it buffer-local.
826
827         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
828         2010.
829         (gnus-demon-init): Use it to compute the time if time is on the form
830         "04:23".
831
832         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
833
834         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
835         status in the correct buffer.
836
837 2012-01-03  Leo Liu  <sdl.web@gmail.com>
838
839         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
840         when opening topics (bug#10407).
841
842 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
843
844         * gnus-cus.el (gnus-score-customize):
845         * gnus-sum.el (gnus-sort-gathered-threads):
846         * message.el (message-shorten-references):
847         * nnmairix.el (nnmairix-request-group):
848         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
849
850 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
851
852         * gnus-agent.el (gnus-agent-regenerate-group):
853         * gnus-int.el (gnus-retrieve-group-data-early):
854         * mm-util.el (mm-codepage-ibm-list):
855         * nndiary.el (Commentary, nndiary-get-new-mail):
856         * nnir.el (nnir):
857         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
858
859 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * mm-view.el (mm-display-inline-fontify): Add comment.
862
863 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
864
865         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
866         * ntlm.el (ntlm-smb-dohash): Spelling fix.
867
868 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
869
870         * gnus-art.el (gnus-split-methods):
871         * gnus-msg.el (gnus-configure-posting-styles):
872         * gnus-spec.el (gnus-parse-simple-format):
873         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
874         * message.el (message-do-actions): Spelling fix.
875
876 2011-12-15  Juri Linkov  <juri@jurta.org>
877
878         * mm-decode.el (mm-inline-media-tests): Add missing
879         `mm-handle-media-subtype'.
880
881 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
882
883         * gnus-group.el (gnus-group-tool-bar):
884         * gnus-sum.el (gnus-summary-tool-bar):
885         * message.el (message-tool-bar):
886         * rfc2231.el (rfc2231-parse-string): Spelling fix.
887
888 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
889
890         * plstore.el (plstore--insert-buffer): Spelling fix.
891
892 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
893
894         * message.el (message-valid-fqdn-regexp): Update with newly approved
895         top-level domain names ".tel" and ".asia".
896
897 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-sum.el (gnus-summary-show-article): Don't load shr
900         unconditionally.
901
902 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
905         pop-to-buffer-same-window for old Emacsen.
906
907 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
908
909         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
910
911 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
912
913         * netrc.el (netrc-credentials): Spelling fix.
914
915 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
916
917         * gnus-fun.el (gnus-fun-ppm-change-string):
918         * gnus-msg.el (gnus-inews-do-gcc):
919         * gnus-sum.el (gnus-summary-find-for-reselect):
920         * gnus.el (gnus-summary-cancelled):
921         * message.el (message-cancel-hook, message-send-news):
922         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
923         * nnir.el (nnir-run-hyrex):
924         * nntp.el (nntp-with-open-group-function):
925         * pgg.el (pgg-pending-timers): Spelling fix.
926
927 2011-12-04  Chong Yidong  <cyd@gnu.org>
928
929         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
930         change (Bug#10200).
931
932 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * compface.el (uncompface):
935         * gnus-art.el (gnus-article-x-face-command): Update the header format
936         of icon data for the most recent icontopbm program.
937
938 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-msg.el (gnus-inews-do-gcc):
941         * message.el (message-send-mail):
942         * mml.el (mml-generate-mime): Share the value of the buffer-local
943         `message-options' variable between a draft buffer and temprary working
944         buffers.
945
946 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
947
948         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
949
950 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
953         for Cygwin.
954
955 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
956
957         * gnus-group.el (gnus-group-prepare-flat):
958         * mm-bodies.el (mm-encode-body):
959         * mml.el (mml-preview):
960         * nnml.el (nnml-request-compact-group):
961         * pop3.el (pop3-stream-type): Spelling fix.
962
963 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
964
965         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
966
967 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
968
969         * color.el (color-rgb-to-hsl):
970         * gmm-utils.el (gmm-tool-bar-style):
971         * gnus-group.el (gnus-group-prepare-flat):
972         * gnus-topic.el (gnus-topic-prepare-topic):
973         * mm-decode.el (mm-discouraged-alternatives):
974         * rfc2047.el (rfc2047-encode-1):
975         * starttls.el: Spelling fix.
976
977 2011-11-24  Glenn Morris  <rgm@gnu.org>
978
979         * binhex.el (binhex-begin-line): Give it basic doc-string.
980
981         * starttls.el, tls.el: Fix case of "GnuTLS".
982
983 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
984
985         * gnus-group.el (gnus-group-highlight): Fix typo.
986
987 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
988
989         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
990         value of `delete-file', that returns nil for a local file but returns t
991         for a remote file using ssh.
992
993 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
994
995         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
996
997 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1000         avoid later breakage.
1001
1002 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1005         article buffers' name.
1006
1007 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1010         by Paul Eggert's spellfixes two days ago.
1011
1012 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1015         doesn't have it.
1016
1017         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1018         buffer-local instead of binding them to avoid warnings.  Also demote
1019         errors (bug#10063).
1020         (font-lock-mode-hook): Shut up byte compiler.
1021
1022 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1023
1024         * mm-util.el (mm-charset-after):
1025         * nnir.el (nnir-run-hyrex):
1026         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1027         (ntlm-get-password-hashes, ntlm-md4hash):
1028         * smime.el: Fix typo.
1029
1030 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1031
1032         * gnus-agent.el (gnus-agent-expire-group-1):
1033         * nndiary.el (nndiary-last-occurence):
1034         * nnimap.el (nnimap-request-set-mark):
1035         * nnmairix.el (nnmairix-only-use-registry):
1036         * gnus-group.el (gnus-group-prepare-flat):
1037         * gnus-sum.el (gnus-decode-encoded-word-methods):
1038         * message.el (message-wash-subject):
1039         * nntp.el (nntp-retrieve-headers-with-xover):
1040         * smime.el (smime-certificate-directory): Spelling fix.
1041
1042 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1043
1044         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1045
1046         * color.el:
1047         * gnus-agent.el (gnus-agent-possibly-alter-active):
1048         * gnus-dired.el (gnus-dired-print):
1049         * mail-parse.el:
1050         * nnmairix.el (nnmairix-request-group):
1051         * shr.el (shr-image-displayer):
1052         * sieve-manage.el:
1053         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1054
1055 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * gnus-sum.el (gnus-auto-select-subject):
1058         * spam-report.el (spam-report-resend): Spelling fix.
1059
1060 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1061
1062         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1063         * gnus-art.el (gnus-default-article-saver):
1064         * gnus-srvr.el (gnus-server-copy-server):
1065         * gnus.el (gnus-sloppily-equal-method-parameters):
1066         * html2text.el (html2text-format-tag-list):
1067         * message.el (message-narrow-to-head):
1068         * nndiary.el:
1069         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1070         * sieve.el: Spelling fix.
1071
1072 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1073
1074         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1075         * gnus-sum.el (gnus-summary-make-menu-bar):
1076         * gnus-uu.el (gnus-uu-decode-postscript)
1077         (gnus-uu-decode-postscript-and-save):
1078         * mailcap.el (mailcap-print-command):
1079         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1080         Fix typos.
1081
1082 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1083
1084         * gnus-art.el (gnus-article-part-wrapper):
1085         * html2text.el (html2text-fix-paragraphs):
1086         * mm-decode.el (mm-image-fit-p):
1087         * rfc2047.el (rfc2047-encode-message-header):
1088         * shr-color.el (shr-color-visible-distance-min)
1089         (shr-color-relative-to-absolute, set-minimum-interval)
1090         (shr-color-visible): Fix typos.
1091
1092 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1093
1094         * gmm-utils.el (gmm-tool-bar-item):
1095         * gnus-art.el (gnus-treat-body-boundary):
1096         * gnus-diary.el (gnus-user-format-function-d):
1097         * gnus-start.el (gnus-get-unread-articles):
1098         * pgg-gpg.el (pgg-gpg-update-agent):
1099         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1100
1101 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1102
1103         * gnus-topic.el (gnus-group-prepare-topics):
1104         * gnus-uu.el (gnus-extract-view):
1105         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1106
1107 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1108
1109         * spam.el: Move BBDB autoloads.
1110         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1111         BBDB 2 and 3.
1112         (spam-check-BBDB): Use it.
1113         (spam-enter-ham-BBDB): Use it.
1114
1115 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1116
1117         * smime.el (smime-draw-buffer): Spelling fix.
1118
1119 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1120
1121         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1122         for scanning exactly one level.
1123         * gnus-start.el (gnus-get-unread-articles): Ditto.
1124
1125 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1128         slightly clearer.
1129
1130 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * gnus-sync.el: More commentary about setup.
1133
1134 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * message.el (message-send-and-exit): Document `arg'.
1137
1138 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1139
1140         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1141
1142 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1145
1146         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1147         we don't use `bound-and-true-p'.
1148
1149 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1150
1151         * gnus-util.el (gnus-bound-and-true-p): Remove.
1152         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1153         * nnir.el: Use it.
1154         * nnmairix.el: Use it.
1155
1156 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1157
1158         * gnus-sync.el: Improve docs about CouchDB admins.
1159
1160         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1161         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1162         for reasons unknown.
1163         * nnir.el: Use it.
1164         * nnmairix.el: Use it.
1165
1166         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1167         * nnir.el: Ditto.
1168         * nnmairix.el: Ditto.
1169
1170         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1171
1172 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1173
1174         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1175         not needed.  Provide xmlplistread list function to produce XML plist
1176         output for non-Gnus LeSync clients.
1177
1178 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1179
1180         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1181
1182         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1183         and save against it.  Group subscriptions, read marks, other marks,
1184         subscription levels, topic names, and topic offsets (the group's
1185         position within the topic) are saved.  This is an experimental backend
1186         and may change significantly.  Load json.el from the gnus-fallback-lib
1187         if it's not available otherwise.
1188         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1189
1190 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1191
1192         * message.el (message-completion-function): Make sure
1193         message-tab-body-function is not attempted if one of
1194         message-completion-alist fails to find a completion (bug#9158).
1195
1196 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1197
1198         * mml.el (mml-quote-region): Quote <#secure> tag.
1199         (mml-generate-mime-1): Unquote <#secure> tag.
1200
1201 2011-10-20  Chong Yidong  <cyd@gnu.org>
1202
1203         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1204         calling a minor mode from Lisp with nil arg enables it, so we have to
1205         make the wording a bit ambiguous here).
1206
1207 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1210         * nnir.el (nnir-mode): Use it.
1211         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1212         Use it.
1213
1214         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1215         * nnmairix.el (gnus-registry-enabled): Ditto.
1216
1217 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1218
1219         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1220         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1221         only while we need to find out if it should be t or nil.
1222         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1223         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1224         the registry is installed.  Set it to nil when it's unloaded.
1225         (gnus-registry-install-p): Provide user guidance for the initial value
1226         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1227         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1228         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1229         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1230         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1231         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1232         `gnus-registry-install'.
1233
1234 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1235
1236         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1237         previous change.
1238         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1239         primary key is marked as disabled.
1240
1241 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1242
1243         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1244         primary key is marked as disabled.
1245
1246 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1247
1248         * html2text.el (html2text-clean-anchor): Check for quotes around
1249         `href' value.
1250
1251 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1254         searching.  Drop `bbdb-cache'.
1255
1256 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * message.el (message-signed-or-encrypted-p): Exclude header when
1259         checking if there is signed or encrypted body in text/plain message.
1260
1261 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1262
1263         * html2text.el (html2text-get-attr): Correctly handle attribute values
1264         containing "=".
1265
1266 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1267
1268         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1269         handle bindings.
1270
1271 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-win.el (gnus-configure-windows): Protect against reading
1274         ephemeral groups outside of Gnus.
1275
1276 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * shr.el (shr-tag-img): Don't get images displayed in tables.
1279
1280 2011-10-03  Glenn Morris  <rgm@gnu.org>
1281
1282         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1283         the "maintainer" version of debbugs.gnu.org reports.
1284
1285 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1288         make asynchronous adjacent image insertion work better.
1289
1290 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1291
1292         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1293         documentation.
1294
1295 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1298         `gnus-asynchronous' isn't shadowed.
1299
1300 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1303
1304         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1305         (nnimap-insert-partial-structure): The charset parameter isn't
1306         case-sensitive.
1307
1308         * nnheader.el (nnheader-message-maybe): New function.
1309
1310         * shr.el (shr-tag-table): Render totally broken tables better.
1311
1312         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1313         computing the boundary.
1314
1315 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * pop3.el (pop3-number-of-responses): Remove.
1318         (pop3-wait-for-messages): Rewrite to take linear time instead of
1319         exponential time.
1320
1321 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1324         re-fetch images.
1325
1326         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1327         re-fetch images when hitting `g' in Gnus.
1328
1329 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1332         (mml-compute-boundary): Don't check collision if it is non-nil.
1333         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1334         before checking collision.
1335
1336 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * message.el (message-indent-citation): Really make sure there's a
1339         newline at the end.
1340
1341         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1342         Fix suggested by John Wiegley.
1343
1344         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1345
1346         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1347
1348         * message.el (message-default-send-rename-function): Break out into its
1349         own function.
1350
1351         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1352         doesn't work under XEmacs.
1353
1354         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1355         of "imaps" to word around Windows problems.
1356         (nnimap-open-connection-1): Use it.
1357
1358         * message.el (message-indent-citation): Revert last change which made
1359         `F' not work.
1360
1361 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1362
1363         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1364         terminal as well.
1365
1366 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1369         because it displays images using overlays that aren't easy to copy to
1370         the article buffer.
1371
1372 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1373
1374         * message.el (message-indent-citation): Fix empty line removal at the
1375         end of the citation.
1376
1377 2011-09-20  Julien Danjou  <julien@danjou.info>
1378
1379         * auth-source.el (auth-source-netrc-create): Use default value for
1380         password if specified.  Evaluate default.
1381         (auth-source-plstore-create): Ditto.
1382         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1383         value evaluation.
1384         (auth-source-netrc-create): Typo fix.
1385         (auth-source-plstore-create): Ditto.
1386
1387         * password-cache.el (password-cache-remove): Remove entries even if the
1388         value is nil, so that password with a nil value (negative caching) is
1389         possible to invalidate.
1390
1391         * auth-source.el (auth-source-format-cache-entry): New function.
1392
1393 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1396
1397 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1400
1401 2011-09-19  Julien Danjou  <julien@danjou.info>
1402
1403         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1404         which work with things that are not ASCII.
1405
1406 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1409
1410 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1413         message level.
1414
1415 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1418
1419 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1422
1423 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1424
1425         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1426         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1427
1428 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1429
1430         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1431         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1432         articles.
1433
1434 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1435
1436         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1437         (message-mail-other-window, message-mail-other-frame)
1438         (message-news-other-window, message-news-other-frame):
1439         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1440         instead of setting buffer display varibles.
1441
1442 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1445
1446         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1447
1448 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1451         duplicates" to a higher level.
1452
1453         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1454         most egregious messages.
1455
1456 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1459
1460 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1461
1462         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1463         up the file (bug#9351).
1464
1465 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1468         it does with all other backends, but decode the names immediately after
1469         getting them.
1470
1471         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1472         decoding nnimap groups.
1473
1474         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1475         newsrc file.  It doesn't seem like an important optimization any more.
1476
1477 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1478
1479         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1480         overflows.
1481
1482 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1485         (gnus-interactive-exit): Extend to `quiet'.
1486
1487         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1488
1489         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1490         string.
1491
1492         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1493         renaming function arguments from `this'.
1494
1495         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1496
1497         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1498         has been renamed.
1499         (gnus-lrm-string-p): Include RLM and PDF, too.
1500
1501         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1502         (bug#9225).
1503
1504 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1505
1506         Add autoload cookies for functions used by sendmail.el.
1507         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1508
1509         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1510
1511 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-art.el (article-date-ut): Work properly even when there are
1514         things like Date header in the body; work for forwarded parts.
1515
1516 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1517
1518         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1519         original-article-buffer.
1520
1521 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1522
1523         * nnir.el (nnir-compose-result): Fix matching of server type.
1524         (nnir-run-swish++): Ditto.
1525         (nnir-run-namazu): Ditto.
1526         (nnir-run-notmuch): Ditto.
1527
1528 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1531         (bug#9405).
1532
1533         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1534         (bug#9421).
1535
1536         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1537         (bug#9425).
1538
1539         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1540         thing (bug#9426).
1541
1542 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543
1544         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1545         the error message.
1546
1547 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1548
1549         * message.el (message-setup-1): Return t (Bug#9392).
1550
1551 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1552
1553         * gnus-sum.el: When adding article headers to a summary buffer also
1554         update gnus-newsgroup-articles (bug#9386).
1555
1556 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * auth-source.el: Autoload help-mode.
1559
1560 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1563         names.
1564
1565 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1566
1567         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1568         mm-replace-in-string for compatibility issues.
1569         * mml2015.el (mml2015-epg-verify): Ditto.
1570
1571 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1574
1575         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1576
1577 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1580         continue on and do the clean-up phase (bug#9188).
1581
1582         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1583         just ignore groups that can't be opened instead of erroring out
1584         (bug#9225).
1585
1586         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1587         nil since some many people are fuddy-duddies.
1588
1589         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1590         images.
1591
1592         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1593         instead.
1594
1595         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1596
1597         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1598
1599         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1600         processing.
1601
1602         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1603         buffer to avoid warnings.
1604
1605 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1606
1607         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1608         specified to reduce precision.
1609
1610 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1613         bodystructures (bug#9314).
1614
1615 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1618         Make button keymap non-sticky after buttons.
1619
1620 2011-08-18  David Engster  <dengste@eml.cc>
1621
1622         * nnmairix.el (nnmairix-request-set-mark)
1623         (nnmairix-goto-original-article): Remove adding of article to registry,
1624         since `gnus-registry-add-group' isn't available anymore.
1625         (nnmairix-determine-original-group-from-registry):
1626         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1627         available anymore.
1628
1629 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1630
1631         * starttls.el (starttls-any-program-available): Define as obsolete
1632         function.
1633
1634 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1637         versions which Gnus use when appropriate.
1638
1639         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1640         a pretty destructive command.
1641
1642         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1643
1644 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * message.el (message-fix-before-sending): Make a different warning
1647         about NUL characters (bug#9270).
1648
1649         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1650         from custom (bug#9260).
1651
1652         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1653         things work in Emacs 22 and XEmacs, too.
1654
1655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1656         default From.
1657
1658         * gnus-spec.el (gnus-lrm-string-p): New macro.
1659         (gnus-lrm-string): New constant.
1660         (gnus-summary-line-format-spec): LRM-ify the from.
1661         (gnus-tilde-max-form): LRM-ify string chopping.
1662
1663         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1664
1665         * message.el (message-is-yours-p): Allow disabling canlock checking
1666         (bug#9295).
1667         (message-shoot-gnksa-feet): Add `canlock-verify'.
1668         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1669         message directory isn't writable (bug#9304).
1670
1671         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1672         non-world-readable.
1673
1674 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1677         articles.
1678
1679 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1680
1681         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1682         copy-list.
1683
1684 2011-08-12  Sam Steingold  <sds@gnu.org>
1685
1686         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1687         in the reverse order to avoid modifying the cache with `nreverse'.
1688         (gnus-all-score-files): Do not modify the value returned by
1689         `gnus-score-find-alist' because it lives in a cache variable.
1690         (gnus-current-home-score-file): No need to `nreverse' the return value
1691         of `gnus-score-find-alist', it is already in the correct order.
1692
1693 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1694
1695         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1696         type MESSAGE and subtype RFC822 is slightly different from those of
1697         type TEXT.
1698
1699 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1700
1701         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1702         This allows article-referral to work from an nnir group.
1703
1704 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1705
1706         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1707
1708 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1709
1710         * mml1991.el (mml1991-epg-find-usable-key)
1711         (mml1991-epg-find-usable-secret-key): New function.
1712         (mml1991-epg-sign): Check if signing key is usable.
1713         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1714
1715 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1716
1717         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1718         server-variables only.  This should fix a bug introduced with commit
1719         e1889675b7f4adf057833c5513c9374134c4e053.
1720         (nnir-run-query): 'nnir-search-engine should not be set from the global
1721         environment.
1722
1723 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1724
1725         * nnir.el (nnir-search-thread): Position point on referring article
1726         line.
1727         (nnir-warp-to-article): Clean up summary buffers.
1728
1729         * nnimap.el (nnimap-request-thread): Whitespace fix.
1730
1731 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1732
1733         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1734
1735 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * starttls.el (starttls-available-p): Rename from
1738         `starttls-any-program-available' and changed return convention.
1739
1740 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1743         `unix-sync' unless it's defined.
1744
1745 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1746
1747         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1748         `aref' for XEmacs compatibiltiy.
1749
1750 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1753
1754 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1755
1756         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1757         closures, quote the form properly (bug#9194).
1758
1759 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1762         (gnus-summary-insert-new-articles): Protect against servers that are
1763         down.
1764
1765 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1766
1767         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1768         in mm handle if none is specified.
1769
1770 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1771
1772         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1773
1774 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * nnir.el (nnir-search-thread): New function to make an nnir group
1777         based on a thread query.
1778
1779         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1780         of nnir in thread referral.
1781         (gnus-summary-refer-thread): Use it.
1782
1783         * nnimap.el (nnimap-request-thread): Use it.
1784
1785 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-tag-comment): Ignore HTML comments.
1788
1789 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1790
1791         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1792         argument.
1793         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1794         Use `nnir-address' to handle server info rather than passing an arg.
1795
1796         * nnimap.el (nnimap-make-thread-query): New utility function to format
1797         an imap thread search query.
1798         (nnimap-request-thread): Use it.
1799
1800         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1801         right select-method if we are not going back to the group buffer.
1802
1803 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1806         enter invalid buffer configurations into the quit form (bug#9107).
1807         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1808         unplugged/plugged.
1809
1810         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1811         keep track of which ones are unread (bug#9061).
1812
1813         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1814         (bug#9055).
1815
1816         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1817         (bug#9041).
1818
1819         * gnus-html.el (mm-util): Require (bug#9073).
1820
1821         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1822         (gnus-summary-refer-thread): Use it to remove duplicates in the
1823         un-threaded view (bug#9053).
1824         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1825
1826 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1827
1828         * nnir.el (nnir-read-server-parm): Use default value from global
1829         variable.  Without this the default search engine parameters aren't
1830         used at all.
1831
1832 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * message.el (message-unique-id): Don't use the undocumented return
1835         value from (random t) (bug#9118).
1836
1837 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * message.el (message-auto-save-directory): If the ~/Mail directory
1840         doesn't exist, use ~ as the auto-save directory (bug#4432).
1841
1842         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1843         hasn't already been started.
1844
1845 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1848
1849         * message.el (message-reply): Work around mysterious bug where
1850         `message-mode' seems to overwrite the locally bound `subject' variable.
1851
1852 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1853
1854         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1855         correct group.
1856
1857         * gnus-int.el (gnus-request-thread): Add group argument.
1858
1859         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1860
1861 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
1864
1865         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1866         renamed to `debbugs-gnu-*'.
1867
1868 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1869
1870         * plstore.el: Revert the editing feature since it is not urgent.
1871         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1872         (plstore-mode-decoded): Remove.
1873
1874 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1877         isn't very interesting any more, and it leaks potentially secret data.
1878         (gnus-debug): Remove.
1879
1880         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1881         use of :custom-show.
1882
1883 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1884
1885         * plstore.el: Add documentation.
1886         (plstore-mode): New mode to edit plstore file.
1887         (plstore-mode-toggle-display, plstore-mode-original)
1888         (plstore-mode-decoded): New command.
1889         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1890         (plstore--insert-buffer, plstore--make): New function.
1891         (plstore-open, plstore-save): Simplify by using them.
1892
1893 2011-07-06  Glenn Morris  <rgm@gnu.org>
1894
1895         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1896
1897 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898
1899         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1900         no longer is much used.
1901         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1902         Articles".
1903
1904 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1905
1906         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1907         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1908         `notmuch' backend.
1909
1910 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * mm-decode.el (mm-text-html-renderer): Doc fix.
1913
1914         * gnus-msg.el (gnus-bug): Fix the MML tag.
1915
1916         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1917
1918 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1919
1920         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1921         secondary methods if started with `gnus-no-server'.
1922
1923 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1924
1925         * message.el (message-return-action): Fix typo in docstring.
1926
1927 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1930         bug reports at once.
1931
1932         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1933
1934 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * nndraft.el: Require gnus-group.
1937         (nndraft-request-list): Declare.
1938
1939         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1940         no unread article unless it matches gnus-permanently-visible-groups.
1941
1942         * nndraft.el (nndraft-update-unread-articles): New function.
1943         (nndraft-request-associate-buffer): Use it to update the number of
1944         unread articles for the nndraft groups in the group buffer when saving
1945         or killing a draft message.
1946
1947 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1950         systems to binary before writing and reading the mbox files.
1951
1952         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1953         instead of trying to list them all (bug#8978).
1954
1955 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1956
1957         * pop3.el (pop3-open-server): Use :end-of-capability.
1958
1959 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1962         the id is always a number.
1963
1964         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
1965
1966         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1967         debbugs mode, if possible.
1968
1969 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1970
1971         * auth-source.el (auth-source-token-passphrase-callback-function):
1972         Reindent.
1973         (epg-context-operation): Remove unnecessary autoload.
1974
1975 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus.el (gnus-list-debbugs): New command.
1978
1979         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1980         mboxstat instead of the maintbox, since the stat seems to be fuller.
1981
1982         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1983         summary buffers.
1984
1985         * message.el (message-get-reply-headers): Delete all duplicates,
1986         instead of the first.
1987         (message-get-reply-headers): Ensure that we have progress while
1988         deleting duplicates.
1989
1990         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1991         gnus-posting-style value from the summary buffer to make it easier to
1992         make that a per-buffer conf.
1993
1994 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1995
1996         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1997         found by setting `shortcut' in 'query.
1998         (nnir-request-article): Use `shortcut' setting when requesting article
1999         by Message-ID.
2000
2001 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2002
2003         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2004         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2005         Bring the pseudo-headers back too.
2006
2007 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2008
2009         * auth-source.el (auth-source-token-passphrase-callback-function):
2010         Simplify and remove EPA dependency.
2011
2012 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2013
2014         * nnir.el (nnir-request-article): Fix error message text.
2015
2016 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2017
2018         * auth-source.el (plstore-delete): Autoload.
2019         (auth-source-plstore-search): Support delete operation.
2020         * plstore.el (plstore-delete): New function.
2021
2022 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2025         mark actually existing articles as unread rather than the ones that
2026         active asserts.
2027
2028 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * nntp.el (nntp-record-command):
2031         * gnus-util.el (gnus-message-with-timestamp-1):
2032         Use format-time-string rather than decoding time stamps by hand.
2033         This is simpler and insulates the code from potential changes to
2034         current-time format.
2035
2036 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2039
2040 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2041
2042         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2043         (plstore-save): Support public key encryption.
2044         (plstore--init-from-buffer): New function.
2045         (plstore-open): Use it; fix error when opening a non-existent file.
2046         (plstore-revert): Use plstore--init-from-buffer.
2047
2048 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2049
2050         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2051
2052 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2055         for old Emacsen.
2056
2057 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2058
2059         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2060         is not fully working.
2061
2062 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * dgnushack.el: Autoload sha1 on XEmacs.
2065
2066         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2067         quit window configuration.
2068
2069         * auth-source.el (epg-context-set-passphrase-callback):
2070         Remove duplicate autoload.
2071
2072 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2073
2074         * nnir.el (nnir-request-article): Allow requesting articles by
2075         Message-ID with nnimap.
2076
2077         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2078         current server.
2079
2080 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         * auth-source.el: Autoload EPA/EPG functions.
2083         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2084         changed when EPA/EPG is not available.
2085         (auth-source-backend): Rename "arg" member to "data".
2086         (auth-source-backend-parse, auth-source-plstore-search)
2087         (auth-source-plstore-create): Use it.
2088
2089 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2090
2091         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2092         `gnus-refer-article-methods'.
2093
2094 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2095
2096         * auth-source.el: Require EPA and EPG.
2097         (auth-source-passphrase-alist): New variable.
2098         (auth-source-passphrase-callback-function)
2099         (auth-source-token-passphrase-callback-function): Callbacks for the
2100         netrc field encryption (GPG tokens).
2101         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2102         Symmetric encryption and decryption of the netrc GPG tokens.
2103         (auth-source-netrc-normalize): Use them, simplifying the closure.
2104
2105 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2108         is available.
2109
2110 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2113         non-nil, and `nnimap-split-methods' is nil, use the former.
2114
2115 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2116
2117         * plstore.el (plstore-revert): New function.
2118         (plstore-open): Use it; hide the buffer from user.
2119
2120 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2121
2122         * auth-source.el (auth-source-backend): New member "arg".
2123         (auth-source-backend-parse): Handle new backend 'plstore.
2124         * plstore.el: New file.
2125
2126 2011-06-30  Glenn Morris  <rgm@gnu.org>
2127
2128         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2129
2130 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2133         expiring articles to.
2134
2135         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2136         variations as ASCII (bug#5458).
2137
2138 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2141
2142 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * message.el (message-point-in-header-p): Tweak the function to default
2145         to saying that we're not in the headers if there is no separator at
2146         all.  This makes it possible to use the Message version of `M-q' in
2147         buffers with no headers (bug#7987).
2148         (message-point-in-header-p): Fix last checkin to work with an empty
2149         mail-header-separator, too.
2150
2151         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2152         again, save the choice via customize.
2153
2154 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2157
2158         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2159         ended the connection, bail out before waiting infinitely on a new
2160         connection.
2161
2162 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2163
2164         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2165         reports.
2166
2167         * gnus.el (gnus-bug-package): Use "gnus."
2168         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2169
2170 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * dgnushack.el: Make the timer warning go away on XEmacs.
2173
2174         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2175         animations going on at article exit time.
2176
2177         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2178         since removing it breaks people upgrading.
2179
2180         * shr.el (shr-put-image): Use the new interface for animating images.
2181         (shr-put-image): Animate for 60 seconds.
2182
2183         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2184         avoid compiler warnings.
2185
2186         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2187         error with `find-file-hooks' on Emacs 22.
2188         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2189         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2190         on all architectures.
2191
2192         * spam.el (spam-stat): Require in a normal fashion without binding
2193         `spam-stat-install-hooks' to avoid compilation warnings.
2194
2195         * spam-stat.el (spam-stat-install-hooks): Remove.
2196         (spam-stat-install-hooks): Don't run automatically.
2197
2198 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2199
2200         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2201         and keystroke.
2202
2203 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * auth-source.el (auth-source-netrc-cache): Move forward.
2206
2207 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * proto-stream.el (proto-stream-open-starttls): Use
2210         `gnutls-available-p' to see whether we have built-in support.
2211
2212         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2213         we already know.
2214         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2215         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2216
2217 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2220         %S format, since that looks odd.
2221         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2222         file, especially when saving.
2223
2224 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2225
2226         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2227         article found.
2228
2229 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2232         `auth-source-save-secrets' with a more sensitive alist that can be
2233         configured per file.  Experimental, so defaults to 'never.
2234         (auth-source-netrc-create): Use it.  Still experimental code.
2235         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2236         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2237
2238 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * auth-source.el (auth-source-save-secrets): New variable to control if
2241         secret tokens should be saved encrypted.
2242         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2243         to `auth-source-netrc-normalize'.
2244         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2245         on the EPA variables being defined.
2246         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2247         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2248         the lexical-let closure.
2249         (auth-source-netrc-create): Create "gpg:" tokens according to
2250         `auth-source-save-secrets'.
2251
2252 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-group.el (gnus-group-update-group): Add new argument
2255         `info-unchanged' that stops updating dribble buffer.
2256
2257         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2258         deletes lines matching to it in dribble buffer.
2259
2260         * gnus-agent.el (gnus-agent-fetch-group-1):
2261         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2262         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2263         * gnus-start.el (gnus-group-change-level):
2264         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2265
2266         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2267         if newsgroup info is not changed.
2268
2269         * gnus-group.el (gnus-group-get-new-news-this-group):
2270         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2271         Don't update dribble buffer.
2272
2273 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2274
2275         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2276         remove entries with groups we ignore.
2277
2278 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2281         the underline comes at the bottom.
2282
2283 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2284
2285         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2286         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2287         (gnus-registry-article-marks-to-names): Rename from
2288         `gnus-registry-user-format-function-M2'.
2289
2290 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2293         ephemeral group.
2294
2295 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * shr.el (shr-browse-image): Copy the URL if called interactively.
2298
2299 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2302         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2303         done, then unselected articles may be marked as read.
2304
2305         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2306         since not doing this seems to lead to a race condition in pop3-logon.
2307
2308         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2309         so that the call chain it correct when we call "upwards".
2310
2311         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2312         in read-only groups.
2313
2314         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2315
2316         * message.el (message-cite-reply-position): Doc string fix.
2317
2318         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2319         avoid regexp overflow.
2320         (nnimap-transform-split-mail): Ditto.
2321
2322         * pop3.el (pop3-retr): Error out if the server closes the connection.
2323
2324 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2325
2326         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2327         mm-with-unibyte-current-buffer.  The buffer should not contain any
2328         multibyte chars anyway at this stage.
2329
2330 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2333         at the end of lines.
2334
2335 2011-05-29  Julien Danjou  <julien@danjou.info>
2336
2337         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2338
2339 2011-05-27  Glenn Morris  <rgm@gnu.org>
2340
2341         * gnus-group.el (gnus-bug-group-download-format-alist):
2342         Use the "maintainer" version of debian reports as well.
2343
2344 2011-05-26  Glenn Morris  <rgm@gnu.org>
2345
2346         * gnus-group.el (gnus-bug-group-download-format-alist):
2347         Use the "maintainer" version of debbugs.gnu.org reports.
2348
2349 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2352
2353 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2354
2355         * gnus-cus.el (gnus-agent-customize-category):
2356         * gnus-delay.el (gnus-delay-send-queue):
2357         * gnus.el (gnus-other-frame):
2358         Don't quote lambda expressions with `quote'.
2359
2360 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2361
2362         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2363         the thread moves us backwards and so we loop forever.
2364
2365 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2368         whitespace in base64 data lines.
2369
2370 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2371
2372         * gnus-registry.el (gnus-registry-user-format-function-M):
2373         Use `mapconcat'.
2374         (gnus-registry-user-format-function-M2): Use to see the full text of
2375         the marks.  Make "," the mark text separator.
2376
2377         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2378         authentication with auth-source.
2379
2380 2011-05-17  Glenn Morris  <rgm@gnu.org>
2381
2382         * gnus-group.el (gnus-import-other-newsrc-file):
2383         Use insert-file-contents.
2384
2385 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2388         1000 iterations.
2389
2390 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * nntp.el (nntp-open-connection): Check if process-type is available.
2393
2394 2011-05-16  Julien Danjou  <julien@danjou.info>
2395
2396         * shr.el (shr-tag-del): Add support for del tag.
2397
2398 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-html.el (gnus-html-put-image): Register a displayer.
2401
2402         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2403
2404 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * registry.el (prune-factor): New initialization parameter defaulting
2407         to 0.1.
2408         (registry-prune-hard): Use it.
2409
2410         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2411         0.1 expicitly.
2412
2413 2011-05-13  Glenn Morris  <rgm@gnu.org>
2414
2415         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2416         is bound, since this function requires sendmail.
2417
2418 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * registry.el (registry-usage-test): Disable pruning test.
2421
2422 2011-05-11  David Engster  <dengste@eml.cc>
2423
2424         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2425         Bind set-network-process-option for XEmacs.
2426
2427 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * registry.el (registry-prune-hard-candidates)
2430         (registry-prune-soft-candidates): Helper methods for registry pruning.
2431         (registry-prune): Use them.  Make the sort function optional.
2432
2433 2011-05-10  Jim Meyering  <meyering@redhat.com>
2434
2435         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2436
2437 2011-05-10  Julien Danjou  <julien@danjou.info>
2438
2439         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2440         symbol and not a list.
2441
2442 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-art.el (gnus-article-mode): Move binding of
2445         shr-put-image-function here from gnus-article-prepare-display.
2446
2447         * shr.el (shr-put-image-function): New variable.
2448         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2449         (shr-put-image): Return scaled image.
2450
2451         * gnus-art.el (gnus-shr-put-image): New function.
2452         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2453
2454         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2455         original ones, as deletable.
2456
2457 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2458
2459         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2460
2461 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2462
2463         * registry.el (registry-full): Add convenience method.  Fix logic.
2464         (registry-insert): Use it.  Fix logic here too.
2465
2466         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2467         `registry-prune' if `registry-full' returns t.
2468         (gnus-registry-handle-action)
2469         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2470         (gnus-registry-usage-test): Use it.
2471
2472 2011-05-07  Julien Danjou  <julien@danjou.info>
2473
2474         * shr.el (shr-link): Make shr-link inherit from link by default.
2475
2476 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2479
2480 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2483         error out because the face is not a list.
2484
2485 2011-05-05  Glenn Morris  <rgm@gnu.org>
2486
2487         * proto-stream.el (gnutls-negotiate): Fix declarations.
2488
2489         * gnus-start.el (gnus-propagate-marks): Declare.
2490
2491 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         * registry.el (registry-reindex): Fix percentage message.
2494
2495         * proto-stream.el (network-stream-open-starttls): Adjust to call
2496         `gnutls-negotiate' with :process and :hostname arguments.
2497
2498 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2499
2500         * shr.el: Add shr-link face for links.
2501         (shr-urlify): Use it.
2502
2503         * registry.el (registry-insert): Make error message more helpful.
2504
2505 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-html.el (gnus-html-schedule-image-fetching):
2508         Use url-queue-retrieve, if it exists.
2509
2510         * shr.el (shr-tag-img): Ditto.
2511
2512         * gnus.el: Autoload more gnus-agent functions.
2513
2514         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2515         agent if we haven't already (bug#8502).
2516
2517         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2518         into the Agent, too.
2519
2520         * gnus-agent.el (gnus-agent-store-article): New function.
2521
2522         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2523         and moved from that file for reuse.
2524
2525         * pop3.el (pop3-open-server): Error messages are "-ERR".
2526
2527 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2530         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2531
2532 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2533
2534         * gnus.el: No Gnus v0.17 is released.
2535
2536 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2537
2538         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2539         buffer has moved to a different frame.
2540
2541 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2544         to get the conversion from unibyte to multibyte buffers to work on
2545         Emacs 22.
2546
2547         * nntp.el (nntp-request-article): Slight clean-up.
2548
2549 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550
2551         * shr.el (shr-strike-through): New face.
2552         (shr-tag-s): Use it to provide <s> support.
2553         (shr-tag-s): Remove duplicate definition.
2554
2555 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2558         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2559
2560 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2561
2562         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2563         `gnutls-negotiate'.
2564         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2565
2566 2011-04-23  Glenn Morris  <rgm@gnu.org>
2567
2568         * gnus-sum.el (gnus-extra-headers): Bump :version.
2569
2570 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * shr.el (shr-tag-sup): New function.
2573         (shr-tag-sub): Ditto.
2574
2575 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2576
2577         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2578         for the case where `gnus-registry-ignored-groups' is a list of lists,
2579         and don't call `gnus-parameter-registry-ignore' otherwise.
2580
2581 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * nnimap.el (nnimap-user): New backend variable.
2584         (nnimap-open-connection-1): Use it.
2585         (nnimap-credentials): Accept user parameter so it's explicit what user
2586         name is desired.
2587
2588         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2589         default.
2590
2591         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2592         not gnus-registry.el.
2593
2594         * gnus-registry.el: Mention in comments how to modify
2595         `gnus-extra-headers' for proper recipient tracking and that it may
2596         already have To and Cc recently, which it does as of this commit.
2597         (gnus-registry-ignored-groups): Remove defcustom.
2598         Explain why in comments.
2599         (gnus-registry-action): Fix data-header reference to use the extra
2600         headers.  Explain in package commentary how to add To and Cc headers to
2601         the gnus-extra-headers.
2602         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2603         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2604         parameter list or a string list in `gnus-registry-ignored-groups'.
2605         Fix logic error.
2606
2607 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * shr.el (shr-expand-url): Protect against null urls.
2610
2611 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * shr.el (shr-base): New binding.
2614         (shr-tag-base): Keep track of <base>.
2615         (shr-expand-url): New function used throughout.
2616
2617 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * gnus-registry.el
2620         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2621         (gnus-registry-ignored-groups): New variable.
2622         (gnus-registry-ignore-group-p): Use it.
2623         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2624         set the destination group to nil (same as delete) if it's ignored.
2625
2626 2011-04-20  David Engster  <dengste@eml.cc>
2627
2628         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2629
2630         * Makefile.in (test-nntp): New rule.
2631         (check): Add it.
2632         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2633
2634 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-registry.el (gnus-registry-action)
2637         (gnus-registry-fetch-header-fast):
2638         Don't use mail-header that looks an internal function of mailheader.el.
2639
2640 2011-04-19  Glenn Morris  <rgm@gnu.org>
2641
2642         * time-date.el (time-to-days): Remove unused local variables.
2643
2644 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gnus-registry.el: Eliminate cl functions.
2647         (gnus-registry-sort-addresses): New function that replaces mapcan.
2648         (gnus-registry-action, gnus-registry-spool-action)
2649         (gnus-registry-split-fancy-with-parent)
2650         (gnus-registry-fetch-recipients-fast): Use it.
2651         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2652
2653         * registry.el (initialize-instance, registry-lookup)
2654         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2655         (registry-lookup-secondary-value, registry-search, registry-delete)
2656         (registry-insert, registry-reindex, registry-size, registry-prune):
2657         Use eval-and-compile.
2658
2659 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * registry.el (registry-reindex): New method to recreate the secondary
2662         registry indices.
2663
2664         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2665         tracked field changes.
2666         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2667         (gnus-registry-action, gnus-registry-spool-action)
2668         (gnus-registry-handle-action)
2669         (gnus-registry--split-fancy-with-parent-internal)
2670         (gnus-registry-split-fancy-with-parent)
2671         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2672         move, and delete actions, and for fancy splitting with parent.
2673         (gnus-registry-extract-addresses)
2674         (gnus-registry-fetch-recipients-fast)
2675         (gnus-registry-fetch-header-fast): Convenience functions.
2676         (gnus-registry-misc-test): ERT test of
2677         `gnus-registry-extract-addresses'.
2678
2679 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2682         Track by subject first, then sender.
2683
2684 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2687
2688         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2689         Lisp.
2690
2691         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2692         (gnus-draft-send): Use it to avoid popping
2693         up frames from gnus-group-send-queue.
2694
2695 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * gnus-registry.el: Updated gnus-registry docs.
2698
2699 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2700
2701         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2702         Fix logic bug.
2703         (gnus-registry-post-process-groups): Fix logging of no results and
2704         quote sender and subject.
2705
2706 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2709         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2710         gnutls-cli are too slow to be done opportunistically.
2711
2712         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2713         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2714         we had no early-data returned.
2715         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2716         two async commands to the same server at the same time.
2717
2718 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2719
2720         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2721
2722 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2725         "warning" level.
2726
2727         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2728         (mm-url-insert-file-contents): Don't set the package names.
2729
2730 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * gnus-registry.el (gnus-registry-action): Remove properties and
2733         simplify subject in `gnus-registry-handle-action'.
2734         (gnus-registry-spool-action): Get subject and sender from message if
2735         they are not passed in.
2736         (gnus-registry-handle-action): Remove properties and simplify subject
2737         consistently.
2738
2739 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2740
2741         * registry.el: Require CL before using defmacro*.
2742
2743 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-art.el (article-treat-date): Assume that
2746         gnus-article-date-headers may be a group parameter.
2747
2748 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2751
2752         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2753         interactively so the newsrc file can contain foreign groups too.
2754         Useful for debugging but not much for users.
2755
2756 2011-04-07  David Engster  <dengste@eml.cc>
2757
2758         * registry.el (registry-usage-test): Only do
2759         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2760         lexical binding.
2761
2762 2011-04-07  David Engster  <dengste@eml.cc>
2763
2764         * Makefile.in (check, test-registry): New rules for test-suite.
2765
2766 2011-04-06  David Engster  <dengste@eml.cc>
2767
2768         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2769         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2770
2771 2011-04-06  David Engster  <dengste@eml.cc>
2772
2773         * registry.el (initialize-instance): Change :after to :AFTER to be
2774         compatible with old EIEIO version in XEmacs.
2775
2776 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2777
2778         * gnus-registry.el (gnus-registry-post-process-groups)
2779         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2780         and provide better messaging.
2781
2782 2011-04-06  David Engster  <dengste@eml.cc>
2783
2784         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2785         errors.
2786
2787         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2788         dgnushack-compile with error-on-warn enabled, and to signal an error if
2789         clean compilation failed.
2790         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2791         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2792
2793 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2796         unconditionally anyway, discarding errors.
2797         (gnus-registry-delete-entries): New convenience function.
2798         (gnus-registry-import-eld): Import from old .eld registry.
2799
2800         * registry.el: Don't use ERT if it's not available.  Load it
2801         unconditionally anyway, discarding errors.
2802
2803         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2804         version from the Claudio Bley GnuTLS patch (extra optional parameters
2805         and host name).
2806
2807 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2810         fixup the parameters that can be customized by the user between
2811         save/read cycles.
2812         (gnus-registry-read): Use it.
2813         (gnus-registry-make-db): Use it.
2814         (gnus-registry-spool-action, gnus-registry-handle-action):
2815         Fix messaging.
2816         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2817         Map references to actual group names with sender and subject tracking.
2818         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2819         (gnus-registry-usage-test): Add subject lookup test.
2820
2821         * registry.el (registry-db, initialize-instance): Set up constructor
2822         instead of :initform arguments for the sake of older Emacsen.
2823         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2824         pre-lexbind merge bug.
2825         (registry-usage-test): Use it.
2826         (initialize-instance, registry-db): Move the non-function initforms
2827         back to the class definition.
2828
2829 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * registry.el: New library to manage gnus-registry-style data.
2832
2833         * gnus-registry.el: Use it (major rewrite).
2834
2835         * nnregistry.el: Use it.
2836
2837         * spam.el: Use it.
2838
2839 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2842         marks on non-selected articles.
2843
2844 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2845
2846         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2847         parameter to open-protocol-stream.
2848
2849 2011-04-01  Julien Danjou  <julien@danjou.info>
2850
2851         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2852         fundamental-mode.
2853
2854 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2857         servers.
2858
2859 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2862         made marks not propagate, again.
2863
2864 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2865
2866         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2867         Make this the default type.
2868         (proto-stream-open-plain): Rename from proto-stream-open-default.
2869         (open-protocol-stream, proto-stream-open-starttls)
2870         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2871         with `plain'.
2872
2873         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2874         value.
2875
2876         * nntp.el (nntp-open-connection-function): Document the fact that some
2877         values are not functions but are instead handled specially.
2878         Recognize nntp-open-plain-stream value.
2879         (nntp-open-connection): Recognize that value.
2880
2881 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
2884         where it seems to be needed.
2885
2886 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2889         stuff.
2890
2891         * gnus-score.el (gnus-score-string): Fix calling convention of
2892         `gnus-simplify-buffer-fuzzy' after last patches.
2893
2894         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2895         server for articles we didn't get any headers for.  This is a sanity
2896         check.
2897
2898 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2899
2900         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2901         new CAPABILITY, use it.
2902
2903 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2906         downloading anything.
2907
2908         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2909
2910 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2911
2912         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2913         colors.
2914         (gnus-splash-svg-color-symbols): New function.
2915
2916 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2919         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2920         (gnus-simplify-subject-fuzzy): Use the local
2921         gnus-simplify-subject-fuzzy-regex instead of the global one.
2922         This makes using this variable in group parameters work.
2923
2924 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         * gnus-registry.el (gnus-registry-unfollowed-groups):
2927         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2928         archive:sent-YYYY-MM-DD groups).
2929         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2930         tracking if there are more than `gnus-registry-max-track-groups'
2931         matches.
2932
2933 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2934
2935         * message.el (message--yank-original-internal): New function to do the
2936         insertion cleanly inside eval in `message-yank-original'.
2937         (message-yank-original): Use it.
2938
2939 2011-03-29  Julien Danjou  <julien@danjou.info>
2940
2941         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2942         local variables disabled rather than `normal-mode'.
2943
2944 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
2945
2946         * imap.el (imap-shell-open, imap-process-connection-type):
2947         Use imap-process-connection-type for 'shell' streams as well as
2948         Kerberos, SSL, other subprocesses.
2949
2950 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2951
2952         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2953         with open-network-stream.
2954         (proto-stream-always-use-starttls): Option removed.
2955         (open-protocol-stream): Return a process object by default.  Provide a
2956         new parameter :return-list specifying a list-type return value, which
2957         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2958         :type `network' to `try-starttls', and `network-only' to `default'.
2959         Make `default' the default, for compatibility with open-network-stream.
2960         Handle the no-parameter case exactly as open-network-stream, with no
2961         additional stream processing.  Search plists using plist-get.
2962         Explicitly add :end-of-commend parameter if it is missing.
2963         (proto-stream-open-default): Rename from
2964         proto-stream-open-network-only.  Return 'default as the type.
2965         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2966         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2967         failed.  Always return a list with a (possibly dead) process as the
2968         first element, for compatibility with open-network-stream.
2969         (proto-stream-open-tls): Use plist-get.  Always return a list.
2970         (proto-stream-open-shell): Return `default' as connection type.
2971         (proto-stream-capability-open): Use plist-get.
2972         (proto-stream-eoc): Function deleted.
2973
2974         * nnimap.el (nnimap-stream, nnimap-open-connection)
2975         (nnimap-open-connection-1): Handle renaming of :type parameter for
2976         open-protocol-stream.
2977         (nnimap-open-connection-1): Pass a :return-list parameter
2978         open-protocol-stream to obtain a list return value.  Parse this list
2979         using plist-get.
2980
2981         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2982         for open-protocol-stream.  Accept open-protocol-stream return value
2983         that is a subprocess object instead of a list.  Handle the case of a
2984         dead returned process.
2985
2986 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2989
2990         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2991
2992 2011-03-21  Julien Danjou  <julien@danjou.info>
2993
2994         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2995         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2996         query.
2997         (mm-inline-text): Render normal text with fontification whenever
2998         possible.
2999
3000         * gnus-sum.el (gnus-summary-save-parts-1):
3001         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3002         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3003         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3004         Use `mm-handle-filename'.
3005
3006         * mm-util.el (mm-handle-filename): New function, return the filename of
3007         an handle.
3008
3009 2011-03-18  Julien Danjou  <julien@danjou.info>
3010
3011         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3012         (gnus-buffer-live-p): Check that buffer is not nil.
3013
3014 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3015
3016         * gnus.el: No Gnus v0.15 is released.
3017
3018 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3021         avoid warning on XEmacs.
3022
3023         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3024         on XEmacs.
3025
3026         * gnus-art.el: Require mouse, which the build bot seems to say is
3027         needed.
3028
3029         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3030
3031         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3032         XEmacs, since it doesn't have url-retrieve-synchronously.
3033
3034         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3035         since assoc-string doesn't exist in XEmacs.
3036
3037 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3038
3039         * gnus-group.el (gnus-group-list-ticked): New function.
3040         (gnus-group-make-menu-bar): Provide a menu entry for it.
3041         (gnus-group-list-map): Provide a binding for it.
3042
3043 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * shr.el (shr-visit-file): New command.
3046
3047         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3048
3049 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3050
3051         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3052         servers.
3053
3054 2011-03-16  Julien Danjou  <julien@danjou.info>
3055
3056         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3057         inline.
3058
3059         * gnus-art.el (article-hide-list-identifiers):
3060         Use gnus-group-get-list-identifiers.
3061
3062         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3063         (gnus-summary-remove-list-identifiers):
3064         Use gnus-group-get-list-identifiers to get regexp.
3065         (gnus-select-newsgroup, gnus-summary-insert-subject)
3066         (gnus-summary-insert-articles):
3067         Call gnus-summary-remove-list-identifiers unconditionally.
3068
3069 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3072         we're selecting a group with unread articles.
3073
3074         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3075
3076         * gssapi.el: New file separated out from imap.el to provide a general
3077         Kerberos 5 connection facility for Emacs.
3078
3079         * message.el (message-elide-ellipsis): Document the format spec
3080         ellipsis.
3081
3082 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * message.el (message-elide-region): Allow the ellipsis to say how many
3085         lines were removed.
3086
3087 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3090         window configurations containing buffers that are now dead.
3091
3092         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3093         parsing to avoid integer overflows.
3094         (nnimap-parse-flags): Simplify the last change.
3095         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3096         too large for 32-bit Emacsen.
3097
3098 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3099
3100         * auth-source.el (auth-source-netrc-create):
3101         * message.el (message-yank-original): Fix use of `case'.
3102
3103 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3104
3105         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3106         XEmacs, which was one character too wide.
3107
3108 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3109
3110         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3111         default number of articles to display.
3112         (gnus-articles-to-read): Use pretty names for prompt.
3113
3114 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-int.el (gnus-open-server): Ditto.
3117
3118         * gnus-start.el (gnus-activate-group): Give a backtrace if
3119         debug-on-quit is set and the user hits `C-g'.
3120         (gnus-read-active-file): Ditto.
3121
3122         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3123
3124 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3125
3126         * message.el (message-yank-original): Use cond instead of CL case.
3127
3128 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * auth-source.el (auth-source-netrc-create): Use usual format for the
3131         default in prompts.
3132
3133 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * lpath.el: Fbind read-char-choice for XEmacs.
3136
3137 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3138
3139         * auth-source.el (auth-source-netrc-create): Show the default in the
3140         prompt when prompting for token creation.
3141
3142 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3143
3144         * auth-source.el (auth-source-format-prompt): Always convert the value
3145         to a string to avoid evaluating non-string arguments.
3146         (auth-source-netrc-create): Offer default properly, not as initial
3147         content in `read-string'.
3148         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3149         of line to determine if we've been run before.  If so, don't run again,
3150         but print a trivial message to indicate the cache was hit instead.
3151
3152 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3155         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3156         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3157         Gnus.
3158
3159 2011-03-11  Julien Danjou  <julien@danjou.info>
3160
3161         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3162         modified file".
3163
3164 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3165
3166         * auth-source.el (auth-source-read-char-choice): New function to read a
3167         character choice using `dropdown-list', `read-char-choice', or
3168         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3169         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3170         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3171         (auth-source-netrc-saver): Use it.
3172         (auth-source-pick-first-password): New convenience function.
3173
3174 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3175
3176         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3177         parameter in the credentials.
3178         (nnimap-open-connection-1): Use it after a successful login.
3179         (nnimap-credentials): Add IMAP-specific user and password prompt.
3180
3181         * auth-source.el (auth-source-search): Add :require parameter, taking a
3182         list.  Document it and the :save-function return token.  Pass :require
3183         down.  Change the CREATED message from a warning to a debug statement.
3184         (auth-source-search-backends): Pass :require down.
3185         (auth-source-netrc-search): Pass :require down.
3186         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3187         Change save prompt to indicate all modifications saved here are
3188         deletions.
3189         (auth-source-netrc-create): Take user login name as default in user
3190         prompt.  Move all the save functionality to a lexically bound function
3191         under the :save-function token in the returned list.  Set up clearer
3192         default prompts for user, host, port, and secret.
3193         (auth-source-netrc-saver): New function, intended to be wrapped for
3194         :save-function.
3195
3196 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3199         lines to be spaces instead.
3200
3201 2011-03-07  Julien Danjou  <julien@danjou.info>
3202
3203         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3204         (sieve-sasl-auth): Check that auth-source-search did return something,
3205         or just return an empty string.
3206
3207 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3208
3209         * gnus.el (gnus-interactive): Use read-directory-name.
3210
3211         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3212         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3213         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3214         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3215         Likewise.
3216
3217         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3218
3219 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3222         onto the list of killed groups, too.  This makes killed nnimap groups,
3223         for instance, more reliably not reappear.
3224
3225         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3226         the parent.
3227
3228         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3229
3230         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3231         really have server-side marks.
3232
3233         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3234         since most backends do not usefully have server-side marks.
3235         (gnus-update-read-articles): Propagate marks to all backends that
3236         really have server-side marks.
3237
3238 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3239
3240         * message.el (message-cite-reply-position, message-cite-style):
3241         New variables.
3242         (message-yank-original): Use the new citation styles.
3243
3244 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3245
3246         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3247         buffer-local issue); don't mark it buffer-local when running under
3248         XEmacs.
3249
3250 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3251
3252         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3253         numbers too big to be `read'.
3254
3255 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         * password-cache.el (password-in-cache-p): Add autoload.
3258
3259         * message.el (message-options): Make buffer-local two ways to attempt
3260         to fix a XEmacs bug.
3261
3262 2011-03-02  Julien Danjou  <julien@danjou.info>
3263
3264         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3265
3266 2011-03-01  Julien Danjou  <julien@danjou.info>
3267
3268         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3269         group.
3270         (article-hide-list-identifiers): Use list-identifier group parameter.
3271
3272 2011-02-28  Julien Danjou  <julien@danjou.info>
3273
3274         * sieve.el (sieve-buffer-script-name): New local variable to store
3275         sieve script name.
3276         (sieve-edit-script): Store sieve script name.
3277         (sieve-upload): Use sieve script name when uploading.
3278         (sieve-upload): Use substitute-command-keys.
3279         (sieve-edit-script): Use substitute-command-keys.
3280         (sieve-refresh-scriptlist): Use substitute-command-keys.
3281         (sieve-manage-mode-map): Define keymap properly.
3282         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3283         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3284         Remove commented code about cvs.
3285         (sieve-manage-quit): New function.
3286         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3287
3288 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3291
3292 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * auth-source.el (auth-source-search): Cache empty result sets.
3295
3296         * password-cache.el (password-in-cache-p): Convenience function to
3297         check if a key is in the cache, even if the value is nil.
3298
3299         * auth-source.el (auth-source-save-behavior): New variable to replace
3300         `auth-source-never-create'.
3301         (auth-source-netrc-create): Use it.
3302         (auth-source-never-save): Remove.
3303
3304 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3305
3306         * nnimap.el (nnimap-stream): Doc fix.
3307         (nnimap-open-connection-1): Reverse the order of the ports to that the
3308         prompted-for port is first.
3309
3310         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3311         retrieval by the no-group selection.
3312
3313         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3314         numerical parameters.
3315
3316 2011-02-25  Julien Danjou  <julien@danjou.info>
3317
3318         * gnus-gravatar.el: Use gnus-with-article-buffer.
3319
3320         * gnus-art.el (gnus-with-article-buffer): Check that the
3321         gnus-article-buffer is alive.
3322
3323 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3324
3325         * auth-source.el (auth-source-creation-prompts): New variable to manage
3326         creation-time prompts.
3327         (auth-source-search): Document it.
3328         (auth-source-format-prompt): Add utility function.
3329         (auth-source-netrc-create): Don't default the user name to
3330         user-login-name.  Use `auth-source-creation-prompts' and some default
3331         prompts for user, host, port, and password (the default generic prompt
3332         remains ugly).
3333         (auth-source-never-save): Add customizable option to never save info.
3334         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3335         mode excursion.
3336
3337 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3340         argument that XEmacs doesn't support.
3341
3342         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3343         compiled for Emacsen having no `libxml-parse-html-region' support.
3344
3345         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3346
3347         * lpath.el: Bind buffer-save-without-query for XEmacs.
3348
3349 2011-02-23  Julien Danjou  <julien@danjou.info>
3350
3351         * gnus-art.el (article-make-date-line): Ignore errors if time is
3352         invalid and not convertible.
3353         (article-make-date-line): Only add lapsed time if time is not nil.
3354
3355 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3356
3357         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3358         `read-char-choice' for backwards compatibility.
3359         (auth-source-netrc-element-or-first): New function to DTRT for
3360         parameter extraction.
3361         (auth-source-netrc-create): Use it and fix multiple parameter print
3362         bug.  Use the default passed from above (given-default) or the
3363         built-in (user-login-name for :user).
3364
3365 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3366
3367         * gnus-start.el (gnus-dribble-read-file):
3368         Set buffer-save-without-query, since we always want to save the dribble
3369         file, probably.
3370
3371         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3372         nnimap.
3373
3374         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3375         -summary- since it's a user-visible variable.
3376
3377         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3378         first time you use the new Gnus.
3379
3380 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * auth-source.el: Don't load netrc.el.
3383         (auth-sources): Search ~/.netrc as well by default.
3384         (auth-source-debug): Add 'trivia option for extra output.
3385         (auth-source-do-trivia): Use it.
3386         (auth-source-search): Simplify logic to use
3387         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3388         appropriate.  Don't keep a running count at this level.  Layer :create
3389         and :delete options appropriately on the first and second passes.
3390         Don't track the backend with the search results.
3391         (auth-source-search-backends): New function to search a list of
3392         backends for a processed spec.
3393         (auth-source-netrc-parse): Cache all netrc files, making
3394         auth-source-netrc-cache an alist keyed by the file name and using the
3395         file mtime as the caching criterion.  Keep the obfuscated data secret
3396         with a lexical bind.
3397         (auth-source-netrc-search): Don't calculate the length of the results
3398         unnecessarily.
3399         (auth-source-search-backends): Fix bug.
3400         (auth-source-netrc-create): Rework prompts.
3401
3402 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3403
3404         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3405         Lower case names of search constraints.
3406         (nnir-run-query): Cache and reuse search constraints for all imap
3407         servers.
3408
3409 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3412         after exit.
3413         (gnus-setup-message): Define missing variable from last checkin.
3414
3415         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3416         value, show the raw article.
3417
3418 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3419
3420         * gnus.el: No Gnus v0.13 is released.
3421
3422 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3423
3424         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3425         auth-source now accepts numbers.
3426
3427         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3428         spec, too.
3429         (auth-source-ensure-strings): New function.
3430
3431         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3432         (gnus-article-setup-buffer): Always restart the date timer so that user
3433         changes to the frequency is respected.
3434
3435         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3436         port numbers, so make sure it gets that if nnimap-server-port is
3437         explicit.
3438
3439 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3440
3441         * nnimap.el (nnimap-inbox): Doc fix.
3442
3443 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3444
3445         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3446         Autoload.  Add optional arg FRAME, and pass it to color-values.
3447         (color-complement): Caller changed.  Doc fix.
3448         (color-gradient): Rewrite for better clarity and efficiency.
3449
3450 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3451
3452         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3453         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3454         color-lab-to-srgb.
3455
3456 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3457
3458         * color.el: First part of merge from hexrgb.el.
3459         (color-rgb-to-hex): Rename from color-rgb->hex.
3460         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3461         saturation to zero if the value is too small.
3462         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3463         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3464         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3465         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3466         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3467         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3468         (color-cie-de2000): Doc fix.
3469
3470 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3471
3472         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3473         given method as in the group name if we're using an extended method.
3474         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3475         command, if we're using that, instead of waiting for the beginning.
3476
3477         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3478         we're sure to get unique server names, and we don't output two async
3479         commands in the same buffer.  This fixes an NNTP hang for some users.
3480
3481 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3482
3483         * gnus.el: No Gnus v0.11 is released.
3484
3485 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3488         summary buffer before reading going to the next buffer.  This avoids
3489         putting the point in the group buffer if you `C-g' the command.
3490
3491         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3492         cache (for now) to make ~/.authinfo.gpg files usable.
3493
3494         * nnfolder.el (copyright-update): Define for the compiler.
3495
3496         * auth-source.el (auth-source-search): Fix unbound variable.
3497
3498 2011-02-19  Glenn Morris  <rgm@gnu.org>
3499
3500         * gnus.el (gnus-meta): Doc fix.
3501
3502 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3503
3504         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3505         in case it's not yet loaded.
3506
3507 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3508
3509         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3510         line we're waiting for.
3511
3512 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3513
3514         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3515         face with line-width greater than zero will cause RET in gnus summary
3516         buffer to scroll down article page-wise because auto vscroll happens,
3517         it should be temporally disabled when doing a scroll-up.
3518
3519 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3520
3521         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3522         outputs from the server.
3523
3524 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3525
3526         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3527         later so that bbdb can hook in easier.
3528
3529 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3530
3531         * auth-source.el (auth-source-search): Don't try to create credentials
3532         if the caller doesn't want that.
3533         (auth-source-search): If we don't find a match, don't bug out on
3534         non-bound variables.
3535         (auth-source-search): Only ask a single backend to create the
3536         credentials.
3537
3538         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3539         logging.
3540         (nnimap-credentials): Protect against auth-source-search returning nil.
3541         (nnimap-request-list): Protect against not being able to open the
3542         server.
3543
3544 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3545
3546         * auth-source.el (auth-source-search): Do a two-phase search, one with
3547         no :create to get the responses from all backends.
3548
3549         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3550         when getting credentials.
3551
3552         * gnus-util.el (gnus-delete-duplicates): New function.
3553
3554 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3555
3556         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3557         a creation default, pass the whole port list down.  It will be
3558         completed.
3559
3560         * auth-source.el (auth-source-search): Updated docs to talk about
3561         multiple creation choices.
3562         (auth-source-netrc-create): Accept a list as a value (from the search
3563         parameters) and do completion on that list.  Keep a separate netrc line
3564         with the password obscured for showing the user.
3565
3566         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3567         first choice to `auth-source-search' so it will be used for entry
3568         creation instead of the server's Gnus-specific name.
3569         (nnimap-credentials): Rely on the auth-source library to select which
3570         port is actually wanted in the new netrc entry, so don't override
3571         `auth-source-creation-defaults'.
3572
3573         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3574         :protocol and accept a missing user, host, or port as a wildcard match.
3575         (auth-source-debug): Default to off.
3576
3577         (auth-source-netrc-search, auth-source-netrc-create)
3578         (auth-source-secrets-search, auth-source-secrets-create)
3579         (auth-source-user-or-password, auth-source-backend, auth-sources)
3580         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3581         instead of :protocol.
3582
3583         * nnimap.el (nnimap-credentials): Pass a port default to
3584         `auth-source-search' in case an entry needs to be created.
3585         (nnimap-open-connection-1): Use :port instead of :protocol.
3586
3587 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * auth-source.el: Bind load-path when loading EIEIO from
3590         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3591         21.4 doesn't support, to `require'.
3592         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3593         delete-dups that is not available in XEmacs 21.4.
3594
3595 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3596
3597         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3598         as EIEIO must also be loaded when auth-source.el is being
3599         byte-compiled.
3600
3601 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3604
3605         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3606
3607         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3608
3609         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3610
3611         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3612
3613         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3614
3615         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3616
3617         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3618         necessary.
3619
3620 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3623         nil means that nnimap doesn't get updated.
3624
3625 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3626
3627         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3628         result when the user doesn't want to write to the file.
3629         (auth-source-netrc-search): Expect a synthetic result and proceed
3630         accordingly.
3631         (auth-source-cache-expiry): New variable to override
3632         `password-cache-expiry'.
3633         (auth-source-remember): Use it.
3634
3635         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3636         parameter.  Create entry if necessary by using :create t.
3637         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3638
3639 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3640
3641         * auth-source.el (auth-source-debug): Enable by default and don't
3642         mention the obsolete `auth-source-hide-passwords'.
3643         (auth-source-do-warn): New function to debug unconditionally.
3644         (auth-source-do-debug): Use it.
3645         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3646         and for Secrets API entries when the secrets.el library is not
3647         available.
3648
3649 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3652         (gnus-summary-exit): Kill the correct article buffer on exit from a
3653         `C-d' group.
3654
3655         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3656         gnus-propagate-marks.
3657
3658         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3659         before killing the buffers so that a non-full window conf gets handled
3660         correctly.
3661         (gnus-summary-exit): Ditto.
3662         (gnus-summary-read-group-1): Ditto.
3663
3664         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3665         async code again so that we can debug it properly.
3666
3667         * message.el (message-reply): Take an optional switch-buffer parameter
3668         so that Gnus window confs are respected better.
3669
3670 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3673         `plist-get' to accept non-list parameters (XEmacs issue).
3674         Fix docstring.
3675         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3676         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3677         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3678         Login collection is "Login" and not "login".
3679
3680 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3683         multiple headers.
3684
3685         * nnimap.el (nnimap-inhibit-logging): New variable.
3686         (nnimap-log-command): Don't log login commands.
3687
3688         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3689         to have more parameters.
3690
3691         * nnimap.el (nnimap-send-command): Mark the command time for each
3692         command, so that we don't get NOOPs stepping on our toes.
3693
3694         * gnus-art.el (article-date-ut): Get the date from the Date header on
3695         `t'.
3696
3697 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * auth-source.el (auth-source-search): Use copy-sequence instead of
3700         the cl.el copy-list.
3701
3702 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3703
3704         * imap.el: Bring it back (revert
3705         84d800cd31de3064f0ed39617d725709a2f8f42f).
3706
3707 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3708
3709         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3710         Improve prompt.
3711
3712 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3715         washing status from the default format.  It isn't very informative.
3716
3717 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3718
3719         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3720         Fix Gcc processing on imap.
3721
3722 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3723
3724         * imap.el: Remove file.  All the functionality is in nnimap.el.
3725
3726 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3727
3728         * message.el (message-bury): Don't pop up a new window when selected
3729         window is dedicated.
3730
3731 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3732
3733         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3734
3735 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3736
3737         * sieve-manage.el: Autoload `auth-source-search'.
3738         (sieve-sasl-auth): Use it.
3739
3740 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * nnimap.el: Autoload `auth-source-forget+'.
3743         (nnimap-open-connection-1): Use it if the connection fails.
3744
3745         * auth-source.el: Require `password-cache'.
3746         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3747         obsolete.
3748         (auth-source-magic): Marker for `password-cache' keys.
3749         (auth-source-do-cache): Update docstring.
3750         (auth-source-search): Use and check cache.
3751         (auth-source-forget-all-cached, auth-source-remember)
3752         (auth-source-recall, auth-source-forget, auth-source-forget+)
3753         (auth-source-specmatchp): Caching support functions.
3754         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3755         Remove and obsolete.
3756         (auth-source-user-or-password): Remove caching to further discourage
3757         using it.  Always hide passwords.
3758
3759         * password-cache.el (password-cache-remove): Accept secrets that are
3760         not strings.
3761
3762 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3763
3764         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3765         code for now, since it doesn't work for all users.
3766
3767 2011-02-09  Julien Danjou  <julien@danjou.info>
3768
3769         * message.el (message-options): Make message-options really buffer
3770         local.
3771
3772 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * mail-source.el: Autoload `auth-source-search'.
3775         (mail-source-keyword-map): Note order matters.
3776         (mail-source-set-1): Get all the mail-source source values and
3777         defaults and search auth-source on those if needed.  This can all
3778         probably be simplified.
3779
3780         * nnimap.el: Autoload `auth-source-search'.
3781         (nnimap-credentials): Use it.
3782         (nnimap-open-connection-1): Ask for the virtual server and physical
3783         address in one shot.
3784
3785         * nntp.el: Autoload `auth-source-search'.
3786         (nntp-send-authinfo): Use it.  Note TODO.
3787
3788 2011-02-08  Julien Danjou  <julien@danjou.info>
3789
3790         * shr.el (shr-tag-body): Add support for text attribute in body
3791         markups.
3792
3793         * message.el (message-options): Make message-options a local variable.
3794
3795 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3796
3797         * auth-source.el (auth-source-secrets-search)
3798         (auth-source-user-or-password): Use `append' instead of `nconc'.
3799         (auth-source-user-or-password): Build return list better and protect
3800         against nil :secret.
3801
3802 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3803
3804         * nnimap.el (nnimap-update-info): Refactor slightly.
3805         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3806         (nnimap-update-info): Clean up slightly.
3807         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3808         characters.
3809         (nnimap-process-quirk): Rename function to avoid collision.
3810         (nnimap-update-info): Fix macrology bug-out.
3811         (nnimap-update-info): Simplify split history test.
3812
3813 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3814
3815         * auth-source.el (top): Require 'eieio unconditionally.
3816         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3817         (auth-source-secrets-search): Limit search when `max' is greater than
3818         number of results.
3819
3820 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3821
3822         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3823         part not returning any data.
3824
3825         * proto-stream.el (open-protocol-stream): Document the return value.
3826
3827 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3828
3829         * auth-source.el (auth-source-secrets-search): Add examples.
3830
3831 2011-02-06  Julien Danjou  <julien@danjou.info>
3832
3833         * message.el (message-setup-1): Handle message-generate-headers-first
3834         set to t.
3835
3836 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3839         API with a string "secrets:collection-name" and with 'default.
3840         (auth-source-backend-parse): Parse "secrets:collection-name" and
3841         'default.  Recurse on parses instead of repeating code.  Use the
3842         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3843         message when ignoring a source.
3844         (auth-source-search): List ignored search keys at the top level.
3845         (auth-source-netrc-create): Use `case' instead of `cond'.
3846         (auth-source-secrets-search): Created with TODOs.
3847         (auth-source-secrets-create): Created with TODOs.
3848         (auth-source-retrieve, auth-source-create, auth-source-delete)
3849         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3850         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3851         (auth-source-user-or-password-sftp)
3852         (auth-source-user-or-password-smtp): Remove.
3853         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3854         around `auth-source-search'.  Not tested thoroughly.
3855
3856 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3857
3858         * auth-source.el: Bring in assoc and eioeio libraries.
3859         (secrets-enabled): New variable to track the status of the Secrets API.
3860         (auth-source-backend): New EIOEIO class to represent a backend.
3861         (auth-source-creation-defaults): New variable to set prompt defaults
3862         during token creation (see the `auth-source-search' docstring for
3863         details).
3864         (auth-sources): Simplify to allow a simple string as a netrc backend
3865         spec.
3866         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3867         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3868         (auth-source-search): Main auth-source API entry point.
3869         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3870         (auth-source-search-collection): Helper function for searching.
3871         (auth-source-netrc-parse, auth-source-netrc-normalize)
3872         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3873         Supports search, create, and delete.
3874         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3875         backend stubs.
3876         (auth-source-user-or-password): Call `auth-source-search' but it's not
3877         ready yet.
3878
3879 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3880
3881         * message.el (message-setup-1): Remove the read-only stuff, since it
3882         doesn't work under XEmacs, for some reason.
3883
3884         * gnus-sum.el (gnus-user-date): Rename back from
3885         gnus-summary-user-date since user code refers to it.
3886
3887         * shr.el (shr-render-td): Store the actual background color used.
3888
3889         * message.el (message-setup-1): Don't bind the constant
3890         -forbidden-properties.
3891         (message-setup-1): Revert previous change, since it needs to bind the
3892         props to insert them.
3893         (message-resend): Allow removing the read-only separator line.
3894
3895 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nnimap.el (nnimap-request-accept-article): Give an error message if
3898         the APPEND wasn't successful.
3899
3900 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3901
3902         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3903         that have no groups.
3904
3905 2011-02-03  Julien Danjou  <julien@danjou.info>
3906
3907         * gnus-draft.el: Remove progn around gnus-draft-setup.
3908
3909 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-start.el (gnus-read-active-for-groups): This function is never
3912         called with a nil `infos', so clean that up.
3913         (gnus-get-unread-articles): Request active files from primary/secondary
3914         methods that have no groups (yet).
3915
3916 2011-02-03  Julien Danjou  <julien@danjou.info>
3917
3918         * message.el (message-setup-1): Always generate References first.
3919         (message-mail): Return the return value of message-setup, not always t.
3920         (message-setup-1): Insert mail-header-separator with read-only and
3921         intangible properties set.
3922
3923         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3924         user-date in docstring.
3925
3926         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3927
3928         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3929         docstring.
3930
3931         * gnus.el (gnus-user-date-format-alist): Change default value.
3932         Use defcustom, with type and group. Move from gnus-util.el.
3933         Rename to gnus-summary-user-date-format-alist.
3934
3935 2011-02-03  Glenn Morris  <rgm@gnu.org>
3936
3937         * nnimap.el (gnus-fetch-headers): Declare.
3938
3939         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3940
3941 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3942
3943         * message.el (message-forward-make-body-digest-plain)
3944         (message-followup, message-reply): Clean up things noted by Stefan.
3945
3946         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3947         gnus-article-update-date-headers is nil.
3948         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3949         it didn't really work with defcustom.
3950         (article-update-date-lapsed): Make sure the window start doesn't move,
3951         either.
3952
3953 2011-02-01  Julien Danjou  <julien@danjou.info>
3954
3955         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3956         format.
3957
3958         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3959         standard in Emacs nowadays.
3960
3961         * color.el (color-gradient): Add a color-gradient function.
3962
3963 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3964
3965         * message.el (message-expand-name): Don't trust the return value of
3966         bbdb-complete-name.
3967         (message-check-news-header-syntax): Remove unused var `start'.
3968         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3969         (message-inhibit-body-encoding): Move to before first use.
3970         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3971         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3972         (Organization, Message-ID, Date, mh-previous-window-config):
3973         Defvar the vars using dynamic scoping.
3974
3975 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3976
3977         * shr.el (shr-render-td): Only do colors at the final rendering.
3978         Should be slightly faster.
3979         (shr-insert-table): Fix up TD background colors when doing the
3980         vertical padding.
3981
3982         * gnus-art.el (article-date-ut): Protect against articles with no Date
3983         header.
3984         (article-update-date-lapsed): Don't use current-column to find the
3985         horizontal position.  It's fragile in the presence of \003 characters.
3986
3987         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3988
3989 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-art.el (article-transform-date): Rewrite to still work when
3992         there are several rfc2822 parts.
3993         (article-transform-date): Fix infinite recursion.
3994         (article-date-ut): Replace infinitely many Date headers with a single
3995         one when called interactively.
3996
3997         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3998         secure manner.
3999
4000         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4001         move around by not using save-window-excursion.  It seems to work...
4002
4003 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (article-make-date-line): Work for user-defined format.
4006
4007 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4008
4009         * nntp.el (nntp-retrieve-group-data-early)
4010         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4011         fetching functions.
4012
4013         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4014         thoroughly for all backends that have no known groups.  This should
4015         allow new nnml methods to retrieve mail.
4016
4017         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4018         that Gnus doesn't know exists again.
4019
4020         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4021         (gnus-treat-date-ut): Ditto.
4022         (gnus-article-update-date-header): Rename.
4023         (gnus-treat-date-local): Remove.
4024         (gnus-treat-date-english): Remove.
4025         (gnus-treat-date-lapsed): Remove.
4026         (gnus-treat-date-combined-lapsed): Remove.
4027         (gnus-treat-date-original): Remove.
4028         (gnus-treat-date-iso8601): Remove.
4029         (gnus-treat-date-user-defined): Remove.
4030         (gnus-article-date-headers): New variable to control all the date
4031         header options.
4032         (article-date-ut): Rewrite to allow using the new way to format date
4033         headers(s).
4034
4035 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4036
4037         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4038         method.
4039         (nnmail-article-group): A better test for fanciness.
4040
4041         * nnimap.el (nnimap-request-head): Protect against not finding the
4042         article by Message-ID.
4043
4044 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4045
4046         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4047         keep point at the "same place".
4048
4049 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4052         data if the group is inactive.
4053
4054 2011-01-28  Julien Danjou  <julien@danjou.info>
4055
4056         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4057         (gnus-all-windows-visible-p): Remove old compatibility code.
4058         (gnus-window-top-edge): Add docstring.
4059
4060         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4061
4062 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4063
4064         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4065         older request-update-info.
4066
4067         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4068
4069 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4070
4071         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4072         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4073
4074 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4075
4076         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4077         groups.  This makes the nndraft:queue group pop up if it's not already
4078         there.
4079
4080         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4081         messages" logic, which was reversed.
4082
4083         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4084         the "same place" even if point is on the line being replaced.
4085         (article-update-date-lapsed): Allow updating both the combined lapsed
4086         and the lapsed headers.
4087         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4088         (article-make-date-line): Limit the number of segments dynamically to
4089         avoid too-long lines.
4090
4091 2011-01-27  Julien Danjou  <julien@danjou.info>
4092
4093         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4094         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4095
4096 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4099         Use plist-get instead of the cl function getf.
4100
4101 2011-01-27  Glenn Morris  <rgm@gnu.org>
4102
4103         * gnus-util.el (float-time): Get rid of compiler warning, again.
4104
4105 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4106
4107         * shr.el (shr-put-color): Special-case background colors: Do put them
4108         at the blank parts at the front of the lines.
4109
4110         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4111         exit hook to nix out all data on readedness on group exit.
4112
4113         * gnus-util.el (float-time): If float-time is bound, always use it on
4114         all Emacsen.  It's unclear why the subrp check was there.
4115         (time-date): Require to make some autoload issues on XEmacs go away.
4116
4117         * shr.el (shr-put-color): Don't do the box padding in tables, since
4118         they're already padded.
4119
4120 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4121
4122         * gnus-art.el (gnus-article-next-page): When the last line of the
4123         article is displayed, scroll down once more instead of going to the
4124         next article at once.
4125         (article-lapsed-string): Refactor out and allow specifying how many
4126         segments you want.
4127         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4128         (gnus-article-update-lapsed-header): New variable.
4129
4130         * shr.el: Revert change that made headings use different-sized faces.
4131         The Emacs display engine isn't advanced enough that, for instance,
4132         tables can comfortably use differently-sized faces.
4133
4134 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4135
4136         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4137         used.
4138         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4139         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4140         we're using an encrypted connection.
4141
4142         * proto-stream.el: Alter the interface functions to also return the
4143         actual stream type used: network or tls.
4144
4145 2011-01-25  Julien Danjou  <julien@danjou.info>
4146
4147         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4148         (mm-display-javascript-inline): New function.
4149
4150         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4151         viewing function.
4152
4153 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * shr.el (shr-expand-newlines): Fix variable name.
4156
4157 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4158
4159         * shr.el (shr-expand-newlines): Make nested boxes work.
4160
4161 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4162
4163         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4164         backgrounds.
4165         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4166         in a more sensible manner.
4167
4168 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4171         if EPG is loaded.
4172
4173 2011-01-24  Julien Danjou  <julien@danjou.info>
4174
4175         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4176         tags.
4177
4178 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4179
4180         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4181         commands.
4182
4183         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4184         in the article buffer.
4185         (gnus-gravatar-insert): Use blank space from the current buffer to
4186         avoid breaking text properties.  This makes X-Sent updating work again.
4187
4188         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4189
4190 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4193         fix the bug in url-http.el instead.
4194
4195         * shr.el (shr-image-fetched): Ditto.
4196
4197         * shr.el (shr-image-fetched): Avoid having point move in the article
4198         buffer.
4199
4200         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4201         buffer after being called.  It's apparently being killed by url.el, and
4202         killing it made point move to end-of-buffer in a random buffer.
4203
4204         * shr.el (shr-image-fetched): Ditto.
4205
4206 2011-01-23  Julien Danjou  <julien@danjou.info>
4207
4208         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4209
4210         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4211         text/x-org.
4212
4213 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4214
4215         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4216         (i.e., nnimap) returning nil as the article number.
4217
4218 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4219
4220         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4221         "DelSp" parameter in RFC3676.
4222
4223 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4224
4225         * message.el (message-check-recipients): Display the encoded version of
4226         the bogus address if they differ.
4227
4228         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4229         after sending.
4230
4231         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4232
4233         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4234
4235         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4236         group buffer after sending the queue.
4237
4238         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4239
4240 2011-01-22  Julien Danjou  <julien@danjou.info>
4241
4242         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4243
4244 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4245
4246         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4247         nested related parts.
4248
4249         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4250         unexpired articles.  This fixes the regression that led expiry marks to
4251         disappear from nnfolder groups.
4252
4253 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4254
4255         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4256         Don't confuse the "ret" of "retrograde" with RET.
4257
4258 2011-01-21  Julien Danjou  <julien@danjou.info>
4259
4260         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4261         than mm-insert-inline.
4262
4263 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4266         Widen article buffer.
4267
4268 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4269
4270         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4271         the temp buffer.
4272         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4273
4274 2011-01-20  Julien Danjou  <julien@danjou.info>
4275
4276         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4277
4278         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4279         than mm-insert-inline to insert inline part: this respect
4280         mm-inline-media-tests displayers.
4281
4282         * mm-view.el (mm-display-shell-script-inline): New function.
4283
4284         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4285
4286         * mm-uu.el (mm-uu-type-alist): Add org block.
4287         (mm-uu-org-src-code-block-extract): New function.
4288
4289         * mm-view.el (mm-display-org-inline): New function.
4290
4291         * mm-decode.el (mm-automatic-display): Add text/org.
4292
4293         * mailcap.el (mailcap-mime-extensions): Add .org.
4294
4295 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4298         gnus-article-add-buttons.
4299
4300 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4301
4302         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4303         From header with a date and "nobody" as the sender.
4304
4305 2011-01-19  Julien Danjou  <julien@danjou.info>
4306
4307         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4308         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4309         if you have the same regexp several times.
4310         (gnus-button-push): Fix matching when regexp is symbol.
4311
4312 2011-01-15  Glenn Morris  <rgm@gnu.org>
4313
4314         * message.el (message-mail): A compose-mail function should
4315         accept headers as strings.
4316
4317 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4318
4319         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4320         Add :vert-only tags.
4321         (message-mail): New arg RETURN-ACTION.
4322         (message-return-action): New var.
4323         (message-bury): Use it.
4324         (message-mode): Make it buffer-local.
4325         (message-send-and-exit): Always call message-bury.
4326
4327         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4328         message-mail.
4329
4330 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331
4332         * nnimap.el (nnimap-convert-partial-article): Protect against
4333         zero-length body parts.
4334
4335         * mm-decode.el (mm-preferred-alternative-precedence):
4336         Discourage showing empty parts.
4337
4338         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4339         and stuff if the backend didn't return the article number.  This fixes
4340         an Exchange-related nnimap bug.
4341
4342         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4343         group window, because it does the wrong thing when a separate frame
4344         displays the group buffer.
4345
4346         * proto-stream.el (open-protocol-stream): Protect against the low-level
4347         transport functions returning nil.
4348
4349 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4350
4351         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4352         (mml2015-epg-find-usable-secret-key): New function.
4353         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4354         mml2015-epg-find-usable-key (Bug#7797).
4355         (mml2015-epg-encrypt): Ditto.
4356
4357 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * dgnushack.el (rot13-string): Fix the way to get the argument.
4360
4361 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362
4363         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4364
4365 2011-01-03  Glenn Morris  <rgm@gnu.org>
4366
4367         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4368
4369         * sieve.el (sieve-open-server): Give a more explicit error if
4370         sieve-manage-open returns nil.  (Bug#7720)
4371
4372 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4373
4374         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4375
4376 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4379         This avoids sending passwords in plain text over non-encrypted
4380         channels.
4381
4382         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4383
4384         * nnimap.el (nnimap-login): Refactored out into own function, and
4385         implement CRAM-MD5.
4386         (nnimap-wait-for-line): Refactored out.
4387
4388         * mm-view.el (mml-smime): Require.
4389
4390 2010-12-20  David Engster  <deng@eml.cc>
4391
4392         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4393         use EPG to decrypt S/MIME messages instead of openssl.
4394
4395 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4398
4399         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4400         status is the group clearly is unreachable.
4401
4402         * auth-source.el (auth-source-create): Add the optional second
4403         parameter to `local-variable-p' to be compatible with XEmacs.
4404
4405 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4406
4407         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4408         work when using a compressed nnml folder.
4409
4410 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4413         backends after sanitising on entry, because this never makes sense:
4414         If the articles have gone missing, then the data no longer exists on
4415         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4416         overwrite anything anyway.
4417
4418         * shr.el (shr-insert-document): Bind shr-width dynamically to
4419         window-width if it's nil.
4420
4421 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4422
4423         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4424         with the meaning of using the full emacs window width for rendering.
4425
4426 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4427
4428         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4429         case when sender is not given.
4430
4431 2010-12-23  Julien Danjou  <julien@danjou.info>
4432
4433         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4434         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4435         the addresses, otherwise we might misplaced the gravatar.
4436
4437 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4438
4439         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4440         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4441         obsolete in Emacs.
4442
4443 2010-12-20  Julien Danjou  <julien@danjou.info>
4444
4445         * gnus-util.el (gnus-rescale-image): Revert last change.
4446
4447 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4448
4449         * binhex.el: Improve commentary (Bug#7482).
4450
4451 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * gnus-group.el (gnus-group-delete-articles): New command.
4454
4455 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4456
4457         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4458
4459 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4462         here, since it's up to the backends to do CRLF removal if their
4463         protocol has it.
4464
4465         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4466
4467 2010-12-17  Julien Danjou  <julien@danjou.info>
4468
4469         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4470         they are from file.  Can also scale up.
4471
4472 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4473
4474         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4475         Restore gnus-use-agent.
4476         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4477
4478         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4479
4480 2010-12-17  Julien Danjou  <julien@danjou.info>
4481
4482         * gravatar.el (gravatar-retrieve-synchronously): New function.
4483         (gravatar-get-data): Make more robust.
4484
4485 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4488
4489 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4492         to really consider the last line.
4493
4494 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4495
4496         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4497         list of recipient keys, or use symmetric encryption if not a list.
4498         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4499         EPA override, replacing the call to `netrc-store-data'.
4500
4501 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4502
4503         * gnus-srvr.el: Avoid passing nil regexp argument to
4504         delete-matching-lines.
4505
4506 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4509         fetching stops when Gnus exits.
4510
4511         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4512         function.
4513         (nnfolder-request-expire-articles): Save all the buffers after doing
4514         expiry.
4515
4516         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4517         the last article", since that led to serious performance regressions
4518         when expiring nnml groups.
4519
4520 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4521
4522         * nnir.el: Improve customizations.
4523
4524 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4527
4528         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4529         group has been killed.
4530         (gnus-group-yank-group): Ditto.
4531
4532         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4533
4534         * nnimap.el (nnimap-request-update-group-status): New function.
4535
4536         * gnus-int.el (gnus-request-update-group-status): New interface
4537         function.
4538
4539         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4540         copying read-ness to the backends.
4541
4542         * nnimap.el (nnimap-quirk): New function.
4543         (nnimap-retrieve-group-data-early): Use it.
4544         (nnimap-quirks): New alist.
4545
4546 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4549         don't delete it within indentation.
4550
4551 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4554         previous line.
4555
4556 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4559         QRESYNC command by deleting a superfluous space which broke Cyrus
4560         servers.  This change will break other servers that are buggy the other
4561         way around.
4562
4563 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * spam.el: Reindent and fix long lines.
4566         (spam-copy-or-move-routine): Exclude invalid move destinations.
4567
4568 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4569
4570         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4571         installed the registry.
4572
4573 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4576
4577 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4578
4579         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4580         groupname doesn't contain "gmane".
4581
4582 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583
4584         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4585         and netrc-bound-and-true-p bindings.
4586         (netrc-parse): Cache the netrc contents.
4587
4588         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4589         (gnus-1): Don't create the nndrafts group twice.
4590         (gnus-setup-news): There's no need to read the active file here, since
4591         that's done again later on a per-backend basis.
4592         (gnus-start-draft-setup): Make sure that the new group is started out
4593         empty.
4594
4595         * gnus-agent.el (gnus-agentize): Don't create the queue group
4596         automatically on startup.  It'll be created later, if needed.
4597
4598         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4599         of automatically subscribed groups.
4600         (gnus-auto-subscribed-categories): New variable.
4601         (gnus-matches-options-n): Use it.
4602         (gnus-default-subscribed-newsgroups): Remove unused variable.
4603         (gnus-start-draft-setup): Message a bit less.
4604
4605 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4606
4607         * nnir.el (nnir-run-imap): Return article list in order of increasing
4608         UID.
4609
4610 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-sum.el (gnus-summary-enter-digest-group):
4613         Mention gnus-auto-select-on-ephemeral-exit.
4614
4615         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4616         convention of the network-only option.
4617
4618 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * proto-stream.el (proto-stream-open-network-only): New function to
4621         have a way to specify non-STARTTLS upgrade connections.
4622
4623 2010-12-10  Julien Danjou  <julien@danjou.info>
4624
4625         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4626         email address is nil.
4627
4628         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4629
4630 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4631
4632         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4633         deletion.
4634         (nnir-run-imap): Only need to parse list once.
4635
4636 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * shr.el (shr-tag-script): Ignore <script>.
4639         (shr-tag-label): Add <label> support.
4640
4641 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4644
4645         * shr.el (shr-image-displayer): Work for images lined side by side.
4646
4647 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4648
4649         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4650         parameter, since XEmacs doesn't accept t as a parameter.
4651
4652 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4653
4654         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4655         ids.
4656         (nnir-run-gmane): Simplify groupspec formatting.
4657         (nnir-request-expire-articles): New function.
4658
4659 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4662         overflow, possibly.
4663
4664         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4665         (shr-render-td): Handle td style="" better.
4666         (shr-tag-table): Use the color from the style sheet.
4667         (shr-render-td): Make sure we copy over all the overlays, too.
4668
4669 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4670
4671         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4672         (nnir-request-article): Improve article retrieval.
4673
4674 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * mm-util.el (mm-extra-numeric-entities): New variable.
4677
4678         * mm-url.el (mm-url-decode-entities):
4679         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4680
4681         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4682
4683 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4684
4685         * message.el: Use completion-at-point.
4686         (message-completion-function): New fun, extracted from message-tab.
4687         (message-mode): Use it for completion-at-point-functions.
4688         (message-tab): Use it and completion-at-point.
4689
4690 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4693         character if a non-breakable character follows.
4694
4695 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4698         any stream.
4699
4700         * shr.el (shr-tag-font): Colorize the region.
4701         (shr-tag-body): Ditto.
4702         (shr-tag-font): Actually let the styles be inherited instead of
4703         overwriting them.
4704         (shr-tag-font): Get the background color right.
4705         (shr-tag-style): Ignore all <style> tags for the moment.
4706
4707         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4708         a Message-ID to avoid having nnimap depend on gnus-sum.
4709
4710         * shr.el (shr-descend): Only colorize something if we have a node that
4711         sets colors.
4712
4713 2010-12-06  Julien Danjou  <julien@danjou.info>
4714
4715         * shr.el (shr-render-td): Render td content with shr-descend, so style
4716         will be applied to <td> too.
4717         (shr-colorize-region): Colorize region even if we only have a background.
4718         (shr-tag-body): Fix color and background color inheritance.
4719         Do not recolorize after shr-generic.
4720         (shr-tag-font): Let shr-generic colorize via inheritance.
4721
4722 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4725
4726 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4727
4728         * nnir.el (nnir-request-move-article): Remove obsolete code.
4729
4730 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4733
4734 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * gnus-sum.el (gnus-summary-respool-article): The completion function
4737         expects a list instead of an alist.
4738
4739         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4740         string as the parameter.
4741
4742         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4743
4744         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4745         styles.
4746         (shr-colorize-region): New function.
4747         (shr-insert-background-overlay): Remove.
4748         (shr-render-td): Background setting should be taken care of on a higher
4749         level.
4750         (shr-tag-body): Use post-hoc colorizations.
4751         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4752         (shr-put-color-1): Don't overwrite old colors.
4753         (shr-colorize-region): When the background color isn't explicit, use
4754         a fixed background.
4755
4756         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4757         nnmail variables.
4758
4759 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4760
4761         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4762         unless necessary.
4763
4764 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4765
4766         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4767         server.
4768
4769 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4772         so that TAB works.
4773
4774         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4775         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4776
4777         * shr.el (shr-urlify): Show the URL before the title to avoid
4778         misleading URLs.
4779
4780 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4781
4782         * shr.el (shr-urlify): Display the title in <a> tags.
4783
4784 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4785
4786         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4787
4788 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4789
4790         * nnir.el: Rearrange code to allow macros to be autoloaded by
4791         gnus-sum.el.
4792         (nnir-retrieve-headers-override-function): Make this variable
4793         customizable.
4794         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4795
4796         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4797         from nnir.el.
4798
4799 2010-12-03  Julien Danjou  <julien@danjou.info>
4800
4801         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4802
4803 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4806         allow optional argument `environment'.
4807
4808 2010-12-03  Glenn Morris  <rgm@gnu.org>
4809
4810         * mm-extern.el (message-goto-body): Update declaration.
4811
4812 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-util.el (gnus-macroexpand-all): New function.
4815
4816         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4817         instead of macroexpand-all that is unavailable in XEmacs.
4818
4819 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4820
4821         * nnir.el (nnir-summary-line-format): New variable.
4822         (nnir-mode): Use it.
4823         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4824         (nnir-article-ids): Reimplement as defsubst.
4825         (nnir-retrieve-headers): Don't mangle the subject header.
4826         (nnir-run-imap): Use 100 as RSV score.
4827         (nnir-run-find-grep): Fix for full server searching.
4828         (nnir-run-gmane): Better restriction to gmane groups.
4829
4830         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4831         summary buffers.
4832
4833 2010-12-02  Julien Danjou  <julien@danjou.info>
4834
4835         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4836
4837         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4838
4839         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4840         support.
4841
4842 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4843
4844         * nnir.el: Update to handle the registry better.
4845         (autoload): Silence byte-compiler.
4846         (nnir-open-server): Add a hook for nnir groups.
4847         (nnir-request-move-article): Don't mangle the header.  Better to use
4848         formatting variables (which will be added in the future).
4849         (nnir-registry-action): Update the registry using the original article
4850         group name.
4851         (nnir-mode): Install nnir-specific hooks for updating the registry.
4852
4853         * gnus-sum.el
4854         (gnus-article-original-subject,gnus-newsgroup-original-name):
4855         Remove obsolete variables.
4856         (gnus-summary-move-article): Remove use of obsolete variables.
4857         (gnus-summary-local-variables): Make move and delete hooks local to
4858         summary buffers.
4859
4860 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * rtree.el: New file.
4863
4864 2010-12-01  Julien Danjou  <julien@danjou.info>
4865
4866         * message.el (message-user-organization): Do not use
4867         gnus-local-organization.
4868
4869         * gnus.el: Remove gnus-local-organization.
4870
4871         * gnus-msg.el: Remove nastygram thing.
4872
4873 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4876         funcall.
4877
4878 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4881         names.
4882
4883         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4884         characters.
4885
4886         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4887         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4888         Suggested by Štěpán Němec <stepnem@gmail.com>.
4889         (gnus-gravatar-transform-address): Use mail-extract-address-components
4890         that supports non-ASCII names rather than mail-header-parse-addresses.
4891
4892 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893
4894         * proto-stream.el (open-protocol-stream): All starttls connections are
4895         handled by the network handler.
4896
4897 2010-11-30  Julien Danjou  <julien@danjou.info>
4898
4899         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4900         (nnimap-open-connection-1): Fix PREAUTH.
4901
4902         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4903
4904 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4907         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4908         (shr-insert): Use them.
4909         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4910
4911 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4912
4913         * nnir.el (nnir-request-move-article): Bail out if original group
4914         doesn't support article moves.
4915         (nnir-get-active): Improve active list retrieval.
4916
4917 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4920
4921 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4922
4923         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4924         seem to accept strings-with-numbers as port numbers,
4925
4926 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4927
4928         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4929         change the registry.
4930
4931 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4934         delete-dups that is not available in XEmacs 21.4.
4935
4936         * mm-util.el (mm-delete-duplicates): Add comment.
4937
4938 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4939
4940         * nnir.el (nnir-ignored-newsgroups): New variable.
4941         (nnir-get-active): Use it.
4942
4943 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * proto-stream.el (proto-stream-open-network): Add some comments.
4946
4947         * nntp.el (nntp-open-connection): Provide a :success condition.
4948
4949         * nnimap.el (nnimap-open-connection-1): Ditto.
4950
4951         * proto-stream.el (proto-stream-open-network): See what the response to
4952         the STARTTLS command is.
4953
4954         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4955         backwards compatibility).
4956         (nnimap-open-connection-1): Really respect nnimap-server-port.
4957
4958         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4959         TLS upgrades we don't really care about the identity of the peer.
4960         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4961         that what we've checked for.
4962         (proto-stream-always-use-starttls): Only default to t if
4963         open-gnutls-stream exists.
4964         (proto-stream-open-network): If STARTTLS failed, then just open a
4965         normal connection.
4966         (proto-stream-open-network): Wait until the greeting before doing
4967         STARTTLS.
4968
4969         * nntp.el (nntp-open-connection): Report what the connection error is.
4970
4971         * proto-stream.el (open-protocol-stream): Rename from
4972         open-proto-stream.
4973
4974 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnimap.el (nnimap-stream): Change default to `undecided'.
4977         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4978         first, and then network.
4979         (nnimap-open-connection-1): Respect nnimap-server-port.
4980         (nnimap-open-connection): Be more backwards-compatible.
4981
4982         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4983         (proto-stream-open-starttls): De-duplicate the starttls code.
4984         (proto-stream-open-starttls): Folded back into the main function.
4985         (proto-stream-open-network): Fix typo in the gnutls path.
4986         (proto-stream-command): Refactor out.
4987
4988         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4989
4990         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4991         starttls.el STARTTLS.
4992
4993         * color.el (color-lab->srgb): Fix function call name.
4994
4995         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4996         if we're using tls.el.
4997         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
4998         built in, then don't try to establish a STARTTLS connection.
4999
5000         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5001         servers.
5002
5003         * proto-stream.el (open-proto-stream): Use network, not stream.
5004         (open-proto-stream): Add a way to specify what the end of a command is.
5005
5006         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5007         connections types.
5008         (nntp-open-network-stream): Remove.
5009         (nntp-open-ssl-stream): Remove.
5010         (nntp-open-tls-stream): Remove.
5011         (nntp-ssl-program): Remove.
5012
5013         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5014
5015 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5016
5017         * nnir.el: Fix typos.
5018         (nnir-retrieve-headers-override-function): Rename variable to reflect
5019         new semantics.
5020         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5021         macros.
5022         (nnir-request-article, nnir-request-move-article): Use them.
5023         (nnir-categorize): New function.
5024         (nnir-run-query): Use it.
5025         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5026         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5027         sorted.
5028         (nnir-group-full-name): Use gnus-group-full-name instead.
5029         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5030         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5031
5032 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5035
5036         * proto-stream.el: New library to provide protocol-specific
5037         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5038         protocols.
5039         (open-proto-stream): Complete the documentation.
5040         (proto-stream-open-network): Fix some typos.
5041
5042         * nnimap.el (nnimap-open-connection): Use it.
5043
5044 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5045
5046         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5047         negotiation.
5048
5049 2010-11-26  Julien Danjou  <julien@danjou.info>
5050
5051         * color.el: Rename various rgb functions to srgb.
5052
5053 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5056         names.
5057
5058 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * shr.el (shr-insert): Revert last change.
5061         (shr-find-fill-point): Never leave point being at bol;
5062         relax the kinsoku limitation when rendering tables.
5063
5064 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5067         results from -accept-article.
5068
5069         * shr-color.el: Require cl when compiling.
5070
5071         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5072         checkin.
5073
5074         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5075
5076         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5077
5078         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5079         'add and 'delete to set backend marks.
5080
5081         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5082
5083         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5084
5085         * nntp.el (nntp-request-set-mark): Use it.
5086
5087         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5088
5089         * nnml.el (nnml-request-set-mark): Ditto.
5090
5091         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5092         introduces regressions in article selection.
5093         (nnimap-find-uid-response): New function.
5094         (nnimap-request-accept-article): Use the UID returned, if any.
5095         (nnimap-request-move-article): Use the UID returned, if any.
5096         (nnimap-get-groups): Reimplement to work with folded lines.
5097         (nnimap-find-uid-response): The UID is the last element in the list.
5098         (nnimap-request-set-mark): Extend syntax with 'set.
5099
5100         * nnml.el (nnml-request-set-mark): Ditto.
5101
5102         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5103
5104         * nntp.el (nntp-request-set-mark): Ditto.
5105
5106 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * message.el (message-called-interactively-p): A temporary macro.
5109         (message-goto-body): Use it temporarily.
5110
5111 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5114         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5115         (nnimap-last-response-string): Fix last unfolding fix.
5116
5117 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * shr.el (shr-insert): Fix the way to fold lines.
5120
5121 2010-11-25  Julien Danjou  <julien@danjou.info>
5122
5123         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5124
5125         * color.el: Rename from color-lab.el
5126         (color-rgb->hex): Add.
5127         (color-complement): Add.
5128         (color-complement-hex): Add.
5129
5130         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5131
5132 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * shr-color.el (shr-color-visible): Don't bug out if the color names
5135         don't exist.
5136
5137 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5140         assuming that article displaying or another mml-preview may be
5141         interrupted for an error or for the like.
5142
5143         * shr.el (shr-get-background): Fix argument name.
5144
5145 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5148
5149         * gnus-sum.el (gnus-summary-include-articles): New function.
5150
5151         * message.el (message-goto-body): called-interactively-p needs a
5152         parameter, so use `any'.
5153
5154         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5155         clear marks before moving, since they're synced from the Gnus side
5156         first.
5157
5158         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5159         (gnus-summary-move-article): Copy over all marks before moving, so that
5160         IMAP doesn't think a new article has arrived.
5161
5162 2010-11-24  Julien Danjou  <julien@danjou.info>
5163
5164         * shr.el (shr-insert-background-overlay): Fix typo.
5165         (shr-render-td): Copy the background before rendering.
5166
5167         * shr-color.el (shr-color-visible): Fix docstring.
5168
5169         * shr.el (shr-tag-table): Add bgcolor support.
5170         (shr-render-td): Add bgcolor support.
5171         (shr-get-background): Add.
5172         (shr-insert-foreground-overlay): Use shr-get-background.
5173
5174         * message.el (message-goto-body): Use called-interactively-p.
5175         (message-in-body-p): message-goto-body returns point.
5176
5177 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5180         Fixes something or other in Emacs 23, and is backwards compatible.
5181
5182         * message.el (message-goto-body): Remove the <#secure special-casing,
5183         which is too special.
5184
5185         * shr.el (shr-parse-style): Drop !important from styles.
5186
5187 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5188
5189         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5190         this function to return incorrect results when calling it with an
5191         explicit article argument different from
5192         (gnus-summary-article-number).
5193
5194 2010-11-24  Julien Danjou  <julien@danjou.info>
5195
5196         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5197         (shr-tag-body): Add background support.
5198         (shr-descend): Add background support.
5199         (shr-tag-title): Add.
5200
5201         * shr-color.el (shr-color-visible): Really return original background
5202         if fixed.
5203
5204 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * shr.el (shr-color-check): Protect against non-existent color names.
5207
5208 2010-11-24  Julien Danjou  <julien@danjou.info>
5209
5210         * color-lab.el: Require 'cl when compiling.
5211
5212         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5213
5214         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5215         matched part.
5216
5217         * color-lab.el: Fix all expt calls to use float type.
5218
5219 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5222         expression to shr-color-check as is.
5223
5224         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5225
5226         * color-lab.el: Add coding cookie.
5227         (float-pi): Use eval-and-compile.
5228
5229         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5230         compiled for Emacsen having no `libxml-parse-html-region' support.
5231
5232 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * shr.el (shr-insert-color-overlay): Split stuff like
5235         "#444444 !important" to find the real color.
5236         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5237         parse <font color="red"> entries.
5238
5239 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5240
5241         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5242         point when parsing headers.
5243
5244         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5245         is positioned properly when parsing headers.
5246
5247 2010-11-23  Julien Danjou  <julien@danjou.info>
5248
5249         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5250
5251         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5252
5253         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5254
5255         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5256         Use shr-color-hue-to-rgb.
5257         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5258
5259 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * shr.el (shr-color->hexadecimal): Autoload.
5262         (shr-descend): Add color to all tags.
5263
5264 2010-11-22  Julien Danjou  <julien@danjou.info>
5265
5266         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5267         shr-color->hexadecimal.
5268
5269         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5270         RGB() or HSL() color representation.
5271
5272         * shr.el (shr-tag-font): Add.
5273         (shr-tag-color-check): New function to get better colors.
5274         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5275         tag-span.
5276
5277         * shr-color.el: New file.
5278
5279         * color-lab.el: New file.
5280
5281         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5282
5283 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5284
5285         * nnir.el: Fix typo in comments.
5286         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5287         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5288
5289 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5292
5293         * nnimap.el (nnimap-get-capabilities): Refactor out.
5294         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5295
5296 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5297
5298         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5299         appearing when `mm-uu-hide-markers' is nil.
5300
5301 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * nnimap.el (nnimap-unselect-group): Make into its own function.
5304         (nnimap-request-rename-group): Unselect group before renaming.
5305         This had gotten lost somewhere.
5306         (nnimap-request-accept-article): Keep track of examined groups, and
5307         unselect the group before APPENDing to read-only groups.
5308         (nnimap-request-move-article): Clear flags before moving so that they
5309         can be re-set later.
5310
5311 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5314         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5315
5316 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-mime-display-single):
5319         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5320         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5321         parameter.
5322
5323 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5326         (shr-table-vertical-line): New variable.
5327         (shr-insert-table): Use it.
5328
5329 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-html.el (gnus-html-wash-images): Don't display images if
5332         gnus-inhibit-images is non-nil; register displayer for cid images.
5333         (gnus-html-display-image): Work for cid image.
5334         (gnus-html-insert-image): Allow arguments.
5335         (gnus-html-put-image): Inhibit read-only.
5336         (gnus-html-prefetch-images): Don't prefetch images if
5337         gnus-inhibit-images is non-nil.
5338
5339 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * shr.el (shr-put-image): Break lines when inserting big pictures.
5342
5343 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5344
5345         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5346         sender, thanks Katsumi Yamaoka.
5347
5348 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5349
5350         * nnir.el (nnir-run-imap): Reverse the article list for each group
5351         rather than the whole list.
5352
5353 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * shr.el (shr-image-displayer): Protect function against non-existent
5356         image source.
5357
5358         * gnus-art.el (gnus-inhibit-images): New user option.
5359         (gnus-mime-display-single): Don't display image if it is non-nil.
5360
5361         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5362         gnus-inhibit-images.
5363
5364         * shr.el (shr-image-displayer): New function.
5365         (shr-tag-img): Use it.
5366
5367 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5368
5369         * mml2015.el (mml2015-epg-sign): Use From header.
5370
5371 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5374
5375         * gnus-util.el (gnus-find-text-property-region): Return markers.
5376
5377         * shr.el (shr-tag-img): Put a displayer in the text property.
5378
5379         * gnus-util.el (gnus-find-text-property-region): New utility function.
5380
5381         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5382         (gnus-html-show-images): Remove.
5383
5384         * gnus-art.el (gnus-article-show-images): New, more general function.
5385
5386         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5387         image url text properties.
5388
5389         * shr.el: Ditto.
5390
5391         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5392         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5393
5394 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5397         work for two or more articles.
5398
5399 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5402         divide an image that's in an html article to two or more when washing
5403         non-ASCII characters in alt text of it.
5404
5405 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5408         smime-decrypt-region using function argument.
5409         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5410
5411         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5412
5413         * smime.el (smime-decrypt-region): Catch it.
5414
5415 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5416
5417         * smime.el (smime-mode-map): Move initialization into declaration.
5418         (gnus-run-mode-hooks): Don't autoload.
5419         (smime-mode): Use define-derived-mode.
5420
5421 2010-11-11  Glenn Morris  <rgm@gnu.org>
5422
5423         * smime.el (from): Restrict declaration to XEmacs.
5424
5425         * nnir.el (gnus-group-topic-name): Autoload.
5426
5427 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * shr.el (shr-insert): Don't break long line if it is because of
5430         kinsoku-bol characters in the line end.
5431
5432 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5433
5434         * nnir.el (nnir-request-move-article): Fix to provide original group
5435         and subject.
5436         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5437         been retrieved.
5438
5439         * gnus-sum.el (gnus-summary-move-article): Use original group and
5440         subject for virtual articles such as those in an nnir summary buffer.
5441
5442 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5445         least 21.5).
5446
5447         * smime.el (from): Declare it again for XEmacs.
5448
5449 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * message.el (message-resend): Don't disable encoding unless it's
5452         already encoded.
5453
5454         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5455         low-numbered articles.
5456
5457 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * rfc2047.el (rfc2047-syntax-table): Simplify.
5460
5461         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5462
5463         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5464         set-char-table-range for XEmacs.
5465
5466 2010-11-10  Glenn Morris  <rgm@gnu.org>
5467
5468         * time-date.el (time-to-seconds): Always an alias on Emacs,
5469         never a real function.
5470         (with-no-warnings): Remove compat stub, now unused.
5471         (time-less-p): Doc fix.
5472         (time-to-number-of-days): Simplify.
5473
5474         * smime.el (from): Remove unused declaration.
5475
5476         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5477         (gnus-float-time): On Emacs, always an alias.
5478
5479         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5480         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5481
5482 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * dgnushack.el: Don't use ignore-errors in the top level form since it
5485         is unavailable in XEmacs even if cl is loaded.
5486
5487         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5488
5489 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * shr.el (browse-url-mailto): Autoload.
5492
5493         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5494
5495         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5496         regexp doesn't need quoting.
5497
5498 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5499
5500         * message.el (message-subject-trailing-was-ask-regexp)
5501         (message-subject-trailing-was-regexp): Match was: in addition to was.
5502
5503 2010-11-09  Glenn Morris  <rgm@gnu.org>
5504
5505         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5506         (nnbabyl-check-mbox): Use point-at-bol.
5507
5508 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5511
5512         * message.el (message-mailto): New function.
5513         (message-mailto): Should accept other parameters.
5514         (message-mailto): Remove since it duplicates browse-url-mailto
5515         functionality.
5516
5517 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5520         methods.
5521         (gnus-read-active-file): Ditto.
5522
5523         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5524         ": " from the prompt.
5525         (gnus-group-make-group): Ditto.
5526
5527 2010-11-07  Glenn Morris  <rgm@gnu.org>
5528
5529         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5530         (gnus-bookmark-kill-line): Use point-at-eol.
5531
5532 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5535         asterisks in From header.
5536
5537 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5540         string to avoid making the From headers syntactically invalid.
5541
5542         * message.el (message-send-mail): Don't insert courtesy messages if the
5543         message already has List-Post and List-ID messages.
5544
5545 2010-11-06  Glenn Morris  <rgm@gnu.org>
5546
5547         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5548         `condition', `type', `length' a prefix.
5549         (gnus-treat-predicate): Update for above name changes.
5550
5551 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5552
5553         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5554         binding.  Handled by `gnus-summary-refer-thread' instead.
5555         (nnir-warp-to-article): New backend function.
5556
5557         * nnimap.el (nnimap-request-thread): Force dependency updating.
5558
5559         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5560         (gnus-summary-refer-thread): Rework to improve thread-referral.
5561
5562         * gnus-int.el (gnus-warp-to-article): New function.
5563
5564         * gnus-sum.el (gnus-summary-article-map): Bind it.
5565
5566 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5567
5568         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5569         gnus-summary-refer-thread.
5570
5571         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5572         headers.
5573         (gnus-summary-limit-include-thread): Prevent articles in thread from
5574         being cut in gnus-cut-threads.
5575         (gnus-summary-refer-thread): Limit retrieved headers to those in
5576         thread.
5577
5578 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * message.el (message-send-mail): Use the value of
5581         message-courtesy-message from the message buffer.
5582
5583         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5584
5585         * shr.el (shr-browse-url): Implement mailto: URLs.
5586
5587         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5588         "raw".
5589
5590         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5591         if it's already selected.
5592
5593         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5594
5595 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5598         to measure the length and truncate alt text.
5599
5600 2010-11-03  Glenn Morris  <rgm@gnu.org>
5601
5602         * nndiary.el (nndiary-generate-nov-databases-1)
5603         (nndiary-generate-active-info): Rename dynamic variable `files' to
5604         something less generic.
5605
5606 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5607
5608         * nnir.el (nnir-request-move-article): Call the underlying backend to
5609         move articles from nnir.
5610
5611 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5614
5615 2010-11-02  Julien Danjou  <julien@danjou.info>
5616
5617         * nnir.el: Remove wais support.
5618
5619 2010-11-02  Glenn Morris  <rgm@gnu.org>
5620
5621         * gnus-html.el: Reorder requirements to quieten compiler.
5622
5623 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5626         properly for XEmacs as well.
5627         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5628         (gnus-article-natural-long-line-p): Use window-width rather than
5629         frame-width.
5630
5631 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5632
5633         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5634         (nnir-read-parms): Don't modify query.
5635         (nnir-run-query): Add ability to search topic on current line.
5636         (nnir-get-active): Clean up.
5637
5638 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5641         degenerate articles.
5642
5643         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5644         (gnus-print-buffer): Just print the buffer as is, without any copying
5645         to a buffer and then re-highlighting.
5646
5647         * nnimap.el (nnimap-request-group): Store the new updated info.
5648         (nnimap-request-group): Select the group when we don't know whether it
5649         exists or not.
5650
5651         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5652         groups.
5653
5654         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5655         groups.
5656
5657         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5658         groups.
5659
5660         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5661         long-lines case by only filling the long lines.
5662
5663         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5664         (bug #7311).
5665
5666 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * shr.el: No need to declare `declare-function' since shr.el is for
5669         only Emacsen that provide `libxml-parse-html-region'.
5670
5671         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5672         effective only in a file it is referred to.
5673
5674 2010-11-01  Glenn Morris  <rgm@gnu.org>
5675
5676         * mm-util.el (gnus-completing-read): Autoload.
5677         (mm-read-coding-system): Simplify Emacs definition.
5678
5679         * nnmail.el (gnus-activate-group):
5680         * nnimap.el (gnutls-negotiate):
5681         * nntp.el (netrc-parse): Fix declarations.
5682
5683 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5686         string-match-p in Emacs >=23.
5687
5688         * gnus-msg.el (gnus-configure-posting-styles):
5689         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5690
5691 2010-11-01  Glenn Morris  <rgm@gnu.org>
5692
5693         * nnir.el (declare-function): Add compat stub.
5694         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5695         (nnir-run-gmane): Require 'mm-url.
5696
5697         * mm-util.el (mm-string-to-multibyte): Simplify.
5698
5699         * shr.el (declare-function): Add compat stub.
5700         (url-cache-create-filename): Declare.
5701         (mm-disable-multibyte, widget-convert-button): Autoload.
5702
5703         * smime.el (ldap-search): Declare.
5704         (smime-cert-by-ldap-1): Require ldap on Emacs.
5705
5706         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5707         (nnimap-keepalive): Use gnus-float-time.
5708
5709         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5710         (mail-source-delete-crash-box): Use gnus-float-time.
5711
5712         * gnus-dired.el (gnus-completing-read): Autoload.
5713
5714         * mm-view.el (gnus-rescale-image): Autoload.
5715
5716         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5717
5718         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5719
5720         * sieve-manage.el: Require 'cl when compiling.
5721
5722         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5723         (gnus-iswitchb-completing-read): Require iswitchb.
5724         (gnus-select-frame-set-input-focus): Silence compiler.
5725
5726 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * message.el (message-subject-trailing-was-query): Change default to t,
5729         since I think that's what most people want.
5730
5731         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5732         appending for easier debugging.
5733         (nnimap-wait-for-connection): Take a regexp.
5734         (nnimap-request-accept-article): Wait for the continuation line before
5735         sending anything unless we're streaming.
5736
5737         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5738         leave the header washing to take place.
5739
5740 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5741
5742         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5743         regular expression match and replace in posting styles.
5744
5745 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5746
5747         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5748         an entire server.
5749         (nnir-get-active): New function.
5750         (nnir-run-imap): Use it.
5751         (nnir-run-gmane): Who knew, gmane search returns an article score!
5752
5753         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5754         server on the current line with nnir.
5755
5756 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5759         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5760         left edge.
5761         (gnus-article-foldable-buffer): Skip past the prefix when determining
5762         raggedness.
5763
5764         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5765         the raw article, and change `C-u g' to show the article without doing
5766         treatments.
5767
5768         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5769         on to `gnus-treat-article'.
5770         (gnus-inhibit-article-treatments): New variable.
5771
5772         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5773
5774         * gnus-art.el (gnus-treatment-function-alist): Have
5775         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5776         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5777         sections.
5778
5779         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5780         parameter.
5781         (gnus-article-fill-cited-long-lines): New function.
5782         (gnus-article-fill-cited-article): Allow filling only long sections.
5783
5784         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5785         and non-punctuation (like after the apostrophe in "'We").
5786
5787         * gnus-sum.el (gnus-summary-select-article): Make sure
5788         gnus-original-article-buffer is alive.
5789
5790         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5791         reflect the order they're in in the digest.
5792
5793         * gnus.el (gnus-group-startup-message): Move point to the start of the
5794         buffer.
5795
5796         * nnimap.el (nnimap-capability): New function.
5797         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5798         is set.
5799
5800 2010-10-31  David Engster  <dengste@eml.cc>
5801
5802         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5803         conform with changes to gnus-completing-read.
5804
5805 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806
5807         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5808
5809 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5810
5811         * nnir.el: Move defvar, defcustom around to keep file organized
5812         and keep byte-compiler quiet.
5813         (nnir-read-parms): Accept search-engine as arg.
5814         (nnir-run-query): Pass search-engine as arg.
5815         (nnir-search-engine): Remove.
5816
5817 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * shr.el (shr-generic): The text nodes should be text, not :text.
5820
5821         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5822         later in the file.
5823
5824 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5825
5826         * nnir.el: General clean up.  Allow searching with multiple engines.
5827         Allow separate extra-parameters for each engine.
5828         Batch queries when possible.
5829         (nnir-imap-default-search-key,nnir-method-default-engines):
5830         Add customize interface.
5831         (nnir-run-gmane): New engine.
5832         (nnir-engines): Use it.  Qualify all prompts with engine name.
5833         (nnir-search-engine): Remove global variable.
5834         (nnir-run-hyrex): Restore for now.
5835         (nnir-extra-parms,nnir-search-history): New variables.
5836         (gnus-group-make-nnir-group): Use them.
5837         (nnir-group-server): Remove in favor of gnus-group-server.
5838         (nnir-request-group): Avoid searching twice.
5839         (nnir-sort-groups-by-server): New function.
5840
5841 2010-10-30  Julien Danjou  <julien@danjou.info>
5842
5843         * gnus-group.el: Remove gnus-group-fetch-control.
5844
5845         * gnus-start.el (gnus-find-new-newsgroups):
5846         Remove gnus-check-first-time-used.
5847
5848         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5849
5850 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5851
5852         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5853         set on groups that don't have \* permanentflags.
5854
5855 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5858         control the background color.
5859         (shr-tag-img): Ignore very small web bug type images.
5860         (shr-put-image): Add help-echo alt texts to the images.
5861         (shr-tag-video): Show the video poster image.
5862
5863 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * shr.el (shr-table-depth): New variable.
5866         (shr-tag-table-1): Only insert the images after the top-level table.
5867
5868         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5869
5870         * gnus-util.el (gnus-list-memq-of-list): New function.
5871
5872         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5873         selected.
5874         (nnimap-unsplittable-articles): New slot.
5875         (nnimap-new-articles): Use it.
5876
5877 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5878
5879         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5880         move to the previous line on `M-g'.
5881
5882 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5885         *-request-group, which seems unnecessary.
5886
5887         * nnimap.el (nnimap-quote-specials): Function copied over from
5888         imap.el.
5889         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5890         they support that.  Suggested by Tom Regner.
5891
5892 2010-10-29  Julien Danjou  <julien@danjou.info>
5893
5894         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5895         defalias.
5896         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5897
5898         * gnus.el: Remove `gnus-nntp-service' variable.
5899         (gnus-secondary-servers): Make obsolete.
5900         (gnus-nntp-server): Make obsolete.
5901
5902         * gnus-start.el (gnus-1): Remove x-splash calls.
5903
5904         * gnus-ems.el (gnus-x-splash): Remove.
5905
5906         * gnus.el (gnus-group-startup-message): Simplify/update code.
5907
5908         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
5909         definition.
5910
5911         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5912         capability before doing anything.
5913         (gnus-group-insert-group-line): Remove useless
5914         gnus-group-remove-excess-properties.
5915
5916 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5919
5920 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5921
5922         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5923         config after reselecting.
5924
5925 2010-10-28  Julien Danjou  <julien@danjou.info>
5926
5927         * shr.el (shr-put-image): Use point even if only inserting text.
5928         (shr-put-image): Save excursion when inserting alt text on non-graphic
5929         display, so the behavior is the same when we are on a graphic display.
5930
5931         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5932
5933 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5936         (gnus-mime-copy-part): Check coding system, not charset.
5937         (gnus-mime-view-part-externally): Never remove part.
5938         (gnus-mime-view-part-internally): Don't remove part here.
5939         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5940         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5941         multipart/alternative.
5942
5943         * mm-decode.el (mm-display-part): Take optional arg `force'.
5944
5945 2010-10-26  Julien Danjou  <julien@danjou.info>
5946
5947         * gnus-group.el (gnus-group-default-list-level): Add this function to
5948         compute the default list level.
5949         (gnus-group-default-list-level): Add possibility to use a function.
5950
5951 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5954
5955         * gnus-group.el (gnus-group-completing-read)
5956         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5957         gnus-replace-in-string.
5958
5959 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * shr.el (shr-tag-div): Add.
5962
5963         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
5964
5965 2010-10-25  Julien Danjou  <julien@danjou.info>
5966
5967         * gnus-util.el: Remove `gnus-with-local-quit'.
5968
5969         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5970
5971 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972
5973         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5974         the original article buffer.
5975
5976 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnimap.el (nnimap-request-head): New function.
5979         (nnimap-request-move-article): Try to be slightly faster by not
5980         requesting the entire message when moving.
5981         (nnimap-transform-headers): Don't bug out on bodiless articles.
5982         (nnimap-send-command): Have no outstanding messages if the IMAP server
5983         doesn't support streaming.
5984         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5985
5986 2010-10-24  Julien Danjou  <julien@danjou.info>
5987
5988         * message.el (message-default-headers): Fix type.
5989
5990 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5993         prefetching images.
5994
5995         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5996         backend for unknown groups.  This is mainly useful for nnimap groups.
5997
5998         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5999         group isn't covered by the agent.
6000
6001 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6002
6003         * nnir.el (nnir-method-default-engines): New variable.
6004         (nnir-run-query): Use it.
6005         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6006         (gnus-summary-nnir-goto-thread): Change group if needed.
6007
6008         * gnus-group.el (gnus-group-group-map): Add key binding for
6009         gnus-group-make-nnir-group.
6010
6011 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * shr.el (shr-tag-object): Add.
6014
6015         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6016         original article buffer live.
6017         (gnus-summary-select-article-buffer):
6018         Mention gnus-widen-article-buffer.
6019
6020 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * shr.el (shr-tag-strong): Add.
6023
6024 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6027         group names.  They mess up the group buffer badly.
6028
6029         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6030
6031         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6032         instead of the summary one.
6033
6034 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * mml.el (mml-preview): Work properly when editing article.
6037
6038         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6039         gnus-have-read-active-file if it's already been in.
6040
6041 2010-10-22  Tom Tromey  <tromey@redhat.com>
6042
6043         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6044         gnus-group-completing-read.
6045
6046 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6047
6048         * message.el (message-mode-map): Don't bind M-; to comment region, to
6049         allow the global comment-dwim to work.
6050
6051 2010-10-21  Julien Danjou  <julien@danjou.info>
6052
6053         * message.el (message-setup-1): Allow message-default-headers to be a
6054         function.
6055
6056 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * shr.el (shr-tag-table): Simplify.
6059
6060 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6063         to avoid trying to snarf invalid stuff.
6064
6065         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6066
6067         * gnus.el (gnus-message-archive-group): Quote value.
6068         (gnus-message-archive-group): Mark as changed.
6069
6070         * shr.el (shr-add-font): Don't put the font properties on the newline
6071         or the indentation.
6072
6073         * message.el (message-fix-before-sending): Change options when sending
6074         non-printable characters.
6075
6076         * gnus.el (gnus-message-archive-method): Change the default to
6077         monthly outgoing groups.
6078
6079         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6080         that have gotten new numbers.
6081
6082         * nnimap.el (nnimap-request-replace-article): New function.
6083
6084 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6087         (nnrss-request-article): Don't use special html washing code.
6088
6089 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * shr.el (shr-tag-table): Remove useless nconc.
6092
6093 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-art.el (article-wash-html): Simplify and remove the charset
6096         stuff.  Use the normal html rendering code instead of the special html
6097         washing code.
6098
6099         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6100         `gnus-w3m' symbols.
6101         (mm-text-html-washer-alist): Remove.
6102
6103         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6104         (mm-inline-media-tests): Remove use.
6105         (mm-text-html-renderer): Change default to the `shr' symbol.
6106
6107         * mm-view.el (mm-inline-text-html): Remove use.
6108
6109         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6110         `gnus-blocked-images' to be a function.
6111         (gnus-article-wash-function): Remove.
6112
6113 2010-10-20  Julien Danjou  <julien@danjou.info>
6114
6115         * spam.el (spam-list-of-processors): Mark as obsolete.
6116
6117         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6118         (nnimap-insert-partial-structure): Fix boundary detection.
6119
6120 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6121
6122         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6123         run file-truename on remote files.  This can be expensive and even
6124         prevent one from editing drafts if some unrelated buffer has a stale
6125         connection.
6126
6127 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6130         kinsoku-eol regardless of shr-kinsoku-shorten.
6131         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6132         (shr-tag-table): Support caption, thead, and tfoot.
6133
6134 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6137         lines.
6138         (shr-save-contents): New command and keystroke.
6139
6140         * nndoc.el (nndoc-type-alist): Add git support.
6141         (nndoc-git-type-p): New function.
6142         (nndoc-transform-git-article): Ditto.
6143         (nndoc-transform-git-headers): Ditto.
6144         (nndoc-transform-git-headers): Generate Subject headers.
6145
6146         * shr.el (shr-parse-style): New function.
6147         (shr-tag-span): Ditto.
6148
6149         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6150         to `G G' to avoid collisions.
6151
6152 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * shr.el: Load kinsoku if necessary.
6155         (shr-kinsoku-shorten): New internal variable.
6156         (shr-find-fill-point): Make kinsoku shorten text line if
6157         shr-kinsoku-shorten is bound to non-nil.
6158         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6159         shr-indentation too when testing if table is wider than frame width.
6160         (shr-insert-table): Use `string-width' instead of `length' to measure
6161         text width.
6162         (shr-insert-table-ruler): Make sure indentation is done at bol.
6163
6164 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6167         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6168         undecoded network data.
6169
6170 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6173         name in the mode line spec so that the mode line menu works
6174         (bug #2431).
6175
6176         * message.el (message-get-reply-headers): If we're fed `to-address',
6177         then always use that.
6178
6179         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6180         aren't so wide as to need to switch off the edit menu.
6181
6182         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6183         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6184
6185         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6186         `M-g'.
6187         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6188         the permanent marks.
6189
6190 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6191
6192         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6193         Splitting according to references/in-reply-to obeys the ignore-groups
6194         variable, while splitting by sender and subject do not.
6195
6196 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6199         alist, so that we can look for non-Unicode chars.
6200         (article-translate-strings): Allow both character and string maps.
6201
6202 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * shr.el (shr-insert): Don't insert space behind a wide character
6205         categorized as kinsoku-bol, or between characters both categorized as
6206         nospace.
6207
6208 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6209
6210         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6211         headers to gnus-newsgroup-headers.
6212
6213 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * shr.el (shr-tag-img): Don't align images -- since we're not
6216         rescaling, this often leads to ugly displays.
6217
6218 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6219
6220         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6221         duplicates.
6222
6223 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6224
6225         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6226         call.
6227
6228 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus.el: Autoload gnus-html-show-images.
6231
6232         * nnimap.el: Use nnheader-message throughout.
6233
6234         * shr.el (shr-tag-img): Ignore images with no data.
6235
6236 2010-10-15  Julien Danjou  <julien@danjou.info>
6237
6238         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6239         a possibility to disable format=flow encoding when using hard newlines.
6240
6241 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * shr.el (shr-insert): Remove space inserted before or after a
6244         breakable character or at the beginning or the end of a line.
6245         (shr-find-fill-point): Do kinsoku; find the second best point or give
6246         it up if there's no breakable point.
6247
6248 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * nnimap.el (nnimap-open-connection): Message when opening connection
6251         for debugging purposes.
6252
6253         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6254         on every setup buffer call to allow this to change from article to
6255         article.
6256
6257         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6258         buffers where we have a wide table.
6259
6260 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6261
6262         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6263         uses *-request-thread.
6264
6265 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6268         incantation, which is no longer valid.
6269
6270 2010-10-14  Julien Danjou  <julien@danjou.info>
6271
6272         * shr.el: Fix defcustom type (char -> character).
6273
6274 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275
6276         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6277         programs.
6278
6279 2010-10-14  Julien Danjou  <julien@danjou.info>
6280
6281         * shr.el (shr-tag-a): Use url-link as widget type.
6282
6283         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6284         `gnus-group-get-icon'.
6285
6286 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6287
6288         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6289         This should make server editing work better.
6290
6291         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6292
6293         * tls.el (tls-program): Remove spurious %s from openssl.
6294
6295         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6296         (nnimap-parse-flags): Fix regexp.
6297
6298         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6299         probably work for CJVK text, too.
6300
6301         * nnimap.el (nnimap-extend-tls-programs): Remove.
6302         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6303
6304         * tls.el (tls-starttls-switches): Remove starttls hack.
6305         (open-tls-stream): Ditto.
6306         (tls-find-starttls-argument): Ditto.
6307
6308 2010-10-13  Julien Danjou  <julien@danjou.info>
6309
6310         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6311         responses.
6312
6313 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6316
6317         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6318         anything in Emacs.
6319
6320         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6321
6322 2010-10-13  Julien Danjou  <julien@danjou.info>
6323
6324         * shr.el (shr-width): Make shr-width a defcustom with default to
6325         fill-column.
6326         (shr-tag-img): Use shr-width rather than fill-column.
6327
6328 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * dgnushack.el (byte-optimize-apply):
6331         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6332
6333         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6334         position when (X-)Faces exist.
6335         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6336         avatars when called interactively.
6337
6338 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6341         gnus-article-x-face-too-ugly is bound.
6342
6343 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6346
6347         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6348         mailbox that doesn't exist.
6349
6350 2010-10-12  Julien Danjou  <julien@danjou.info>
6351
6352         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6353         (shr-get-image-data): Encode URL properly when fetching from cache.
6354         (shr-tag-img): Use aligned-to spaces to align correctly images.
6355
6356         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6357         before inserting the Gravatar.
6358
6359         * shr.el (shr-tag-img): Add align attribute support for <img>.
6360
6361 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * gnus-gravatar.el (gnus-art): Require.
6364
6365         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6366         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6367         Remove long obsoleted functions.
6368
6369 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6372
6373         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6374
6375         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6376         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6377         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6378         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6379         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6380         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6381         * sieve-manage.el, smime.el, spam.el:
6382         Fix comment for declare-function.
6383
6384 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * nnimap.el (nnimap-request-rename-group): Select group read-only
6387         before renaming it.
6388
6389         * shr.el (shr-insert): Fix up the white space only regexp.
6390
6391         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6392         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6393
6394         * shr.el (shr-current-column): New function.
6395         (shr-find-fill-point): New function.
6396
6397 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6398
6399         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6400         numbers.
6401
6402 2010-10-11  Julien Danjou  <julien@danjou.info>
6403
6404         * shr.el (shr-hr-line): Add.
6405         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6406         display hr lines.
6407         (shr-max-columns): Do not change state to nil if we just inserting
6408         spaces.
6409
6410 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6413         select the last group.
6414
6415 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6418
6419 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6420
6421         * dig.el (dig-mode-map): Declare and define in one step.
6422
6423 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6426         for Gnus.
6427         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6428         (nnimap-update-qresync-info): Mark \Seen articles as read.
6429
6430         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6431         non-variable, too.
6432
6433         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6434         available.
6435         (nnimap-update-info): Rely more on the current active than the param
6436         active to avoid marking articles as read too much.
6437
6438         * auth-source.el (auth-source-create): Use (user-login-name) for the
6439         user name default.
6440
6441         * nnimap.el (nnimap-update-info): If the server doesn't return any
6442         useful info, just use the previous info.
6443         (nnimap-update-info): Prefer old info over start-article.
6444         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6445
6446 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6447
6448         * nnir.el (autoload): Clean up autoloads.
6449         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6450         Use key rather than value.
6451         (nnir-imap-search-other): New variable.
6452         (nnir-read-parm): Use it.
6453         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6454         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6455
6456 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6459         the process, too.
6460
6461 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * spam.el (gnus-summary-mode-map): Bind to "$".
6464         Suggested by Russ Allbery.
6465
6466         * shr.el: Rework the way things are indented by <li> slightly.
6467
6468         * gnus.el (gnus-group-set-parameter): Fix typo.
6469
6470         * nnimap.el: Start implementing QRESYNC support.
6471
6472 2010-10-09  Julien Danjou  <julien@danjou.info>
6473
6474         * nnir.el (nnir-engines): Fix too many arguments.
6475
6476 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6479         group is the "last", so that the backends like nnfolder actually save
6480         their folders.
6481
6482         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6483         try to use that for the tls stream.
6484         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6485         UIDVALIDITY and find out which groups are read-only and not.
6486         (nnimap-get-flags): Use the same marks parsing code as the rest of
6487         nnimap.
6488
6489 2010-10-09  Julien Danjou  <julien@danjou.info>
6490
6491         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6492
6493         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6494         retrieving gravatars.
6495
6496         * shr.el (shr-table-corner): Add.
6497         (shr-table-line): Add.
6498         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6499
6500 2010-10-08  Julien Danjou  <julien@danjou.info>
6501
6502         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6503
6504 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6505
6506         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6507
6508         * gnus-sum.el (gnus-mark-article-as-unread)
6509         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6510         (gnus-summary-set-bookmark): Use it.
6511
6512         * gnus-msg.el (gnus-setup-message): Use it.
6513
6514         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6515
6516         * gnus.el (gnus-group-remove-parameter): Use it.
6517
6518         * gnus-group.el (gnus-group-make-web-group): Use it.
6519
6520         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6521
6522         * nnregistry.el: Update docs to mention manual.
6523
6524         * gnus-registry.el: Update docs to mention nnregistry.el.
6525         (gnus-registry-initialize): Don't install nnregistry refer method
6526         automatically.
6527         (gnus-registry-install-nnregistry): Remove it.
6528
6529 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * shr.el (shr-insert): Don't insert double spaces.
6532
6533 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-gravatar.el (gnus-treat-from-gravatar)
6536         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6537         called interactively.
6538
6539         * gnus-art.el (gnus-mime-view-part-externally)
6540         (gnus-mime-view-part-internally): Make predicate function passed to
6541         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6542         of a mime type.
6543
6544         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6545
6546 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * shr.el (require): Require cl when compiling.
6549         (shr-tag-hr): New function.
6550
6551         * nnimap.el (nnimap-update-info): Remove double setting of high.
6552         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6553         This makes nnimap work properly on Courier again.
6554
6555         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6556         the variable for backwards compatibility.
6557
6558         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6559         the file name before using to avoid setting mm-default-directory to
6560         nil.
6561
6562         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6563         bidning gnus-agent variables.
6564
6565         * shr.el (shr-render-td): Use a cache for the table rendering function
6566         to avoid getting an exponential rendering behavior in nested tables.
6567         (shr-insert): Rework the line-breaking algorithm.
6568         (shr-insert): Don't leave trailing spaces.
6569         (shr-insert-table): Also insert empty TDs.
6570         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6571
6572 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * gnus-sum.el (gnus-number): Rename from `number'.
6575         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6576         (gnus-summary-limit-children): Update uses correspondingly.
6577
6578 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6581         (gnus-gravatar-transform-address): Don't show avatars of people of
6582         which mail addresses match gnus-gravatar-too-ugly.
6583
6584 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6585
6586         * shr.el (shr-table-widths): Expand TD elements to fill available
6587         space.
6588
6589 2010-10-07  Julien Danjou  <julien@danjou.info>
6590
6591         * nnimap.el (nnimap-request-rename-group): Add this method.
6592
6593 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6596         name from XEmacs' function-arglist.
6597
6598         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6599         gravatar under XEmacs.
6600
6601 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * auth-source.el: Update docs with TODO items.
6604
6605         * gnus-sync.el: Update docs to explain state and plans.
6606
6607         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6608         Hooks for mark updates.
6609         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6610
6611         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6612         hooks with arguments, which is needed for mark update hooks.
6613
6614 2010-10-06  Julien Danjou  <julien@danjou.info>
6615
6616         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6617         was matched.
6618
6619         * sieve-manage.el: Update example in `Commentary'.
6620
6621         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6622
6623         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6624         not 2000.
6625         (sieve-manage-authenticate): Re-add function.
6626
6627 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628
6629         * shr.el (shr-insert): Get 'space transition right.
6630         (shr-render-td): Only delete space at the end of the TD.
6631
6632         * nnimap.el (nnimap-open-connection): Prepare to support
6633         open-gnutls-stream.
6634
6635         * shr.el: Rearrange function order to be more logical.
6636
6637 2010-10-06  Julien Danjou  <julien@danjou.info>
6638
6639         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6640         (nnrss-discover-feed): Remove 404 URL in docstring.
6641
6642         * nnir.el: Fix Swish-E URL.
6643         Fix Namazu URL.
6644
6645         * message.el (message-change-subject): Remove 404 URL in a comment.
6646
6647 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6650         called interactively.
6651
6652         * gnus-util.el (gnus-remove-if): Allow hash table.
6653         (gnus-remove-if-not): New function.
6654
6655         * gnus-art.el (gnus-mime-view-part-as-type):
6656         * gnus-score.el (gnus-summary-score-effect):
6657         * gnus-sum.el (gnus-read-move-group-name):
6658         Replace remove-if-not with gnus-remove-if-not.
6659
6660         * gnus-group.el (gnus-group-completing-read):
6661         Regard collection as a hash table if it is not a list.
6662
6663 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6666
6667         * shr.el: Document the table-rendering algorithm.
6668
6669 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6672         for Emacsen having no `libxml-parse-html-region' support.
6673
6674 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6675
6676         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6677         invalid URLs.
6678
6679         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6680         line-broken.
6681         (shr-tag-img): Ignore image fetching errors.
6682         (shr-overlays-in-region): Compute overlay positions correctly.
6683
6684         * mm-decode.el (mm-shr): Require shr.
6685
6686         * gnus-art.el (gnus-blocked-images): Move variable here.
6687
6688         * shr.el (shr-insert-table): Bind free variable.
6689
6690         * mm-decode.el (mm-shr): Bind shr-content-function.
6691
6692         * shr.el (shr-content-function): New variable.
6693
6694         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6695         added for symmetry.
6696
6697         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6698
6699         * gnus-group.el (gnus-group-make-group): Doc fix.
6700
6701         * nnimap.el (nnimap-request-newgroups): Return success.
6702
6703         * shr.el (shr-find-elements): New function.
6704         (shr-tag-table): Put all the images after the table.
6705         (shr-tag-table): Really inhibit images inside the table.
6706         (shr-collect-overlays): Copy over overlays from the TD elements to the
6707         main document.
6708
6709         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6710         gnus-blocked-images.
6711
6712 2010-10-05  Julien Danjou  <julien@danjou.info>
6713
6714         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6715
6716         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6717         (gnus-html-maximum-image-size): Add this function.
6718         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6719
6720         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6721         server-value of the capability is nil.
6722
6723 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * shr.el (shr-tag-em): Add <EM> tag.
6726
6727 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6728
6729         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6730         customizable.
6731
6732         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6733         handing broken links to browse-url.
6734
6735 2010-10-05  Julien Danjou  <julien@danjou.info>
6736
6737         * gnus-util.el (gnus-emacs-completing-read)
6738         (gnus-iswitchb-completing-read): Use autoload rather than require.
6739
6740 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6743         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6744         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6745         iswitchb-temp-buflist for XEmacs.
6746
6747         * gnus-util.el (gnus-completing-read-function): Exclude
6748         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6749         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6750         XEmacs.
6751
6752         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6753         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6754
6755         * gnus-html.el: Don't require help-fns under XEmacs.
6756         (gnus-html-schedule-image-fetching): Work for XEmacs.
6757
6758         * mm-decode.el (mm-shr): Decode contents by charset.
6759
6760 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6761
6762         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6763         unknown.
6764
6765         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6766         (shr-get-image-data): Ensure against the cache file missing.
6767
6768         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6769         for data.
6770
6771         * spam-report.el (spam-report-url-ping-plain): Don't query about
6772         killing the process.
6773
6774         * shr.el (shr-render-td): Protect against too-wide text.
6775
6776 2010-10-04  Julien Danjou  <julien@danjou.info>
6777
6778         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6779         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6780
6781         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6782         retrieved.
6783
6784 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785
6786         * shr.el (browse-url): Require.
6787         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6788         lines.
6789         (shr-show-alt-text, shr-browse-image): New commands.
6790         (shr-browse-url, shr-copy-url): New commands.
6791
6792         * gnus-sum.el (gnus-widen-article-window): New variable.
6793         (gnus-summary-select-article-buffer): Use it.
6794
6795         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6796         without @ signs.
6797
6798 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6799
6800         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6801
6802 2010-10-04  Julien Danjou  <julien@danjou.info>
6803
6804         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6805         for XEmacs.
6806
6807 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6810
6811         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6812         (nnimap-close-server): Implement.
6813
6814         * dgnushack.el (iswitchb): Require to shut up the compiler.
6815
6816         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6817         (shr-insert): Tweak line breaking.
6818         (shr-insert): Handle <pre> better.
6819         (shr-tag-li): Get <li> indentation right.
6820         (shr-tag-li): Get <li> indentation even righter.
6821         (shr-tag-blockquote): Ensure paragraph start.
6822         (shr-make-table): Tweak table generation.
6823         (shr-make-table): Fix typo.
6824
6825         * shr.el: Implement table rendering.
6826
6827 2010-10-04  Julien Danjou  <julien@danjou.info>
6828
6829         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6830
6831 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * shr.el (shr-insert): Use string anchors instead of line anchors.
6834
6835 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * shr.el: Add headings.
6838         (shr-ensure-paragraph): Actually work.
6839         (shr-tag-li): Make <ul> prettier.
6840         (shr-insert): Get white space at the beginning/end of elements right.
6841         (shr-tag-p): Collapse subsequent <p>s.
6842         (shr-ensure-paragraph): Don't insert double line feeds after blank
6843         lines.
6844         (shr-insert): \t is also space.
6845         (shr-tag-s): Fix "s" tag name function.
6846         (shr-tag-s): Fix face prop name.
6847
6848 2010-10-03  Julien Danjou  <julien@danjou.info>
6849
6850         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6851
6852         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6853         gnus-window-inside-pixel-edges.
6854
6855         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6856         gnus-ems.
6857
6858         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6859
6860         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6861         function.
6862
6863         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6864         resize choice.
6865
6866 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6869         beginning of the buffer.
6870
6871         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6872         article buffer again.
6873
6874         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6875
6876         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6877         when it's at the start of the buffer.
6878
6879         * shr.el (shr-tag-blockquote): Convert name.
6880         (shr-rescale-image): Use the right image-size variant.
6881
6882         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6883         buffer isn't shown, then select the current article first instead of
6884         bugging out.
6885         (gnus-summary-select-article-buffer): Show both the article and summary
6886         buffers again.
6887
6888         * shr.el (shr-fontize-cont): Protect against regions with no text.
6889         Rename tag functions to shr-tag-* for enhanced security.
6890         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6891
6892 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6893
6894         * shr.el (shr-insert):
6895         * pop3.el (pop3-movemail):
6896         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6897         loaded.
6898
6899 2010-10-03  Glenn Morris  <rgm@gnu.org>
6900
6901         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6902
6903         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6904
6905         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6906
6907         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6908
6909         * gnus-util.el (gnus-make-local-hook): Simplify.
6910
6911 2010-10-02  Julien Danjou  <julien@danjou.info>
6912
6913         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6914         (gnus-ido-completing-read): New function.
6915         (gnus-emacs-completing-read): New function.
6916         (gnus-completing-read): Use gnus-completing-read-function.
6917         Add gnus-completing-read-function.
6918
6919 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * shr.el (shr-insert-document): Autoload.
6922         (shr-img): Be silent.
6923         (shr-insert): Add a newline after every picture before text.
6924         (shr-add-font): Use overlays for combining faces.
6925         (shr-insert): Pass upwards the text start point.
6926
6927         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6928         possible.
6929         (mm-shr): New function.
6930
6931 2010-10-02  Julien Danjou  <julien@danjou.info>
6932
6933         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6934         should go backward.
6935
6936 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6937
6938         * shr.el (shr): Fix typo in provide call.
6939
6940 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * shr.el: New file.
6943
6944         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6945
6946         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6947         completing read.
6948
6949 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6950
6951         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6952         we're being queried about.  Suggested by Dan Jacobson.
6953
6954         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6955         Suggested by Jason Eisner.
6956
6957         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6958         table, too.  Suggested by Stefan Wiens.
6959         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6960         the table unnecessary.  Suggested by Stefan Wiens.
6961
6962         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6963         longer needed, and probably doesn't work either, as pointed out by
6964         Stefan Wiens.
6965         (gnus-summary-exit): Remove call to the clearing function.
6966         (gnus-summary-exit-no-update): Ditto.
6967
6968         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6969         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6970         Reported by Stefan Monnier.
6971         (gnus-summary-save-in-rmail): Ditto.
6972
6973         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6974         article buffer, instead of both the article buffer and the summary
6975         buffer.  Sort of suggested by Dan Jacobson.
6976
6977         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6978
6979         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6980         Suggested by Dan Jacobson.
6981
6982         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6983         documentation clearer.
6984
6985         * message.el (message-shorten-references): Comment on the number "21".
6986         Suggested by Stefan Monnier.
6987
6988         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6989         Suggested by Dan Jacobson.
6990
6991         * gnus.el (gnus-large-newsgroup):
6992         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6993
6994         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6995         externalize attachments.  Bug reported by Steve Wen.
6996
6997         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6998         really message anything to the user.
6999
7000         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7001         directly.
7002
7003         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7004         messages in empty groups.
7005
7006 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7007
7008         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7009         non-UIDNEXT group.
7010
7011 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7014         not the value from the collection.
7015
7016         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7017         values.  This sometimes happens on some groups that have no info.
7018         (nnimap-request-newgroups): New function.
7019
7020 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7021
7022         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7023         check into `gnus-registry-initialize'.
7024         (gnus-registry-initialize): Ditto.
7025         Fix and extend header docs.
7026
7027 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7028
7029         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7030         regexp backtrace overflows.
7031
7032         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7033         for starttls that tls.el implements; i.e. openssl.
7034
7035         * tls.el (tls-starttls-switches): Give up on using starttls with
7036         gnutls-cli.
7037         (tls-program): Add --insecure to be consistent with the defaults from
7038         openssl s_client.  Now all three commands are insecure.
7039
7040 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * lpath.el: Bind completion-styles-alist for XEmacs.
7043
7044         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7045         (gravatar-create-image): New function that's an alias to
7046         gnus-xmas-create-image, gnus-create-image, or create-image.
7047         (gravatar-data->image): Use it.
7048
7049 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7052         install the nnregistry refer method.
7053         (gnus-registry-install-hooks): Use it.
7054         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7055         unfollowed groups.
7056
7057 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7058
7059         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7060         expanding threads.
7061
7062 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * nnir.el: Use the server names without suffixes (bug #7009).
7065
7066         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7067         unencrypted to STARTTLS, if possible.
7068
7069 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7070
7071         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7072         headers before superseding.
7073
7074 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * nnrss.el (nnrss-use-local): Add documentation.
7077
7078         * nnimap.el (nnimap-extend-tls-programs): New function.
7079         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7080         (nnimap-wait-for-connection): Accept the greeting from the stupid
7081         output from openssl s_client -starttls, too.
7082
7083         * tls.el (tls-starttls-switches): New variable.
7084         (tls-find-starttls-argument): Use it.
7085         (open-tls-stream): Ditto.
7086
7087         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7088         (netrc-machine): Ditto.
7089
7090         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7091         article number.
7092         (nnimap-split-fancy): New variable.
7093         (nnimap-split-incoming-mail): Use it.
7094
7095         * nntp.el (nntp-server-list-active-group): Document.
7096
7097         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7098         SELECT to get the message-id.
7099
7100         * mail-source.el (mail-sources): Remove webmail support.
7101         (defvar): Ditto.
7102         (mail-source-fetcher-alist): Ditto.
7103         (mail-source-fetch-webmail): Remove.
7104
7105         * webmail.el: Remove -- doesn't seem relevant any more.
7106
7107         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7108
7109         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7110         the \r.
7111
7112 2010-09-30  Julien Danjou  <julien@danjou.info>
7113
7114         * gnus-agent.el (gnus-agent-add-group): Fix call to
7115         gnus-completing-read.
7116
7117 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * nndoc.el (nndoc-retrieve-groups): New function.
7120
7121         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7122         `default', use nnmail-split-methods.
7123         (nnimap-request-article): Downcase the NILs so that they are nil.
7124
7125         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7126         symbol.
7127
7128         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7129         code, since if the user has requested network, that's what they ought
7130         to get.
7131         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7132         (nnimap-split-rule): Mark as obsolete.
7133
7134         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7135         New variable.
7136
7137         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7138         correct slot, too.
7139
7140 2010-09-29  Julien Danjou  <julien@danjou.info>
7141
7142         * gnus.el (gnus-local-domain): Declare variable obsolete.
7143
7144         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7145         Fix history computing.
7146         (gnus-ido-completing-read): Require ido.
7147
7148 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7151         build Gnus.
7152
7153         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7154         when interpreting the structures.
7155         (nnimap-request-accept-article): Add \r\n to the lines to make this
7156         work with Cyrus.
7157
7158         * nndraft.el (nndraft-request-expire-articles): Use the group name
7159         instead if "nndraft".  Fix found by Nils Ackermann.
7160
7161 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7162
7163         * nnregistry.el: Add.
7164
7165 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7166
7167         * nnmail.el (group, group-art-list, group-art):
7168         Remove unneeded directives.
7169
7170 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7173         (mm-mime-charset):
7174         * rfc2047.el (rfc2047-syntax-table):
7175         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7176
7177         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7178         rather than `insert-file-contents' and `eval-region'.
7179
7180         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7181         construction.
7182
7183         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7184
7185         * time-date.el: No need to require cl for Emacs 21.
7186
7187 2010-09-29  Julien Danjou  <julien@danjou.info>
7188
7189         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7190         replacement of `gnus-gravatar-relief' to mimic
7191         `gnus-faces-properties-alist'.
7192         Add :version property.
7193
7194 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * mail-source.el (mail-source-report-new-mail):
7197         * message.el (message-default-mail-headers):
7198         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7199
7200         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7201
7202 2010-09-28  Julien Danjou  <julien@danjou.info>
7203
7204         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7205         mail-address contains the same string as real-name.
7206
7207         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7208         non-blank in header, otherwise it'll get stripped.
7209
7210         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7211         real-name, and then for mail address rather than doing : or , search.
7212
7213 2010-09-27  Julien Danjou  <julien@danjou.info>
7214
7215         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7216         right completing-read function.
7217         (gnus-use-ido): New variable
7218         (gnus-completing-read-with-default): Remove.
7219         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7220         (gnus-agent-add-group):
7221         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7222         * mm-view.el (mm-view-pkcs7-decrypt):
7223         * mm-util.el (mm-codepage-setup):
7224         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7225         * mml-smime.el (mml-smime-openssl-sign-query):
7226         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7227         (mml-insert-multipart):
7228         * gnus-msg.el (gnus-summary-yank-message):
7229         * gnus-int.el (gnus-start-news-server):
7230         * mm-decode.el (mm-interactively-view-part):
7231         * gnus-dired.el (gnus-dired-attach):
7232         * gnus.el (gnus-read-method):
7233         * gnus-bookmark.el (gnus-bookmark-jump):
7234         * gnus-art.el (gnus-mime-view-part-as-type)
7235         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7236         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7237         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7238         * nnmairix.el (nnmairix-create-server-and-default-group)
7239         (nnmairix-update-groups, nnmairix-get-server)
7240         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7241         (nnmairix-get-group-from-file-path):
7242         * nnrss.el (nnrss-find-rss-via-syndic8):
7243         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7244         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7245         (gnus-group-browse-foreign-server):
7246         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7247         (gnus-summary-execute-command, gnus-summary-respool-article)
7248         (gnus-read-move-group-name):
7249         * gnus-score.el (gnus-summary-increase-score)
7250         (gnus-summary-score-effect):
7251         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7252
7253 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7256         x-focus-frame.
7257
7258         * nnimap.el (auth-source-forget-user-or-password)
7259         (auth-source-user-or-password): Autoload.
7260
7261         * message.el (message-from-style, message-interactive)
7262         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7263         (message-yank-prefix, message-indentation-spaces, message-signature)
7264         (message-signature-file): Add comment.
7265
7266 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7269         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7270         new articles.
7271
7272         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7273         parts.
7274         (nnimap-request-article): Work with the t setting, too.
7275
7276         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7277         that you don't get flashes of other buffers.
7278         (gnus-summary-show-complete-article): Intern before setting.
7279
7280 2010-09-27  David Engster  <dengste@eml.cc>
7281
7282         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7283         well as HEADERS.
7284         (nnmairix-retrieve-headers): Provide new argument for the above.
7285
7286 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287
7288         * gnus-sum.el (gnus-summary-move-article): Don't alter
7289         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7290         group.
7291
7292         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7293
7294         * message.el (message-cite-prefix-regexp): Revert my last edit.
7295
7296         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7297         variable instead of the Gnus variable.
7298
7299         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7300
7301         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7302
7303         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7304         since some servers don't like it.
7305         (nnimap-open-connection): Forget credentials if the server says the
7306         password was wrong.
7307         (nnimap-parse-line): Protect against invalid data.
7308
7309         * gnus-sum.el (gnus-summary-move-article): Add comment.
7310         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7311         nothing alters it while scanning for new messages.
7312
7313         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7314         which may or may not help.
7315         (nnimap-open-connection): If we're doing a stream connection, and then
7316         discover we're on a STARTTLS-capable server, then open a STARTTLS
7317         connection instead.
7318
7319 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * nnimap.el (utf7): Require.
7322
7323         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7324         prefix.
7325
7326 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7327
7328         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7329
7330 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * nnimap.el (nnimap-request-accept-article): Message the error on
7333         error.
7334
7335 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7338
7339 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * nndoc.el (nndoc-request-list): Return success always.
7342
7343         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7344         `fetch-old' -- we only want to fetch the articles we've requested.
7345         The rest are in the agent, probably.
7346         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7347         disappeared server" to something low.  It's not important.
7348
7349         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7350         arrived before the FETCH data.
7351
7352         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7353         target here, because we don't know the Gnus name of the group.
7354
7355         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7356         for the correct group.
7357
7358         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7359
7360         * gnus.el (gnus): Give a final warning after startup.
7361
7362         * gnus-util.el (gnus-action-message-log): New variable.
7363         (gnus-message): Use it.
7364         (gnus-final-warning): New function.
7365
7366         * nnimap.el (nnimap-open-connection): Record the greeting.
7367         (nnimap): Add greeting.
7368
7369 2010-09-26  Julien Danjou  <julien@danjou.info>
7370
7371         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7372         arguments.
7373         (gnus-html-wash-images): Fix spec computing to include start/end.
7374
7375         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7376
7377 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7380         deletion.
7381         (nnimap-retrieve-headers): Don't select the group, because that's
7382         already done by nnimap-possibly-change-group.
7383
7384         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7385         (gnus-picon-transform-address): Use it.
7386
7387         * mail-source.el (mail-source-value): Revert previous patch.
7388
7389         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7390         on failure.
7391         (nnimap-open-connection): Look up both virtual and physical server name
7392         credentials.
7393
7394         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7395
7396 2009-02-07  Dave Love  <fx@gnu.org>
7397
7398         * tls.el (open-tls-stream): Don't query killing process.
7399
7400 2009-02-08  Dave Love  <fx@gnu.org>
7401
7402         * gnus-win.el (gnus-window-to-buffer-helper)
7403         (gnus-all-windows-visible-p): Function needn't be a symbol.
7404
7405         * mail-source.el (mail-source-value): Function needn't be a symbol.
7406
7407 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * message.el (message-cite-prefix-regexp): Remove } from the cite
7410         prefix.
7411
7412         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7413         highlight again, so that the highlight is correct.
7414
7415         * gnus-picon.el (gnus-picon): Remove again.
7416         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7417
7418         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7419         doing the header highlightling, so that the background color of the
7420         picon is correct.
7421
7422         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7423         (gnus-picon): Ditto.
7424         (gnus-picon): Reinstate.  The background color for picons is white.
7425         (gnus-picon-insert-glyph): Make the background white.
7426
7427         * nnml.el (nnml-open-nov): Don't return dead buffers.
7428
7429         * auth-source.el (auth-source-create): Query the user for whether to
7430         store the credentials.
7431
7432         * netrc.el (netrc-store-data): New function.
7433
7434         * auth-source.el (auth-source-user-or-password): Use the existing auth
7435         sources, if any, for creation.
7436
7437         * gnus.el (gnus-group-fast-parameter): Return the last matching
7438         parameter instead of the first matching parameter.
7439
7440 2010-09-26  Julien Danjou  <julien@danjou.info>
7441
7442         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7443
7444 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445
7446         * mml2015.el (mml2015-use): Remove gpg support.
7447
7448         * mml1991.el (mml1991-function-alist): Remove gpg function.
7449         (mml1991-gpg-sign): Remove.
7450
7451 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7452
7453         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7454         (gnus-browse-unsubscribe-current-group): Document it.
7455         (gnus-browse-unsubscribe-group): Use it.
7456
7457 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7460         address to the To list for easier response.
7461
7462         * gnus.el (gnus-play-startup-jingle): Remove.
7463         (gnus-splash): Don't play jingle.
7464         (gnus): Silence gnus-load message.
7465
7466         * gnus-art.el (gnus-treat-play-sounds): Remove.
7467
7468         * gnus.el (gnus-play-jingle): Remove audio support.
7469
7470         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7471
7472         * earcon.el: Remove -- no users.
7473
7474         * gnus-audio.el: Remove -- no users of this package.
7475
7476         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7477
7478         * gnus-start.el (gnus-setup-news): Remove nocem support.
7479
7480         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7481
7482         * gnus.el (gnus-use-nocem): Remove.
7483
7484         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7485         Remove.
7486
7487         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7488         uses NoCeM any more.
7489
7490         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7491         (gnus-button-ctan-handler): Ditto.
7492         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7493         (gnus-button-ctan-directory-regexp): Ditto.
7494         (gnus-button-handle-ctan): Ditto.
7495         (gnus-button-tex-level): Ditto.
7496         (gnus-button-alist): Remove CTAN stuff.
7497
7498 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499
7500         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7501         nnimap-streaming test.
7502
7503         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7504         servers twice.
7505
7506         * nnimap.el (nnimap-open-connection): Add more error reporting when
7507         nnimap fails early.
7508
7509         * nnheader.el (nnheader-get-report-string): New function.
7510         (nnheader-get-report): Use it.
7511
7512         * gnus-int.el (gnus-check-server): Say what the error was when opening
7513         failed.
7514
7515         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7516         using streaming.
7517
7518 2010-09-25  Julien Danjou  <julien@danjou.info>
7519
7520         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7521         gnus-window-inside-pixel-edges.
7522
7523 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7526
7527         * mm-decode.el (mm-save-part): Allow saving to other directories the
7528         normal Emacs way.
7529
7530         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7531         Suggested by Jay Berkenbilt.
7532
7533         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7534         there isn't a single byte.
7535
7536         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7537         just do it.  It doesn't really seem to matter what the user responds
7538         here, I think, so it's just a confusing question.
7539
7540         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7541         non-streaming case.
7542
7543         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7544         (gnus-article-encrypt-body): Use it.
7545
7546         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7547         keystroke.
7548
7549         * nnimap.el (nnimap-find-wanted-parts-1):
7550         Use gnus-fetch-partial-articles.
7551
7552         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7553
7554         * nnimap.el (nnimap-insert-partial-structure): New function.
7555         (nnimap-get-partial-article): New function.
7556         (nnimap-request-article): Use it.
7557         (nnimap-wait-for-response): Return whether the wait was successful.
7558         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7559         retrieval wasn't successful.
7560         (nnimap-retrieve-group-data-early): Allow throttling servers.
7561         (nnimap-streaming): New variable.
7562         (nnimap-fetch-partial-articles): Remove.
7563
7564         * mm-decode.el (mm-with-part): Protect against killed buffers.
7565
7566         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7567         for prettier summary display.
7568
7569 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7570
7571         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7572
7573 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7576         apparently third-party libraries depend on it.
7577
7578         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7579         before starting negotiation.
7580
7581         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7582         privacy reasons.
7583         (gnus-treat-mail-gravatar): Ditto.
7584
7585         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7586         buffer when inserting images.  Inserting text into the headers, for
7587         instance, can make them invalid.
7588
7589 2010-09-25  Julien Danjou  <julien@danjou.info>
7590
7591         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7592         variables.
7593
7594         * nnheader.el: Remove useless variables news-reply-yank-from and
7595         news-reply-yank-message-id.
7596
7597         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7598         variables.
7599
7600         * mml1991.el: Remove useless mml1991-verbose.
7601
7602         * gnus.el: Remove useless variable gnus-use-generic-from.
7603         Remove obsolete variable gnus-topic-indentation.
7604
7605         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7606
7607         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7608
7609         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7610
7611         * gnus-group.el: Remove useless gnus-group-icon-cache.
7612         Remove useless gnus-ephemeral-group-server.
7613
7614         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7615
7616         * mml2015.el: Remove useless mml2015-verbose.
7617
7618         * mml-smime.el: Remove useless mml-smime-verbose.
7619
7620         * gnus.el: Remove useless gnus-local-domain.
7621
7622         * gnus-gravatar.el (gnus-gravatar-transform-address):
7623         Use gnus-gravatar-size.
7624
7625         * gnus-art.el: Remove useless gnus-treat-translate.
7626
7627 2010-09-24  Julien Danjou  <julien@danjou.info>
7628
7629         * gnus-sum.el: Add support for Gravatars.
7630
7631         * gnus-art.el: Add support for Gravatars.
7632
7633         * gnus-gravatar.el: Add this file.
7634
7635         * gravatar.el: Add this file.
7636
7637 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7640
7641         * gnus-group.el (gnus-group-fetch-faq): Remove.
7642
7643         * gnus.el (gnus-group-faq-directory): Remove.
7644
7645         * gnus-group.el (gnus-group-fetch-charter): Remove.
7646
7647         * gnus.el (gnus-group-charter-alist): Remove.
7648
7649         * gnus-group.el (gnus-group-archive-directory): Remove.
7650         (gnus-group-recent-archive-directory): Ditto.
7651         (gnus-group-make-archive-group): Remove.
7652
7653         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7654
7655         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7656         use the same article number for all the cached articles.
7657
7658         * nnimap.el (nnimap-command): Register the last command time so
7659         that we can use it for idling NOOPs.
7660         (nnimap-open-connection): Start the keeplive timer.
7661         (nnimap-make-process-buffer): Store all the process buffers.
7662         (nnimap-keepalive): New function.
7663
7664         * starttls.el (starttls-open-stream): Add autoload cookie.
7665
7666 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7667
7668         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7669         handling.
7670
7671 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7672
7673         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7674         its data structures.
7675
7676         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7677         instead of the cl.el copy-list.
7678         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7679         equalp.
7680
7681 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7684         and tool-bar-local-item-from-menu.
7685
7686         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7687         mode-line-highlight face for Emacs.
7688
7689         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7690         loading gnus-sum.elc; fix comment for canlock-verify.
7691         (gnus-article-jump-to-part): Use read-number.
7692         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7693         Remove Emacs pre-21 compatible code for help-echo.
7694         (gnus-article-next-page-1): No need to adjust the number of lines.
7695         (gnus-article-describe-bindings): Always use help-buffer.
7696
7697         * gnus-audio.el (gnus-audio-inline-sound):
7698         * gnus-cus.el (gnus-custom-mode):
7699         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7700
7701         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7702
7703         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7704         compatible code.
7705
7706 2010-09-24  Glenn Morris  <rgm@gnu.org>
7707
7708         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7709         visiting the fcc file in rmail-mode.
7710
7711         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7712
7713 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * nnir.el: Silence the byte compiler.
7716
7717         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7718         alias to browse-url-url-encode-chars if any.
7719         (gnus-html-encode-url): Use it.
7720
7721 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * gnus-start.el (gnus-use-backend-marks): New variable.
7724         (gnus-get-unread-articles-in-group): Use it.
7725
7726         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7727         makeover.
7728
7729 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7730
7731         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7732
7733 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7736         Remove.
7737         (gnus-setup-news-hook):
7738         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7739
7740         * gnus-int.el (gnus-request-update-info): Protect against backends not
7741         having the function.
7742
7743         * nnimap.el (nnimap-stream): Mention starttls.
7744         (nnimap-open-connection): Add starttls support.
7745
7746 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7747
7748         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7749
7750 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7753         BODYSTRUCTUREs.
7754         (nnimap-transform-headers): Unfold quoted {42} headers.
7755
7756         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7757         the info.
7758         (gnus-get-unread-articles): Only call updatep on backends that support
7759         it.
7760
7761         * nnweb.el (nnweb-request-update-info): NOOP.
7762
7763         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7764
7765         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7766         since it only deals with marks.
7767
7768         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7769         gnus-request-marks, and make a new gnus-request-update-info.
7770
7771         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7772         the active instead of the high number, which is usually too low.
7773
7774 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7775
7776         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7777         * encrypt.el: Remove.
7778
7779 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7780
7781         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7782         server in symbolic form.
7783
7784         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7785
7786 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7789         (nnimap-update-info): Fix up code slightly.
7790
7791         * gnus-int.el (gnus-open-server): Add tracing for performance
7792         debugging.
7793
7794         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7795         (gnus-group-insert-group-line): Pass the real group name so that it
7796         gets the right data.
7797
7798         * gnus-start.el (gnus-get-unread-articles): Don't have
7799         `gnus-get-unread-articles-in-group' update info, since that can be
7800         really slow and doesn't seem to be needed?
7801
7802 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7803
7804         * time-date.el (date-to-time): Try using parse-time-string first before
7805         using the slower timezone-make-date-arpa-standard.
7806
7807 2010-09-22  Julien Danjou  <julien@danjou.info>
7808
7809         * gnus-group.el (gnus-group-insert-group-line):
7810         Call gnus-group-highlight-line.
7811         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7812         default hook list.
7813         (gnus-group-update-eval-form): Add new function.
7814         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7815         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7816
7817 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7818
7819         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7820         immediate, then expire all articles.
7821         (nnimap-update-info): Fix off-by-one errors.
7822         (nnimap-flags-to-marks): Would return no marks lists for group with no
7823         flags.  Instead return the other data.
7824
7825 2010-09-22  Julien Danjou  <julien@danjou.info>
7826
7827         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7828         Only return an icon.
7829         (gnus-group-insert-group-line): Compute icon to return.
7830
7831         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7832         (gnus-html-image-fetched): Only cache if
7833         gnus-html-image-automatic-caching is set.
7834         (gnus-html-image-fetched): Check for errors.
7835
7836 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7839         once per method on `g'.  This ensures that backends like nnfolder don't
7840         open all their folders.
7841
7842         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7843         (nnimap-request-list): Nix out group in the correct buffer.
7844         (nnimap-parse-flags): Implement by using `read' instead of
7845         hand-parsing.
7846         (nnimap-flags-to-marks): Pass on permanent-flags.
7847         (nnimap-make-process-buffer): Record the server name.
7848         (nnimap-parse-flags): Fix typo.
7849         (nnimap-request-scan): Run split on the server in general, not just a
7850         single group.
7851
7852         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7853         parameter, and propagate this downwards.
7854
7855         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7856         since EXAMINE changes it on the server.
7857
7858         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7859         this command might take a while.
7860
7861 2010-09-22  Julien Danjou  <julien@danjou.info>
7862
7863         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7864         harmful if you have 2 images side-by-side, they can't be properly
7865         update on text deletion.  Using text-property is safer here.
7866         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7867         data.
7868
7869 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * nnimap.el (nnimap-expunge-inbox): Remove.
7872         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7873         (nnimap-expunge): Flip default to t.
7874
7875         * gnus.el (gnus-method-to-server): Don't push things to the cache
7876         unless it's unique.
7877         (gnus-server-to-method): Ditto.
7878
7879 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7880
7881         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7882
7883 2010-09-22  Julien Danjou  <julien@danjou.info>
7884
7885         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7886         get the start of data.
7887         (gnus-html-encode-url): Add this function to encode special chars in
7888         URL.
7889         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7890         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7891
7892         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7893         default.
7894         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7895
7896         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7897         images alt-text.
7898         (gnus-html-put-image): Put alt-text as help-echo.
7899
7900 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7903         * mm-util.el (mm-decompress-buffer):
7904         * nnir.el (nnir-run-find-grep):
7905         * pop3.el (pop3-list): Use 3rd arg of split-string.
7906
7907         * time-date.el (format-seconds): Comment fix.
7908
7909         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
7910         and byte-optimize-form-code-walker.
7911         (dgnushack-make-auto-load): Don't advise make-autoload.
7912
7913         * lpath.el: Remove Emacs 21 stuff.
7914
7915 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7918         outside the active range.  Suggested by Dan Christensen.
7919
7920         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7921         slightly later to avoid double-getting it.
7922
7923         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7924         previous patch.
7925
7926         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7927
7928 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7929
7930         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7931
7932 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * gnus-int.el (gnus-open-server): Give a better error message in the
7935         "go offline" case.
7936
7937         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7938         marks for nnimap, which is seldom the right thing to do.
7939
7940         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7941         (gnus-same-method-different-name): New function.
7942
7943         * nnimap.el (parse-time): Require.
7944
7945         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7946         method in the presence of many similar methods.
7947
7948         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7949
7950         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7951         nnml-inhibit-expiry.
7952
7953         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7954         find out whether methods are equal.
7955
7956         * nnimap.el (nnimap-find-expired-articles): New function.
7957         (nnimap-process-expiry-targets): New function.
7958         (nnimap-request-move-article): Request the article before looking at
7959         what the Message-ID is.  Fix found by Andrew Cohen.
7960         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7961
7962         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7963         for oldness in addition to being a predicate.
7964
7965         * nnimap.el (nnimap-request-group): When we have zero articles, return
7966         the right data to Gnus.
7967         (nnimap-request-expire-articles): Only delete articles immediately if
7968         the target is 'delete.
7969
7970         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7971         method, this would bug out.
7972
7973         * gnus-group.el (gnus-group-expunge-group): Rename from
7974         gnus-group-nnimap-expunge, and implemented as a normal interface
7975         function.
7976
7977         * gnus-int.el (gnus-request-expunge-group): New function.
7978
7979         * nnimap.el (nnimap-request-create-group): Implement.
7980         (nnimap-request-expunge-group): New function.
7981
7982 2010-09-21  Julien Danjou  <julien@danjou.info>
7983
7984         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7985         (gnus-html-cache-expired): Add new function.
7986         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7987         wethever we should display image for fetch it.
7988         Compute alt-text earlier to pass it to the fetching function too.
7989         (gnus-html-schedule-image-fetching): Change function argument to only
7990         get one image at a time, not a list.
7991         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7992         cache.
7993         (gnus-html-get-image-data): New function to retrieve image data from
7994         cache.
7995         (gnus-html-put-image): Change buffer argument to use image data rather
7996         than file, and place image above region rather than inserting a new
7997         one.  Do not take alt-text as argument, since it's useless now: we place
7998         the image above alt-text.
7999         (gnus-html-prune-cache): Remove.
8000         (gnus-html-show-images): Start to fetch image when we find one, do not
8001         push into a temporary list.
8002         (gnus-html-prefetch-images): Only fetch image if they have expired.
8003         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8004         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8005
8006 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8009
8010 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8013         spec inser "*" if the group isn't active instead of 0.
8014
8015         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8016         opening the server.
8017         (nnimap-request-delete-group): Implement group deletion.
8018         (nnimap-transform-headers): Return the size of the entire message in
8019         the Bytes header, not just the size of the first part.
8020         (nnimap-request-move-article): When moving an article from nnimap,
8021         request the article first so the accepting form has an article to
8022         accept.  Reported by Dan Christensen.
8023         (nnimap-command): Make sure that the error message doesn't error out.
8024
8025 2010-09-20  David Edmondson  <dme@dme.org>
8026
8027         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8028         we haven't requested anything.
8029
8030 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8033         "".  Fix found by Andrew Cohen.
8034
8035         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8036         instead of -encode-string.
8037
8038 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8041
8042         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8043         by mm-subst-char-in-string.
8044
8045 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8046
8047         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8048         waiting for the connection string.
8049
8050         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8051         arriving.
8052
8053         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8054         bogus characters.  This allows selecting certain Gmail groups.
8055
8056         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8057         (nnimap-fetch-partial-articles): New variable.
8058         (nnimap-open-connection): When looking for credentials, also use the
8059         nnimap-server-port.
8060         (nnimap-request-article): Return the group/article number, so that Gnus
8061         `^' works as expected.
8062         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8063
8064         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8065         comments.
8066         (gnus-methods-sloppily-equal): New function.
8067         (gnus): When using the development version of Gnus, load the gnus-load
8068         file.
8069
8070         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8071         `gnus-open-server' on each method before trying to scan them etc.
8072         This ensures that all the backend parameters are set correctly.
8073
8074         * nnimap.el (nnimap-authenticator): New variable.
8075         (nnimap-open-connection): Allow anonymous login.
8076         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8077         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8078
8079         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8080         patch, found by Knut Anders Hatlen.
8081
8082 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8083
8084         * gnus-agent.el (gnus-agent-batch-confirmation)
8085         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8086         to gnus-message.
8087         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8088         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8089         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8090         * gnus-int.el (gnus-open-server): Likewise.
8091         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8092         (gnus-score-check-syntax): Likewise.
8093         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8094         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8095         Likewise.
8096         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8097
8098 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8101         calling conventions so that prefetch doesn't bug out.
8102
8103 2010-09-19  Julien Danjou  <julien@danjou.info>
8104
8105         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8106         rather than `subst-char-in-region' in order to be able to replace ASCII
8107         char by UTF-8 ones.
8108
8109         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8110         than curl.
8111         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8112         the right URL and ALT text on images.
8113         (gnus-html-wash-tags): Fix tag case.
8114         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8115         (gnus-article-html): Add -o display_ins_del=2 option.
8116         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8117
8118 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8121         the extra mail headers, which sometimes seem to happen for unknown
8122         reasons.
8123
8124         * mail-parse.el (mail-header-encode-parameter): Define as
8125         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8126         (or most, perhaps?) mail readers don't understand the latter, but do
8127         understand the former.
8128
8129         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8130         to nil, so that no methods are automatically agentized.  I think this
8131         is probably what most users want.
8132
8133         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8134         from url-retrieve, for instance about invalid URLs.
8135
8136         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8137         groups that have no articles.
8138         (nnimap-request-article): Check that we really got an article when we
8139         requested one.
8140
8141         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8142         doesn't exist.
8143
8144         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8145         nntp buffer so the agent can save it.
8146         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8147         that CRLF doesn't get translated to \n.
8148         (nnimap-open-connection): Don't make 'shell commands only send \n.
8149
8150 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8153         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8154         Update var name.
8155         (nnml-generate-nov-file): Use dolist.
8156         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8157         Use with-current-buffer.
8158
8159 2010-09-18  Julien Danjou  <julien@danjou.info>
8160
8161         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8162         parallel.
8163
8164 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8167         the range update right.
8168         (nnimap-request-group): Don't make `M-g' bug out on group with no
8169         marks.
8170         (nnoo): Require, so that other packages can require nnimap.
8171         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8172         command we're looking for.  This helps when the server sends more
8173         responses after we've gotten everything we expected.
8174         (nnimap): Add a `newlinep' field to keep track of end-of-line
8175         conventions.
8176         Don't send CRLF to things that don't want it.
8177         (nnimap-request-accept-article): Ditto.
8178
8179 2010-09-18  Julien Danjou  <julien@danjou.info>
8180
8181         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8182         than curl to retrieve images.
8183
8184 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8187         the marks.
8188         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8189         (nnimap-wait-for-connection): New function.
8190         (nnimap-open-connection): If we have PREAUTH, don't query for login
8191         credentials.
8192         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8193         when doing a partial update.
8194
8195 2010-09-18  Julien Danjou  <julien@danjou.info>
8196
8197         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8198         tags.
8199
8200 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201
8202         * nnimap.el (nnimap-credentials): New function.
8203         (nnimap-open-connection): Use the new function to look for credentials
8204         also on the numeric equivalents of "imap" and "imaps".
8205
8206         * gnus-start.el (gnus-activate-group): Send the info to
8207         gnus-request-group.
8208
8209         * nnimap.el (nnimap-request-group): Have the "check" version of the
8210         function parse flags and update the info, so that a `M-g' get a total
8211         resync of all flags from the group.
8212
8213         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8214         to allow backends to alter the info on group selection.  Also alter all
8215         the backend -request-group functions to take the parameter.
8216
8217         * nnimap.el (nnimap-store-info): New function.
8218         (nnimap-update-info): Store the info for later usage.
8219         (nnimap-request-group): Use the stored info for the dont-check case, so
8220         that we don't retrieve all marks when we enter a group.
8221
8222         * nnimap.el: Use deffoo instead of defun for interface functions.
8223
8224         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8225         update the group info.  This makes the nndraft groups, for instance, go
8226         back to their old behavior.
8227
8228         * gnus-sum.el (gnus-select-newsgroup): Indent.
8229
8230         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8231         in.
8232         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8233         nothing.
8234
8235         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8236         from methods that are denied.
8237
8238         * gnus-int.el (gnus-method-denied-p): New function.
8239
8240         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8241         store the password instead of netrc.
8242         (nnimap-open-connection): Don't error out when we can't make a
8243         connections.
8244
8245         * auth-source.el (auth-source-create): In the password prompt, say what
8246         we're querying for.  Also prompt for user name if that hasn't been
8247         given.
8248
8249         * nnimap.el (nnimap-with-process-buffer): Remove.
8250
8251 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8254         method when we're reading from the agent.
8255
8256         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8257
8258         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8259         that's probably most useful for users.
8260
8261         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8262         "failed" all the time.
8263
8264         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8265         ...)) with (with-current-buffer ... ).
8266
8267         * nntp.el (nntp-open-server): Return whether the open was successful or
8268         not.
8269
8270         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8271         select an unread unseen article first.
8272
8273         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8274         /etc/services, supply some sensible port defaults.
8275
8276         * dgnushack.el: Define netrc-credentials.
8277
8278 2010-09-17  Julien Danjou  <julien@danjou.info>
8279
8280         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8281
8282 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8283
8284         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8285         doesn't have any parameters.
8286
8287 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8290         only upcased checks.
8291
8292         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8293
8294         * nnimap.el (nnimap-open-shell-stream): New function.
8295         (nnimap-open-connection): Use it.
8296         (nnimap-transform-headers): Get the number of lines in each message.
8297         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8298         number of lines.
8299         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8300         problem.
8301
8302         * utf7.el (utf7-encode): Autoload.
8303
8304         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8305         to allow the mail splitting to not return a default group.  This is
8306         useful for nnimap, which will leave unmatched mail in the inbox.
8307
8308         * nnimap.el: Rewritten.
8309
8310         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8311         nnimap usage.
8312
8313         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8314         if the move is internal, so that nnimap can do fast internal moves.
8315
8316         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8317         data.
8318         (gnus-read-active-for-groups): Support finishing the early retrieval of
8319         data.
8320
8321         * gnus-range.el (gnus-range-nconcat): New function.
8322
8323         * gnus-int.el (gnus-finish-retrieve-group-infos)
8324         (gnus-retrieve-group-data-early): New functions.
8325
8326 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8327
8328         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8329         (nnrss-retrieve-groups):
8330         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8331         (pop3-quit): Use with-current-buffer.
8332
8333 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8336         instead of nnheader-accept-process-output.
8337
8338         * dgnushack.el (dgnushack-compile): Add comment.
8339
8340         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8341
8342         * gnus-html.el (gnus-html-schedule-image-fetching)
8343         (gnus-html-prefetch-images): Replace process-kill-without-query by
8344         gnus-set-process-query-on-exit-flag.
8345
8346 2010-09-16  Romain Francoise  <romain@orebokech.com>
8347
8348         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8349
8350 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351
8352         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8353         parameter to unintern is mandatory-ish in Emacs 24.
8354
8355         * gnus-html.el (gnus-html-schedule-image-fetching)
8356         (gnus-html-prefetch-images): Check for curl before using it.
8357
8358         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8359         depend on curl, which isn't essential.
8360
8361         * imap.el: Revert back to version
8362         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8363         seem problematic.
8364
8365 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8366
8367         * gnus-registry.el (gnus-registry-install-shortcuts):
8368         Explicitly pass `obarray' to `unintern' to avoid a warning.
8369
8370 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8373         change.
8374
8375         * nnrss.el (nnrss-request-list): Remove this function and related
8376         functions, including the moreover stuff.
8377
8378 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * nnrss.el (nnrss-retrieve-groups): New function.
8381
8382 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8383
8384         * .dir-locals.el: Add no-byte-compile cookie.
8385
8386 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * time-date.el (format-seconds): Comment fix.
8389
8390         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8391         for back end that doesn't support request-scan.
8392
8393 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8396         then do request scans from the backends.
8397
8398         * netrc.el (netrc-credentials): New conveniency function.
8399
8400         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8401         avoid running a hook per line, since this takes a lot of time,
8402         profiling shows.
8403         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8404         directly if gnus-visual-p is true.
8405
8406 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8409         groups; replace mapcar with dolist which is a bit faster; pass groups
8410         info to gnus-read-active-file-1.
8411         (gnus-read-active-file-1): Scan only specified groups if the new
8412         optional arg `infos' is given.
8413
8414 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8417
8418         * pop3.el (pop3-movemail): Remove.
8419         (pop3-streaming-movemail): Rename to pop3-movemail.
8420
8421         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8422         don't restrict end-tag searches to the end of the line.
8423
8424 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8427         articles of every unchecked group to t, which means unknown since the
8428         server has never been opened.
8429
8430 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus-html.el (gnus-html-show-alt-text): New command.
8433         (gnus-html-browse-image): Ditto.
8434         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8435         to browse the image directly.
8436         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8437         better.
8438
8439         * gnus-async.el (gnus-async-article-callback):
8440         Call `gnus-html-prefetch-images' unconditionally.
8441
8442         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8443         before feeding URLs to curl.
8444
8445 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8448         internal images as deletable by `W D D'.
8449
8450         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8451         (gnus-async-article-callback): Fix typo.
8452
8453 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8454
8455         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8456         current line to work around bugs in the output from w3m.
8457
8458         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8459         for groups that want that.
8460
8461         * nntp.el (nntp-wait-for-string): Supply a timeout for
8462         accept-process-output to ensure progress.
8463
8464         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8465         level to get unread articles from, then use that for foreign groups,
8466         too.
8467
8468         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8469         confuses the rest of the function.
8470
8471         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8472         for the methods that support -retrieve-groups, too.
8473
8474         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8475
8476 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8479         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8480
8481         * pop3.el: Require cl when compiling.
8482         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8483
8484 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8487         that aren't going to be activated.
8488         (gnus-get-unread-articles): Fix up the last commit.
8489
8490         * gnus-html.el (gnus-article-html): Allow calling without specifying
8491         the handle.  In that case, dissect the buffer first.
8492
8493         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8494
8495         * nnimap.el (nnimap-open-connection): Revert the change that would look
8496         into authinfo for imaps instead of imap.
8497
8498         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8499         say that you don't want to call gnus-request-group with don-check, but
8500         do check the reponse.  This is for virtual groups only.
8501         (gnus-get-unread-articles): Count the archive groups as secondary, so
8502         that they're activated the same way as before.
8503
8504         * imap.el (imap-message-map): Removed optional buffer parameter, since
8505         no callers use it.
8506         (imap-message-get): Ditto.
8507         (imap-message-put): Ditto.
8508         (imap-mailbox-map): Ditto.
8509         (imap-mailbox-put): Ditto.
8510         (imap-mailbox-get): Ditto.
8511         (imap-mailbox-get): Revert last change for this function.
8512
8513         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8514         case-insensitively.
8515         (nnimap-debug): Remove.
8516
8517         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8518         callers to use `imap-fetch' instead.  According to the comments, this
8519         should be safe, since all other IMAP clients use the 1:* syntax.
8520         (imap-enable-exchange-bug-workaround): Remove.
8521         (imap-debug): Remove -- doesn't seem very useful.
8522
8523         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8524         mail from a file, and the file doesn't exist.
8525
8526         * imap.el (imap-log): New convenience function used throughout instead
8527         of repeating the same code all over the place.
8528
8529         * pop3.el (pop3-streaming-movemail): Return t for success.
8530
8531         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8532         .authinfo if we're using ssl connection.
8533
8534         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8535         already have if we're in a main Gnus `g' run.
8536
8537         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8538
8539 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8542
8543         * nnmh.el (nnmh-request-list-1): Bind `file'.
8544
8545         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8546         alias to set-process-query-on-exit-flag or process-kill-without-query.
8547         (pop3-open-server): Use it.
8548
8549 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8552         box to the Incoming file.  Fixes mistake in previous checkin.
8553
8554         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8555         request loop (for debugging purposes) removed.
8556
8557         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8558         culprit is more visible.
8559         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8560         (nnml-add-incremental-nov): New functions to do "incremental" nov
8561         updates, where we just append to the end of the existing nov files
8562         without reading/writing them in full.
8563
8564         * mail-source.el (mail-source-delete-crash-box): Really only check the
8565         incoming files once in a while.
8566
8567         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8568
8569         * mail-source.el (mail-source-delete-crash-box): Only check the
8570         incoming files for deletion once per day to save a lot of file
8571         accesses.
8572
8573         * pop3.el (pop3-logon): Fix up unbound variable typo.
8574
8575         * mail-source.el (pop3-streaming-movemail): Autoload.
8576
8577         * pop3.el (pop3-streaming-movemail):
8578         Respect pop3-leave-mail-on-server.
8579
8580         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8581         retrieval.
8582
8583         * pop3.el (pop3-process-filter): Remove unused function.
8584         (pop3-streaming-movemail, pop3-send-streaming-command)
8585         (pop3-wait-for-messages, pop3-write-to-file)
8586         (pop3-number-of-responses): New functions for streaming pop3
8587         retrieval.
8588
8589         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8590         come from no known methods.
8591         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8592         list.
8593
8594         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8595         message sizes.
8596         (pop3-movemail): Use erase-buffer instead of looping and deleting
8597         regions, which seems rather odd.
8598
8599         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8600         file once per `g' run.
8601
8602         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8603         directories.  This makes the draft queue directory work.
8604
8605         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8606         data from the backends, so that we only request the list of groups from
8607         each method once.  This should speed things up considerably.
8608
8609         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8610         detect that it's not implemented.
8611
8612         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8613         we actually do recurse down into the tree, but don't stat all leaf
8614         nodes.
8615
8616         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8617         then say so instead of bugging out.
8618
8619         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8620         files exist before trying to read them.
8621
8622         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8623         around <pre_int>.
8624
8625         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8626
8627         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8628
8629 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8630
8631         * mm-util.el (mm-image-load-path): Just return the image directories,
8632         not all directories in the path in addition to the image directories.
8633         (mm-image-load-path): Maintain a cache of the image directories so that
8634         the `g' command in Gnus doesn't have to stat dozens of directories each
8635         time.
8636
8637         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8638         (gnus-html-wash-tags): Add a new `i' command to insert images.
8639         (gnus-html-insert-image): New command and keystroke.
8640         (gnus-html-redisplay-with-images): New command and keystroke.
8641         (gnus-html-show-images): Rename command.
8642         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8643         spacers.
8644         (gnus-html-wash-tags): Decode entities at the end, so that entities
8645         inside the tags don't mess up the rest of the "parsing".
8646
8647         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8648         so that nnimap methods aren't agentized by default.  There's apparently
8649         many problems related to agent/imap behavior.
8650
8651         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8652
8653         * gnus-html.el: Doc fix.
8654
8655 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8658         specifier-spec-list for Emacs 21.
8659
8660         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8661         glyph-width and glyph-height instead of display-graphic-p and
8662         image-size; make avoidance of displaying small images work for XEmacs.
8663
8664         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8665         for XEmacs.
8666
8667         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8668         of symbol that holds plist data.
8669         (gnus-process-plist): Remove plist of process after getting it.
8670
8671 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * message.el (message-generate-hashcash): Change default to
8674         'opportunistic if hashcash is installed.
8675
8676         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8677         (gnus-html-put-image): Only call image-size once, since it's somewhat
8678         time-consuming on remote X servers.
8679
8680 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8683         type on data, not a file name.
8684
8685         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8686         window-pixel-edges for Emacs 21.
8687
8688         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8689         decoded contents.
8690         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8691
8692 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8695         group line format, since it isn't very interesting.
8696
8697         * gnus-agent.el (gnus-agent-short-article),
8698         (gnus-agent-long-article): Increase values for these two variables,
8699         since most people are likely to have more network connection and
8700         storage than before.
8701
8702         * gnus.el (gnus-refer-article-method): Change default to 'current.
8703         When referring an article, the common behavior is to refer it from the
8704         current select method, not the native select method.  The chances of
8705         the native select method having the message in question is rather slim
8706         these days.
8707
8708         * gnus-sum.el (gnus-auto-select-subject): Change default to
8709         `unseen-or-unread'.  I think it's likely that most people want to
8710         select an unseen article over a previously seen, but unread one.
8711
8712         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8713         means that in the article buffer none of the minor mode elements will
8714         be shown, usually, and this is not desirable in most cases.
8715
8716         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8717         that commands like `d' (and the like) go to the next line in the
8718         buffer, instead of the next unread article.  I think this is the
8719         behavior that is most natural for most users.
8720         (gnus-single-article-buffer): Change default to nil, so that people can
8721         have as many article buffers open as they have summary buffer.  I think
8722         this is the most natural way for the groups to behave.
8723
8724         * message.el (message-generate-new-buffers): Change default to
8725         `unsent', so that all new message buffers start their names with the
8726         string "*unsent", and it's easier to find the buffers if you move from
8727         them.
8728
8729 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8732         small.  They're probably tracking images.
8733         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8734         (gnus-html-rescale-image): Yet another try at getting the image sizing
8735         right.
8736
8737         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8738         nntp-marks-file-name is nil.
8739
8740 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * gnus-html.el (gnus-html-wash-tags)
8743         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8744         Better logging.
8745
8746 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8749
8750         * gnus-html.el (gnus-html-wash-tags): Check the value of
8751         gnus-blocked-images in the summary buffer.
8752
8753 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8754
8755         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8756
8757 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8760         like "a", it seems like.
8761         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8762         since it needs to be picked from the correct buffer.
8763
8764         * nnwfm.el: Remove.
8765
8766         * nnlistserv.el: Remove.
8767
8768 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8769
8770         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8771         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8772
8773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * nnkiboze.el: Remove.
8776
8777         * nndb.el: Remove.
8778
8779         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8780         alt text.
8781         (gnus-html-rescale-image): Try to get the rescaling logic right for
8782         images that are just wide and not tall.
8783
8784         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8785         overshadow variable bindings.
8786
8787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * gnus-html.el (gnus-html-wash-tags)
8790         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8791         Add extra logging.
8792
8793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8796         (gnus-max-image-proportion): New variable.
8797         (gnus-html-rescale-image): New function.
8798         (gnus-html-put-image): Rescale images.
8799
8800 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8801
8802         Fix up some byte-compiler warnings.
8803         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8804         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8805         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8806         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8807         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8808         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8809         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8810
8811 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-html.el (gnus-article-html): Decode contents by charset.
8814
8815 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8818         (gnus-html-frame-width, gnus-blocked-images):
8819         * message.el (message-prune-recipient-rules): Add custom version.
8820         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8821
8822         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8823         functions.
8824
8825         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8826         gnus-process-get.
8827
8828 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
8829
8830         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8831         instead of lsub directly.
8832
8833 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8834
8835         * nnwarchive.el: Remove.
8836
8837         * gnus-soup.el: Remove.
8838
8839         * nnsoup.el: Remove.
8840
8841         * nnultimate.el: Remove.
8842
8843         * gnus-html.el (gnus-blocked-images): New variable.
8844
8845         * message.el (message-prune-recipients): New function.
8846         (message-prune-recipient-rules): New variable.
8847
8848         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8849         guess whether a long line is natural text or not.
8850
8851         * gnus-html.el (gnus-html-schedule-image-fetching):
8852         Use gnus-process-plist and friends for compatibility.
8853
8854 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8855
8856         * gnus-html.el: Require packages that define macros used in this file.
8857         (gnus-article-mouse-face): Declare to silence byte-compiler.
8858         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8859         process-get.
8860         (gnus-html-put-image): Use plist-get to avoid getf.
8861         (gnus-html-prefetch-images): Use with-current-buffer.
8862
8863 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-ems.el: Provide compatibility functions for
8866         gnus-set-process-plist.
8867
8868         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
8869         header-line-format for XEmacs 21.4.
8870
8871         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8872         * gnus.el (gnus-valid-select-methods):
8873         * message.el (message-send-mail-partially-limit):
8874         * mm-decode.el (mm-text-html-renderer):
8875         * mml.el (mml-insert-mime-headers-always):
8876         * smiley.el (smiley-regexp-alist): Bump custom version.
8877
8878 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879
8880         * gnus-html.el: require mm-url.
8881         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8882         with the url to `url'.
8883         (gnus-html-wash-tags): Support cid: URLs/images.
8884
8885 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8888         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8889         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8890
8891         * gnus-move.el: Remove file, since it doesn't really work.
8892
8893         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8894         UTF-8.  This seems to fix problems with some German web feeds.
8895
8896         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8897         at the top so that the proper colors are applied.
8898
8899         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
8900         don't have dots in their names.
8901
8902         * gnus-art.el (gnus-article-view-part): Doc fix.
8903
8904         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8905         XEmacs-compatible.
8906         (gnus-html-put-image): Don't do images on non-graphic displays.
8907
8908         * nnslashdot.el: Remove this unused backend.
8909
8910         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8911         actions.
8912         (gnus-undo-register-1): Revert last change.
8913
8914         * gnus-group.el (gnus-group-completing-read): Protect against not
8915         having completion-styles bound.
8916
8917         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8918         make broken recipients happier.
8919
8920         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8921
8922         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8923         point parameter.
8924
8925         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
8926
8927         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8928         completion-styles for group selection.
8929
8930 2009-02-04  Andreas Schwab  <schwab@suse.de>
8931
8932         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8933         headers and regexp-quote the match if necessary.
8934
8935 2009-03-24  Miles Bader  <miles@gnu.org>
8936
8937         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8938         the blinking smiley.
8939
8940 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8941
8942         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8943         blink smiley.
8944
8945 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8948         where the dribbel file lives exists.
8949
8950         * message.el (message-send-mail-partially-limit): Change the default to
8951         nil, since most people don't want this.
8952
8953         * mm-url.el (mm-url-decode-entities): Also decode entities like
8954         &#x3212.
8955
8956 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8957
8958         * gnus-sum.el (gnus-summary-idna-message):
8959         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8960         Hyperlink urls in docstrings with URL `...'.
8961
8962 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8963
8964         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8965         functions.
8966
8967 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968
8969         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8970         say what the mouseover text should be.
8971
8972         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8973         version of the mm-w3m-safe-url-regexp variable to only download images
8974         in the groups where we want that to happen.
8975
8976         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8977
8978         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8979         easier debugging.
8980         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8981         big pictures in the article buffer.
8982
8983         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8984         gnus-article-html.
8985         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8986         w3m.
8987
8988         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8989
8990 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8993         which doesn't exist.
8994
8995         * message.el (message-inhibit-ecomplete): New variable to allow some
8996         function to inhibit ecomplete address storage.
8997         (message-resend): Disable ecomplete message storage when resending
8998         messages.
8999
9000         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9001
9002 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9005         Save excursion while copying, moving, and deleting articles in order to
9006         prevent the cursor from jumping to unforeseen place.
9007
9008 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * lpath.el: No need to bind bookmark-current-buffer,
9011         bookmark-yank-point and bookmark-make-record-function.
9012
9013 2010-08-17  Glenn Morris  <rgm@gnu.org>
9014
9015         * gnus-sync.el: Require gnus components whose functions are used.
9016
9017         * gnus-art.el (bookmark-make-record-function):
9018         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9019         Declare for compiler.
9020
9021         * mm-url.el (mml-compute-boundary): Autoload.
9022
9023 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9026
9027 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9028
9029         Typo fix "hoo4a" -> "hook".
9030
9031         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9032
9033 2010-08-14  Glenn Morris  <rgm@gnu.org>
9034
9035         * gnus-sync.el (gnus-sync): Fix defgroup version.
9036
9037 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9038
9039         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9040
9041         * gnus-sync.el: Fix docs.
9042         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9043         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9044
9045 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         Optimizations for gnus-sync.el.
9048
9049         * gnus-sync.el: Add docs about gnus-sync-backend
9050         possibilities.
9051         (gnus-sync-save): Remove unnecessary message.
9052         (gnus-sync-read): Optimize and show what groups were skipped.
9053
9054 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9055
9056         Minor bug fixes for gnus-sync.el.
9057
9058         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9059         Don't read the sync on get-new-news.
9060
9061         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9062         quiet.
9063
9064         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9065         (fix typo).
9066
9067 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9068
9069         Make saving and restoring of hidden threads work with overlays.
9070         Patch applied by Ted Zlatanov.
9071
9072         * gnus-sum.el (gnus-hidden-threads-configuration)
9073         (gnus-restore-hidden-threads-configuration): Update to deal with text
9074         properties, rather than searching for a magic character.
9075
9076 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         New gnus-sync.el library for synchronization of marks.
9079
9080         * gnus-sync.el: New library for synchronization of marks.
9081
9082         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9083         renamed from `gnus-registry-grep-in-list'.
9084
9085         * gnus-registry.el (gnus-registry-follow-group-p):
9086         Use `gnus-grep-in-list'.
9087
9088         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9089
9090 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9093         determining charset of text fails.
9094
9095 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * nnmail.el (nnmail-get-new-mail-1): Revert.
9098
9099         * nnml.el (nnml-active-number): Make sure names of newly created groups
9100         in nnml-group-alist are encoded.
9101
9102 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9105         containing non-ASCII characters in active file for nnml back end.
9106
9107 2010-07-24  David Engster  <dengste@eml.cc>
9108
9109         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9110         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9111
9112 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9113
9114         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9115         tag (Bug#6654).
9116
9117 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9120         the article buffer, not the summary buffer.
9121
9122 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9125         Emacs 23 as well.
9126
9127 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9130         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9131
9132 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9133
9134         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9135         Patch applied by Karl Fogel.
9136
9137         * gnus-sum.el (gnus-summary-bookmark-make-record):
9138         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9139
9140 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9141
9142         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9143         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9144         C-w still not working correctly from Article buffers; Thierry's
9145         patch to fix that will be applied after this.
9146
9147         * gnus-art.el (bookmark-make-record-function): New local variable.
9148
9149         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9150         article buffer.
9151         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9152
9153 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9154
9155         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9156         on changes in bookmark.el.
9157
9158 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9161         `no-log' instead of message not to log prompt string.
9162
9163 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9164
9165         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9166         the *other* type of HTML form submission.
9167
9168 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9169
9170         * auth-source.el (auth-source-pick): If choice does not contain a
9171         questioned keyword, set the check to t.
9172
9173 2010-06-12  Romain Francoise  <romain@orebokech.com>
9174
9175         * gnus-util.el (gnus-date-get-time): Move up before first use.
9176
9177 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9180         (gnus-article-edit-part): Bind it to make last part that is substituted
9181         or deleted visible.
9182         (gnus-mime-display-single): Buttonize part of which id equals to
9183         gnus-mime-buttonized-part-id.
9184
9185 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9186
9187         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9188         (gnus-dd-mmm): Use gnus-date-get-time.
9189         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9190         simplify logic.
9191         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9192         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9193
9194 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9195
9196         * auth-source.el (top): Autoload `secrets-list-collections',
9197         `secrets-create-item', `secrets-delete-item'.
9198         (auth-sources): Fix tag string.
9199         (auth-get-source, auth-source-retrieve, auth-source-create)
9200         (auth-source-delete): New defuns.
9201         (auth-source-pick): Rewrite in order to avoid 2 passes.
9202         (auth-source-forget-user-or-password): New parameter USERNAME.
9203         (auth-source-user-or-password): New parameters CREATE-MISSING and
9204         DELETE-EXISTING.  Retrieve password interactively, if needed.
9205
9206 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9207
9208         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9209         deleting unused directories when gnus-expert-user is t.
9210
9211 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9214         for each temp file when gnus-article-browse-delete-temp is ask.
9215
9216 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9217
9218         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9219         Replace Lisp calls to delete-backward-char by calls to delete-char.
9220
9221 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9222
9223         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9224
9225 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9226
9227         * password-cache.el (password-cache-remove): Fix docstring.
9228
9229 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9232         article unless decoding article to be saved.
9233
9234 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9237         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9238         generated within the mm-with-unibyte-current-buffer macro.
9239
9240 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9243         to nil when we're in a mml-preview buffer and no group is selected.
9244
9245 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9246
9247         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9248         when catching the `C-g'.  Reported by "Leo".
9249
9250 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * message.el (message-forward-make-body-plain)
9253         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9254         multibyte-string-p.
9255
9256         * lpath.el: Revert.
9257
9258 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * message.el (message-forward-make-body-mml): Assume original message
9261         is multibyte string; error on unibyte.
9262         (message-forward-make-body-plain): Ditto; don't add excessive newline
9263         in body end.
9264
9265         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9266
9267 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9268
9269         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9270         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9271
9272 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * mm-extern.el (mm-extern-url): Don't use
9275         mm-with-unibyte-current-buffer.
9276         (mm-extern-cache-contents): Use with-current-buffer instead of
9277         save-excursion + set-buffer.
9278
9279 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mm-util.el (mm-emacs-mule): Remove.
9282
9283 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9284
9285         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9286         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9287         change.
9288
9289 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9292         bind the default value of enable-multibyte-characters to nil.
9293
9294 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * message.el (message-forward-make-body-plain)
9297         (message-forward-make-body-mml):
9298         Don't use mm-with-unibyte-current-buffer.
9299
9300 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9301
9302         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9303
9304 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9305
9306         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9307         (Bug#5592).
9308
9309 2010-05-07  Julien Danjou  <julien@danjou.info>
9310
9311         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9312         it to mm-pipe-part.
9313
9314         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9315         it is given.
9316
9317 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * binhex.el (binhex-decode-region-internal):
9320         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9321         (dns-query):
9322         * nnweb.el (nnweb-gmane-search):
9323         * pgg-parse.el (pgg-parse-armor):
9324         * pgg.el (pgg-verify-region):
9325         * sha1.el (sha1-string-external):
9326         * uudecode.el (uudecode-decode-region-internal):
9327         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9328         XEmacs.
9329
9330         * gnus-art.el (gnus-article-browse-html-parts):
9331         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9332         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9333         make-temp-file.
9334
9335         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9336         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9337         compiling.
9338
9339         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9340         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9341         XEmacs when compiling.
9342
9343         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9344         gnus-pick-mode-off-hook for XEmacs when compiling.
9345         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9346         gnus-binary-mode-off-hook for XEmacs when compiling.
9347
9348         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9349         Return nil if char-charset is not available.
9350
9351         * imap.el (imap-disable-multibyte)
9352         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9353         macros.
9354
9355         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9356         instead of encode-coding-string.
9357
9358         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9359         'xemacs) instead of mm-emacs-mule to switch function definitions.
9360         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9361
9362         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9363         bind temporary-file-directory for XEmacs;
9364         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9365         timer-set-function for XEmacs 21.4 and SXEmacs;
9366         bind timer-list for XEmacs 21.4 and SXEmacs;
9367         fbind char-charset and find-charset-region for non-Mule XEmacs;
9368         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9369         encode-coding-region and encode-coding-string for XEmacs having no
9370         file-coding feature.
9371
9372 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9373
9374         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9375
9376 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9379         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9380
9381 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9382
9383         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9384         alias `jka-compr-delete-temp-file' no longer exists.
9385
9386 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         Use define-minor-mode in Gnus where applicable.
9389         * mml.el (mml-mode): Use define-minor-mode.
9390         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9391         (gnus-undo-mode): Use define-minor-mode.
9392         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9393         (gnus-dead-summary-mode): Use define-minor-mode.
9394         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9395         Initialize in declaration.
9396         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9397         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9398         (gnus-mailing-list-mode): Use define-minor-mode.
9399         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9400         (gnus-draft-mode): Use define-minor-mode.
9401         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9402         (gnus-dired-mode): Use define-minor-mode.
9403
9404 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9405
9406         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9407         handles on recursive mml-to-mime translation and check them for
9408         boundary delimiter collisions.  Reported by Greg Troxel.
9409
9410 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9413
9414 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9415
9416         * mm-util.el (mm-find-buffer-file-coding-system):
9417         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9418
9419 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9420
9421         * message.el (message-generate-headers): Record insertion of optional
9422         headers as well.  Otherwise the check to prevent repeated insertion of
9423         optional headers is a no-op.
9424
9425 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9426
9427         * smime.el: Don't mention CVS.
9428
9429         * nnrss.el (nnrss-fetch): Don't mention CVS.
9430
9431         * nnir.el: Don't mention CVS.
9432
9433 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9434
9435         * gnus-sum.el (gnus-summary-bookmark-make-record):
9436         Add `location' field.
9437
9438 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * lpath.el: Fbind bookmark-default-handler,
9441         bookmark-get-bookmark-record, bookmark-make-record-default,
9442         bookmark-prop-get for Emacs <23 and XEmacs.
9443
9444 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9445
9446         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9447         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9448         Use with-current-buffer to silence the byte-compiler.
9449         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9450         bother to require `gnus'.
9451         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9452
9453 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9454
9455         * gnus-sum.el (gnus-summary-bookmark-make-record)
9456         (gnus-summary-bookmark-jump): New functions.
9457         (gnus-summary-mode): Setup bookmark support.
9458
9459 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9460
9461         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9462         if set.
9463
9464 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9467         gnus-article-browse-html-save-cid-image; make it work recursively for
9468         forwarded messages as well.
9469         (gnus-article-browse-html-parts): Work when prefix arg is given.
9470         (gnus-article-browse-html-article): Doc fix.
9471
9472 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9473
9474         * message.el (message-default-mail-headers):
9475         (message-default-headers): Carry the value mail-default-headers over
9476         into message-default-mail-headers, rather than message-default-headers.
9477
9478 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9479
9480         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9481         charset.
9482
9483         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9484         charset into the <meta> tag when the article is encoded to utf-8.
9485
9486 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-art.el (gnus-article-browse-delete-temp-files):
9489         Delete directories as well.
9490         (gnus-article-browse-html-parts): Work for images that do not specify
9491         file names; delete temp directory when quitting; insert header at the
9492         right place; use file: scheme for image files.
9493
9494 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9495
9496         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9497         (gnus-article-browse-html-parts): Use it to make temporary cid image
9498         files in addition to html file so that browser may display them.
9499
9500 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9503
9504 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9505
9506         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9507
9508 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * auth-source.el (auth-sources): Change default to be simpler.
9511         Explain about Secret Service API sources.  Improve Customize options.
9512         (auth-source-pick): Change to accept any number of search parameters.
9513         Implement fallbacks iteratively, not recursively.  Add scoring on the
9514         second pass and sort by score.  Call Secret Service API when needed.
9515         (auth-source-user-or-password): Use it.  Call Secret Service API
9516         directly when needed to get the user name and the password.
9517
9518 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9519
9520         * message.el (message-interactive): Doc fix.
9521         (message-qmail-inject-args): Reflow.
9522         (message-kill-to-signature): Fix typo in docstring.
9523
9524         * smiley.el (smiley-buffer): Fix typo in docstring.
9525
9526 2010-03-24  Glenn Morris  <rgm@gnu.org>
9527
9528         * mail-source.el (gnus-message): Declare.
9529         (mail-source-delete-old-incoming): Require gnus-util.
9530
9531 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9534
9535         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9536
9537         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9538         password-cache's default if it is not bound.
9539         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9540         password-cache-expiry's default if it is not bound.
9541
9542         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9543         available in Emacs 21.
9544
9545         * lpath.el: Suppress compiler warnings for:
9546         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9547         XEmacs;
9548         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9549         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9550         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9551
9552 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9553
9554         * auth-source.el (auth-sources): Fix up definition so extra parameters
9555         are always inline.
9556
9557 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9558
9559         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9560         wasn't updated after mismatch.  Clear cached mailbox info correctly
9561         when uidvalidity changes.
9562         (nnimap-group-prefixed-name): New function to avoid some code
9563         duplication.
9564         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9565         (nnimap-request-group): Use it.
9566         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9567         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9568         with many imap folders.  This is done by caching the group status from
9569         the imap server persistently in a group parameter `imap-status'.  (This
9570         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9571         but not persistently, so every Gnus startup was still very slow.)
9572
9573 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9574
9575         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9576         delete the extra newline.  Otherwise editing of :string and :number
9577         types don't work.
9578
9579 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9580
9581         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9582         secrets.el dependency.
9583         (auth-sources): Add optional user name.  Add secrets.el configuration
9584         choice (unused right now).
9585
9586 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9587
9588         * gnus-sum.el (gnus-summary-make-menu-bar):
9589         Let `gnus-registry-install-shortcuts' fill in the functions.
9590
9591         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9592         warnings.
9593         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9594         (gnus-registry-install-shortcuts): Populate and use it in a
9595         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9596
9597 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9598
9599         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9600         In-place substitutions for the group name encoding/decoding.
9601         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9602         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9603         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9604         (nnimap-update-unseen, nnimap-request-list)
9605         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9606         (nnimap-request-set-mark, nnimap-split-to-groups)
9607         (nnimap-split-articles, nnimap-request-newgroups)
9608         (nnimap-request-create-group, nnimap-request-accept-article)
9609         (nnimap-request-delete-group, nnimap-request-rename-group)
9610         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9611         `encoded-mbx' for consistency.
9612         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9613         variable `imap-current-mailbox'.
9614
9615         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9616         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9617
9618 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9619
9620         * pop3.el (pop3-display-message-size-flag): Display message size byte
9621         counts during POP3 download.
9622         (pop3-movemail): Use it.
9623         (pop3-list): Implement listing of available messages.
9624
9625 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9626
9627         * nnir.el (nnir-get-article-nov-override-function): New function to
9628         override the normal NOV retrieval.
9629         (nnir-retrieve-headers): Use it.
9630
9631 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9632
9633         * auth-source.el (netrc-machine-user-or-password): Autoload.
9634
9635 2010-03-19  Glenn Morris  <rgm@gnu.org>
9636
9637         Stop message.el from loading about 40 libraries it doesn't always need.
9638         The general approach is to autoload rather than require, and to
9639         require in the specific functions rather than the file.  (Bug#5642)
9640
9641         * gmm-utils.el: Don't require wid-edit.
9642         (widget-create-child-value, widget-convert, widget-default-get):
9643         Autoload.
9644
9645         * gnus-util.el: Don't require time-date, netrc.
9646         (message-fetch-field, gnus-group-name-decode): Declare rather than
9647         autoloading.
9648         (gnus-fetch-field): Require message.
9649         (gnus-decode-newsgroups): Require gnus-group.
9650
9651         * ietf-drums.el: Don't require time-date.
9652
9653         * message.el: Don't require hashcash, canlock, ecomplete.
9654         Do require mail-utils.  Require nnheader only when compiling.
9655         (smtpmail-default-smtp-server): Remove declaration.
9656         (message-send-mail-function): Check smtpmail-default-smtp-server
9657         is bound rather than requiring smtpmail.
9658         (message-auto-save-directory, message-insert-signature):
9659         Use expand-file-name rather than nnheader-concat.
9660         (nnheader-insert-file-contents): Autoload.
9661         (hashcash-wait-async): Declare.
9662         (message-send-mail): Only call gnus-setup-posting-charset if
9663         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9664         (message-send-mail-with-sendmail): Require sendmail.
9665         (canlock-password, canlock-password-for-verify): Declare.
9666         (message-canlock-password): Require canlock.
9667         (nnheader-get-report): Autoload.
9668         (gnus-setup-posting-charset): Declare.
9669         (message-send-news): Require gnus-msg.
9670         (message-make-references, message-make-in-reply-to): Use mail-header-id
9671         rather than the alias mail-header-message-id.
9672         (ecomplete-add-item, ecomplete-save): Declare.
9673         (message-put-addresses-in-ecomplete): Require ecomplete.
9674         (ecomplete-display-matches): Autoload.
9675
9676         * mm-decode.el: Don't require mailcap, gnus-util.
9677         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9678         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9679         Autoload.
9680         (mailcap-mime-extensions): Declare.
9681
9682         * mm-encode.el: Don't require mailcap.
9683         (mailcap-extension-to-mime): Autoload.
9684
9685         * mml-sec.el: Don't require password-cache.
9686
9687         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9688         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9689         (mml-minibuffer-read-type): Require mailcap.
9690         (mml-preview): Require gnus-msg.
9691
9692         * mml1991.el: Require password-cache.
9693         (password-cache-expiry): Remove declaration.
9694
9695         * mml2015.el: Require password-cache.
9696         (password-cache-expiry): Remove declaration.
9697
9698         * nneething.el (mailcap): Require mailcap.
9699
9700         * nnheader.el (declare-function): Add compatibility stub.
9701         (message-remove-header): Declare rather than autoload.
9702         (nnheader-replace-header): Require message.
9703
9704         * nnimap.el (declare-function): Add compatibility stub.
9705         (netrc-parse, netrc-machine-user-or-password): Declare.
9706         (nnimap-open-connection): Require netrc.
9707
9708         * nntp.el (declare-function): Add compatibility stub.
9709         (netrc-parse, netrc-machine, netrc-get): Declare.
9710         (nntp-send-authinfo): Require netrc.
9711
9712         * rfc2047.el: Don't require qp.
9713         (quoted-printable-encode-region, quoted-printable-decode-string):
9714         Autoload.
9715
9716         * sieve-mode.el: Don't require easymenu.
9717         (easy-menu-add-item): Autoload it.
9718
9719         * spam-stat.el (time-to-number-of-days): Autoload it.
9720
9721 2010-03-19  Glenn Morris  <rgm@gnu.org>
9722
9723         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9724
9725 2010-03-18  Glenn Morris  <rgm@gnu.org>
9726
9727         * hashcash.el (declare-function): Remove duplicate definition.
9728
9729 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9730
9731         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9732         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9733         value if any backslash escapes).
9734
9735 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9738         if it is available.  (bug#5647)
9739
9740         * lpath.el: Suppress compiler warning for coding-system-from-name for
9741         Emacs 21 and XEmacs.
9742
9743 2010-03-14  Juri Linkov  <juri@jurta.org>
9744
9745         * hmac-def.el:
9746         * hmac-md5.el:
9747         * netrc.el: Fix keywords.
9748
9749 2010-02-26  Glenn Morris  <rgm@gnu.org>
9750
9751         * message.el (message-send-mail-function): Change the default, so that
9752         it inherits from a customized send-mail-function.  (Bug#5643)
9753
9754 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9755
9756         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9757         shell-command-to-string signals an error (bug#5299).
9758
9759 2010-02-24  Glenn Morris  <rgm@gnu.org>
9760
9761         * message.el (message-smtpmail-send-it)
9762         (message-send-mail-with-mailclient): Doc fixes.
9763
9764 2010-02-16  Glenn Morris  <rgm@gnu.org>
9765
9766         * message.el (message-default-mail-headers): Change the default value
9767         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9768
9769 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9772         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9773
9774 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9775
9776         * time-date.el (date-to-time): Doc fix (Bug#5408).
9777
9778 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9779
9780         * message.el (message-mail): Just pass yank-action on to message-setup.
9781         (message-setup): Handle (FUN . ARGS) form of yank-action.
9782         (message-with-reply-buffer, message-widen-reply)
9783         (message-yank-original): Handle non-buffer values of
9784         message-reply-buffer (Bug#4080).
9785         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9786
9787 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9788
9789         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9790         Fix typo in docstring.
9791
9792 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9793
9794         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9795         response.
9796
9797 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9800
9801         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9802
9803         * message.el (message-check-news-header-syntax): Protect against a
9804         string that `rfc822-addresses' returns when parsing fails.
9805
9806 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9809         (gnus-previous-char-property-change): New functions.
9810
9811         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9812
9813 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9814
9815         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9816         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9817
9818 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9819
9820         * message.el (message-exchange-point-and-mark): Rework last change to
9821         avoid using optional arg of exchange-point-and-mark, for backward
9822         compatibility.
9823
9824 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9825
9826         * message.el (message-exchange-point-and-mark):
9827         Call exchange-point-and-mark with an argument rather than setting
9828         mark-active by hand (Bug#5175).
9829
9830 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * nntp.el (nntp-service-to-port): Work for service expressed with
9833         numeric string; replace [:digit:] with [0-9] for XEmacs.
9834
9835 2009-12-17  Glenn Morris  <rgm@gnu.org>
9836
9837         * gnus-group.el (gnus-bug-group-download-format-alist):
9838         Change emacs entry to debbugs.gnu.org.  Bump :version.
9839
9840 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9843
9844 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * message.el (message-info): Explain why we use `Info-goto-node'.
9847
9848 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
9851
9852 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9853
9854         * message.el (message-completion-in-region): New compatibility function.
9855         (message-expand-group): Use it.
9856
9857 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9860         with no unread article should be listed if the 2nd arg `predicate' is
9861         given.
9862
9863 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
9866
9867 2009-11-29  Juri Linkov  <juri@jurta.org>
9868
9869         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9870         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
9871         on `gnus-recenter'.  (Bug#4698, Bug#4981)
9872
9873 2009-11-26  Kevin Ryde  <user42@zip.com.au>
9874
9875         * sha1.el (sha1-string-external): default-directory "/" in case
9876         otherwise non-existent.  process-connection-type pipe for touch of
9877         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
9878
9879 2009-11-25  Kevin Ryde  <user42@zip.com.au>
9880
9881         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
9882         it's comms related and sgml-mode.el has "comm" on that basis too.
9883
9884 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9887         containing tspecial characters if they have been already quoted.
9888
9889 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
9890
9891         * dns-mode.el (auto-mode-alist): Purecopy string.
9892
9893 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9894
9895         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
9896
9897 2009-10-24  Glenn Morris  <rgm@gnu.org>
9898
9899         * gnus-art.el (help-xref-stack-item): Define for compiler.
9900
9901 2009-10-21  Kevin Ryde  <user42@zip.com.au>
9902
9903         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
9904
9905 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9908
9909 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9912         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9913
9914 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus.el (gnus-overlay-get): New alias to overlay-get.
9917         (gnus-overlays-in): New alias to overlays-in.
9918
9919         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9920         gnus-overlay-get, and gnus-delete-overlay.
9921         (gnus-summary-show-thread): Make it work as well for systems in which
9922         next-single-char-property-change is not available.
9923         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9924
9925         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
9926         (gnus-overlay-get): New alias to extent-property.
9927         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
9928
9929         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
9930         SXEmacs.
9931
9932         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
9933         SXEmacs.
9934
9935 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9938
9939 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
9940
9941         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9942         and XEmacs that don't have `remove-overlays'.
9943
9944 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9945
9946         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9947         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9948         selective display.  Use overlays instead.
9949
9950 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9951
9952         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9953
9954 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9955
9956         * spam-stat.el (spam-stat-load): Fix typo in message.
9957
9958 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9959
9960         * dig.el (dig-invoke): Fix typo in docstring.
9961         (query-dig): Reflow docstring.
9962
9963 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
9964
9965         * gnus-art.el (gnus-article-encrypt-body):
9966         * message.el (message-check-recipients):
9967         * mm-util.el (mm-codepage-setup):
9968         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9969         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9970
9971 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
9972
9973         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9974         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9975         keys from the menu if mm-{sign,encrypt}-option is 'guided.
9976         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9977         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9978
9979 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9980
9981         * dig.el: Add "Keywords: comm", as per net-utils.el.
9982
9983 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9984
9985         * dig.el (dig-mode): Use define-derived-mode.
9986
9987 2009-09-19  Glenn Morris  <rgm@gnu.org>
9988
9989         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9990
9991 2009-09-18  Glenn Morris  <rgm@gnu.org>
9992
9993         * gnus-diary.el (gnus-diary-check-message):
9994         * message.el (message-insert-formatted-citation-line):
9995         * nnbabyl.el (top-level):
9996         * nndiary.el (nndiary-schedule):
9997         Fix typos in condition-case handlers.
9998
9999 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10002         configuration that provides the sole article window in a frame;
10003         position point correctly after deleting a part.
10004
10005 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10006
10007         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10008         (spam-resolve-registrations-routine): Use it to unregister articles
10009         that change status.
10010
10011 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10014         with XEmacs.
10015         (parse-time-string-chars): Use it.
10016
10017 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * imap.el (imap-interactive-login): Better messages.
10020         (imap-open): Fix bug with renamed buffer on reconnect.
10021         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10022         for easier debugging and cleaner code.  On successful (guessed based on
10023         server capabilities) secondary authentication, set imap-state
10024         correctly.
10025         (imap-last-authenticator): Define imap-last-authenticator as a variable
10026         to avoid warnings.
10027
10028 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * nnrss.el (nnrss-request-article): Remove binding of
10031         default-enable-multibyte-characters that has gotten needless by
10032         the 2007-07-13 change in rfc2047-encode-message-header.
10033
10034         * mml.el (mml-insert-multipart): Error on the message header.
10035         (mml-insert-part): Error on the message header; position point at
10036         the end of a MIME tag.
10037
10038 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * time-date.el (autoload): Expand define-obsolete-function-alias into
10041         defalias and make-obsolete for old Emacsen that Gnus supports.
10042         (with-no-warnings): Define it for old Emacsen.
10043         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10044         is available.
10045         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10046         float-time is available; suppress compile warning for time-to-seconds.
10047
10048         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10049         (gnus-float-time): Alias to float-time if it exists.
10050
10051         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10052         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10053         float-time is available; suppress compile warning for time-to-seconds.
10054
10055         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10056         XEmacs.
10057
10058 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * imap.el (imap-message-map): Docstring fix.
10061
10062 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10065         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10066         Add the optional argument `encoding' that overrides the default.
10067
10068         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10069         mm-encode-buffer.
10070
10071 2009-09-04  Glenn Morris  <rgm@gnu.org>
10072
10073         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10074         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10075         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10076         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10077         * mm-util.el (mm-with-unibyte-current-buffer)
10078         (mm-find-buffer-file-coding-system):
10079         * yenc.el (yenc-decode-region): Use default-value rather than
10080         default-enable-multibyte-characters.
10081
10082 2009-09-03  Glenn Morris  <rgm@gnu.org>
10083
10084         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10085         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10086         than default-enable-multibyte-characters.
10087
10088 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10089
10090         * gnus-art.el (gnus-article-read-summary-keys):
10091         Fix gnus-buffer-configuration's value temporarily used.
10092
10093 2009-09-02  Glenn Morris  <rgm@gnu.org>
10094
10095         * gnus-util.el (gnus-float-time): New function.
10096         * gnus-delay.el (gnus-delay-article):
10097         * gnus-sum.el (gnus-thread-latest-date):
10098         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10099         * nnspool.el (nnspool-request-newgroups):
10100         Use gnus-float-time rather than time-to-seconds.
10101         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10102
10103         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10104         (gnus-header-subject-face, gnus-header-newsgroups-face)
10105         (gnus-header-name-face, gnus-header-content-face):
10106         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10107         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10108         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10109         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10110         (gnus-cite-face-11):
10111         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10112         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10113         (gnus-server-closed-face, gnus-server-denied-face)
10114         (gnus-server-offline-face):
10115         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10116         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10117         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10118         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10119         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10120         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10121         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10122         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10123         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10124         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10125         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10126         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10127         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10128         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10129         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10130         (gnus-summary-high-undownloaded-face)
10131         (gnus-summary-low-undownloaded-face)
10132         (gnus-summary-normal-undownloaded-face)
10133         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10134         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10135         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10136         (gnus-splash-face):
10137         * message.el (message-header-to-face, message-header-cc-face)
10138         (message-header-subject-face, message-header-newsgroups-face)
10139         (message-header-other-face, message-header-name-face)
10140         (message-header-xheader-face, message-separator-face)
10141         (message-cited-text-face, message-mml-face):
10142         * sieve-mode.el (sieve-control-commands-face)
10143         (sieve-action-commands-face, sieve-test-commands-face)
10144         (sieve-tagged-arguments-face):
10145         * spam.el (spam-face):
10146         Mark face aliases with "-face" in the name as obsolete.
10147
10148 2009-09-01  Glenn Morris  <rgm@gnu.org>
10149
10150         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10151         than goto-line.
10152
10153 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10156         Don't move point if the command is invoked inside the message header.
10157
10158 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10159
10160         * imap.el (imap-send-command): Simplify.
10161         (imap-wait-for-tag): point-max -> buffer-size.
10162
10163 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10164
10165         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10166         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10167         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10168         * nnir.el (nnir-swish-e-index-file):
10169         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10170         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10171         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10172         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10173         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10174         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10175
10176 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10179         Don't save excursion.
10180
10181 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10182
10183         * nnheader.el (nnheader-find-file-noselect):
10184         * mm-util.el (mm-insert-file-contents):
10185         Use (default-value 'major-mode) instead of default-major-mode.
10186
10187 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10188
10189         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10190
10191 2009-08-26  Glenn Morris  <rgm@gnu.org>
10192
10193         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10194         than placing in files.el.
10195
10196 2009-08-25  Glenn Morris  <rgm@gnu.org>
10197
10198         * nnir.el (top-level): Don't require cl at run-time.
10199         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10200         Replace cl-function substitute with gnus-replace-in-string.
10201         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10202         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10203         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10204         simplified expansions.
10205
10206 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10207
10208         * dig.el (dig): Add autoload cookie.
10209
10210 2009-08-22  Glenn Morris  <rgm@gnu.org>
10211
10212         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10213         goto-line.
10214
10215 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10216
10217         * parse-time.el (parse-time-string-chars): Save match data.
10218
10219 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10220
10221         * parse-time.el (parse-time-string-chars): Compute using character
10222         classes, to handle non-ascii characters (Bug#3190).
10223
10224 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10227
10228         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10229         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10230         (gnus-mm-display-part, gnus-mime-display-single)
10231         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10232         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10233
10234         * gnus-sum.el
10235         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10236         (gnus-summary-move-article): Add expirable mark to articles copied or
10237         moved to group that has auto-expire turned on if the option is non-nil.
10238
10239 2009-07-24  Glenn Morris  <rgm@gnu.org>
10240
10241         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10242         Fix typo.  (Bug#3903)
10243
10244 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10247         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10248         that should not be used for draft articles.
10249         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10250         that has no concern in minor mode keys.
10251         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10252         Abolish.
10253
10254 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10257         article without making inquiry to a user for unknown encoding.
10258
10259         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10260         (nnmaildir--scan): Assume i-node and device number that file-attributes
10261         returns might be cons-cell.
10262
10263         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10264
10265         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10266
10267 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10268
10269         * auth-source.el: Remove docs now in auth.texi.  Don't use
10270         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10271         `auth-source-hide-passwords' and use them.
10272
10273 2009-07-15  Glenn Morris  <rgm@gnu.org>
10274
10275         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10276
10277 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10280         excessive whitespace from the default values of title and description.
10281
10282 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10285         mail-fetch-field to fetch Content-Description header in order to
10286         exclude newlines.
10287
10288 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10289
10290         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10291         format used by GnuPG 2.0.11.
10292
10293 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10296         to deleted part.
10297
10298 2009-05-30  David Engster  <dengste@eml.cc>
10299
10300         * nnmairix.el: Remove old documentation in the commentary block.
10301         (nnmairix-request-group): Do not update active file for nnml back ends.
10302         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10303         end so that overview files are ignored.
10304         (nnmairix-update-groups): Make updating the groups more robust by using
10305         marks.
10306         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10307         with dollar characters in message-id.
10308
10309 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10312         2008-12-25 in dns.el.
10313
10314 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10315
10316         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10317         could happen if the text is only composed of spaces and/or tabs.
10318
10319 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10320
10321         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10322         when sending a queued message to avoid extra mml tags.
10323
10324 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10327
10328 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10331         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10332         rmail-toggle-header for XEmacs;
10333         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10334
10335 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-dired.el: Remove autoload for gnus-setup-message.
10338         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10339         displaying Gnus logo; always use compose-mail.
10340
10341 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10344
10345 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10348         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10349         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10350         available.
10351         (gnus-nocem-epg-verify): New function.
10352
10353 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10356
10357 2009-02-15  Glenn Morris  <rgm@gnu.org>
10358
10359         * gnus-util.el (rmail-insert-rmail-file-header)
10360         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10361         autoloads.
10362         (rmail-default-rmail-file): Remove unnecessary declaration.
10363         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10364
10365 2009-02-14  Glenn Morris  <rgm@gnu.org>
10366
10367         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10368         variable (only used in gnus-util, which declares it anyway).
10369         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10370         which was only needed by gnus-art (changed to not use it any more).
10371         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10372         only used in gnus-util, which autoloads it itself.
10373         (rmail-update-summary): Fix autoload.
10374
10375         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10376         rather than rmail-output-to-rmail-file.
10377
10378 2009-02-07  Glenn Morris  <rgm@gnu.org>
10379
10380         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10381         autoload of function that no longer exists.
10382         (rmail-toggle-header): Declare.
10383         (message-forward-rmail-make-body): Handle mbox Rmail.
10384
10385 2009-01-31  Glenn Morris  <rgm@gnu.org>
10386
10387         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10388         2009-01-09 change.
10389
10390 2009-01-31  Dave Love  <fx@gnu.org>
10391
10392         * imap.el (imap-fetch-safe): Bind debug-on-error.
10393         (imap-debug): Add imap-fetch-safe.
10394
10395 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10396
10397         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10398         (auth-source-forget-all-cached): New convenience function.
10399         (auth-source-user-or-password): Accept list of modes or a single mode.
10400
10401         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10402         auth-source modes.
10403
10404         * netrc.el (netrc-machine-user-or-password): Use list of
10405         auth-source modes.
10406
10407         * nnimap.el (nnimap-open-connection): Use list of
10408         auth-source modes.
10409
10410         * nntp.el (nntp-send-authinfo): Use list of
10411         auth-source modes.
10412
10413 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10414
10415         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10416         now.
10417
10418 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10421         coding system in XEmacs; add a workaround for XEmacs.
10422
10423         * lpath.el: Fbind coding-system-aliasee.
10424
10425 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10428         of current-language-environment.
10429
10430 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10431
10432         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10433         available at runtime.
10434
10435 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10438
10439 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10440
10441         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10442         the greatest positive fixnum value doesn't work under an XEmacs with
10443         bignum support; use the most-positive-fixnum constant instead,
10444         available since Emacs 21.1 with cl and XEmacs 21.1.
10445
10446 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10449         XEmacs gets not to work.
10450
10451 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * mm-util.el (mm-coding-system-priorities): Allow the value like
10454         "Japanese (UTF-8)" of current-language-environment.
10455
10456 2009-01-09  Glenn Morris  <rgm@gnu.org>
10457
10458         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10459         with last-command-event.
10460
10461 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10464         in the doc string.
10465
10466         * message.el (message-fix-before-sending): Amend comment.
10467
10468 2009-01-08  Dave Love  <fx@gnu.org>
10469
10470         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10471
10472 2009-01-07  David Engster  <dengste@eml.cc>
10473
10474         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10475         simplified server definitions by converting it via
10476         gnus-server-to-method.
10477
10478 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10481         parameter's operands.
10482
10483 2009-01-06  David Engster  <dengste@eml.cc>
10484
10485         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10486         primary select method (for gnus-group-mark-article-as-read).
10487
10488 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10489
10490         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10491         `(gnus)Face', not `(gnus)X-Face'.
10492
10493 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * mm-util.el (mm-ucs-to-char): New function.
10496
10497         * mm-url.el (mm-url-decode-entities): Use it.
10498
10499         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10500         unicode-to-char.
10501
10502 2009-01-05  Dave Love  <fx@gnu.org>
10503
10504         * time-date.el: Require cl for `declare'.
10505
10506 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10509         Dave Love.
10510
10511 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * message.el (message-fix-before-sending): Add `eight-bit' to
10514         illegible-text check.
10515
10516 2009-01-03  Michael Olson  <mwolson@gnu.org>
10517
10518         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10519         `headers' is nil.  This can occur if the IMAP server does not have
10520         permissions to read messages from a folder, but can write new messages
10521         to the folder.
10522         (nnimap-request-article-part): Do not insert `data' if it is nil.
10523
10524         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10525         characters which will confuse `read', so skip past them.
10526
10527 2009-01-01  Dave Love  <fx@gnu.org>
10528
10529         * imap.el (imap-string-to-integer): Fix typo.
10530         (imap-fetch-safe): New function.
10531         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10532
10533         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10534
10535         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10536         (imap-parse-greeting): Fix doc strings.
10537         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10538         (imap-parse-flag-list): Make messages unique.
10539         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10540
10541         * nnimap.el: Fix author email.
10542         (nnimap-split-rule): Add FIXME comment.
10543         (nnimap-debug): Fix doc string.
10544
10545 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10548
10549 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10552         nslookup if resolv.conf isn't available.
10553         (dns-query): Rename from query-dns.
10554         (dns-query-cached): Rename from query-dns-cached.
10555
10556 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10559         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10560         to check if those variables exist (first appeared in Emacs 18.50).
10561
10562 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-util.el (mm-line-number-at-pos): New function.
10565
10566         * spam-report.el (spam-report-process-queue): Use it.
10567
10568 2008-12-24  David Engster  <dengste@eml.cc>
10569
10570         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10571         parameters that haven't existed as variables as buffer-local variables.
10572
10573 2008-12-23  Dave Love  <fx@gnu.org>
10574
10575         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10576         cadar.
10577
10578         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10579         imap-starttls-p.
10580         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10581
10582 2008-12-22  Dave Love  <fx@gnu.org>
10583
10584         * imap.el: Fix author email.  Doc fixes.
10585         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10586         reply.
10587
10588 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * spam-report.el (spam-report-gmane-max-requests): New constant.
10591         (spam-report-gmane-wait): New variable.
10592         (spam-report-gmane-ham, spam-report-gmane-spam)
10593         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10594         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10595         the server.
10596
10597         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10598         Add explanations.
10599
10600         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10601         nnheader-accept-process-output and nnheader-read-timeout if available.
10602         (pop3-movemail): Use it.
10603
10604         * message.el (message-check-news-body-syntax): Fix signature check if
10605         there's an attachment.
10606
10607 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * mm-util.el: Add comments to the mm- emulating functions.
10610
10611 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10614         Reported by Stephen Berman <stephen.berman@gmx.net>.
10615
10616 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * mm-util.el (mm-substring-no-properties): New function.
10619         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10620         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10621         (mm-string-to-multibyte): Doc fix.
10622
10623         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10624
10625 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * mml.el (mml-attach-file): Strip text properties from file name.
10628         (Bug#1574)
10629
10630 2008-12-16  Glenn Morris  <rgm@gnu.org>
10631
10632         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10633
10634 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10637         knows since the charset specified might be a bogus alias that
10638         mm-charset-synonym-alist provides.
10639
10640 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10643         "ISO_8859-1".
10644
10645         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10646
10647 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * mm-util.el (mm-charset-eval-alist):
10650         Define it before mm-charset-to-coding-system.
10651         (mm-charset-to-coding-system): Add optional argument `silent';
10652         define it before mm-charset-override-alist.
10653         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10654         default value if it can be used in Emacs currently running;
10655         silence mm-charset-to-coding-system.
10656
10657 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10660         `allow-override' which says whether to use `mm-charset-override-alist'.
10661         (rfc2047-decode-encoded-words): Use it.
10662
10663         * mm-util.el (mm-charset-override-alist): Fix custom type;
10664         add `(gb2312 . gbk)' to choices.
10665
10666 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10669         fast.
10670
10671         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10672
10673         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10674
10675 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10676
10677         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10678         on links.
10679
10680         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10681
10682 2008-12-03  Lute Kamstra  <lute@gnu.org>
10683
10684         * sha1.el: Remove leading * from docstrings of defcustoms,
10685         deffaces, defconsts and defuns.
10686
10687 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10690         users' addresses that don't have domain parts.
10691         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10692         rather than message-narrow-to-head since there will be the message
10693         header separator.
10694
10695 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10696
10697         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10698         since the result is inserted in a unibyte buffer anyway.
10699         (nnimap-demule-use-string-to-multibyte): Remove.
10700         (nnimap-demule): Alias it to mm-string-to-multibyte.
10701
10702 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10705         variable for debugging bug#464 and bug#1174.
10706         (nnimap-demule): Use it.
10707
10708 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10711         score calculation correctly.
10712
10713 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10714
10715         * message.el (message-send-mail): Just set the buffer to unibyte
10716         rather than use mm-with-unibyte-current-buffer which does a lot more.
10717         (message-send-mail-partially): Don't bother with
10718         mm-with-unibyte-current-buffer since it's already been made unibyte by
10719         message-send-mail.
10720
10721 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10722
10723         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10724
10725 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10726
10727         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10728
10729 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10732         require itself and to remove `with-no-warnings'.
10733
10734 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * starttls.el (starttls-any-program-available): Get the name of the
10737         available TLS layer program.
10738         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10739         well as the host name in the "opening" message.
10740
10741         * auth-source.el (auth-source-cache, auth-source-do-cache)
10742         (auth-source-user-or-password): Cache passwords and logins by default,
10743         allow override with `auth-source-do-cache'.
10744         (auth-source-forget-user-or-password): Allow users to remove cache
10745         entries if needed.
10746
10747 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10748
10749         * md4.el (md4-buffer): Fix typo in docstring.
10750         (md4, md4-64): Doc fixes.
10751         (md4-pack-int32): Reflow docstring.
10752
10753 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10754
10755         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10756         condition-case to only the forward-sexp call.
10757
10758 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10759
10760         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10761         quotes contained.  Make it more robust regardless by an extra
10762         condition-case wrapper.
10763
10764 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10767
10768 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * nnml.el (nnml-request-expire-articles): Check if the function set to
10771         `nnmail-expiry-target' returns the symbol `delete'.
10772
10773         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10774
10775         * nnmail.el (nnmail-expiry-target): Fix custom type.
10776
10777 2008-10-02  Glenn Morris  <rgm@gnu.org>
10778
10779         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10780         Silence compiler warning.
10781
10782 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10783
10784         * tls.el (open-tls-stream): Show the actual command being
10785         executed, instead of the format string.
10786
10787 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * lpath.el: Fbind codepage-setup for Emacs 23.
10790
10791 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10792
10793         * mml.el (mml-menu): Don't assume mml2015 is bound.
10794
10795 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10798         exists.
10799
10800 2008-09-27  Glenn Morris  <rgm@gnu.org>
10801
10802         * gnus-util.el (mail-header-remove-comments): Autoload it.
10803
10804 2008-09-27  Andreas Schwab  <schwab@suse.de>
10805
10806         * gnus-util.el (gnus-split-references): Strip comments.
10807         (gnus-parent-id): Likewise.
10808
10809 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * message.el (message-confirm-send): Fix version.
10812
10813 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * message.el (message-idna-to-ascii-rhs-1): Use
10816         mail-extract-address-components rather than mail-header-parse-addresses
10817         that is an alias by default to ietf-drums-parse-addresses that does not
10818         support non-ASCII names in headers' contents.
10819
10820 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10821
10822         * message.el (message-confirm-send): Fix variable documentation to
10823         avoid the "y/n" wording.
10824
10825 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
10826
10827         * message.el (message-set-auto-save-file-name): Save to a different
10828         filename so multiple messages (especially drafts) can be recovered.
10829
10830 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
10831
10832         * message.el (message-confirm-send): Add appropriate version.
10833
10834 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10837         defvar.
10838
10839 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
10840
10841         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10842         (mm-pkcs7-enveloped-magic): Ditto.
10843
10844 2008-09-17  Simon Josefsson  <simon@josefsson.org>
10845
10846         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10847         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10848
10849 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
10850
10851         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10852         default, it's better.
10853
10854 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
10855
10856         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10857         summary line gnus-number property and ignore them (with a warning
10858         message).
10859
10860 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10863         macro caddr in the interactive form since it won't be expanded.
10864
10865 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10868         `charset'; fix name of function called recursively.
10869         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10870
10871 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10874         (gnus-mime-set-charset-parameters): New function.
10875         (gnus-mime-view-part-as-charset): Use it to correctly display part
10876         specifying wrong charset.
10877
10878 2008-09-08  David Engster  <dengste@eml.cc>
10879
10880         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10881         in completing-read for back end server.
10882
10883 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
10884
10885         * message.el (message-confirm-send): New variable to confirm sending a
10886         message.
10887         (message-send): Use it.
10888
10889 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
10890
10891         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10892
10893 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10896
10897 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
10898
10899         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10900         prevent tracking too many groups.
10901         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10902         Use it.
10903
10904 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
10905
10906         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10907         moving point to the bottom of the window in order to avoid recentering.
10908
10909 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
10912
10913         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10914         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10915         (gnus-article-beginning-of-window): Fix calculation.
10916
10917 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * gnus-msg.el (gnus-summary-supersede-article)
10920         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10921         value of gnus-newsgroup-charset to decode non-MIME encoded text in
10922         message header.
10923
10924 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
10925
10926         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
10927         pending output coming after the status change.
10928
10929 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
10930
10931         * message.el:
10932         * gnus-start.el:
10933         * gnus-registry.el: Remove VMS support.
10934
10935 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10938         macro.
10939         (rfc2104-hash): Use it.
10940
10941 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10944         (gnus-summary-sort-by-most-recent-date): New commands.
10945         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10946         and menu entries.
10947
10948 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10951         don't redisplay article for raw contents; remove plural articles stuff.
10952
10953         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10954         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10955         on gnus-summary-save-article; display results properly.
10956
10957 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * lpath.el: No need to fbind ns-focus-frame.
10960
10961 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10964
10965 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (gnus-summary-save-in-pipe):
10968         Consider gnus-save-all-headers.
10969
10970 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10971
10972         * gnus-util.el (ns-focus-frame): Remove declaration.
10973         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
10974         like x.
10975
10976 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
10977
10978         * rfc2104.el (rfc2104-zero): Delete defconst.
10979         (rfc2104-hex-alist): Likewise.
10980         (rfc2104-hex-to-int): Delete func.
10981         (rfc2104-hexstring-to-bitstring): Likewise.
10982         (rfc2104-nybbles): New defconst.
10983         (rfc2104-hash): Rewrite for speed.
10984
10985 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * tls.el (open-tls-stream): Make it work with the 2nd argument
10988         BUFFER that is a string but does not exist as a buffer object, as
10989         mentioned in the doc-string.
10990
10991 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
10994         SXEmacs.
10995
10996 2008-07-16  Glenn Morris  <rgm@gnu.org>
10997
10998         * gnus-util.el (ns-focus-frame): Declare for compiler.
10999
11000 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11003         set as a group parameter.
11004         (gnus-summary-save-in-pipe): Work when it is called independently.
11005         (gnus-summary-pipe-to-muttprint): Don't modify
11006         gnus-summary-pipe-output-default-command.
11007
11008 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11009
11010         * message.el (message-send-mail-with-sendmail):
11011         Display the error message.
11012
11013 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (gnus-default-article-saver):
11016         Add gnus-summary-save-in-pipe to choices.
11017         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11018         gnus-summary-pipe-output-default-command as the default command.
11019         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11020         instead of gnus-last-shell-command.
11021
11022         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11023         New user option.
11024         (gnus-summary-muttprint-program): Mention the value will be changed.
11025         (gnus-summary-save-article): Force showing of all headers.
11026         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11027
11028 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11029
11030         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11031
11032 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11033
11034         * nnimap.el (nnimap-id):
11035         * sieve-manage.el (sieve-manage-open): Doc fixes.
11036
11037 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11038
11039         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11040         if available.
11041
11042 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11043
11044         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11045
11046         * nnkiboze.el (nnkiboze-generate-group):
11047         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11048
11049         * nnmairix.el: Require CL.
11050
11051 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * dgnushack.el: Autoload get-display-table and put-display-table for
11054         XEmacs 21.5.
11055
11056         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11057         21.4 and SXEmacs.
11058
11059 2008-06-15  David Engster  <dengste@eml.cc>
11060
11061         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11062
11063 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11064
11065         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11066         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11067         runtime choice under XEmacs.
11068
11069         * gnus-sum.el (gnus-summary-set-display-table):
11070         Use `gnus-put-display-table', `gnus-get-display-table',
11071         `gnus-set-display-table' for the display table, instead of `aset'.
11072
11073         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11074         Use `gnus-put-display-table', `gnus-get-display-table',
11075         `gnus-set-display-table' for the display table.
11076
11077 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * nnmairix.el: Add autoloads.
11080
11081 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * nnmairix.el (nnmairix-delete-recreate-group)
11084         (nnmairix-update-and-clear-marks): Fix error messages.
11085
11086 2008-06-14  David Engster  <dengste@eml.cc>
11087
11088         * nnmairix.el: Upgrade to version 0.6.
11089         (nnmairix-group-toggle-propmarks-this-group)
11090         (nnmairix-group-toggle-readmarks-this-group)
11091         (nnmairix-group-delete-recreate-this-group)
11092         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11093         (nnmairix-remove-tick-mark-original-article): New commands.
11094         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11095         (nnmairix-propagate-marks-to-nnmairix-groups)
11096         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11097         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11098         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11099         functions needed for marks propagation and manipulation of read marks.
11100         (nnmairix-update-groups): New function.
11101         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11102         (nnmairix-determine-original-group-from-registry)
11103         (nnmairix-determine-original-group-from-path)
11104         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11105         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11106         New helper functions.
11107         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11108         keystrokes for new commands.
11109         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11110         (nnmairix-request-group): Check allow-fast group parameter.
11111         (nnmairix-request-create-group): Set allow-fast group parameter if
11112         nnmairix-allowfast-default is set.
11113         (nnmairix-close-group): Propagate marks upon closing if needed.
11114         (nnmairix-group-toggle-threads-this-group): Use new.
11115         nnmairix-group-toggle-parameter helper function.
11116         (nnmairix-search): Better check for empty search result.
11117         (nnmairix-goto-original-article): Use new helper functions for
11118         determining original article.
11119         (nnmairix-show-original-article): Make sure message-id is in brackets.
11120         (nnmairix-call-mairix-binary): Change variable name.
11121         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11122         helper function.
11123         (nnmairix-widget-toggle-activate): Fix doc string.
11124
11125 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * nnir.el: Require edmacro when compiling with XEmacs.
11128         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11129         available in Emacs 21.
11130
11131 2008-06-11  Glenn Morris  <rgm@gnu.org>
11132
11133         * gnus-util.el (x-focus-frame):
11134         * gnus.el (image-size):
11135         * mm-decode.el (image-size): Declare.
11136
11137         * gnus-picon.el (declare-function): Add compat definition.
11138         (image-size): Declare.
11139
11140         * gnus-group.el (tool-bar-map):
11141         * gnus-sum.el (tool-bar-map): Define for compiler.
11142
11143         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11144
11145         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11146
11147         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11148         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11149         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11150         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11151         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11152         * sieve-manage.el, spam-report.el, spam.el:
11153         Remove unnecessary eval-and-compile of autoloads.
11154
11155 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11156
11157         * auth-source.el: Precise Tramp doc.
11158
11159 2008-06-07  Glenn Morris  <rgm@gnu.org>
11160
11161         * nnmairix.el: Remove unnecessary eval-when-compile.
11162
11163 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * lpath.el: Fbind propertize for XEmacs 21.4.
11166
11167 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11168
11169         * nnir.el: Move here from ../contrib.
11170
11171 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11172
11173         * gnus-util.el (gnus-read-shell-command): New function.
11174         * mm-decode.el (mm-pipe-part):
11175         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11176
11177 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11180
11181 2008-06-03  Glenn Morris  <rgm@gnu.org>
11182
11183         * pop3.el (nnheader-accept-process-output): Autoload it.
11184
11185 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11188         are not 2-digit hexadecimal characters that follow `%'s.
11189
11190 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11191
11192         * message.el (message-bogus-recipient-p): Fix type in doc string.
11193         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11194         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11195         Improve custom options.
11196         (message-bogus-recipient-p): Adjust accordingly.
11197
11198 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11199
11200         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11201         long-form month and day names.
11202
11203 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * dgnushack.el: Autoload debug, eudc-expand-inline and
11206         pgg-snarf-keys-region for XEmacs.
11207
11208         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11209
11210         * nnmairix.el: Require edmacro when compiling with XEmacs.
11211
11212 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11215         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11216
11217 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11218
11219         * auth-source.el: Add more docs.
11220
11221         * netrc.el (netrc-machine): Always match if the port is not given.
11222
11223 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224
11225         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11226         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11227         retrieval faster in some cases, but might make CPU usage larger.
11228         If this has any bad side effects, we might revert this change.
11229
11230         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11231         seems to make mail retrieval much, much faster.
11232         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11233         unconditionally.
11234
11235         * gnus-draft.el (gnus-group-send-queue):
11236         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11237
11238 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11241
11242         * message.el (message-bogus-address-regexp): Fix and improve custom
11243         type.
11244         (message-setup-hook): Add message-check-recipients as custom option.
11245
11246 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * message.el (message-cite-function): Remove bogus autoload which crept
11249         in during merge from v5-10.
11250
11251 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11252
11253         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11254
11255         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11256
11257         * auth-source.el: Preliminary Tramp docs.
11258         (auth-sources): Change the default auth-sources to use
11259         EPA .gpg files.
11260
11261 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11262
11263         * nntp.el: Autoload `auth-source-user-or-password'.
11264         (nntp-send-authinfo): Use it.
11265
11266         * nnimap.el: Autoload `auth-source-user-or-password'.
11267         (nnimap-open-connection): Use it.
11268
11269         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11270         for the gnus-message function.
11271         (auth-source-user-or-password): Use it.
11272
11273 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11274
11275         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11276         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11277         (rfc2104-hash): Use it.
11278
11279 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11280
11281         * gnus-art.el (gnus-article-toggle-truncate-lines):
11282         Don't use `iff' in docstring.
11283
11284 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11285
11286         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11287
11288         * gnus-util.el (gnus-extract-address-component-name)
11289         (gnus-extract-address-component-email): Convenience functions around
11290         `gnus-extract-address-components'.
11291
11292         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11293         Use `gnus-extract-address-component-email' to fix bug of comparing full
11294         sender name to `user-mail-address'.
11295
11296 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11299         catch/throw to optimize.
11300         (gnus-registry-find-keywords): Just use member to find a keyword.
11301
11302 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11303
11304         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11305         is current before calling gnus-server-prepare.
11306         (gnus-server-setup-buffer, gnus-server-update-server)
11307         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11308
11309 2008-05-04  Juri Linkov  <juri@jurta.org>
11310
11311         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11312         (mailcap-file-default-commands): Use mailcap-replace-in-string
11313         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11314         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11315
11316 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11317
11318         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11319
11320 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11321
11322         * gnus.el: Bump version to 0.11.
11323
11324 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11325
11326         * gnus.el: No Gnus v0.10 is released.
11327
11328 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11331         hooks.
11332         (gnus-update-read-articles): Speed up non-marks-using users.
11333         (gnus-use-marks): Define gnus-use-marks.
11334         (gnus-propagate-marks): Rename variable to something more sensible.
11335
11336 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11337
11338         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11339         (gmm-image-load-path-for-library): Fix typos in docstrings.
11340         (gmm-message): Reflow docstring.
11341
11342 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * mail-source.el (mail-source-set-1, mail-source-bind):
11345         Move auth-source code out of the macro to clean it up and fix bugs.
11346
11347 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11350         by sender if it's equal to user-mail-address, it's likely to be
11351         useless.
11352
11353         * mail-source.el (mail-source-bind): Don't use user or password if they
11354         are not bound.  Unintern them if they are nil.  Don't use server unless
11355         it's bound, and default it to empty string otherwise.
11356
11357 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * mail-source.el: Load auth-source.el.
11360         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11361         get user name or password, if auth-sources is set up.
11362
11363         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11364         strategy of splitting with parent.
11365         (gnus-registry-split-fancy-with-parent)
11366         (gnus-registry-post-process-groups): Use it and fix prior
11367         bug (returning a list as the split result).
11368
11369         * auth-source.el (auth-sources): Remove server parameter.
11370         (auth-source-pick, auth-source-user-or-password)
11371         (auth-source-user-or-password-imap)
11372         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11373         (auth-source-user-or-password-sftp)
11374         (auth-source-user-or-password-smtp): Remove server parameter.
11375
11376 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11377
11378         * smime.el (smime-sign-region, smime-encrypt-region)
11379         (smime-decrypt-region):
11380         Remove redundant calls to `generate-new-buffer-name'.
11381
11382 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11383
11384         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11385         Don't use QP for message/rfc822.
11386         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11387
11388 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11389
11390         * sieve-manage.el (sieve-string-bytes): Remove.
11391         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11392         correct byte-length only if the process's coding-system is the same as
11393         the one used internally by Emacs to represent strings.
11394
11395 2008-04-22  Juri Linkov  <juri@jurta.org>
11396
11397         * mailcap.el (mailcap-file-default-commands): New function.
11398
11399 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * message.el (message-signature-separator, message-cite-function):
11402         Change custom version.
11403
11404 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11405
11406         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11407         commands.
11408         (tls-checktrust): Ditto.
11409
11410 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * mm-decode.el (mm-display-external): Make temp file read-only.
11413
11414 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11417         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11418         `C-c C-f d'.
11419
11420 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11421
11422         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11423
11424 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus.el: Bump version to 0.9.
11427
11428 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus.el: No Gnus v0.8 is released.
11431
11432 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11433
11434         * mail-source.el (mail-source-value):
11435         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
11441
11442 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11443
11444         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11445         Prefer fboundp to functionp so it works with macros as well.
11446
11447 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * auth-source.el: Add docs.
11450         (auth-sources): Modify format to support server.
11451         (auth-source-pick, auth-source-user-or-password)
11452         (auth-source-user-or-password-imap)
11453         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11454         (auth-source-user-or-password-sftp)
11455         (auth-source-user-or-password-smtp): Add server parameter.
11456
11457 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * gnus-registry.el: Initialize the registry when gnus-registry-install
11460         is t.
11461
11462 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * compface.el (uncompface): Make buffer unibyte.
11465
11466 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11467
11468         * mail-source.el (mail-source-value):
11469         Prefer fboundp to functionp so it works with macros as well.
11470
11471 2008-04-05  Glenn Morris  <rgm@gnu.org>
11472
11473         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11474
11475 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11476
11477         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11478         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11479
11480         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11481         multibyteness after rather than before erasing it.
11482
11483         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11484         mm-with-multibyte.
11485         (gnus-request-article-this-buffer): Make sure the proper decoding is
11486         used if gnus-original-article-buffer happens to be unibyte.
11487
11488         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11489         default-enable-multibyte-characters.
11490
11491         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11492         default-enable-multibyte-characters.
11493
11494         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11495
11496         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11497
11498 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11499
11500         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11501         Fix last change in case the element is not even a symbol.
11502
11503 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11504
11505         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11506         (imap-message-copyuid-1): Use it.
11507         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11508         J. Williams in
11509         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11510
11511         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11512         imap-enable-exchange-bug-workaround.
11513         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11514
11515 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11516
11517         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11518         a 100 byte status-checks into a 2-3MB transfer for each group.
11519         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11520         to enable bug workaround or not.
11521         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11522
11523 2008-03-31  Glenn Morris  <rgm@gnu.org>
11524
11525         * message.el (mml2015-use): Declare for compiler.
11526         (message-info): Require mml2015 when appropriate.
11527
11528 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11531         whitespace.
11532
11533 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11534
11535         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11536         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11537         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11538         (nntp-service-to-port): New function.
11539         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11540         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11541         (nntp-open-netcat-stream): New function.
11542         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11543
11544 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11545
11546         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11547
11548 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11549
11550         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11551
11552 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11553
11554         * dns.el (dns-write): Use set-buffer-multibyte.
11555
11556 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11557
11558         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11559
11560 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * message.el (message-signature-separator): Change default.
11563         Improve custom type.
11564         (message-cite-function): Change default to
11565         message-cite-original-without-signature.
11566
11567         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11568         toggle.
11569
11570         * message.el (message-check-news-body-syntax): Fix signature check.
11571         (message-setup-1): Mark buffer as unmodified _after_ running
11572         message-setup-hook and handling message-alternative-emails.
11573         (message-shorten-references): Be more strict when building list of
11574         valid references to comply with GNKSA.
11575
11576         * gnus-group.el (gnus-read-ephemeral-bug-group)
11577         (gnus-read-ephemeral-debian-bug-group)
11578         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11579
11580         * message.el (message-info): Don't use booleanp which isn't supported
11581         in Emacs 21 and XEmacs.
11582
11583 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11586         gnus-group-gmane-group-download-format.
11587         (gnus-group-read-ephemeral-gmane-group): Rename from
11588         gnus-group-read-ephemeral-gmane-group.
11589         (gnus-read-ephemeral-gmane-group-url): Rename from
11590         gnus-group-read-ephemeral-gmane-group-url.
11591         (gnus-bug-group-download-format-alist): New variable.
11592         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11593         (gnus-read-ephemeral-emacs-bug-group): New commands.
11594
11595 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11598         (gnus-visible-headers): Improve custom type.
11599
11600 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * mml.el (mml-menu): Add workarounds for XEmacs.
11603
11604         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11605         X-Boundary header.
11606
11607         * message.el (message-simplify-recipients): Fix previous commit.
11608
11609 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11610
11611         * mm-util.el (mm-set-buffer-multibyte): New function.
11612         * mm-decode.el (mm-copy-to-buffer): Use it.
11613
11614         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11615         Prefer fboundp to functionp so it works with macros as well.
11616
11617 2008-03-19  Glenn Morris  <rgm@gnu.org>
11618
11619         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11620         Accidentally removed in the sync process with Emacs.
11621
11622 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-alter-recipients-discard-bogus-full-name):
11625         New function.
11626         (message-alter-recipients-function): New variable.
11627         (message-get-reply-headers): Use it.
11628         (message-replace-header): New helper function.
11629         (message-recipients-without-full-name): New variable.
11630         (message-simplify-recipients): New command.
11631
11632         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11633
11634         * message.el (message-info): Handle EasyPG manual.
11635
11636         * mml.el (mml-menu): Add entry for EasyPG.
11637
11638 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11639
11640         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11641         parameter.
11642
11643         * message.el (message-disassociate-draft): Specify drafts group name
11644         fully.
11645
11646 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11647
11648         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11649         Eliminate unnecessary duplicates from the match list.
11650
11651 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11654
11655         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11656
11657         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11658         args of `how-many' of which the XEmacs version doesn't take; declare
11659         Info-index-next as function.
11660
11661 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-score.el (gnus-score-headers): Fix handling of
11664         gnus-inhibit-slow-scoring.
11665
11666         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11667         string.
11668         (gnus-button-url-regexp): Improve handling of parenthesis.
11669         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11670         (gnus-button-handle-info-keystrokes): Handle index entries.
11671
11672 2008-03-15  Glenn Morris  <rgm@gnu.org>
11673
11674         * parse-time.el (parse-time-string): Simplify.
11675
11676 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11679         Incoming* files.
11680
11681 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11682
11683         * auth-source.el (auth-sources): Rename from auth-source-choices.
11684         (auth-source-pick): Use it.
11685
11686 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11687
11688         * binhex.el (binhex-decode-region-internal):
11689         * uudecode.el (uudecode-decode-region-internal):
11690         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11691         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11692         setting default-enable-multibyte-characters.
11693
11694 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11695
11696         * auth-source.el (auth-source-protocols)
11697         (auth-source-protocols-customize, auth-source-choices): Add and
11698         modified variable customizations and defaults.
11699         (auth-source-pick, auth-source-user-or-password)
11700         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11701         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11702         (auth-source-user-or-password-sftp)
11703         (auth-source-user-or-password-smtp): Use new variables and provide an
11704         interface to netrc.el.
11705
11706 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11709         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11710         Make sure the nntp port to specify is a string.
11711
11712 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11713
11714         * nntp.el: Use with-current-buffer.
11715         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11716         dubious mm-with-unibyte-current-buffer.
11717         (nntp-with-open-group-function): New function extracted from
11718         nntp-with-open-group macro.
11719         (nntp-with-open-group): Use the function, so it's easier to debug.
11720         Add indentation and debugging info.
11721         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11722         Recommend the use of the netcat alternatives.
11723
11724         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11725         Avoid mm-string-as-multibyte as well.
11726
11727         * nnweb.el (nnweb-insert-html):
11728         Remove use of nnheader-string-as-multibyte.
11729
11730         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11731         (nnheader-string-as-multibyte): Remove.
11732
11733         * mm-view.el: Use inhibit-read-only.
11734         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11735         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11736         or unibyte-string.
11737
11738         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11739         (mm-uu-yenc-extract): Use with-current-buffer.
11740
11741         * gnus-soup.el (gnus-soup-send-packet): Don't use
11742         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11743
11744         * nnmh.el: Use with-current-buffer.
11745         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11746         mm-string-as-multibyte on the output of mm-encode-coding-string.
11747
11748         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11749         (nnimap-request-move-article): Use with-current-buffer.
11750
11751         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11752         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11753         conversion uses string-make-unibyte rather than string-as-unibyte.
11754
11755         * gnus-msg.el: Use with-current-buffer.
11756
11757         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11758
11759 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11760
11761         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11762         string for caching if it is 'PIN.
11763
11764 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * lpath.el: Consider the case without Emacs/W3.
11767
11768 2008-03-08  Glenn Morris  <rgm@gnu.org>
11769
11770         * time-date.el (date-to-time, time-subtract, time-add)
11771         (safe-date-to-time): Doc fixes.
11772
11773 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * mail-source.el (mail-source-delete-old-incoming-confirm):
11776         Change default to nil.
11777         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11778
11779 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * lpath.el: Rearrange.
11782
11783         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11784         (gnus-article-goto-prev-page): Work for articles having ^L's.
11785
11786         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11787
11788         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11789
11790 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11791
11792         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11793         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11794         (gnus-bookmark-jump): Adjust some variable names.
11795
11796 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11797
11798         * auth-source.el: New package.
11799         (auth-source-choices): Add customization entry point variable.
11800
11801         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11802         bug.
11803
11804 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11805
11806         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11807         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11808         (gnus-registry-install-shortcuts): Rename from
11809         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11810         the `gnus-registry-mark-map' keymap dynamically from
11811         `gnus-registry-marks'.  The generated functions update the summary line
11812         when a registry mark is added or deleted, and will call
11813         `gnus-registry-install-p' (see the comments in the code).
11814         (gnus-registry-user-format-function-M): Use concat intelligently.
11815
11816         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11817         the registry mark functions.
11818
11819 2008-03-05  Glenn Morris  <rgm@gnu.org>
11820
11821         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11822         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11823         gnus-art.
11824         (top-level): No need to load own source when compiling.
11825
11826 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11829         Suggested by <chris.anderton@zetnet.co.uk>.
11830
11831 2008-03-04  Glenn Morris  <rgm@gnu.org>
11832
11833         * gnus-sum.el (top-level): No need to require gnus when compiling,
11834         since unconditionally required near start of file.
11835         (gnus-summary-display-while-building): Move definition before use.
11836
11837 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11838
11839         * gnus-registry.el (gnus-registry-user-format-function-M):
11840         Add formatting function.
11841
11842 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11843
11844         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11845         with plists.
11846         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11847         Use new format.
11848
11849 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11852         `where-is-internal' that returns a range of key sequences.
11853
11854 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11855
11856         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11857
11858         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11859         (gnus-summary-jump-to-group): Consider windows on other displayed
11860         frames as well.  Similar changes might be needed elsewhere, but that's
11861         the one I've bumped into during my use.
11862
11863         * nndoc.el (nndoc-oe-dbx-type-p):
11864         * gnus-msg.el (gnus-debug):
11865         * gnus-group.el (gnus-update-group-mark-positions):
11866         Use mm-string-to-multibyte.
11867
11868 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11871         doesn't handle NotDashEscaped.
11872
11873         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
11874         (mml-dnd-attach-options): Fix typo in custom choice.
11875
11876         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11877         Change nndoc-article-type to mbox.
11878         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11879
11880         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
11881         to nil, instead of html2text.
11882
11883         * imap.el (imap-debug): Add `imap-ping-server'.
11884
11885         * gnus-bookmark.el: Add FIXMEs.
11886
11887         * message.el (message-form-letter-separator)
11888         (message-send-form-letter-delay): New variables.
11889         (message-send-form-letter): Use them.  New command to send form
11890         letters.  Requested by Uwe Siart.
11891         (message-send-mail-function): Doc fix.  Add "Other" custom option.
11892
11893 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * Update copyright years.
11896
11897 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         Sync from EMACS_22_BASE.
11900
11901         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
11902
11903 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
11904
11905         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11906         empty author.
11907
11908 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
11909
11910         * gnus-registry.el (gnus-registry-marks): Add variable for
11911         customization of marks and their appearance.
11912         (gnus-registry-read-mark): Use it.
11913         (gnus-registry-do-marks): Add utility function to loop through
11914         `gnus-registry-marks'.
11915         (gnus-registry-install-shortcuts-and-menus): Add function to install
11916         shortcuts and menus.
11917         (gnus-registry-initialize): Use it.
11918         (gnus-registry-default-mark): Clarify documentation.
11919
11920 2008-02-29  Glenn Morris  <rgm@gnu.org>
11921
11922         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11923         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11924         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11925         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11926         Change defcustom :version from 23.0 to 23.1.
11927
11928 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
11929
11930         * gnus-registry.el (gnus-registry-follow-group-p)
11931         (gnus-registry-post-process-groups): Add functions to aid registry
11932         splitting and improve logging.  Clarify behavior in function
11933         documentation.
11934         (gnus-registry-split-fancy-with-parent): Use them.
11935
11936 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11937
11938         * gnus-art.el: Use with-current-buffer.
11939
11940 2008-02-27  David Engster  <dengste@eml.cc>
11941
11942         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11943         Express real group name in the response.
11944
11945 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11948         (nnmairix-last-server, nnmairix-current-server): Defvar them.
11949         (nnmairix-goto-original-article): Defvar gnus-registry-install and
11950         autoload gnus-registry-fetch-group when compiling.
11951         (nnmairix-request-group-with-article-number-correction):
11952         Remove unreferenced argument passed to nnmairix-call-backend.
11953
11954 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11957         (mm-uu-extract): Improve face for low color ttys.
11958         Reported by Sascha Wilde.
11959
11960 2008-02-27  Glenn Morris  <rgm@gnu.org>
11961
11962         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11963         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11964         variables to defconsts.  Convert comments to doc-strings.
11965         (nnmairix-last-server, nnmairix-current-server): Convert from free
11966         variables to defvars.  Convert comments to doc-strings.
11967         (gnus-registry-fetch-group): Autoload.
11968         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11969         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11970         (nnmairix-widget-build-editable-fields): Use car cddr rather than
11971         caddr.
11972         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11973         nnmairix-request-group-with-article-number-correction call.
11974         (nnmairix-fast, nnmairix-group): New, less general names, for free
11975         variables passed from nnmairix-request-group to
11976         nnmairix-request-group-with-article-number-correction.  Declare.
11977         (nnmairix-request-group-with-article-number-correction):
11978         Use nnmairix-fast, nnmairix-group rather than fast, group.
11979
11980 2008-02-26  David Engster  <dengste@eml.cc>
11981
11982         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
11983         version 0.5.
11984
11985 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11988         instead of making an extra function call.  Don't add the current group
11989         to articles only when they have the group.  Use
11990         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11991         Reported by David <de_bb@arcor.de>.
11992
11993 2008-02-24  Miles Bader  <miles@gnu.org>
11994
11995         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11996         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11997         (mm-find-mime-charset-region):
11998         * mm-bodies.el (mm-encode-body):
11999         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12000
12001 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12004         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12005
12006 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * mail-source.el (mail-source-delete-incoming): Change default.
12009         Supplement doc string.
12010
12011         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12012
12013 2008-02-14  Glenn Morris  <rgm@gnu.org>
12014
12015         * time-date.el (format-seconds): New function.
12016
12017 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * nnmail.el (nnmail-message-id-cache-file): Derive from
12020         `gnus-home-directory'.
12021
12022 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12025         Document negative prefix.
12026
12027         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12028
12029 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12030
12031         * message.el (message-unsent-separator): Add the Exim bounce
12032         separator.
12033
12034 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12035
12036         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12037         list.
12038         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12039         recipient/signer list.
12040
12041 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * Makefile.in (datarootdir): Define.
12044         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12045         name that might contain whitespace.
12046
12047 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12050         fbound (Emacs 23 unicode), signal an error.
12051
12052 2008-02-08  Glenn Morris  <rgm@gnu.org>
12053
12054         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12055
12056 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12057
12058         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12059         ports to the calls to `netrc-machine-user-or-password' in addition to
12060         "imap" and "imaps".
12061
12062 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12063
12064         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12065
12066         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12067
12068 2008-02-01  Kenichi Handa  <handa@m17n.org>
12069
12070         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12071         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12072         (rfc2104-hash): Convert the result of concat to unibyte string.
12073
12074 2008-02-01  Dave Love  <fx@gnu.org>
12075
12076         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12077         coding-system-for-read.
12078         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12079
12080 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12083         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12084         <hanche@math.ntnu.no>.
12085
12086 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12089
12090         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12091
12092 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12093
12094         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12095         * message.el (message-beginning-of-line): Use featurep instead of bound
12096         tests in order to resolve conditionals at compile time.
12097
12098 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12099
12100         * mail-source.el (mail-sources): Add `group' choice.
12101
12102         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12103         parameter `in-group' to control into which group the articles go.
12104         Add treatment of `group' mail-source.
12105
12106 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12109
12110         * mm-decode.el (mm-dissect-buffer): Decode description.
12111
12112         * mml.el (mml-to-mime): Encode message header first.
12113
12114 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12117         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12118
12119         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12120         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12121
12122 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12123
12124         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12125
12126 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12129         prefix keys.
12130         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12131         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12132         gnus-xmas.el.
12133
12134         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12135         (gnus-xmas-article-describe-bindings): New function.
12136         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12137         gnus-xmas-article-describe-bindings.
12138
12139         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12140
12141 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12142
12143         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12144         Add new variables for article mark management.
12145         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12146         list of extra data entries which, when present, will indicate that the
12147         article ID should not be trimmed from the registry.
12148         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12149         functions.
12150         (gnus-registry-read-mark): New function to read a mark name from the
12151         user.
12152         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12153         (gnus-registry-set-article-mark-internal): New functions to add and
12154         remove marks.
12155         (gnus-registry-get-article-marks): New function to show the marks for
12156         an article, or retrieve them for further use.
12157
12158 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12161         keys when no argument is given.
12162
12163 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * imap.el (imap-ping-server): New variable.
12166         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12167         (imap-ping-server): Minor doc string fixes.
12168
12169 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12170
12171         * imap.el (imap-ping-server): New function.
12172         (imap-opened): Call imap-ping-server.
12173
12174 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus-sum.el (gnus-article-sort-by-random)
12177         (gnus-thread-sort-by-random): Fix doc strings.
12178         Reported by jidanni@jidanni.org.
12179
12180 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-art.el (gnus-article-describe-bindings): New function.
12183         (gnus-article-read-summary-keys): Use it.
12184         (gnus-article-mode-map): Bind `C-h b' to it.
12185
12186 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12189         XEmacs.
12190         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12191         Protect against non-character events.
12192
12193         * lpath.el: Fbind map-keymap for Emacs 21.
12194
12195 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12198         New command.
12199         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12200         instead of END.  Change name of the temp file.
12201         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12202         customizable.
12203
12204 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12207         bind `S W' to gnus-article-wide-reply-with-original; set default
12208         binding to gnus-article-read-summary-send-keys.
12209         (gnus-article-read-summary-keys): Fix the order of keys; display
12210         continuation keys correctly in the echo area; describe bindings
12211         correctly when keys end with `C-h'.
12212         (gnus-article-read-summary-send-keys): New function.
12213         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12214         Work for gnus-article-read-summary-send-keys; display continuation keys
12215         correctly in the echo area.
12216         (gnus-article-reply-with-original): Ignore prefix argument.
12217         (gnus-article-wide-reply-with-original): New function.
12218
12219         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12220         Emacs 21.
12221
12222 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12225         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12226
12227 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12230         (gnus-group-read-ephemeral-gmane-group): New command.
12231
12232 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12233
12234         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12235
12236 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * message.el (message-send-mail-function): Increase custom version.
12239
12240         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12241         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12242
12243 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12244
12245         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12246         for the cases where imap-authenticate is called with a nil buffer
12247         parameter.
12248
12249 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12252         html parts correctly; support forwarded messages.
12253         (gnus-article-browse-html-article): Remove work buffers.
12254
12255         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12256         compiling.
12257         (netrc-bound-and-true-p): New macro.
12258         (netrc-parse): Use it instead of bound-and-true-p that is not available
12259         in XEmacs 21.4.
12260
12261 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12262
12263         * gnus-registry.el (gnus-registry-mark-article)
12264         (gnus-registry-article-marks): Add functionality to mark articles
12265         through the Gnus registry.
12266
12267         * encrypt.el: Clarify documentation for the new pgg method.
12268         (encrypt-file-alist): Add PGG option.
12269         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12270         functionality.  Abstract password key and messaging to external
12271         functions.
12272         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12273         (encrypt-message-method-and-cipher): Add new convenience external
12274         functions.
12275         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12276         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12277
12278         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12279         (netrc-parse): Use encrypt-file-alist to determine if
12280         encrypt-find-model or encrypt-insert-file-contents should be used.
12281
12282         * encrypt.el: Clarify documentation.  Load password-cache or
12283         password, whichever one is found first, instead of autoloading.
12284
12285 2007-12-19  Glenn Morris  <rgm@gnu.org>
12286
12287         * mml.el (message-options-set, message-narrow-to-head)
12288         (message-in-body-p, message-mail-p, message-encode-message-body):
12289         Autoload.
12290         (message-remove-header, message-narrow-to-headers-or-head)
12291         (message-subscribed-p, message-make-mail-followup-to)
12292         (message-position-on-field, message-news-p)
12293         (message-options-set-recipient, message-generate-headers)
12294         (message-sort-headers): Declare as functions.
12295
12296 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12299         convention in doc string.
12300
12301 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12304         title to html parts.
12305         (gnus-article-browse-html-article): Pass message header to it.
12306
12307         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12308
12309 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12312         or password compatible with XEmacs.
12313
12314 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12317         format document.
12318         (gnus-mime-delete-part): Don't write description line if empty.
12319         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12320
12321 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12322
12323         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12324         (gnus-summary-mark-read-and-unread-as-read)
12325         (gnus-summary-mark-current-read-and-unread-as-read)
12326         (gnus-summary-mark-unread-as-ticked): Doc fix.
12327         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12328
12329 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12332         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12333
12334 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12337         yes-or-no-p.
12338
12339 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * mm-decode.el (mm-add-meta-html-tag): New function.
12342         (mm-save-part-to-file, mm-pipe-part): Use it.
12343
12344         * gnus-art.el (gnus-article-browse-delete-temp-files):
12345         Use gnus-y-or-n-p instead of y-or-n-p.
12346         (gnus-article-browse-html-parts): Work with message/external-body; use
12347         mm-add-meta-html-tag.
12348
12349 2007-12-11  Glenn Morris  <rgm@gnu.org>
12350
12351         * gnus-cache.el: Require gnus-sum not just when compiling.
12352
12353         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12354
12355         * gnus-int.el (gnus-server-opened, gnus-status-message):
12356         Move definitions before use.
12357
12358         * mm-decode.el: Require gnus-util.
12359         (mm-remove-part): Only call delete-annotation on XEmacs.
12360
12361         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12362
12363         * nnmail.el: Require gnus-int.
12364
12365         * spam.el: Move `require's before `eval-when-compile's.
12366
12367         * gnus-ems.el (gnus-alive-p):
12368         * gnus-fun.el (message-goto-eoh):
12369         * gnus-util.el (gnus-group-name-decode):
12370         * mail-source.el (gnus-compress-sequence):
12371         * message.el (Info-goto-node, format-spec):
12372         * mm-bodies.el (message-options-get):
12373         * mm-decode.el (mm-view-pkcs7):
12374         * mm-util.el (gmm-write-region):
12375         * mml-smime.el (mml-compute-boundary)
12376         (gnus-completing-read-with-default):
12377         * mml.el (widget-button-press, gnus-make-hashtable):
12378         * mml1991.el (mm-decode-content-transfer-encoding)
12379         (mm-encode-content-transfer-encoding)
12380         (message-options-get, message-options-set):
12381         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12382         * nnfolder.el (gnus-request-group):
12383         * nnheader.el (ietf-drums-unfold-fws):
12384         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12385         * smime.el (gnus-run-mode-hooks):
12386         * spam-stat.el (gnus-message): Autoload.
12387
12388         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12389         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12390         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12391         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12392         Add declare-function compatibility definition.
12393
12394         * gnus-cache.el (nnvirtual-find-group-art):
12395         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12396         (gnus-add-image, gnus-add-wash-type):
12397         * gnus-group.el (nnkiboze-score-file):
12398         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12399         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12400         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12401         (message-tokenize-header, gnus-get-buffer-create)
12402         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12403         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12404         * gnus.el (gnus-group-decoded-name):
12405         * mail-source.el (imap-capability):
12406         * mm-bodies.el (message-options-set):
12407         * mm-decode.el (gnus-configure-windows):
12408         * mm-extern.el (message-goto-body):
12409         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12410         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12411         (epg-sub-key-validity, message-options-set):
12412         * mml.el (widget-event-point, gnus-configure-windows):
12413         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12414         * mml2015.el (epg-check-configuration, epg-configuration)
12415         (message-options-set):
12416         * nndb.el (nndb-request-article):
12417         * nnfolder.el (gnus-request-create-group):
12418         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12419         * nnmaildir.el (gnus-group-mark-article-read):
12420         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12421         * rfc1843.el (message-fetch-field):
12422         * spam.el (gnus-extract-address-components):
12423         Declare as functions.
12424
12425 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12428
12429         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12430
12431         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12432         bind show-trailing-whitespace for XEmacs.
12433
12434 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12437         new no-op macro for backward compatibility.
12438
12439         * imap.el (imap-string-to-integer): New function.
12440
12441 2007-12-09  Glenn Morris  <rgm@gnu.org>
12442
12443         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12444
12445         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12446         * message.el, mm-view.el, sieve-manage.el, smime.el:
12447         Add declare-function compatibility definition.
12448
12449         * gnus-art.el (w3-region, w3m-region, Info-menu):
12450         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12451         * gnus-sum.el (gnus-get-predicate):
12452         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12453         * message.el (mail-abbrev-in-expansion-header-p):
12454         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12455         (w3m-detect-meta-charset, w3m-region):
12456         * sieve-manage.el (password-read, password-cache-add)
12457         (password-cache-remove):
12458         * smime.el (password-read-and-add): Declare as functions.
12459
12460 2007-12-08  David Kastrup  <dak@gnu.org>
12461
12462         * gnus-sum.el (gnus-summary-simplify-subject-query):
12463         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12464         `message'.
12465
12466 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12469         it to bind idna-program, installation-directory, defined-colors, and
12470         face-attribute for XEmacs of the version that compiles defcustom forms.
12471
12472 2007-12-07  Glenn Morris  <rgm@gnu.org>
12473
12474         * gnus-art.el (article-make-date-line): Revert previous change.
12475
12476 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12479
12480 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12481
12482         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12483         Call gnus-add-to-range ranges only once with a prepared article-list.
12484
12485 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12486
12487         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12488         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12489         group names with backslashes.
12490         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12491
12492 2007-12-06  Deepak Goel  <deego3@gmail.com>
12493
12494         * gnus-art.el (article-make-date-line):
12495         * gnus-start.el (gnus-load):
12496         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12497
12498 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12499
12500         * gnus-art.el (gnus-use-idna):
12501         * gnus-start.el (gnus-site-init-file):
12502         * message.el (message-use-idna):
12503         * mm-uu.el (mm-uu-hide-markers):
12504         * smiley.el (smiley-style): Revert changes that suppress warnings.
12505
12506 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12509         specify charset to html source.
12510         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12511
12512 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12515         idna-program in order to suppress byte compile warning issued by XEmacs
12516         that came to byte compile the default value section of defcustom forms
12517         recently.
12518
12519         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12520         value of installation-directory.
12521
12522         * message.el (message-use-idna): Don't directly refer to the value of
12523         idna-program.
12524
12525         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12526
12527         * smiley.el (smiley-style): Don't directly call face-attribute.
12528
12529 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12532
12533         * gnus-dired.el: Reduce Gnus dependencies.
12534         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12535         Don't require.  Use autoloads instead.
12536         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12537         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12538         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12539         (gnus-dired-mode): Adjust doc string.
12540         (gnus-dired-mail-mode): New variable.
12541         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12542         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12543         (gnus-dired-mail-buffers): New function.  Return mail or message
12544         composition buffers.
12545         (gnus-dired-attach): Use it.
12546         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12547         NO-DECODE.
12548         (gnus-dired-print): Use `gnus-print-buffer' depending on
12549         `gnus-dired-mail-mode'.
12550
12551 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * rfc2047.el (rfc2047-encoded-word-regexp)
12554         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12555         explaining what regexp patterns are for.
12556
12557 2007-12-04  Glenn Morris  <rgm@gnu.org>
12558
12559         * password.el: Move to password-cache.el.
12560
12561         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12562         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12563         * mml-smime.el (password-read, password-cache-add)
12564         (password-cache-remove):
12565         No need to autoload, since mml-sec requires password.
12566
12567         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12568         * message.el (gnus-extract-address-components):
12569         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12570
12571         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12572         password.
12573
12574 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * mailcap.el: Reduce dependencies.
12577         (mail-header-parse-content-type): Autoload.
12578         (mailcap-delete-duplicates): New alias.
12579         (mailcap-mime-info): Add optional argument NO-DECODE.
12580         (mailcap-mime-types): Use mailcap-delete-duplicates.
12581
12582         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12583
12584 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12585
12586         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12587         (imap-parse-status): Upcase status-att for servers that sends them
12588         lower-case (e.g., MS Exchange 2007).
12589
12590 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12593         function.
12594
12595         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12596         (gnus-uu-yenc-article): New function.
12597
12598         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12599
12600         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12601
12602 2007-12-02  Glenn Morris  <rgm@gnu.org>
12603
12604         * binhex.el (binhex): New custom group.
12605         (binhex-decoder-program, binhex-decoder-switches)
12606         (binhex-use-external): Move to the binhex custom group.
12607
12608         * uudecode.el (uudecode): New custom group.
12609         (uudecode-decoder-program, uudecode-decoder-switches)
12610         (uudecode-use-external): Move to the uudecode custom group.
12611
12612         * netrc.el (top-level): Don't load `encrypt' features.
12613         (netrc-parse): Don't use encrypt.
12614         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12615
12616         * encrypt.el: Remove file.
12617
12618 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12621         matches on patches.
12622
12623         * gnus-art.el (gnus-article-browse-html-article):
12624         Mention `mm-text-html-renderer' in the doc string.
12625
12626         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12627         string.  Add comments.
12628
12629         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12630         if rhs is ASCII.
12631
12632 2007-12-01  Glenn Morris  <rgm@gnu.org>
12633
12634         * mail-source.el (top-level): Require format-spec before
12635         eval-when-compile.
12636
12637 2007-11-30  Glenn Morris  <rgm@gnu.org>
12638
12639         * encrypt.el: Require password, rather than autoloading password-read.
12640
12641 2007-11-29  Glenn Morris  <rgm@gnu.org>
12642
12643         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12644         (sasl-make-client, sasl-next-step, sasl-step-data)
12645         (sasl-step-set-data): Declare as functions.
12646
12647 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12650
12651 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12652
12653         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12654         certs should be verified and what is to be done in the event of a
12655         verification failure.
12656
12657         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12658         caller can indicate whether the cache should be disregarded for this
12659         call.  This way the result of the call is reproducible at all times and
12660         can be considered a canonical server name for the supplied method.
12661         (gnus-agent-method-p): Canonicalize server names by pushing their
12662         method through `gnus-method-to-server' using the no-cache argument.
12663
12664         * gnus-srvr.el (gnus-server-insert-server-line):
12665         Call `gnus-method-to-server' with `no-cache' argument.
12666
12667         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12668         gnus-agent-possibly-synchronize-flags as this should be called when the
12669         server is actually being opened.
12670         (gnus-agent-possibly-synchronize-flags)
12671         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12672         flags file of an agentized server to the latter function.
12673
12674         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12675         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12676         after a connection has been established successfully.
12677
12678 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * gnus-art.el (article-display-face): Force to display face if called
12681         interactively; check if gnus-article-x-face-too-ugly matches author.
12682         (article-display-x-face): Display face even if From header is missing
12683         as article-display-face does.
12684
12685 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12686
12687         * hashcash.el (message-narrow-to-headers-or-head)
12688         (message-fetch-field, message-goto-eoh)
12689         (message-narrow-to-headers): Declare as functions.
12690
12691 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12692
12693         * mail-source.el (mail-sources): Default to fetch from file for
12694         compatibility with default of nnmail-spool-file.
12695
12696 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12699         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12700         to look for encoded word that should be encoded again.
12701         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12702         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12703         encoding pattern.
12704         (rfc2047-decode-region): Switch strict regexp and loose one according
12705         to rfc2047-allow-irregular-q-encoded-words.
12706
12707 2007-11-25  Romain Francoise  <romain@orebokech.com>
12708
12709         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12710
12711 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * tls.el (tls-program): Provide more custom choices from
12714         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12715         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12716
12717 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12718
12719         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12720         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12721
12722         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12723         `nnmail-spool-file'.
12724
12725         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12726         `nnmail-spool-file'.
12727
12728         * gnus-move.el (gnus-change-server): Ditto.
12729
12730         * gnus-kill.el (gnus-batch-score): Ditto.
12731
12732         * gnus-cache.el (gnus-jog-cache): Ditto.
12733
12734         * gnus-msg.el (gnus-summary-reply):
12735         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12736
12737 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12740         version.  Minor improvement to doc strings.
12741         (tls-program): Add comment.
12742
12743 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12744
12745         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12746         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12747         mismatch between the hostname provided in the certificate and the name
12748         of the host connnecting to.
12749         (open-tls-stream): Use them.  Check certificates against trusted root
12750         certificates.
12751
12752 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * gnus-cache.el (gnus-cache-generate-nov-databases):
12755         Use nnml-generate-nov-databases-directory instead of
12756         nnml-generate-nov-databases-1.
12757
12758 2007-11-24  Glenn Morris  <rgm@gnu.org>
12759
12760         * message.el (message-tool-bar-retro): Update for rename
12761         mail_send.xpm->mail-send.xpm.
12762
12763 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12766         `smime-ldap-search' for Emacs 22 and up.
12767
12768 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12769
12770         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12771
12772         * message.el (message-send-mail-function): Fix error convention.
12773         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12774         (message-widen-reply, message-send-mail, message-talkative-question)
12775         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12776         (message-clone-locals, message-send-news): Use with-current-buffer.
12777         (message-insert-or-toggle-importance): Remove unused var `valid'.
12778         (message-make-references): Remove unused var `new-references'.
12779         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12780
12781 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12782
12783         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12784         (spam-split-symbolic-return-positive): Reflow docstring.
12785         (spam-backends, spam-summary-exit-behavior)
12786         (spam-mark-ham-unread-before-move-from-spam-group)
12787         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12788         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12789         (spam-clear-cache, spam-backend-check, spam-install-backend)
12790         (spam-install-statistical-backend, spam-list-of-processors)
12791         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12792         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12793         (spam-check-crm114, spam-initialize, spam-unload-hook):
12794         Fix typos in docstrings.
12795
12796 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12799         been checked if they have never been read and those group levels are
12800         higher than the one that a user specified.
12801
12802 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12805         foreign groups unless a group level is specified by a user.
12806         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12807
12808 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * message.el (message-send-mail-function): Require sendmail.
12811
12812 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * message.el (message-send-mail-function): Check for smtpmail too.
12815
12816         * utf7.el (utf7-encode, utf7-decode): Use coding system
12817         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12818
12819         * message.el (message-send-mail-function): New function.
12820         (message-send-mail-function): Set default using
12821         message-send-mail-function.  Adjust doc string.
12822         (message-send-mail-with-mailclient): New function.
12823
12824 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12825
12826         * smime.el (from):
12827         * rfc2047.el (message-posting-charset):
12828         * qp.el (mm-use-ultra-safe-encoding):
12829         * pop3.el (parse-time-months):
12830         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12831         * nnml.el (files):
12832         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12833         (jka-compr-compression-info-list, ange-ftp-path-format)
12834         (efs-path-regexp):
12835         * nndiary.el (files):
12836         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12837         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12838         (epg-digest-algorithm-alist, inhibit-redisplay)
12839         (password-cache-expiry):
12840         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12841         (pgg-output-buffer, password-cache-expiry):
12842         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12843         (efs-path-regexp):
12844         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12845         (inhibit-redisplay):
12846         * mm-uu.el (file-name, start-point, end-point, entry)
12847         (gnus-newsgroup-name, gnus-newsgroup-charset):
12848         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12849         (latin-unity-ucs-list):
12850         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12851         (mm-uu-binhex-decode-function):
12852         * message.el (gnus-message-group-art, gnus-list-identifiers)
12853         (rmail-enable-mime-composing, gnus-local-organization)
12854         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12855         (gnus-read-active-file, facemenu-add-face-function)
12856         (facemenu-remove-face-function, gnus-article-decoded-p)
12857         (tool-bar-mode):
12858         * mail-source.el (display-time-mail-function):
12859         * gnus-util.el (nnmail-pathname-coding-system)
12860         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12861         (gnus-original-article-buffer, gnus-user-agent)
12862         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12863         (xemacs-codename, sxemacs-codename, emacs-program-version):
12864         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12865         * gnus-start.el (gnus-agent-covered-methods)
12866         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12867         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12868         (gnus-newsgroup-headers, gnus-group-list-mode)
12869         (gnus-group-mark-positions, gnus-newsgroup-data)
12870         (gnus-newsgroup-unreads, nnoo-state-alist)
12871         (gnus-current-select-method, mail-sources)
12872         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12873         (nnmail-spool-file, gnus-cache-active-hashtb):
12874         * gnus-mh.el (mh-lib-progs):
12875         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12876         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12877         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12878         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12879         (gnus-group-buffer):
12880         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12881         (font-lock-set-defaults):
12882         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12883         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12884         (gnus-summary-post-menu, total-parts, type, condition, length):
12885         * gnus-agent.el (gnus-agent-read-agentview):
12886         * flow-fill.el (show-trailing-whitespace):
12887         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12888         eval-and-compile wrappers for byte compiler pacifiers.
12889
12890         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12891         (mm-display-inline-fontify): Check for featurep 'xemacs not
12892         extent-list.
12893
12894         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12895         itimer-list.
12896         (mm-create-image-xemacs): Only do something for XEmacs.
12897         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12898
12899         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12900
12901         * gnus-registry.el (gnus-adaptive-word-syntax-table):
12902         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12903
12904 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
12905
12906         * nnimap.el (nnimap-split-download-body):
12907         * gnus-demon.el (gnus-demon):
12908         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12909
12910 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12913         New macros.
12914         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12915         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12916         copy data from unibyte buffer to multibyte current buffer.
12917         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12918         to copy data from unibyte current buffer to multibyte buffer.
12919         (nntp-make-process-buffer): Make process buffer unibyte.
12920
12921         * pop3.el (pop3-open-server): Fix typo in Lisp code.
12922
12923 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
12924
12925         * pop3.el (pop3-open-server): Accept and process data more robustly at
12926         connection start to avoid spurious "POP SSL connection failed" errors.
12927
12928 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12931         read group names.
12932
12933 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
12934
12935         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12936
12937 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * nnmail.el (nnmail-parse-active): Make group names unibyte.
12940         (nnmail-save-active): Use a unibyte buffer when saving active file,
12941         which may contain non-ASCII group names.
12942
12943         * nnml.el (nnml-request-group): Decode group names in messages.
12944
12945 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * message.el (message-citation-line-function)
12948         (message-insert-formatted-citation-line): Fix spelling of
12949         `message-insert-formated-citation-line'.
12950
12951 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12954
12955 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12958         nnmail-pathname-coding-system.
12959
12960         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12961         that a user enters; decode group names in messages.
12962
12963         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12964
12965 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12968
12969         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12970
12971         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12972         risky local variable.
12973
12974         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12975
12976 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * encrypt.el: Improve documentation to fix function name typo.
12979         Reported by Daiki Ueno <ueno@unixuser.org>.
12980
12981 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12984         even if the point is not in the last page of an article.
12985         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12986         back to the previous page.
12987
12988 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12991
12992 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12993
12994         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12995
12996 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12997
12998         * message.el (message-check-news-body-syntax):
12999         Avoid mm-string-as-multibyte.
13000         (message-hide-headers): Don't assume (point-min)==1.
13001
13002 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * message.el (message-remove-blank-cited-lines): Fix if remove is
13005         given.
13006         (message-bogus-address-regexp): New variable.
13007         (message-bogus-recipient-p): New function.
13008         (message-check-recipients): New command.
13009         (message-syntax-checks): Add `bogus-recipient'.
13010         (message-fix-before-sending): Add `bogus-recipient'.
13011
13012         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13013         (gnus-treat-body-boundary): Don't test window-system.
13014
13015 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13016
13017         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13018
13019 2007-10-28  Miles Bader  <miles@gnu.org>
13020
13021         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13022         at compile-time too.
13023
13024 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13025
13026         * gnus-msg.el (gnus-message-setup-hook):
13027         Add `message-remove-blank-cited-lines' to options.
13028
13029 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * message.el (message-remove-blank-cited-lines): New function.
13032         Suggested by Karl Plästerer.
13033
13034 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13037         mapc.
13038
13039         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13040         (top-level): Use mapc to set functions to be traced for debugging.
13041
13042         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13043         called for effect with while loop.
13044
13045         * message.el (message-talkative-question): Replace mapcar called for
13046         effect with mapc.
13047
13048         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13049         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13050         called for effect with dolist.
13051
13052         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13053
13054         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13055         gnus-extra-headers and nnmail-extra-headers.
13056
13057         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13058         called for effect with dolist.
13059         (top-level): Use mapc to set functions to be traced for debugging.
13060
13061         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13062         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13063         dolist.
13064
13065         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13066         Replace mapcar called for effect with mapc.
13067         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13068         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13069         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13070         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13071
13072         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13073         remove-if that's a cl function.
13074
13075         * webmail.el (webmail-debug): Replace mapcar called for effect with
13076         dolist.
13077
13078         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13079         with mapc.
13080
13081 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13084         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13085         with while loop.
13086
13087         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13088         functions from article-* functions.
13089         (gnus-multi-decode-header): Replace mapcar called for effect with
13090         dolist.
13091
13092         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13093         (gnus-bookmark-show-details): Replace mapcar called for effect with
13094         while loop.
13095
13096         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13097         called for effect with while loop.
13098
13099         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13100         with dolist.
13101
13102         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13103         Replace mapcar called for effect with dolist.
13104
13105         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13106
13107         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13108         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13109         Replace mapcar called for effect with dolist.
13110         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13111         mapc.
13112
13113         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13114         Replace mapcar called for effect with dolist.
13115         (gnus-topic-list): Replace mapcar called for effect with mapc.
13116
13117         * gnus.el: Use mapc instead of mapcar to add autoloads.
13118
13119 2007-10-23  Richard Stallman  <rms@gnu.org>
13120
13121         * gnus-group.el (gnus-group-highlight): Mark as risky.
13122
13123 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus.el (gnus-server-to-method): Return method found first in
13126         gnus-newsrc-alist.
13127
13128         * gnus-art.el (gnus-article-highlight-signature)
13129         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13130         button overlay without the front stickiness.
13131
13132 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13133
13134         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13135         overview buffer needed a catch to receive its throw.
13136         (gnus-agent-flush-cache): Declare as interactive to make this function
13137         easier to use.
13138
13139 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13142         `next-line'.
13143
13144 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13147         exclude address matching message-dont-reply-to-names.
13148
13149 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-util.el (gnus-string<): New function.
13152
13153         * gnus-sum.el (gnus-article-sort-by-author)
13154         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13155
13156 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13159         the frame-focus tag is set in gnus-buffer-configuration.
13160
13161 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13164         the front stickiness.
13165
13166 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13169         url pattern; remove duplicate one.
13170         (gnus-article-extend-url-button): New function.
13171         (gnus-article-add-buttons): Use it.
13172         (gnus-button-push): Use concatenated url that it makes.
13173
13174 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13175
13176         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13177
13178 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13181         Don't hardcode point-min==1.
13182
13183 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13186         Fix comment about "iso8859-1".
13187
13188 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13189
13190         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13191         ones returned from the verify-function.
13192
13193         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13194         Call mml2015-extract-cleartext-signature if extraction failed.
13195
13196 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13197
13198         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13199         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13200         failed.
13201
13202 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13205
13206 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13209         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13210         recommends to use EasyPG instead of PGG.
13211
13212         * pgg.el: Revert to revision 6.23.2.16.
13213
13214         * pgg-def.el: Revert to revision 6.6.2.14.
13215
13216         * pgg-gpg.el: Revert to revision 6.23.2.34.
13217
13218 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13219
13220         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13221         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13222         thread for both the null and zero (kill/expire thread) universal prefix
13223         cases.
13224         (gnus-summary-expire-thread): Add new function to expire a thread,
13225         using gnus-summary-kill-thread.
13226         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13227         shortcuts for gnus-summary-expire-thread.
13228         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13229         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13230
13231 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13232
13233         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13234         extras value, so an extras entry can be deleted.
13235         (gnus-registry-delete-extra-entry): Use it.
13236         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13237         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13238         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13239         storage through the gnus-registry, and provide an appropriate API for
13240         it.
13241
13242 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13245         Suggested by Leo <sdl.web@gmail.com>.
13246
13247         * gnus.el: Do.
13248
13249 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13252         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13253
13254         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13255
13256         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13257         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13258
13259 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13262         newline.
13263         (nnmbox-request-accept-article): Don't change article in source buffer;
13264         narrow to header to use message-fetch-field rather than
13265         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13266         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13267         as delimiters; make sure article ends with newline.
13268         (nnmbox-delete-mail): Correct last position of article to be deleted;
13269         ignore X-Gnus-Newsgroup header in article body.
13270         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13271         positions; make sure article ends with newline.
13272
13273         * message.el (message-display-abbrev): Don't infloop when a user
13274         inserts SPC in the beginning of header.
13275
13276         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13277         coding-system-for-read and coding-system-for-write for XEmacs having no
13278         file-coding feature.
13279
13280         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13281
13282 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13283
13284         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13285         list of groups not followed by default.  Fix type to be regexp.
13286         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13287
13288 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13289
13290         * hmac-def.el (define-hmac-function): Switch from old-style to
13291         new-style backquotes.
13292
13293         * md4.el (md4-make-step): Likewise.
13294
13295 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13298         raw-text coding system when saving .newsrc file, which may contain
13299         non-ASCII group names.
13300
13301 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-cus.el (gnus-score-extra): New widget.
13304         (gnus-score-extra-convert): New function.
13305         (gnus-score-customize): Use it for Extra.
13306
13307 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13308
13309         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13310         (mml2015-mailcrypt-clear-verify): Use it.
13311         (mml2015-gpg-clear-verify): Use it.
13312         (mml2015-pgg-clear-verify): Use it.
13313         (mml2015-epg-clear-verify): Replace the current part with the output
13314         from GnuPG; don't extract the plaintext by itself.
13315
13316         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13317         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13318         mml2015-clear-verify-function; don't touch the armor headers or
13319         dash-escaped text here.
13320
13321 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13324         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13325         parts, or application/octet-stream as a last resort.
13326         (gnus-mime-view-part-as-type): Don't toggle display.
13327         (gnus-mime-view-part-as-charset): Don't turn off display before
13328         querying charset.
13329
13330         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13331         stuff to undisplayer function in Emacs.
13332         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13333
13334         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13335         text/calendar parts.
13336
13337 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13340         decoding text/calendar parts.
13341
13342         * message.el (message-forward-make-body-mime): Always mark body as
13343         having no illegible text; remove signed-or-encrypted argument.
13344         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13345
13346         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13347         (mml-generate-mime-1): Don't encode body if it is specified to be in
13348         raw form; don't make buffer be unibyte when inserting multibyte string.
13349
13350 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13351
13352         * sha1.el: Fix up comment style.
13353         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13354         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13355
13356         * hex-util.el: Fix up comment style.
13357         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13358
13359         * gnus-salt.el: Use with-current-buffer.
13360         (gnus-pick-setup-message): Fix long-standing typo.
13361
13362 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * imap.el (imap-logout-timeout): New variable.
13365         (imap-logout, imap-logout-wait): New functions.
13366         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13367
13368         * nnimap.el (nnimap-logout-timeout): New server variable.
13369         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13370         nnimap-logout-timeout.
13371
13372         * gnus-art.el (gnus-article-summary-command-nosave)
13373         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13374
13375 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus.el (gnus-maximum-newsgroup): New variable.
13378
13379         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13380         according to gnus-maximum-newsgroup.
13381
13382         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13383         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13384         Limit the range of articles according to gnus-maximum-newsgroup.
13385
13386 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13387
13388         * gnus-art.el (gnus-sticky-article): Fix problems described in
13389         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13390         Don't perform gnus-configure-windows here; reuse existing sticky
13391         article buffer.
13392
13393         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13394         it doesn't exist in gnus-article-mode.
13395
13396 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13399         (gnus-agent-decoded-group-name): New function.
13400         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13401         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13402
13403 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13404
13405         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13406         Add binding for gnus-sticky-article.
13407         (gnus-summary-exit): Don't kill sticky article buffers.
13408
13409         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13410         article buffer.
13411         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13412         (gnus-kill-sticky-article-buffers): New commands.
13413
13414 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * nntp.el (nntp-xref-number-is-evil): New server variable.
13417         (nntp-find-group-and-number): If it is non-nil, don't trust article
13418         numbers in the Xref header.
13419
13420 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-agent.el (gnus-agent-read-group): New function.
13423         (gnus-agent-flush-group, gnus-agent-expire-group)
13424         (gnus-agent-regenerate-group): Use it.
13425         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13426         nnmail-pathname-coding-system.
13427
13428 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13431
13432         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13433         that are unread as unread, and also as selected so that information of
13434         marks having been changed by a user may be updated when exiting group.
13435
13436 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13439
13440 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13443         calculated ignoring signature parts to gnus-treat-article.
13444
13445 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13448         a point here in order to keep the window start.
13449         (gnus-insert-mime-security-button): Make a button overlay without the
13450         front stickiness.
13451         (gnus-mime-display-security): Goto the end of a button.
13452
13453         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13454
13455 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13458         group-name-at-point.
13459         (gnus-group-completing-read): New function that offers decoded
13460         non-ASCII group names for completion.
13461         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13462         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13463         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13464         (gnus-group-fetch-control): Use it.
13465         (gnus-fetch-group): Use group-name-at-point for the initial value
13466         rather than the default value; use gnus-alive-p.
13467
13468         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13469         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13470         (gnus-summary-post-news): Use gnus-group-completing-read.
13471
13472         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13473         (gnus-read-move-group-name): Decode group name for completion.
13474
13475 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13478         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13479         Yamaoka slightly modified the code).
13480
13481 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13484         (nnmail-split-incoming): Bind it.
13485
13486         * nnml.el (nnml-group-name-charset): New function.
13487         (nnml-decoded-group-name): Use it; don't decode group name if
13488         nnmail-group-names-not-encoded-p is non-nil.
13489         (nnml-encoded-group-name): New function.
13490         (nnml-group-pathname): Inline nnml-decoded-group-name.
13491         (nnml-request-expire-articles): Decode group name in message.
13492         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13493         nnmail-pathname-coding-system.
13494         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13495         not decoded ones according to nnmail-group-names-not-encoded-p.
13496         (nnml-generate-active-info): Use nnml-encoded-group-name.
13497
13498 2007-08-08  Glenn Morris  <rgm@gnu.org>
13499
13500         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13501         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13502         doc-strings and comments.
13503
13504 2007-07-25  Glenn Morris  <rgm@gnu.org>
13505
13506         * Relicense all FSF files to GPLv3 or later.
13507
13508 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-sum.el (gnus-summary-move-article):
13511         Make gnus-summary-respool-article work.
13512
13513 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13516         string.
13517
13518 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13519
13520         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13521         that should be ignored when comparing distant RSS articles with local
13522         ones.
13523         (nnrss-make-hash-index): New function.  Create a hash index according
13524         to the ignored fields.
13525         (nnrss-check-group): Use it.
13526
13527 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13530
13531         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13532
13533         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13534         the new optional argument ENCODED is non-nil.
13535         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13536         coding system for encoding group name.
13537         (gnus-group-make-rss-group): Pass un-encoded group name to
13538         gnus-group-make-group.
13539         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13540         encoded.
13541
13542         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13543         Encode group name to which articles are moved or copied.
13544         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13545         coding system for encoding Newsgroup, Followup-To and Xref headers.
13546
13547         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13548         marks; use nnheader-file-coding-system to write a file.
13549         (nnagent-retrieve-headers): Bind file-name-coding-system to
13550         nnmail-pathname-coding-system.
13551
13552         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13553
13554         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13555         (nnml-request-article, nnml-request-create-group)
13556         (nnml-request-rename-group, nnml-find-id)
13557         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13558         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13559         (nnml-save-marks): Use nnml-group-pathname instead of
13560         nnmail-group-pathname.
13561
13562         (nnml-request-create-group, nnml-request-expire-articles)
13563         (nnml-request-move-article, nnml-request-delete-group)
13564         (nnml-deletable-article-p, nnml-possibly-create-directory)
13565         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13566         (nnml-open-marks): Bind file-name-coding-system to
13567         nnmail-pathname-coding-system.
13568
13569         (nnml-request-article): Pass server argument to nnml-find-group-number.
13570         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13571         Pass server argument to nnml-possibly-create-directory.
13572         (nnml-request-accept-article): Pass server argument to
13573         nnml-active-number and nnml-save-mail.
13574         (nnml-find-group-number): Pass server argument to nnml-find-id.
13575         (nnml-request-update-info): Pass server argument to
13576         nnml-marks-changed-p.
13577
13578         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13579         (nnml-save-mail, nnml-active-number): Add server argument.
13580
13581         (nnml-request-delete-group): Warn if group is missing.
13582         (nnml-get-nov-buffer): Decode group name.
13583         (nnml-generate-active-info): Encode group name.
13584         (nnml-open-marks): Decode group name in messages.
13585
13586 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13589         if it is not specified.
13590         (gnus-article-pipe-part, gnus-article-save-part)
13591         (gnus-article-interactively-view-part, gnus-article-copy-part)
13592         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13593         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13594         (gnus-article-replace-part, gnus-article-delete-part)
13595         (gnus-article-view-part-as-type): Pass raw prefix argument to
13596         gnus-article-part-wrapper.
13597
13598 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-agent.el (gnus-agent-save-active):
13601         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13602
13603         * gnus-cache.el (gnus-cache-save-buffers)
13604         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13605         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13606         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13607         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13608         (gnus-cache-generate-active, gnus-cache-rename-group)
13609         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13610         (gnus-cache-update-overview-total-fetched-for):
13611         Bind file-name-coding-system to nnmail-pathname-coding-system.
13612         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13613         New variables.
13614         (gnus-cache-decoded-group-name): New function.
13615         (gnus-cache-file-name): Use it.
13616         (gnus-cache-generate-active): Use non-decoded group name for active.
13617
13618         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13619         right place.
13620         (gnus-write-active-file): Don't break non-ASCII group names.
13621
13622         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13623         nnmail-pathname-coding-system.
13624
13625         * lpath.el: Bind default-file-name-coding-system,
13626         file-name-coding-system and language-info-alist for XEmacs.
13627
13628         * gnus-uu.el (gnus-uu-decode-save): Typo.
13629
13630 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13633
13634 2007-07-14  David Kastrup  <dak@gnu.org>
13635
13636         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13637         finishing actions if we did not edit the article.
13638
13639 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13642         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13643         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13644         (gnus-agent-flush-group, gnus-agent-flush-cache)
13645         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13646         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13647         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13648         (gnus-agent-regenerate-group)
13649         (gnus-agent-update-files-total-fetched-for)
13650         (gnus-agent-update-view-total-fetched-for):
13651         Bind file-name-coding-system to nnmail-pathname-coding-system.
13652         (gnus-agent-group-pathname): Don't encode file names by
13653         nnmail-pathname-coding-system.
13654         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13655         coding-system-for-write instead of buffer-file-coding-system to
13656         gnus-agent-file-coding-system.
13657
13658         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13659         Decode group name.
13660
13661         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13662
13663         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13664         (gnus-read-newsrc-el-file): Make group names unibyte.
13665
13666         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13667         nnmail-pathname-coding-system.
13668
13669         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13670         (nnrss-request-delete-group): Bind file-name-coding-system to
13671         nnmail-pathname-coding-system.
13672         (nnrss-read-server-data, nnrss-read-group-data):
13673         Bind file-name-coding-system correctly.
13674         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13675
13676         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13677         (nntp-server-to-method-cache): New variable.
13678         (nntp-group-pathname): New function that decodes non-ASCII group names.
13679         (nntp-possibly-create-directory, nntp-marks-changed-p)
13680         (nntp-save-marks, nntp-open-marks): Use it.
13681         (nntp-possibly-create-directory, nntp-open-marks):
13682         Bind file-name-coding-system to nnmail-pathname-coding-system.
13683         (nntp-open-marks): Decode group names when bootstrapping marks.
13684
13685         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13686         Newsgroups and Followup-To headers.
13687
13688 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13691         (gnus-server-closed-face, gnus-server-denied-face)
13692         (gnus-server-offline-face): Remove variable.
13693         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13694
13695         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13696         of modifying message-stack directly for XEmacs.
13697
13698         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13699         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13700         if the coding-system argument is nil for XEmacs.
13701
13702         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13703         mm-charset-override-alist.
13704
13705         * rfc2047.el: Don't require base64; require rfc2045 for the function
13706         rfc2045-encode-string.
13707         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13708         to quote the parameter value.
13709
13710 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13713         form in gnus-group-name-charset-method-alist.
13714
13715         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13716         overrides the default layout edit-form.
13717
13718         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13719
13720         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13721
13722 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13725         as unfetched articles.
13726
13727 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13730
13731 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13734         original back end that keeps marks in the local system.
13735
13736 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13739         arg of pop-to-buffer for XEmacs.
13740         (gnus-article-read-summary-keys): Ditto; don't restore window
13741         configuration if summary command ends up with neither article buffer
13742         nor summary buffer; describe bindings if summary keys end with C-h.
13743
13744 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * message.el (message-fix-before-sending): Skip raw message part to be
13747         forwarded while checking illegible text.
13748         (message-forward-make-body-mime, message-forward-make-body):
13749         Mark signed or encrypted raw message as having no illegible text.
13750
13751 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13754         (gnus-message-with-timestamp-1): New macro.
13755         (gnus-message-with-timestamp): New function.
13756         (gnus-message): Use them.
13757
13758         * nnheader.el (nnheader-message): Use them.
13759
13760 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13761
13762         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13763         .newsrc.eld file.
13764
13765 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-agent.el (gnus-agent-fetch-headers)
13768         (gnus-agent-retrieve-headers):
13769         Bind gnus-decode-encoded-address-function to identity.
13770
13771         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13772         available also when the server returns simply a dot.
13773
13774         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13775
13776 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13779
13780 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-ems.el (gnus-x-splash): Make it work.
13783
13784         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13785         from being used.
13786
13787         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13788
13789 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13792         4th and the 5th arguments.
13793
13794         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13795         the front stickiness.
13796         (gnus-article-summary-command-nosave): Correct the order of the
13797         arguments passed to pop-to-buffer.
13798         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13799         summary command ends up with the article buffer.
13800
13801         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13802         the same faces.
13803
13804 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13805
13806         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13807
13808 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13809
13810         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13811         * gnus-sum.el (gnus-summary-highlight):
13812         * pgg.el (pgg-sign-region, pgg-sign):
13813         * mail-source.el (mail-source-delete-old-incoming-confirm):
13814         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13815
13816 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-art.el (gnus-mime-view-part-externally)
13819         (gnus-mime-view-part-internally): Fix predicate function passed to
13820         completing-read.
13821
13822         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13823
13824         * gnus.el (gnus-update-message-archive-method): Add :version.
13825
13826 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus.el (gnus-update-message-archive-method): New variable.
13829
13830         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13831         according to gnus-message-archive-method if
13832         gnus-update-message-archive-method is non-nil.
13833
13834 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13837         Suggested by Loic Dachary <loic@dachary.org>.
13838         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13839
13840 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * message.el (message-pop-to-buffer): Add switch-function argument.
13843         (message-mail): Pass switch-function argument to it.
13844
13845 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13848         Improve doc string.
13849
13850 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13853         (gnus-header-content):
13854         * gnus-cite.el (gnus-cite-10):
13855         * gnus-srvr.el (gnus-server-closed):
13856         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13857         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13858         (gnus-group-mail-3-empty, gnus-group-mail-low)
13859         (gnus-group-mail-low-empty, gnus-splash):
13860         * message.el (message-header-to, message-header-cc)
13861         (message-header-subject, message-header-other, message-header-name)
13862         (message-header-xheader, message-separator, message-cited-text)
13863         (message-mml): Lighten colors of faces used for dark background.
13864
13865 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13866
13867         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13868         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13869
13870 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * message.el (message-narrow-to-headers-or-head):
13873         Ignore mail-header-separator in the body.
13874
13875 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13878         same as window size.
13879
13880 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13881
13882         * message.el (message-font-lock-keywords): Use message-header-xheader
13883         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13884         ahead of the anything pattern, to get it recognized.
13885
13886 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
13889         spam.el loads uses it in the compiled defadvice form.
13890
13891 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13892
13893         * gnus-sum.el (gnus-articles-to-read)
13894         (gnus-summary-insert-old-articles): Don't truncate group name for
13895         `read-string'.
13896
13897         * gnus-util.el (gnus-limit-string): Delete this function.
13898
13899         * gnus-sum.el (gnus-simplify-subject-fully):
13900         Use `truncate-string-to-width' instead.
13901
13902 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13903
13904         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13905         Tell if, on summary exit, the next group has to be selected.
13906         (gnus-summary-exit): Use it.
13907
13908 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * gnus-art.el (gnus-article-mode): Fix comment about displaying
13911         non-break space.
13912
13913 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13916         Check if group is not a directory.
13917         (nnfolder-request-expire-articles): Don't delete articles if the target
13918         group is not available.
13919
13920         * nnml.el (nnml-request-create-group): Properly check if group is not a
13921         file.
13922         (nnml-request-expire-articles): Don't delete articles if the target
13923         group is not available.
13924
13925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13926         Don't quote characters that are within parentheses.
13927
13928 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13931         (gnus-handle-ephemeral-exit): Select article according to it.
13932
13933 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * message.el (message-insert-formated-citation-line): Remove newline.
13936         (message-citation-line-format): Add final \n here so that the user can
13937         avoid a blank line.
13938
13939 2007-05-03  Dan Christensen  <jdc@uwo.ca>
13940
13941         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13942         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13943         Update lanl/arXiv support.
13944
13945 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13946
13947         * gnus.el: Bump version number.
13948
13949 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13950
13951         * gnus.el (gnus-version-number): Bump version.
13952
13953 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13954
13955         * gnus.el: No Gnus v0.6 is released.
13956
13957 2007-04-27  Didier Verna  <didier@xemacs.org>
13958
13959         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13960         * gmm-utils.el (gmm-regexp-concat): ... here.
13961         * message.el: Don't require 'gnus-util.
13962         (message-dont-reply-to-names): Handle name change above.
13963         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13964
13965 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13968         since the initial value varies according to the system.
13969
13970 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-util.el (mm-charset-synonym-alist): Defcustom.
13973
13974 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
13975
13976         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13977
13978 2007-04-24  Didier Verna  <didier@xemacs.org>
13979
13980         Improve the type of gnus-ignored-from-addresses.
13981         * gnus-util.el (gnus-orify-regexp): New function.
13982         * message.el (gnus-util): Require it.
13983         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13984         * gnus-sum.el (gnus-ignored-from-addresses): New function.
13985         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13986
13987 2007-04-24  Didier Verna  <didier@xemacs.org>
13988
13989         * gnus-sum.el:
13990         * gnus-utils.el: Fix some trailing whitespaces.
13991
13992 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13995         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13996         article's Message-ID; refer parent article in summary buffer.
13997
13998         * message.el (message-bounce): Call mime-to-mml.
13999
14000         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14001         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14002         optimize and/or forms properly.
14003
14004 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14007         URL.
14008
14009 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14012
14013 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14016         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14017         displayed of multipart/alternative part if it is invoked from summary
14018         buffer.
14019
14020         * mm-view.el (mm-inline-text-html-render-with-w3m)
14021         (mm-inline-text-html-render-with-w3m-standalone)
14022         (mm-inline-render-with-function): Use mail-parse-charset by default.
14023
14024 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14025
14026         * parse-time.el (parse-time-string-chars): Check if CHAR
14027         is less than the length of parse-time-syntax.
14028
14029 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14032         from gnus-newsgroup-processable.
14033
14034 2007-04-16  Didier Verna  <didier@xemacs.org>
14035
14036         * gnus-msg.el (gnus-configure-posting-styles):
14037         Handle message-signature-directory properly with :file syntax.
14038         Reported by "Leo".
14039
14040 2007-04-11  Didier Verna  <didier@xemacs.org>
14041
14042         New user option: message-signature-directory.
14043         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14044         * message.el (message-insert-signature): Ditto.
14045         * message.el (message-signature-file): Doc update.
14046         * message.el (message-signature-directory): New.
14047
14048 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-msg.el (gnus-inews-yank-articles):
14051         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14052
14053 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * message.el (message-yank-original): Make sure cited text ends with
14056         newline; don't exchange point and mark.
14057
14058 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14059
14060         * tls.el (open-tls-stream): Properly handle case where there
14061         is no associated buffer.
14062
14063 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14064
14065         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14066         message-yank-original, make sure (< mark TEXT point).
14067
14068 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * message.el (message-fill-column): New variable.
14071         (message-mode): Use it.  Add comment on a possible new hook.
14072
14073         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14074         (nnmail-get-new-mail): Reformat.
14075
14076         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14077
14078         * gmm-utils.el: Fix Commentary.
14079         (gmm-tool-bar-from-list): Fix typo in doc string.
14080
14081 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14082
14083         * message.el (message-yank-original): Don't switch point and mark
14084         unnecessarily to put point and mark as documented.
14085
14086 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14087
14088         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14089         from the message heads.
14090
14091 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14092
14093         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14094         article buffer does not have a window.  This may not be the best
14095         solution but is certainly better than setting the start of the null,
14096         that is the current, window.
14097
14098 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14099
14100         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14101         (gnus-draft-setup): Run it.
14102
14103         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14104         gnus-score-fast-scoring.  Allow regexp.
14105         (gnus-score-headers): Use it.
14106
14107         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14108         XEmacs.
14109
14110         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14111         string.
14112         (gnus-button-alist): Also catch `<f1> k ...'.
14113         (gnus-treat-display-x-face): Fix doc string.
14114
14115 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14116
14117         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14118         evaluation of gnus-extended-version to ensure correct generation of the
14119         User-Agent header when message-generate-headers-first is used.
14120
14121 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14122
14123         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14124         hashcash-path is nil.  Don't call callback with incorrect number of
14125         parameters if val is 0.
14126
14127 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14128
14129         * message.el (message-required-news-headers):
14130         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14131
14132 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14133
14134         * tls.el (open-tls-stream): In handshake-waiting loop,
14135         don't wait more if there is output available to process.
14136
14137 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14138
14139         * tls.el (tls-program): Doc fix.
14140
14141 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * message.el (message-generate-new-buffers): Change the meaning of the
14144         nil value; add `standard' to the choices; treat t as `unique'; improve
14145         doc string.
14146         (gnus-select-frame-set-input-focus): Autoload.
14147         (message-buffer-name): Search for the existing message buffer if
14148         message-generate-new-buffers is nil or `standard'; treat the value t of
14149         message-generate-new-buffers as `unique'.
14150         (message-pop-to-buffer): Raise the frame already displaying the message
14151         buffer; clear the echo area after querying.
14152         (message-setup): Pass the `continue' argument to compose-mail.
14153         (message-mail): Prefer `switch-function' if it is given; search for the
14154         existing message buffer if the `continue' argument is non-nil; pass
14155         continue and switch-function arguments to compose-mail by way of
14156         message-setup.
14157         (message-mail-other-window): Adjust argument of message-setup.
14158         (message-mail-other-frame): Ditto.
14159
14160 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14163         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14164         to turn font-lock on when turning gnus-message-citation-mode on.
14165
14166 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14167
14168         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14169         (mml-smime-function-alist): New variable; add epg as the backend.
14170         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14171         mml-smime- functions instead.
14172         * mm-view.el: Require smime.
14173
14174 2007-03-05  Didier Verna  <didier@xemacs.org>
14175
14176         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14177         instead of just inheritance for posting styles.
14178         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14179
14180 2007-02-24  Chris Moore  <dooglus@gmail.com>
14181
14182         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14183         * pgg-pgp.el (pgg-pgp-encrypt-region):
14184         * pgg-gpg.el (pgg-gpg-encrypt-region):
14185         Check pgg-encrypt-for-me if no other recipients.
14186
14187 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14188
14189         * tls.el (tls-certtool-program): Fix custom type.
14190
14191 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14194         and point-at-eol instead of line-(beginning|end)-position.
14195
14196         * assistant.el (assistant-parse-buffer): Ditto.
14197
14198         * netrc.el (netrc-parse-services): Ditto.
14199
14200 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14201
14202         * mml2015.el (mml2015-epg-find-usable-key): New function.
14203         (mml2015-epg-sign): Use it.
14204         (mml2015-epg-encrypt): Use it.
14205
14206 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * message.el (message-make-in-reply-to): Quote name containing
14209         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14210         if there are special characters.  Reported by NAKAJI Hiroyuki
14211         <nakaji@jp.freebsd.org>.
14212
14213 2007-02-27  Didier Verna  <didier@xemacs.org>
14214
14215         Include the group parameters as well as the topic ones in the
14216         inheritance filter process.
14217         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14218         argument GROUP-PARAMS-LIST.
14219         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14220
14221 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * nntp.el (nntp-never-echoes-commands)
14224         (nntp-open-connection-functions-never-echo-commands): New variables.
14225         (nntp-send-command): Use them.
14226
14227 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14228
14229         * mml2015.el (mml2015-epg-verify): Simplify.
14230
14231 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * mml.el (mml-content-disposition-alist): New user option.
14234         (mml-content-disposition): New function.
14235         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14236         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14237
14238 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14239
14240         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14241         verification.
14242
14243 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14244
14245         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14246         articles posted in the last 24 hours.
14247
14248 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14249
14250         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14251
14252 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14253
14254         * nntp.el (nntp-send-command): Don't wait for echoes when
14255         nntp-open-ssl-stream is used.
14256
14257 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14260         (gnus-message-add-citation-keywords)
14261         (gnus-message-remove-citation-keywords): Remove.
14262         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14263         directly, make the variables in font-lock-defaults buffer-local, add
14264         gnus-message-citation-keywords to them and then update the value of
14265         font-lock-keywords.
14266
14267 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * message.el (message-cite-original-1): Don't call
14270         gnus-article-highlight-citation.
14271
14272         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14273         citations; fix line count.
14274
14275 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14278         (gnus-message-add-citation-keywords)
14279         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14280         versions of font-lock-add-keywords and font-lock-remove-keywords to
14281         work with XEmacs correctly.
14282
14283 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-cite.el (gnus-cite-face-list): Set the values of
14286         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14287         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14288         (gnus-message-cite-prefix-regexp): New variable.
14289         (gnus-message-search-citation-line): Use it; protect against long
14290         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14291         the 0th match data for Emacs.
14292         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14293         (gnus-message-add-citation-keywords): Append keywords rather than
14294         prepending; emulate font-lock-add-keywords if it is not available.
14295         (gnus-message-remove-citation-keywords):
14296         Emulate font-lock-remove-keywords if it is not available.
14297
14298         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14299
14300         * message.el (message-cite-prefix-regexp): Set the value of
14301         gnus-message-cite-prefix-regexp.
14302
14303 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14304
14305         * nnweb.el (nnweb-google-parse-1): Update parser.
14306
14307 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14308
14309         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14310
14311 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14312
14313         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14314         regexp.
14315
14316 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14319         string-to-multibyte.
14320         (uudecode-decode-region-internal): Use it.
14321
14322         * lpath.el: Fbind string-as-multibyte for XEmacs.
14323
14324 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14327         Fix custom choice.
14328
14329         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14330
14331 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14332
14333         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14334
14335         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14336         `write-region' to respect `mm-inhibit-file-name-handlers'.
14337
14338 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14341         Use gnus-home-directory instead of "~/" or "$HOME".
14342
14343 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14344
14345         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14346         to mention filename.
14347         Add comments at beginning regarding usage.
14348         (encrypt-write-file-contents): Change interactive so a string is
14349         acceptable.  If the file has no associated model, show an error instead
14350         of a nonsense prompt.
14351
14352 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14353
14354         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14355         Thanks to Yoshihiko Yamada for kind notification of this typo.
14356
14357 2007-01-12  Kenichi Handa  <handa@m17n.org>
14358
14359         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14360         multibyte buffer.
14361
14362 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus-score.el (gnus-score-fast-scoring): New variable.
14365         (gnus-score-headers): Use it.
14366
14367         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14368
14369         * message.el (message-cite-original-1):
14370         Call gnus-article-highlight-citation if requested.
14371         (message-make-from): Allow name and address as optional arguments.
14372
14373         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14374
14375         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14376         bugs to doc string.
14377         (gnus-button-alist): Add mid\\|message-id.
14378         (gnus-button-fetch-group): Extend for use in
14379         `browse-url-browser-function'.
14380         (gnus-button-url-regexp): Try to catch paired parentheses like in
14381         Wikipedia URLs.
14382
14383         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14384         Suggested by Simon Krahnke <overlord@gmx.li>.
14385
14386 2007-01-13  Romain Francoise  <romain@orebokech.com>
14387
14388         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14389         Update copyright.
14390
14391 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14392
14393         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14394
14395 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14396
14397         * gnus-registry.el (gnus-registry-unfollowed-groups)
14398         (gnus-registry-split-fancy-with-parent): Fix documentation.
14399
14400 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14401
14402         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14403         from nnweb groups.
14404
14405 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14408         Xref urls.  Erase buffer before requesting head.
14409
14410         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14411
14412 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14415         customizable.
14416
14417 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14418
14419         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14420         no signing key is found.
14421         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14422         no encrypting and/or signing key is found.
14423
14424 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14427
14428 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14429
14430         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14431         headers read from disk with the ones newly found in the current search.
14432         This should no longer cause problems, because the article numbers in
14433         Gmane's `nov.php' output are ignored since the previous change.
14434
14435 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14436
14437         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14438
14439 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14442         replace-regexp-in-string; bind url-version; fbind display-images-p and
14443         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14444         find-face and set-itimer-function for Emacs; bind itimer-list for
14445         Emacs.
14446
14447         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14448
14449 2007-01-01  Romain Francoise  <romain@orebokech.com>
14450
14451         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14452
14453 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14454
14455         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14456         `define-minor-mode' macro definition expanded properly.
14457         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14458         exclude it there.
14459
14460         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14461         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14462         `fboundp' test.
14463         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14464         This is OK to autoload in (S)XEmacs now.
14465
14466 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14469         keystroke.
14470         (gnus-summary-limit-to-singletons): Fix typo.
14471
14472         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14473         else fails.
14474
14475 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14476
14477         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14478         docstring.
14479
14480         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14481         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14482         (gnus-summary-insert-dormant-articles): Fix typo in message.
14483
14484 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14487         nil for XEmacs.
14488         (gnus-message-citation-mode): Don't autoload in XEmacs.
14489
14490         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14491
14492 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14493
14494         * nnimap.el (nnimap-expunge-search-string):
14495         Mention nnimap-search-uids-not-since-is-evil in docstring.
14496
14497 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * spam.el: Revert to make-obsolete-variable because
14500         define-obsolete-variable-alias is not supported in Emacs 21.
14501
14502         * spam.el (spam-ifile-path, spam-ifile-database-path)
14503         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14504         make-obsolete-variable.
14505         (spam-bsfilter-path, spam-bsfilter-program)
14506         (spam-spamassassin-path, spam-spamassassin-program)
14507         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14508         Don't use "path" inappropriately.
14509         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14510         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14511         variable names.
14512
14513 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14514
14515         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14516         summary buffer.
14517
14518         * password.el (password-cache-remove): Use clear-string to burn
14519         password, if available.
14520
14521 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14524
14525         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14526
14527         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14528         (gnus-message-highlight-citation): Move defcustom here from
14529         gnus-cite.el.
14530         (gnus-message-citation-mode): Autoload.
14531
14532         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14533         checks to make it compile with XEmacs.
14534         (gnus-message-citation-mode): New minor mode.
14535         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14536         (gnus-message-highlight-citation): New variables.
14537         (gnus-message-search-citation-line)
14538         (gnus-message-add-citation-keywords)
14539         (gnus-message-remove-citation-keywords)
14540         (turn-on-gnus-message-citation-mode)
14541         (turn-off-gnus-message-citation-mode): New functions.
14542
14543 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14544
14545         * gnus-cite.el: Enable highlighting of different citation levels in
14546         message-mode.
14547
14548 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * message.el (message-make-fqdn): Fix comment.
14551         (message-bogus-system-names): Add ".local".
14552
14553         * spam.el (spam-ifile-path, spam-ifile-program)
14554         (spam-ifile-database-path, spam-ifile-database)
14555         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14556         Don't use "path" inappropriately.
14557         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14558         strings.
14559         (spam-check-ifile, spam-ifile-register-with-ifile)
14560         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14561         Use new variable names.
14562
14563         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14564         (gnus-treat-display-smileys): Simplify using
14565         gnus-image-type-available-p.
14566
14567         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14568         available.
14569
14570         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14571         Use `display-images-p' if available.
14572
14573 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14576         one after turning on the buffer's multibyteness instead of decoding
14577         them directly in the unibyte buffer that causes unexpected conversion
14578         in Emacs 23 (unicode).
14579
14580 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14581
14582         * message.el (message-generate-hashcash): Fix custom type.
14583
14584 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14587
14588 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14591         disconnect icons.  Add help text.
14592
14593 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14596         negated to be consistent with the others we handle.
14597
14598 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14599
14600         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14601         version of gnus-summary-buffer to something, so that we can use two
14602         article buffers at the same time.
14603
14604 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14605
14606         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14607         trigger all the extra headers.
14608         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14609         sorting.
14610
14611 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14612
14613         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14614         solid groups.
14615
14616 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14617
14618         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14619
14620 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * legacy-gnus-agent.el: Add Copyright notice.
14623
14624 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14625
14626         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14627
14628 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14629
14630         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14631
14632         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14633         to make it work reliably in CVS Emacs.
14634         (gnus-summary-limit-strange-charsets-predicate)
14635         (gnus-summary-limit-to-predicate): New functions.
14636
14637 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14638
14639         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14640         specifying array size.
14641         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14642         array if it is too small.
14643         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14644         (gnus-sort-threads-loop): New function.
14645
14646 2006-12-06  Chris Moore  <dooglus@gmail.com>
14647
14648         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14649         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14650
14651 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14652
14653         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14654         options.
14655
14656 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657
14658         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14659         DOS-ing the recipient.
14660
14661         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14662         the headers when creating the mapping to avoid mismappings.
14663         (nnweb-gmane-create-mapping): Always nix out old mapping.
14664
14665 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14668         and mm-verify-option to never.
14669
14670 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * message.el (message-signed-or-encrypted-p): New function.
14673         (message-forward-make-body): Use it.
14674
14675         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14676         Replace encode-coding-string with mm-encode-coding-string.
14677
14678 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * nneething.el (nneething-decode-file-name):
14681         Replace decode-coding-string with mm-decode-coding-string.
14682
14683         * gnus-int.el (gnus-open-server): Say failed server's name.
14684
14685 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14686
14687         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14688         strings to a single string.  Quote `errors-file-name'.
14689         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14690         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14691         Adjust calls.  Use `shell-quote-argument'.
14692
14693 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14694
14695         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14696         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14697
14698         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14699         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14700         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14701         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14702         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14703         (gnus-subscribe-newsgroup, gnus-1):
14704         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14705         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14706         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14707         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14708
14709 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14710
14711         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14712         keystroke.
14713         (gnus-summary-limit-to-bodies): Implement headersp.
14714
14715 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14716
14717         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14718
14719 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14722
14723 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * message.el (message-generate-hashcash): Expand range of values to
14726         include `opportunistic'.
14727         (message-send-mail): Use it.
14728
14729 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14730
14731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14732         and comment it.
14733
14734         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14735
14736 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * gnus-util.el (gnus-extract-address-components): Improve comment.
14739
14740 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-util.el (gnus-extract-address-components): Work with address in
14743         which the name portion contains @.
14744
14745         * lpath.el: Fbind custom-autoload.
14746
14747 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * gnus.el (gnus-start): Move custom group up.
14750         (gnus-select-method): Don't autoload, but make it available for
14751         `customize-variable'.
14752         (gnus-getenv-nntpserver): Don't autoload.
14753
14754 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14757
14758 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * message.el (message-sendmail-extra-arguments): New variable.
14761         (message-send-mail-with-sendmail): Use it.
14762
14763 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14766         mm-with-unibyte-current-buffer to make string unibyte.
14767
14768         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14769         mm-string-as-multibyte.
14770
14771 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14772
14773         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14774         Reported by Werner Koch <wk@gnupg.org>.
14775
14776 2006-11-14  Daiki Ueno  <ueno@p360>
14777
14778         * mml2015.el: Autoload epa-select-keys when compiling.
14779
14780 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14781
14782         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14783         message-options.
14784         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14785
14786 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14787
14788         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14789         EasyPG (< 0.0.6).
14790         (mml2015-always-trust): New user option.
14791         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14792         prompt.
14793
14794 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * nntp.el (nntp-authinfo-force): New variable.
14797         (nntp-send-authinfo): Use it.
14798
14799 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14802         decode encoded words.  Improve prompt.  Add comment about forwarding.
14803         (message-replacement-char): Move up.
14804
14805 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14806
14807         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14808         instead of gnus-intersection because arguments of gnus-sorted-nunion
14809         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14810
14811 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14812
14813         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14814         (message-simplify-subject-functions):
14815         Enable message-strip-subject-encoded-words by default.
14816
14817 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * message.el (message-strip-subject-encoded-words): New function.
14820         (message-simplify-subject-functions): New variable.
14821         (message-simplify-subject): Use it.  Fix typo in doc string.
14822         Support message-strip-subject-encoded-words.
14823
14824 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14825
14826         * gnus-diary.el (gnus-diary-delay-format-function):
14827         * nndiary.el (nndiary-reminders):
14828         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14829
14830 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-art.el (article-hide-boring-headers): Fetch date from
14833         gnus-original-article-buffer to avoid problems with localized date
14834         strings.
14835
14836 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14839
14840 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14843         New variables.
14844         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14845         (mm-charset-synonym-alist): Move some entries to
14846         mm-codepage-iso-8859-list.
14847         (mm-charset-synonym-alist, mm-charset-override-alist):
14848         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14849
14850 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14853
14854 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14857         with Emacs 21 and XEmacs.
14858
14859 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14860
14861         * spam.el (spam-parse-address): New function for better parsing,
14862         catching errors, etc.
14863         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14864
14865 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14866
14867         * mm-view.el: Add interactive arg to html2text autoload.
14868
14869 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14872
14873 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14874
14875         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14876         New variables.
14877         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14878         (mm-charset-synonym-alist): Move some entries to
14879         mm-codepage-iso-8859-list.
14880
14881         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14882
14883 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * message.el (message-citation-line-format)
14886         (message-insert-formated-citation-line): Fix implementation of %E, %N
14887         and %n according to the doc string.
14888
14889 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14892         Use car-safe to avoid bad parses.
14893
14894 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14897         names.
14898
14899         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14900
14901 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14904         header.
14905
14906         * message.el (message-draft-headers): Add Date.
14907         (message-headers-to-generate): Fix typo in docstring.
14908
14909         * nndraft.el (nndraft-required-headers): New variable.
14910         (nndraft-generate-headers): Use it.
14911
14912         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14913
14914 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * gnus-registry.el (gnus-registry-wash-for-keywords)
14917         (gnus-registry-find-keywords): New functions to allow easy searching of
14918         articles that are in the registry.
14919
14920 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14923         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14924         Reported by Damien Elmes <damien@repose.cx>.
14925
14926 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14927
14928         * gnus.el (gnus-mime): Remove unused custom group.
14929
14930 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14931
14932         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14933         "blank line" when searching for end of armor headers.
14934
14935 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gmm-utils.el (gmm-write-region): Fix variable name.
14938
14939 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * gmm-utils.el (gmm-write-region): New function based on compatibility
14942         code from `mm-make-temp-file'.
14943
14944         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14945
14946         * nnmaildir.el (nnmaildir--update-nov)
14947         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14948         Use `gmm-write-region'.
14949
14950 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14953         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14954
14955         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14956
14957         * message.el (message-replacement-char): New variable.
14958         (message-fix-before-sending): Use it.
14959         (message-simplify-subject): New function to remove duplicate code.
14960         (message-reply, message-followup): Use it.
14961
14962         * gnus-sum.el (gnus-summary-make-menu-bar):
14963         Clarify gnus-summary-limit-to-articles.
14964
14965 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-util.el (gnus-with-local-quit): New macro.
14968
14969         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14970
14971 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
14972
14973         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14974         ignore non-string data.
14975
14976 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14979         non-string data (needs to be done in the registry too).
14980
14981 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14984         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14985         (gnus-registry-split-fancy-with-parent)
14986         (gnus-registry-fetch-simplified-message-subject-fast)
14987         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14988         Remove text properties on ingress into the registry and when it's saved.
14989         (gnus-registry-clean-empty-function): Fix bug with cleaning the
14990         registry from entries with no groups.
14991
14992 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14993
14994         * gnus-util.el (gnus-string-remove-all-properties): Add utility
14995         function to remove string properties.
14996
14997 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * gmm-utils.el (gmm): Adjust custom version.
15000
15001         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15002         Adjust custom version.
15003
15004         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15005
15006 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * gnus-art.el (gnus-insert-prev-page-button)
15009         (gnus-insert-next-page-button): Simplify.  Reformat.
15010
15011 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15012
15013         * gnus-art.el (gnus-insert-prev-page-button)
15014         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15015
15016 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15017
15018         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15019
15020 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15021
15022         * gnus-art.el (gnus-insert-mime-button)
15023         (gnus-insert-mime-security-button):
15024         Apply gnus-article-button-face to MIME and security buttons.
15025
15026 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15029         readable.
15030
15031 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15034
15035 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15036
15037         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15038         `browse-url-of-file' instead of `browse-url'.
15039
15040 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15041
15042         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15043         regexp.  Articles containing quotation were cut prematurely.
15044
15045 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * message.el (message-cite-original-1): Use nobody by default for the
15048         value of From header.
15049         (message-reply): Ditto.
15050
15051 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15052
15053         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15054         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15055         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15056
15057 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15058
15059         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15060         mails in the doc string.  Add some URLs in comment.
15061         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15062
15063 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15066         backslashes handling and the way to find boundaries of quoted strings.
15067
15068 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15069
15070         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15071         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15072         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15073         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15074
15075 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15078         doc string.
15079         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15080
15081 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * lpath.el: Fbind epg-check-configuration.
15084
15085 2006-09-06  Simon Josefsson  <jas@extundo.com>
15086
15087         * mml2015.el (mml2015-use): Doc fix, mention epg.
15088
15089 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15090
15091         * mml2015.el (mml2015-use): Default to epg, if available.
15092
15093 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15094
15095         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15096         message-sender.
15097         (mml1991-epg-encrypt): Ditto.
15098         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15099         message-sender.
15100         (mml2015-epg-encrypt): Ditto.
15101
15102 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15103
15104         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15105         several common directories.
15106
15107 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15108
15109         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15110         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15111
15112 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-art.el (article-decode-encoded-words): Make it fast.
15115
15116 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15119
15120         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15121         in quoted string into `\'.
15122
15123 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15126         Use standard-syntax-table.
15127
15128 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-art.el (gnus-decode-address-function): New variable.
15131         (article-decode-encoded-words): Use it to decode headers which are
15132         assumed to contain addresses.
15133         (gnus-mime-delete-part): Remove useless `or'.
15134
15135         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15136         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15137         (gnus-nov-parse-line): Use it to decode From header.
15138         (gnus-get-newsgroup-headers): Ditto.
15139         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15140
15141         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15142         (mail-decode-encoded-address-string): New alias.
15143
15144         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15145         New function.
15146         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15147         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15148         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15149         (rfc2047-decode-string): Ditto.
15150         (rfc2047-decode-address-region): New function.
15151         (rfc2047-decode-address-string): New function.
15152
15153 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * message.el (message-caesar-buffer-body): Allow rotating headers.
15156
15157         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15158
15159         * message.el (message-insert-formated-citation-line): Fix %f.
15160         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15161
15162 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15165         (gnus-bookmark-mouse-available-p): New macro.
15166         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15167         (gnus-bookmark-bmenu-show-infos): Use it.
15168         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15169         (gnus-bookmark-bmenu-hide-infos): Ditto.
15170         (gnus-bookmark-remove-properties): New function.
15171         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15172         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15173         (gnus-bookmark-write-file): Bind coding-system-for-write.
15174         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15175         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15176         group before selecting it.
15177         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15178         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15179         quit-window if it is not available; use gnus-mouse-2 and bind it to
15180         gnus-bookmark-bmenu-select-by-mouse.
15181         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15182         (gnus-bookmark-bmenu-select-by-mouse): New function.
15183
15184 2006-08-13  Romain Francoise  <romain@orebokech.com>
15185
15186         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15187         space.
15188
15189 2006-08-10  Romain Francoise  <romain@orebokech.com>
15190
15191         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15192         (dns-mode-soa-auto-increment-serial): New user option.
15193         (dns-mode-soa-maybe-increment-serial): New function.
15194         (dns-mode): Add the latter to `write-contents-functions'.
15195
15196 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * compface.el (uncompface): Use binary rather than raw-text-unix.
15199
15200 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * compface.el (uncompface): Make sure the eol conversion doesn't take
15203         place when communicating with the external programs.
15204         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15205
15206 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15209
15210 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15211
15212         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15213         Make it more robust by parsing author and date independently.
15214
15215 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15218
15219 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15220
15221         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15222         first matching secret key.
15223         (mml2015-epg-encrypt): Ditto.
15224
15225         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15226         first matching secret key.
15227         (mml1991-epg-encrypt): Ditto.
15228
15229         * mml2015.el (mml2015-encrypt-to-self): New user option.
15230         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15231         mml2015-epg-encrypt-to-self is set.
15232
15233         * mml1991.el (mml1991-encrypt-to-self): New variable.
15234         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15235         mml1991-epg-encrypt-to-self is set.
15236
15237         * mml2015.el (mml2015-signers): New user option.
15238         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15239         (mml2015-epg-encrypt): Allow to select signing keys.
15240
15241         * mml1991.el (mml1991-signers): New variable.
15242         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15243         (mml1991-epg-encrypt): Allow to select signing keys.
15244
15245 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * nnheader.el (nnheader-insert-head): Make it work even if the file
15248         uses CRLF for the line-break code.
15249
15250 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15251
15252         * mml2015.el: Require mml-sec instead of password.
15253         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15254         (mml2015-cache-passphrase): Inherit the default value from
15255         mml-secure-cache-passphrase.
15256         (mml2015-passphrase-cache-expiry): Inherit the default value from
15257         mml-secure-passphrase-cache-expiry.
15258
15259         * mml1991.el: Require mml-sec instead of password.
15260         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15261         (mml1991-cache-passphrase): Inherit the default value from
15262         mml-secure-cache-passphrase.
15263         (mml1991-passphrase-cache-expiry): Inherit the default value from
15264         mml-secure-passphrase-cache-expiry.
15265
15266         * mml-sec.el: Require password.
15267         (mml-secure-verbose): New user option.
15268         (mml-secure-cache-passphrase): New user option.
15269         (mml-secure-passphrase-cache-expiry): New user option.
15270
15271 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15272             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15273
15274         * pgg-def.el (pgg-truncate-key-identifier):
15275         Truncate the key ID to 8 letters from the end.
15276
15277 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15278
15279         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15280         workaround for the url package included with Emacs.
15281
15282         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15283
15284 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15287         correctly.  This fixes a bug caused by the 2006-05-12 change.
15288
15289 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15290
15291         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15292         some information about the error when saying that the `bogus' mail
15293         group will be used.
15294
15295 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15298         string.
15299
15300 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15301
15302         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15303
15304 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15305
15306         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15307
15308 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15309
15310         * mml1991.el (mml1991-function-alist): Add epg.
15311         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15312         (mml1991-epg-encrypt): New functions.
15313
15314 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15315
15316         * mml2015.el (mml2015-verbose): New variable.
15317         (mml2015-cache-passphrase): Ditto.
15318         (mml2015-passphrase-cache-expiry): Ditto.
15319         (mml2015-function-alist): Add epg.
15320         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15321         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15322         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15323         New functions.
15324
15325 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15326
15327         * message.el (message-cite-original-1): Preserve region when removing
15328         quoted text due to X-No-Archive in order to avoid bogus attribution
15329         when citing multiple messages.
15330
15331 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15332
15333         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15334         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15335
15336 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-diary.el (gnus-user-format-function-d)
15339         (gnus-user-format-function-D): Autoload.
15340
15341         * imap.el (Commentary): Fix typo.
15342
15343         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15344         2006-04-22 contribution.
15345
15346 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15347
15348         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15349         It didn't really fix the bogosity I'm seeing with solid web groups.
15350
15351 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15352
15353         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15354         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15355         created using server names.  If we use the feature without declaring
15356         it, Gnus does not properly manage server and group state.
15357
15358         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15359         bound.
15360
15361 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15362
15363         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15364         looking up the method using GROUP's prefix before inventing a new one.
15365         It is used on killed/unknown groups in various places where returning
15366         an all-new method isn't expected by the caller.
15367
15368         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15369         and match semantics of gnus-group-real-prefix.
15370
15371 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * nnmail.el (nnmail-broken-references-mailers): New variable.
15374         (nnmail-ignore-broken-references): New function generalizing
15375         nnmail-fix-eudora-headers.
15376         (nnmail-fix-eudora-headers): Now obsolete.
15377
15378         * gnus-art.el (gnus-button-handle-custom):
15379         Support `customize-apropos*'.
15380
15381 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15384
15385         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15386         articles.
15387
15388 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * message.el (message-cite-reply-above): New variable.
15391         (message-yank-original): Use it.
15392
15393 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15396
15397 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15400         as read.
15401
15402         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15403
15404 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15407         (gnus-bookmark-default-file): Use gnus-directory.
15408         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15409         Remove "*" in doc string.
15410         (gnus-bookmark-write-file): Simplify.
15411         (gnus-bookmark-maybe-sort-alist): Use `when'.
15412         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15413         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15414         Add FIXME about Emacs 21 and XEmacs compatibility.
15415         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15416         compatibility.
15417         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15418         compatibility.
15419         (gnus-bookmark-menu-heading): Fix version.
15420
15421 2006-06-19  Bastien Guerry  <bzg@altern.org>
15422
15423         * gnus-bookmark.el: New file.
15424
15425 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * message.el (message-syntax-checks): Doc fix.
15428
15429 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15430
15431         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15432         unsubscribed groups as if they were killed ones.  It causes duplicate
15433         entries in gnus-newsrc-alist.
15434
15435 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * message.el (message-syntax-checks): Doc fix.
15438         (message-send-mail): Add check for continuation headers.
15439         (message-check-news-header-syntax): Fix regexp used to check for
15440         continuation headers.
15441
15442 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15445
15446 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15449
15450 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15453         default-truncate-lines.
15454
15455 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15458         to fill the utf-8 entry.
15459
15460         * lpath.el: Fbind unicode-precedence-list.
15461
15462 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15463
15464         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15465
15466 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15467
15468         * gnus-agent.el (directory-files-and-attributes): Move all the way
15469         forward (the third and final move).
15470         (gnus-agent-read-agentview): Trap reconstruction errors due to
15471         nonexistent directory.  Handle by returning nil.
15472
15473 2006-05-30  Didier Verna  <didier@xemacs.org>
15474
15475         * message.el (message-dont-reply-to-names): Update the custom type.
15476         * message.el (message-dont-reply-to-names): New defsubst: potentially
15477         convert a list of regexps into a single one.
15478         * message.el (message-get-reply-headers): Use it.
15479         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15480
15481 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15482
15483         * gnus-agent.el (directory-files-and-attributes): Move forward.
15484
15485 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gnus-ml.el (gnus-mailing-list-subscribe)
15488         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15489         (gnus-mailing-list-message): Fix doc strings.
15490
15491 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15492
15493         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15494         of doing it manually.
15495
15496 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15499         comment.
15500
15501 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15502
15503         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15504         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15505         (gnus-agent-read-local): All symbols allocated in my-obarray.
15506         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15507         (gnus-agent-regenerate-group): Check numeric names to see if they are
15508         messages or groups.
15509         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15510         better way of do this...)
15511
15512         * gnus-cache.el (gnus-agent-total-fetched-for):
15513         Ignore 'dummy.group' (there should be a better way of do this...)
15514
15515 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15518         (gnus-saved-headers): Ditto.
15519         (gnus-default-article-saver): Mention functions may have properties.
15520         (gnus-article-save): Override gnus-save-all-headers and
15521         gnus-saved-headers by :headers property which saver function may have.
15522         (gnus-summary-save-in-file): Add :headers property.
15523         (gnus-summary-write-to-file): Ditto.
15524
15525         * gnus-sum.el (gnus-summary-save-article): Bind
15526         gnus-prompt-before-saving to t when saving many articles in a file;
15527         always show all headers.
15528
15529         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15530
15531 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15534         marks.
15535
15536         * message.el (message-indent-citation): Add optional arguments to allow
15537         using it outside of message buffers.
15538
15539         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15540         (gnus-article-treat-unfold-headers): Use it.
15541         (gnus-article-truncate-lines): New variable.
15542         (gnus-article-mode): Use it.
15543         (gnus-article-toggle-truncate-lines): New function.
15544
15545         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15546         Add gnus-article-toggle-truncate-lines.
15547
15548         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15549         coding system in XEmacs, use binary.
15550
15551 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15554         after-load-alist.
15555
15556         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15557         this function should save decoded articles.
15558         (gnus-summary-write-to-file): Use property to specify this function
15559         should save decoded articles and specify gnus-summary-save-in-file
15560         should be used to save articles other than the first one when saving
15561         many articles.
15562         (gnus-summary-save-body-in-file): Use property to specify this
15563         function should save decoded articles.
15564         (gnus-summary-write-body-to-file): Use property to specify this
15565         function should save decoded articles and specify
15566         gnus-summary-save-body-in-file should be used to save articles other
15567         than the first one when saving many articles.
15568
15569         * gnus-sum.el (gnus-summary-save-article): Simplify.
15570
15571 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-art.el (gnus-default-article-saver):
15574         Add gnus-summary-write-body-to-file.
15575         (gnus-article-save-coding-system): Don't use coding system object
15576         in XEmacs.
15577         (gnus-read-save-file-name): Add optional `dir-var' argument which
15578         specifies directory in which files are saved; work even if optional
15579         `variable' argument is not specified.
15580         (gnus-summary-write-to-file): Read file name.
15581         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15582         (gnus-summary-write-body-to-file): New function.
15583
15584         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15585         (gnus-summary-local-variables): Add it.
15586         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15587         (gnus-summary-save-article): Remove optional `decode' argument;
15588         determine whether to decode articles by the value of
15589         gnus-default-article-saver; when saving many files using
15590         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15591         it first and use gnus-summary-save-in-file or
15592         gnus-summary-save-body-in-file thereafter unless
15593         gnus-prompt-before-saving is always; move point to article which
15594         will be saved.
15595         (gnus-summary-save-article-file): Revert.
15596         (gnus-summary-write-article-file): Revert.
15597         (gnus-summary-save-article-body-file): Revert.
15598         (gnus-summary-write-article-body-file): New function.
15599
15600 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (gnus-default-article-saver): Doc fix.
15603         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15604         from gnus-summary-save-article-coding-system, and default to a
15605         certain coding system.
15606         (gnus-output-to-file): Add coding cookie and encode text according
15607         to gnus-article-save-coding-system; don't use mm-append-to-file.
15608
15609         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15610         gnus-art.el and rename to gnus-article-save-coding-system.
15611         (gnus-summary-save-article): Require gnus-art; don't show all
15612         headers if it decodes articles; don't add coding cookie here;
15613         don't bind mm-text-coding-system-for-write.
15614         (gnus-summary-save-article-file): Save decoded articles.
15615         (gnus-summary-write-article-file): When saving many files, use
15616         gnus-summary-write-to-file first and gnus-summary-save-in-file
15617         thereafter unless gnus-prompt-before-saving is always.
15618         (gnus-summary-save-article-body-file): Save decoded articles.
15619
15620         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15621
15622 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * nnrss.el (nnrss-check-group): Bind hash-index.
15625
15626 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15627
15628         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15629         its hash index.  Store this hash in `nnrss-group-data'.
15630         (nnrss-read-group-data): Update accordingly.
15631
15632 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15635         entry.
15636
15637         * gnus-sum.el (gnus-summary-make-menu-bar):
15638         Add gnus-article-browse-html-article.
15639
15640 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15641
15642         * gnus-sum.el (gnus-summary-mime-map):
15643         Add gnus-article-browse-html-article.
15644
15645         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15646
15647 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15650         suitable coding systems in customize.
15651
15652 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * mail-source.el (mail-sources): Fix custom type.
15655
15656 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15657
15658         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15659         (gnus-summary-expire-articles-now): Shorten prompt.
15660
15661         * gmm-utils.el (wid-edit): Require.
15662         (defun-gmm): Rename from `gmm-defun-compat'.
15663         (gmm-image-search-load-path): Use it.
15664         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15665
15666 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-sum.el (gnus-summary-save-article-coding-system):
15669         New variable.
15670         (gnus-summary-save-article): Add optional `decode' argument.
15671         If it is set and gnus-summary-save-article-coding-system is non-nil,
15672         save decoded article.
15673         (gnus-summary-write-article-file): Save decoded article if
15674         gnus-summary-save-article-coding-system is non-nil.
15675
15676         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15677         type.
15678
15679 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15682
15683 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15684
15685         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15686         first to test gnus-single-article-buffer which may be buffer-local.
15687
15688         * gnus-sum.el (gnus-summary-setup-buffer):
15689         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15690         group; make gnus-article-buffer, gnus-article-current, and
15691         gnus-original-article-buffer always buffer-local.
15692         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15693         group.
15694         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15695
15696 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * nnml.el (nnml-request-compact-group): Compressed files might not
15699         have .gz extension.
15700
15701 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15702
15703         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15704         (mm-copy-to-buffer): Use with-current-buffer.
15705         (mm-display-part): Simplify.
15706         (mm-inlinable-p): Add optional arg `type'.
15707
15708 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15709
15710         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15711         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15712         Try harder to show the attachment internally or externally using
15713         gnus-mime-view-part-as-type.
15714
15715 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * message.el (message-from-style, message-signature-separator)
15718         (message-user-organization-file, message-send-mail-function)
15719         (message-citation-line-function, message-yank-prefix)
15720         (message-indent-citation-function, message-signature)
15721         (message-signature-file, message-signature-insert-empty-line):
15722         Remove autoloads.
15723
15724         * gnus-art.el (gnus-buttonized-mime-types):
15725         Remove "multipart/signed".  Revert 2006-04-26 change.
15726
15727 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * gnus.el (gnus-version-number): Bump version.
15730
15731 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15732
15733         * gnus.el: No Gnus v0.5 is released.
15734
15735 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15736
15737         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15738         fetching articles by message-id.
15739
15740 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15741
15742         * message.el (hashcash): Require hashcash as normal.
15743
15744         * ecomplete.el (ecomplete-highlight-match-line):
15745         Use point-at-eol.
15746         (ecomplete-highlight-match-line): Use `highlight', because that
15747         face exists in both Emacs and XEmacs.
15748
15749         * message.el (message-display-abbrev): Use point-at-bol.
15750
15751         * mail-source.el: Don't require timer/timer-funcs.
15752
15753         * gnus-async.el: Ditto.
15754
15755         * password.el: Ditto.
15756
15757         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15758
15759         * mm-url.el: Ditto.
15760
15761         * gnus-xmas.el: Don't require timer-funcs.
15762
15763         * mm-util.el: Require timer/timer-funcs.
15764
15765 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15766
15767         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15768         Close.
15769
15770 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15773         unibyte after clear-decrypt function runs.
15774
15775         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15776         returns as a unibyte string.
15777
15778 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * lpath.el: Revert.
15781
15782         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15783         (pgg-gpg-process-sentinel): Revert.
15784
15785         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15786         (pgg-pgp-lookup-key): Revert.
15787
15788         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15789         (pgg-pgp5-lookup-key): Revert.
15790
15791         * pgg.el (pgg-fetch-key): Revert.
15792
15793 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * lpath.el: Fbind string-as-multibyte for XEmacs.
15796
15797         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15798         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15799         (mml1991-pgg-encrypt): Ditto.
15800
15801         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15802         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15803         a multibyte buffer.
15804
15805         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15806         (pgg-pgp-lookup-key): Ditto.
15807
15808         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15809         (pgg-pgp5-lookup-key): Ditto.
15810
15811         * pgg.el (pgg-fetch-key): Ditto.
15812
15813 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * message.el (message-user-organization-file): Check several
15816         locations of the organization file.
15817
15818         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15819         Add gnus-article-view-part-as-type.
15820
15821         * gnus-art.el (gnus-article-view-part-as-type): New function.
15822
15823         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15824         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15825
15826         * mml.el: Simplify autoload.
15827         (mml-mode): defvar dnd-protocol-alist instead of using
15828         symbol-value.
15829         (mml-default-directory): New variable.
15830         (mml-minibuffer-read-file): Use it.
15831         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15832
15833         * message.el (message-citation-line-format): New variable.
15834         (message-insert-formated-citation-line): New function.
15835         (message-citation-line-function):
15836         Add `message-insert-formated-citation-line' to custom type.
15837
15838         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15839         to doc string.
15840
15841         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15842         depending on mm-verify-option.
15843
15844 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15847         binding pgg-* variables; reimplement the section which prevents
15848         MIME header from being signed.
15849         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15850         pgg-text-mode; remove a blank line at the top of body.
15851
15852         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15853         lines at the top of body; use gnus-newsgroup-charset if there's no
15854         Charset header.
15855
15856 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * message.el (message-self-insert-commands): Doc fix.
15859
15860         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15861         (mm-uu-pgp-encrypted-test): Ditto.
15862         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15863         between header and body; return application/pgp-encrypted handle
15864         if decryption failed; decode decrypted body by charset.
15865
15866         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15867         element match to application/pgp-*.
15868
15869 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15870
15871         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15872         HTML.
15873
15874 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * mail-source.el (mail-source-call-script): Message the error
15877         string.
15878
15879 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * gnus-util.el (gnus-byte-compile): Use it.
15882
15883 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15884
15885         * gnus-util.el (kill-empty-logs): New function.
15886
15887 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * message.el (message-mail-alias-type): Doc fix.
15890         (message-mail-alias-type-p): New function.
15891         (message-send): Use it.
15892         (message-mode): Ditto.
15893         (message-strip-forbidden-properties): Ditto.
15894
15895         * ecomplete.el (ecomplete-database-file-coding-system):
15896         New variable.
15897         (ecomplete-save): Use it.
15898         (ecomplete-setup): Use it.
15899
15900 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * message.el (message-self-insert-commands): New variable.
15903         (message-strip-forbidden-properties): Use it.
15904
15905 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15906
15907         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15908         that doesn't make XEmacs choke.
15909
15910 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15911
15912         * gnus-util.el (gnus-replace-in-string):
15913         Prefer replace-regexp-in-string over of replace-in-string.
15914
15915 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-util.el (gnus-select-frame-set-input-focus):
15918         Use select-frame-set-input-focus if it is available in XEmacs; use
15919         definition defined in Emacs 22 for old Emacsen.
15920
15921         * dgnushack.el: Autoload unmorse-region for XEmacs.
15922
15923         * lpath.el: Bind cursor-in-non-selected-windows and
15924         select-frame-set-input-focus for XEmacs.
15925
15926 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15929
15930 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * gnus-registry.el (gnus-registry-cache-save): Remove text
15933         properties when saving via the temp buffer.
15934
15935 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * message.el (message-generate-hashcash): Honor custom type.
15938
15939 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940
15941         * message.el (message-generate-hashcash): Default to non-nil when
15942         hashcash is found.
15943
15944         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15945         (gnus-refer-thread-limit): Increase default to 500.
15946
15947         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15948
15949         * flow-fill.el (fill-flowed): Allow delete-space.
15950
15951 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15954         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15955         Remove autoloads.
15956
15957 2006-04-18  Simon Josefsson  <jas@extundo.com>
15958
15959         * message.el (message-generate-hashcash): Default to.
15960
15961 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15964         concatenating segments rather than before concatenating them.
15965
15966 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15969
15970 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971
15972         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15973
15974         * message.el (message-forward-make-body-plain):
15975         Allow message-forward-ignored-headers to be a list.
15976         (message-remove-ignored-headers): Factor out into function.
15977         (message-forward-make-body-mml): Use it.
15978
15979         * imap.el (imap-quote-specials): New function.
15980         (imap-login-auth): Quote specials.
15981
15982         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15983         (rfc2231-parse-string): Allow concatanation of parameters that
15984         aren't contiguous.  The test case is
15985           (mail-header-parse-content-type "message/external-body;
15986             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15987             access-type=LOCAL-FILE;
15988             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15989
15990 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15991
15992         * nntp.el (nntp-accept-process-output): Return the value of
15993         `nnheader-accept-process-output'.
15994
15995 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996
15997         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15998         (gnus-button-alist): Recognize more diff formats.
15999         (gnus-button-patch): Strip directory.
16000
16001 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16002
16003         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16004         Emacs 22 when setting focus.
16005
16006 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16007
16008         * gnus-art.el (gnus-article-treat-types): Do treatment of
16009         text/x-verbatim parts.
16010         (gnus-button-patch): New command.
16011
16012         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16013         addresses that contain invalid characters.
16014
16015 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16016
16017         * message.el (message-put-addresses-in-ecomplete):
16018         Use gnus-replace-in-string.
16019         (message-is-yours-p): Use the more correct
16020         mail-header-parse-address instead of
16021         mail-extract-address-components.
16022         (message-put-addresses-in-ecomplete): Fix typo.
16023
16024         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16025         keystroke.
16026
16027         * gnus-art.el (gnus-treatment-function-alist): Change order of
16028         newsgroups/generic header folding to avoid double-folding.
16029
16030         * message.el (message-hidden-headers): Add X-Draft-From.
16031
16032         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16033         New command.
16034         (gnus-summary-repeat-search-article-backward): New command.
16035
16036         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16037         groups in the parent topic.
16038
16039 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16040
16041         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16042         (spam-extra-header-to-number): Return the CRM114 number as a
16043         number instead of a string.
16044
16045 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * gnus-art.el (gnus-face-properties-alist): Move here from
16048         gnus-fun.
16049
16050         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16051
16052 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * message.el (message-strip-forbidden-properties): Only display on
16055         self-insert-command.
16056
16057         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16058         reindent.
16059         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16060
16061 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16062
16063         * smiley.el (smiley-style): Fix typo.
16064
16065 2006-03-23  Kenichi Handa  <handa@m17n.org>
16066
16067         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16068         instead of set-buffer-multibyte.
16069
16070 2006-03-23  Kenichi Handa  <handa@m17n.org>
16071
16072         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16073         buffer and then decode the buffer text if necessary.
16074         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16075         first, and after mm-encode-body, change the buffer to unibyte.
16076
16077 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * hashcash.el (hashcash-insert-payment-async-2):
16080         Use message-goto-eoh instead of doing it manually.
16081         (mail-add-payment): Use message-narrow-to-header instead of trying
16082         to do the same itself.
16083
16084         * message.el (message-hidden-headers): Add Face.
16085
16086         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16087         reparenting code.
16088         (gnus-summary-reparent-children): Refactored out code.
16089         (gnus-summary-thread-map): New keystroke.
16090         (gnus-summary-reparent-children): Make into command.
16091
16092         * smiley.el (smiley-style): Default to `medium' if using a large
16093         font.
16094
16095         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16096         does it itself.
16097
16098         * message.el (message-point-in-header-p): Simplify definition.
16099
16100 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16101
16102         * nnagent.el (nnagent-request-set-mark): Silence log file
16103         writing.
16104         (nnagent-request-set-mark): Use write-region instead of
16105         append-to-file.
16106
16107         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16108         strange select method.
16109
16110         * ecomplete.el (ecomplete-display-matches): Get highlightling
16111         right.
16112         (ecomplete-display-matches): Use literals.
16113         (ecomplete-display-matches): Disable message logging.
16114
16115         * message.el (message-display-abbrev): Small optimization.
16116
16117         * ecomplete.el (ecomplete-display-matches): Allow automatic
16118         display.
16119
16120         * message.el (message-strip-forbidden-properties):
16121         Display abbrevs.
16122         (message-display-abbrev): Get automatic display right.
16123
16124         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16125         keystrokes.
16126
16127 2006-04-13  Romain Francoise  <romain@orebokech.com>
16128
16129         TODO: Backport to v5-10!
16130
16131         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16132         Move here (and rename) from gnus-registry.el.
16133
16134         * gnus-registry.el: Require gnus-util.
16135         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16136
16137 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * gnus-group.el (gnus-group-catchup-current):
16140         Change if-then-else-if-then-else into cond.
16141         (gnus-group-catchup): Indent.
16142         (group-name-at-point): New function.
16143         (gnus-fetch-group): Provide default from thing at point.
16144
16145 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16146
16147         * message.el (message-display-abbrev): Fix regexp.
16148
16149         * ecomplete.el (ecomplete-highlight-match-line):
16150         Reimplement choosing.
16151         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16152         dead variables.
16153
16154         * message.el (message-newline-and-indent): Remove debugging.
16155         (message-display-abbrev): Use new implementation.
16156
16157 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * gnus-art.el (gnus-article-mode):
16160         Set cursor-in-non-selected-windows to nil.
16161
16162         * smiley.el: Revert previous change.
16163         (smiley-data-directory): defvar it before using it in the
16164         defcustom of `smiley-style'.
16165
16166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167
16168         * message.el (message-newline-and-indent): New function.
16169
16170         * ecomplete.el: Implement more bits.
16171
16172         * message.el (message-put-addresses-in-ecomplete): Clean up the
16173         string.
16174
16175         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16176
16177         * gnus-sum.el (gnus-summary-save-parts):
16178         Bind gnus-summary-save-parts-counter and use it to make unique file
16179         names.
16180
16181         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16182
16183         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16184         parameter to say whether to actually parse the individual
16185         addresses.
16186
16187         * message.el (message-put-addresses-in-ecomplete): New function.
16188         (ecomplete): Require.
16189         (message-mail-alias-type): Add ecomplete as an option.
16190
16191 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16192
16193         * flow-fill.el (fill-flowed): Remove trailing space from blank
16194         quoted lines.
16195
16196 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16197
16198         * smiley.el (smiley-style): Move definition later to avoid a
16199         compilation warning.
16200
16201 2006-04-12  Kenichi Handa  <handa@m17n.org>
16202
16203         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16204         buffer and then decode the buffer text if necessary.
16205         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16206         first, and after mm-encode-body, change the buffer to unibyte.
16207         Use mm-disable-multibyte instead of set-buffer-multibyte.
16208
16209 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16212         Content-Type header instead of Content-Disposition header.
16213         (gnus-mime-inline-part): Ditto.
16214         (gnus-mime-view-part-as-charset): Ignore charset that the part
16215         specifies.
16216
16217         * mm-decode.el (mm-display-part): Work with external parts and
16218         usual parts similarly.
16219
16220         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16221         instead of gnus-display-mime.
16222
16223         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16224         instead of with-temp-buffer.
16225
16226         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16227         tag to summarized topics part in order to encode non-ASCII text.
16228
16229 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * smiley.el (smiley-style): New variable.
16232         (smiley-directory): New function.
16233         (smiley-data-directory): Derive from `smiley-style' using
16234         `smiley-directory'.
16235         (smiley-regexp-alist): Add new entries.
16236
16237         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16238         (gnus-article-browse-delete-temp): Add :version.
16239
16240 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16241
16242         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16243         the sieve region.
16244
16245 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * gnus.el (gnus-version-number): Bump version.
16248
16249 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus.el: No Gnus v0.4 is released.
16252
16253 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16254
16255         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16256         layout.
16257
16258         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16259         unknown charset.
16260
16261         * message.el (message-header-synonyms): Add Original-To to the
16262         default.
16263
16264         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16265         optional parameter.
16266
16267 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * gnus-fun.el (gnus): Require it for gnus-directory.
16270
16271 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16274
16275 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16276
16277         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16278
16279 2006-04-05  Simon Josefsson  <jas@extundo.com>
16280
16281         * password.el (password-reset): New function.
16282
16283 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16284
16285         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16286         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16287
16288 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16289
16290         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16291         Some whitespace was matched into the url, which broke browsing hits
16292         > 100 when mm-url-use-external was nil.
16293
16294 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16297         Check gnus-extra-headers for 'Newsgroups.
16298
16299         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16300         bound.
16301
16302 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16303
16304         * pgg-gpg.el: Clean up process buffers every time gpg processes
16305         complete.
16306
16307 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16308
16309         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16310         doc string.
16311
16312 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16313
16314         * pgg-gpg.el (pgg-gpg-process-filter)
16315         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16316
16317         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16318         lines, temporary fix.
16319
16320 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16323
16324 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16325
16326         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16327         default-enable-multibyte-characters.  This reverts the change from
16328         revision 6.17 which is no longer necessary because the passphrase
16329         is sent separately now.  GnuPG messages are unreadable under
16330         multibyte locales with default-enable-multibyte-characters set to
16331         nil.
16332
16333 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * message.el (message-tool-bar-gnome): Move "spell".
16336
16337 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16338
16339         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16340         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16341         instead.
16342
16343 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16344
16345         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16346         Improve newsgroups handling for NNTP overviews which don't include
16347         Newsgroups.
16348
16349 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16350
16351         * message.el (message-resend): Bind message-generate-hashcash to nil.
16352
16353 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16354
16355         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16356         when searching for already-paid recipients.
16357
16358 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16359
16360         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16361         passphrases when it is not needed.
16362         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16363         passphrase stuff from gpg, should only be necessary when you use
16364         gpg with a smartcard.
16365
16366 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * mml.el (mml-insert-mime): Ignore cached contents of
16369         message/external-body part.
16370
16371         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16372         (mm-insert-part): Ditto.
16373
16374 2006-03-23  Simon Josefsson  <jas@extundo.com>
16375
16376         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16377         Reiner.
16378         (pgg-gpg-use-agent-p): Use it again.
16379
16380 2006-03-23  Simon Josefsson  <jas@extundo.com>
16381
16382         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16383         older emacsen.
16384         (pgg-gpg-use-agent-p): Don't use it.
16385
16386 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16389         if we can.
16390
16391 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16392
16393         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16394         (pgg-gpg-update-agent): New function.
16395         (pgg-gpg-use-agent-p): New function.
16396         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16397         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16398         (pgg-gpg-sign-region): Use it.
16399
16400 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16403         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16404
16405 2006-03-21  Simon Josefsson  <jas@extundo.com>
16406
16407         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16408         <wilde@sha-bang.de>.
16409         (pgg-gpg-use-agent): New variable.
16410         (pgg-gpg-process-region): Use it.
16411         (pgg-gpg-encrypt-region): Likewise.
16412         (pgg-gpg-encrypt-symmetric-region): Likewise.
16413         (pgg-gpg-decrypt-region): Likewise.
16414         (pgg-gpg-sign-region): Likewise.
16415         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16416
16417 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16420
16421         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16422         Add comment on version.
16423
16424 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16425
16426         * smiley.el: Add missing test smiley.
16427
16428 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * mm-decode.el (mm-with-part): New macro.
16431         (mm-get-part): Use it; work with message/external-body as well.
16432         (mm-save-part): Treat name and filename equally.
16433
16434         * mm-extern.el (mm-extern-cache-contents): New function.
16435         (mm-inline-external-body): Use it; force the part to be displayed;
16436         move undisplayer added to the cached handle to the parent.
16437
16438         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16439         (gnus-mime-view-part-as-type): Work with message/external-body.
16440
16441         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16442
16443 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16444
16445         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16446         images in image-load-path.  [Sync with image.el, revision 1.60, in
16447         Emacs.]
16448
16449 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16452         path rather than symbol.  Always return list of directories.
16453         Guarantee that image directory comes first.  [Sync with image.el,
16454         revision 1.59, in Emacs.]
16455
16456         * message.el (message-make-tool-bar): Adjust to new API of
16457         `gmm-image-load-path-for-library'.
16458
16459         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16460
16461         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16462
16463 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16464
16465         * gnus-art.el (gnus-article-only-boring-p):
16466         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16467         intangible text.
16468         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16469
16470 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16473         Use `defun' instead of `gmm-defun-compat'.
16474
16475 2006-03-14  Simon Josefsson  <jas@extundo.com>
16476
16477         * message.el (message-unique-id): Don't use message-number-base36
16478         if (user-uid) is a float.
16479         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16480
16481 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16484
16485         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16486         empty line between a part and a message part.
16487
16488 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * smiley.el: Add more test smileys.
16491         (smiley-data-directory, smiley-regexp-alist)
16492         (gnus-smiley-file-types): Fix doc strings.
16493         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16494         adding new elements.
16495         (smiley-mouse-map): Unused code.  Make it a comment.
16496
16497 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16500         scan latest NoCeM messages instead of old ones.
16501         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16502         delimiters that are recently used.
16503         (gnus-nocem-load-cache): Add autoload cookie.
16504
16505         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16506
16507         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16508         level which is larger than gnus-use-nocem is specified.
16509
16510         * gnus-group.el (gnus-group-get-new-news): Ditto.
16511
16512 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16513
16514         * gnus-util.el (gnus-tool-bar-update): New function.
16515
16516         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16517         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16518
16519         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16520
16521         * gnus-group.el (gnus-group-redraw-when-idle)
16522         (gnus-group-redraw-check): Remove.
16523         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16524
16525 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16528         if optional last element is specified in splits (FIELD VALUE...).
16529
16530 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16531
16532         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16533         to gmm-image-load-path-for-library.  Call with no-error argument.
16534         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16535
16536         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16537
16538         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16539
16540         * gmm-utils.el (gmm-image-load-path): Remove alias.
16541
16542 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * gmm-utils.el (gmm-image-load-path): Add alias.
16545
16546         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16547         nnml-generate-nov-databases-1.
16548         (nnml-generate-nov-databases): Use it.
16549         (nnml-generate-nov-databases-directory): Document no-active
16550         argument.
16551
16552         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16553         directory if path is t.  Add no-error.
16554
16555         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16556         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16557
16558         * gnus-art.el (gnus-article-browse-delete-temp-files):
16559         Simplify resetting gnus-article-browse-html-temp-list.
16560
16561         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16562         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16563         Add example to docstring.  Rename local variables.  Move error
16564         checks to default case in cond and simplify.
16565
16566 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16569         handle is multipart when calling it recursively.
16570         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16571
16572 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16573
16574         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16575         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16576
16577 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16580         is loaded.
16581
16582         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16583         loaded.
16584
16585 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16586
16587         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16588         to "Emacs 23 (unicode)" in doc string.
16589
16590         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16591         "Emacs 23 (unicode)" in comment.
16592
16593 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16596
16597         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16598         characters 160 through 255 in Emacs 23.
16599
16600 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16601
16602         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16603         gnus-article-browse-html-temp.
16604         (gnus-article-browse-delete-temp): Make it customizable.
16605         Add `file'.  Adjust doc string.
16606         (gnus-article-browse-delete-temp-files): Add argument.
16607         Allow query for each file.  Adjust doc string.
16608         (gnus-article-browse-html-parts):
16609         Add `gnus-article-browse-delete-temp-files' to
16610         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16611
16612 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16613
16614         * gnus-art.el (gnus-article-browse-html-temp)
16615         (gnus-article-browse-delete-temp): New variables.
16616         (gnus-article-browse-delete-temp-files): New function.
16617         (gnus-article-browse-html-parts): Use it.
16618
16619 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16622
16623         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16624         string.
16625
16626         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16627         gnus-summary-insert-new-articles when unplugged.
16628         Remove gnus-summary-search-article-forward.
16629
16630         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16631         display-visual-class instead of display-color-cells.
16632
16633 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * dgnushack.el: Autoload customize-group for XEmacs.
16636
16637         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16638         message/* containing non-ASCII text properly.
16639
16640 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * message.el: Require gmm-utils, remove autoloads.
16643         (message-tool-bar): Set default based on
16644         gmm-tool-bar-style.
16645         (message-tool-bar-gnome): Add gmm-customize-mode.
16646
16647         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16648         gmm-tool-bar-style.
16649         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16650
16651         * gnus-group.el (gnus-group-tool-bar): Set default based on
16652         gmm-tool-bar-style.
16653         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16654
16655         * gmm-utils.el (gmm-image-directory): Rename variable from
16656         gmm-image-load-path.
16657         (gmm-image-load-path): Use gmm-image-directory.
16658         (gmm-customize-mode): New function.
16659         (gmm-tool-bar-style): New variable.
16660
16661         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16662         gnus-group-redraw-line-number.
16663         (gnus-group-redraw-check): Simplify.
16664         (gnus-group-tool-bar-update): Remove redraw check.
16665         (gnus-group-make-tool-bar): Add redraw check.
16666
16667 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16668
16669         * gnus-art.el (gnus-button): Add missing parentheses.
16670
16671 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * lpath.el: Fbind line-number-at-pos.
16674
16675 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16678
16679 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16680
16681         * gnus-art.el (gnus-button): New face.
16682         (gnus-article-button-face): Use it.
16683
16684         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16685         Add gnus-summary-next-page.  Re-order.
16686
16687         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16688         next-node are now included.
16689         (gnus-group-redraw-line-number): New internal variable.
16690         (gnus-group-redraw-check): Helper function for updating the tool
16691         bar.
16692         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16693
16694         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16695
16696         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16697         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16698         Use it to match format of Spamassassin 3.0 and later.
16699         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16700         (spam-check-bogofilter)
16701         (spam-bogofilter-register-with-bogofilter): Fix args of
16702         `gnus-error' calls.
16703
16704 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16705
16706         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16707         unnecessary interaction when sending queued mails.
16708         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16709
16710 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16711
16712         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16713         first or last are nil.
16714
16715 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16716
16717         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16718
16719 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16720
16721         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16722
16723 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16724
16725         * dns.el (query-dns): Protect more against buggy tcp output.
16726
16727 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16730         nov.php.
16731
16732 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16733
16734         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16735         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16736         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16737         output on the server side.
16738         (nnweb-google-create-mapping): Update regexps and add some
16739         progress indication.
16740
16741 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * gnus-group.el (gnus-group-tool-bar-gnome):
16744         Fix gnus-agent-toggle-plugged.  Re-order icons.
16745         (gnus-group-tool-bar-gnome):
16746         Add gnus-group-{prev,next}-unread-group.
16747         (gnus-group-tool-bar-gnome): Re-order icons.
16748
16749         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16750         Move gnus-summary-insert-new-articles.
16751
16752         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16753         Fix comments.
16754
16755         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16756         also available in Emacs 21.3.
16757
16758         * message.el (message-fix-before-sending): Change "Emacs 22" to
16759         "Emacs 23 (unicode)" in comment.
16760
16761         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16762         "Emacs 23 (unicode)" in comment.
16763
16764         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16765         comment.
16766         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16767
16768         * mm-view.el (mm-fill-flowed): Add :version.
16769
16770 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16773         and load-path.
16774
16775 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * message.el: Autoload gmm-image-load-path.
16778         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16779         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16780         consitency.
16781
16782         * gmm-utils.el (gmm-image-load-path): Also search in
16783         "../etc/images".  Don't set gmm-image-load-path if we don't find
16784         the image.
16785
16786 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gmm-utils.el (gmm-image-load-path): Don't make
16789         `gmm-image-load-path' include subdirectories which the second arg
16790         `image' might specify.
16791
16792         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16793         subdirectory to icon file names.
16794
16795         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16796
16797 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16800         gmm-image-load-path calls.
16801
16802         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16803
16804         * message.el (message-make-tool-bar): Ditto.
16805
16806         * mml.el (mml-preview): Add comment concerning tool bar icons.
16807
16808         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16809         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16810
16811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16812         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16813
16814         * message.el (message-tool-bar-gnome): Use new icon names.
16815         (message-make-tool-bar): Use `gmm-image-load-path'.
16816
16817         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16818         New functions from MH-E.
16819         (gmm-image-load-path): New variable from MH-E.
16820         (gmm-image-load-path): New function from MH-E.  Add arguments
16821         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16822         *-image-load-path-called-flag.
16823
16824 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16825
16826         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16827
16828 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16829
16830         * nnimap.el (nnimap-request-move-article): Change folder back to
16831         source group before deleting.
16832
16833 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16834
16835         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16836
16837         * gnus-art.el (mm-url-insert-file-contents-external):
16838         Autoload mm-url.
16839
16840         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16841
16842 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16845         coding system which mm-charset-to-coding-system returns for a
16846         given charset is valid.
16847
16848 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16849
16850         * html2text.el (html2text-remove-tag-list):
16851         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16852
16853 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16854
16855         * gnus-cus.el: Revert 2005-10-17 change.
16856
16857 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * gnus-art.el (article-strip-banner):
16860         Call article-really-strip-banner only when the regexp match is made.
16861
16862 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-art.el (article-strip-banner):
16865         Use gnus-extract-address-components instead of
16866         mail-header-parse-addresses to make it work with non-ASCII text;
16867         remove mail-encode-encoded-word-string.
16868
16869         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16870         values which are surrounded with \"...\"; make it never cause a
16871         Lisp error; give up parsing of parameters if it failed in
16872         extracting type.
16873
16874 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16875
16876         * smime.el (smime-cert-by-ldap-1): Fix bug where
16877         `smime-ldap-search' returns results without userCertificates.
16878
16879 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16882
16883 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * spam.el (spam-check-spamassassin-headers): Adapt format for
16886         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16887         <ari@mbf.ocn.ne.jp>.
16888         (spam-list-of-processors): Add spam-use-gmane.
16889
16890 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16893         make-temp-file; make it work with XEmacs as well.
16894
16895         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16896         mm-make-temp-file.
16897
16898         * mm-decode.el (mm-display-external): Use the 3rd arg of
16899         mm-make-temp-file.
16900         (mm-create-image-xemacs): Ditto.
16901
16902 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16905         with message-narrow-to-headers.
16906         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16907         (gnus-draft-check-draft-articles): New function.
16908         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16909
16910 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * gnus-art.el (gnus-article-browse-html-parts):
16913         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16914         Don't use suffix argument for mm-make-temp-file for Emacs 21
16915         compatibility.  Remove useless `format'.
16916
16917 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16918
16919         * nnweb.el (nnweb-google-wash-article): Update regexps.
16920         (nnweb-group-alist): Use defvoo instead of defvar.
16921
16922 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16925         re-loading nn* modules.
16926
16927 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16928
16929         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16930         for `tool-bar-mode' and don't check it's default-value.
16931
16932         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16933
16934         * message.el (message-make-tool-bar): Ditto.
16935
16936         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16937         `substring'.  Shorten tmp-file name.
16938
16939         * gnus.el: Remove bogus comment.
16940
16941 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16942
16943         * gnus-art.el (gnus-article-browse-html-parts): New function.
16944         (gnus-article-browse-html-article): New function for viewing html
16945         articles with a browser.
16946
16947 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16948
16949         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
16950         in elisp.
16951         (pgg-gpg-encrypt-symmetric-region): Ditto.
16952         (pgg-gpg-sign-region): Ditto.
16953
16954         * pgg-def.el (pgg-text-mode): New variable.
16955
16956         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16957         (mml2015-pgg-encrypt): Ditto.
16958
16959         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16960         (mml1991-pgg-encrypt): Ditto.
16961
16962 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * nnfolder.el (nnfolder-insert-newsgroup-line):
16965         Use message-make-date instead of current-time-string.
16966
16967         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16968         to gnus-decoded which mm-uu might set.
16969
16970 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16973         don't decode quoted parameters; remove misimported Emacs code.
16974         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16975         (rfc2231-decode-encoded-string): Don't use split-string which
16976         behaves differently according to Emacs version; use
16977         mm-decode-coding-region to convert charset to coding-system.
16978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16979         (rfc2231-encode-string): Remove misimported Emacs code.
16980
16981 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16984         when calling mail-header-parse-content-type.
16985         (article-de-quoted-unreadable): Ditto.
16986         (article-de-base64-unreadable): Ditto.
16987         (article-wash-html): Ditto.
16988
16989         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16990         calling mail-header-parse-content-type and
16991         mail-header-parse-content-disposition.
16992         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16993         mail-header-parse-content-type.
16994
16995         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16996         insert charset and format parameters; encode description after
16997         inserting it to buffer.
16998         (mml-insert-parameter): Fold lines properly even if a parameter is
16999         segmented into two or more lines; change the max column to 76.
17000
17001         * rfc1843.el (rfc1843-decode-article-body): Don't use
17002         ignore-errors when calling mail-header-parse-content-type.
17003
17004         * rfc2231.el (rfc2231-parse-string): Return at least type if
17005         possible; don't cause an error even if it fails in parsing of
17006         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17007         (rfc2231-encode-string): Don't break lines at the beginning, leave
17008         it to mml-insert-parameter.
17009
17010         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17011         calling mail-header-parse-content-type.
17012
17013 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17014
17015         * spam-report.el (spam-report-gmane-use-article-number):
17016         Improve doc string.
17017         (spam-report-gmane-internal): Check if a suitable header was found
17018         in the article.
17019
17020 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17023         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17024
17025 2006-02-05  Romain Francoise  <romain@orebokech.com>
17026
17027         Update copyright notices of all files in the gnus directory.
17028
17029 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17030
17031         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17032
17033 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17036         segmented lines of parameter value to cope with Thunderbird 1.5
17037         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17039         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17040
17041 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17042
17043         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17044         parts.
17045
17046 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17047
17048         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17049         there's only one active file for all servers.
17050         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17051         solid groups.  Gnus might have used a FAST request to select the group.
17052         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17053         and nnweb-search redundantly in the active file.
17054         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17055         (nnweb-request-create-group): Don't use ARGS.
17056         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17057         initializations.  Let nnoo do the work.
17058
17059 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17062         Say the part has been decoded.
17063
17064         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17065
17066 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17067
17068         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17069         mailcap-viewer-test-cache when there's no 'test clause, since that
17070         will invert the meaning of a "nil" test previously determined by
17071         mailcap-mailcap-entry-passes-test.
17072
17073 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17076         compiling.
17077
17078         * gnus-sum.el: Ditto.
17079
17080         * message.el: Don't bind tool-bar-map when compiling.
17081
17082 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17085
17086 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17087
17088         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17089         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17090         current Google Groups.
17091
17092 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17095         and tool-bar-mode.
17096
17097         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17098         and tool-bar-mode.
17099
17100         * message.el (message-tool-bar-update): Simplify.
17101         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17102
17103         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17104         gnus-summary-buffer.
17105         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17106         gnus-summary-reply.
17107
17108         * gmm-utils.el (gmm): Add :version.
17109
17110 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * Makefile.in (clean): New rule.
17113         (distclean): Use it.
17114
17115 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17116
17117         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17118         Don't autoload.
17119
17120 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17121
17122         * gmm-utils.el (gmm-verbose): Add :group.
17123
17124 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * message.el: Change some comments WRT tool-bars.
17127
17128         * gnus-sum.el (gnus-summary-tool-bar)
17129         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17130         (gnus-summary-tool-bar-zap-list): New variables.
17131         (gnus-summary-make-tool-bar): Complete rewrite using
17132         `gmm-tool-bar-from-list'.
17133
17134         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17135         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17136         New variables.
17137         (gnus-group-make-tool-bar): Complete rewrite using
17138         `gmm-tool-bar-from-list'.
17139         (gnus-group-tool-bar-update): New function.
17140
17141         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17142
17143 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17144
17145         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17146         is dissected into a single part of which the type is the same as
17147         the given one; decode charset.
17148
17149 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17150
17151         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17152         into alists as symbol not string, since that's what
17153         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17154         look for.
17155
17156 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17157
17158         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17159         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17160
17161         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17162
17163 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17166         (gnus-xmas-mime-security-button-menu): New function.
17167
17168         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17169         (gnus-mime-security-button-menu): New definition.
17170         (gnus-mime-security-button-map): Use them.
17171         (gnus-mime-security-button-menu): New function.
17172         (gnus-insert-mime-security-button): Addition to help echo.
17173         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17174         (gnus-mime-security-pipe-part): New functions.
17175
17176         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17177         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17178
17179         * mm-decode.el (mm-handle-set-disposition): Remove.
17180         (mm-handle-set-description): Remove.
17181
17182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17185         (mm-w3m-standalone-supports-m17n-p): New function.
17186         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17187         w3m usage.
17188
17189         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17190         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17191
17192 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * message.el (message-tool-bar-zap-list):
17195         Use gmm-tool-bar-zap-list as custom type.
17196         (message-tool-bar-update): New function.
17197         (message-tool-bar, message-tool-bar-gnome)
17198         (message-tool-bar-retro): Add message-tool-bar-update.
17199         (message-tool-bar-gnome): Add flyspell-buffer.
17200
17201         * gnus-util.el (gnus-error): Describe `args'.
17202
17203         * gmm-utils.el (gmm-error): Describe `args'.
17204         (gmm-tool-bar-zap-list): New widget.
17205         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17206
17207 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17210         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17211         the number of recursive calls.
17212
17213         * mm-decode.el (mm-handle-set-disposition): New macro.
17214         (mm-handle-set-description): New macro.
17215
17216 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17219         encoding.
17220
17221 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17222
17223         * message.el (message-tool-bar-zap-list, message-tool-bar)
17224         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17225         (message-tool-bar-local-item-from-menu): Remove.
17226         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17227         (message-make-tool-bar): New function.
17228         (message-mode): Use `message-make-tool-bar'.
17229
17230         * gmm-utils.el: New file.
17231         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17232         (gmm-lazy): New widget copied from `nnmail.el'.
17233         (gmm-tool-bar-from-list): New function for creating customizable
17234         tool bars.
17235         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17236         output.
17237         (gmm): Add :prefix to defgroup.
17238
17239 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17240
17241         * gmm-utils.el (gmm-widget-p): New function.
17242
17243 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * mml.el (mml-attach-file): Describe `description' in doc string.
17246         (mml-menu): Add Emacs MIME manual and PGG manual.
17247
17248 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17249
17250         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17251
17252 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17253
17254         * nntp.el (nntp-end-of-line): Doc fix.
17255
17256 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17257
17258         * imap.el (imap-open): Handle case where buffer is a buffer
17259         object.
17260
17261 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17262
17263         * gnus-delay.el (gnus-delay): Don't autoload.
17264         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17265         to be re-loaded when customizing the `gnus-delay' group.
17266
17267 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17268
17269         * message.el (message-insert-citation-line): Use newlines.
17270
17271 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17272
17273         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17274         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17275         these routines, so the passphrase can be managed externally and
17276         passed in to the system.
17277         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17278         pgg-add-passphrase-to-cache function.
17279
17280         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17281         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17282         these routines, so the passphrase can be managed externally and
17283         passed in to the system.
17284         (pgg-pgp5-sign-region): Use new name of
17285         pgg-add-passphrase-to-cache function.
17286
17287 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17288
17289         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17290         part of the decoded armor to find the key-identifier.
17291         (pgg-gpg-lookup-key-owner): New function to return the
17292         human-readable identifier of a key owner.
17293         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17294         itself.
17295         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17296         the key value) if we have a key and can match it against a secret
17297         key.  Also, added a note pointing out fact that the prompt only
17298         indicates the first matching key.
17299
17300         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17301         pgg-decrypt-region.
17302         (pgg-add-passphrase-to-cache): Rename from
17303         `pgg-add-passphrase-cache' to reduce confusion (all callers
17304         changed).
17305         (pgg-remove-passphrase-from-cache): Rename from
17306         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17307         changed).
17308         (pgg-read-passphrase, pgg-add-passphrase-cache)
17309         (pgg-remove-passphrase-cache): Add informative docstrings.
17310         (pgg-decrypt): Convey provided passphrase in subordinate call to
17311         pgg-decrypt-region.
17312
17313 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17314
17315         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17316         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17317         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17318         'passphrase' argument, so the passphrase can be managed externally
17319         and then passed in to the system.
17320
17321         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17322         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17323         so the passphrase cache can be used reliably with identifiers
17324         besides a pgp packet's key id.
17325
17326         * pgg-gpg.el (pgg-gpg-encrypt-region)
17327         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17328         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17329         these routines, so the passphrase can be managed externally and
17330         passed in to the system.
17331
17332         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17333         'notruncate' argument, so the passphrase cache can be used
17334         reliably with identifiers besides a pgp packet's key id.
17335
17336 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17337
17338         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17339         symmetric encryption.
17340         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17341         encrypted session key.
17342         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17343         message ask for the passphrase in a proper way.
17344
17345         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17346         New user commands for symmetric encryption.
17347
17348 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17351
17352         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17353
17354 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17355
17356         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17357
17358 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * mm-decode.el (mm-inlined-types): Add application/pgp.
17361         (mm-automatic-display): Ditto.
17362
17363         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17364         part as text.
17365
17366 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * nnrss.el: Update copyright.
17369         (nnrss-opml-import): Query whether to subscribe to each entry.
17370
17371         * gnus-art.el:
17372         * gnus-sum.el:
17373         * gnus-xmas.el:
17374         * messagexmas.el:
17375         * mm-uu.el:
17376         * mm-view.el: Update copyright.
17377
17378 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * message.el (message-info): New function.
17381         (message-mode-menu): Add it.
17382         Update copyright.
17383
17384         * ChangeLog: Fix and update copyright.
17385
17386 2006-01-13  Romain Francoise  <romain@orebokech.com>
17387
17388         * message.el (message-forward-subject-name-subject): Prefer the
17389         address to 'nowhere' if the sender has no name.
17390         Fix typo.  Update copyright year.
17391
17392 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-art.el (article-wash-html):
17395         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17396         (gnus-article-wash-html-with-w3m-standalone): New function.
17397
17398         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17399         mm-inline-text-html-render-with-w3m-standalone.
17400         (mm-text-html-washer-alist): Map w3m-standalone to
17401         gnus-article-wash-html-with-w3m-standalone.
17402         (mm-inline-text-html-render-with-w3m-standalone): New function.
17403
17404 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17405
17406         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17407         Improve LaTeX.
17408
17409 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17412         (nnrss-request-article): Render text/plain parts as HTML.
17413
17414         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17415         the buffer.
17416
17417 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17418
17419         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17420         custom definition of `gnus-posting-styles'.
17421
17422         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17423         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17424
17425 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17428         Use nntp for bug archive.
17429
17430 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17433         parts.
17434         (nnrss-normalize-date): New function converts ISO 8601 date into
17435         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17436         (nnrss-check-group): Use it.
17437
17438 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17441
17442         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17443         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17444         (nnrss-insert-w3): Ditto.
17445
17446 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17449         the articles to be forwarded including the case where neither a
17450         number of articles nor a region is specified.
17451
17452 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * nnrss.el (nnrss-request-article): Fix last change; fill
17455         text/plain parts.
17456
17457 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17460         in text/plain part.
17461         (nnrss-check-group): Don't add excessive newline to dc:subject.
17462
17463 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17464
17465         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17466         article.
17467
17468 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17469
17470         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17471         (nnml-use-compressed-files, nnml-save-mail): Support other
17472         comression programs such as bzip2.
17473
17474 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17475
17476         * dns.el (query-dns): Make sure we check the buffer size before
17477         removing tcp headers.
17478
17479 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17482         remove MIME buttons associated with multipart/alternative parts.
17483         (gnus-mime-display-alternative): Tag buttons using `article-type'
17484         text property.
17485
17486         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17487         associated with multipart/alternative parts.
17488
17489         * gnus-art.el (gnus-signature-separator): Fix custom type.
17490
17491         * mm-decode.el (mm-inlined-types): Fix custom type.
17492         (mm-keep-viewer-alive-types): Ditto.
17493         (mm-automatic-display): Ditto.
17494         (mm-attachment-override-types): Ditto.
17495         (mm-inline-override-types): Ditto.
17496         (mm-automatic-external-display): Ditto.
17497
17498 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17499
17500         * spam-report.el (spam-report-user-mail-address)
17501         (spam-report-user-agent): New variables.
17502         (spam-report-url-ping-plain): Use spam-report-user-agent.
17503
17504 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17505
17506         * gnus-art.el (gnus-button-handle-custom): Do not just use
17507         `customize-apropos' for any "M-x customize-*" button but the
17508         function called for.  Accept both the function name and its
17509         argument in order to achieve this.
17510         (gnus-button-alist): Remove support for "custom:" URL's.
17511         Pass function name to `gnus-button-handle-custom' in case of "M-x
17512         customize-*" buttons.
17513
17514 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17517         multipart/alternative and add xref to mm-discouraged-alternatives
17518         in doc string.
17519
17520         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17521         gnus-buttonized-mime-types in doc string.
17522
17523 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17526         Suggest image/.* in the doc string.
17527
17528 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17529
17530         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17531         message-marks (Debian bug #342521).
17532
17533 2005-12-12  Simon Josefsson  <jas@extundo.com>
17534
17535         * password.el (password-read-from-cache): Add.
17536         (password-read): Use it.
17537
17538 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * rfc2047.el (rfc2047-charset-to-coding-system):
17541         Recognize us-ascii as a MIME charset.
17542
17543         * mm-bodies.el (mm-decode-content-transfer-encoding):
17544         Protect against the case where the 2nd arg TYPE is nil.
17545
17546 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17547
17548         * pop3.el (pop3-stream-type): Fix custom version.
17549
17550         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17551
17552 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17553
17554         * mm-decode.el (mm-display-external): Add missing cdr.
17555
17556 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17559         RFC1524) if it is in mailcap or add a suffix according to
17560         mailcap-mime-extensions when generating a temp filename; postpone
17561         deleting a temp file for 2 seconds for some wrappers, shell
17562         scripts, and so on, which might exit right after having started a
17563         viewer command as a background job.
17564
17565 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17566
17567         * nntp.el (nntp-marks-directory): Fix custom group.
17568
17569         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17570         steps when < 10.
17571
17572         * gnus-start.el (gnus-no-server-1):
17573         Mention `gnus-level-default-subscribed' in doc string.
17574
17575 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17576
17577         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17578         parens.
17579
17580 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * gnus-xmas.el (gnus-use-toolbar): Revert.
17583         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17584         gnus-use-toolbar is default.
17585
17586         * messagexmas.el (message-use-toolbar): Revert.
17587         (message-setup-toolbar): Use global default-toolbar if
17588         message-use-toolbar is default.
17589
17590 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17593         according to default-toolbar-visible-p.
17594
17595         * messagexmas.el (message-use-toolbar): Ditto.
17596
17597 2005-11-26  Dave Love  <fx@gnu.org>
17598
17599         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17600         (tls-program, tls-success): Provide openssl alternative.
17601
17602         * starttls.el: Doc fixes.
17603         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17604         SERVICE to PORT.
17605
17606         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17607         port null or service name.
17608         (starttls-negotiate): Autoload.
17609
17610 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * message.el (message-kill-to-signature): Fix interactive spec.
17613
17614 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17615
17616         * pop3.el (pop3-open-server): Recognize a string as a service name.
17617
17618 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17619
17620         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17621
17622 2005-11-23  Dave Love  <fx@gnu.org>
17623
17624         Add pop3s, pop3/starttls.
17625
17626         * pop3.el (pop3-authentication-scheme): Clarify doc.
17627         (open-tls-stream, starttls-open-stream): Autoload.
17628         (pop3-stream-type): New.
17629         (pop3-open-server): Use it.
17630
17631         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17632         for POP.
17633         (mail-source-keyword-map): Add :stream for POP.
17634         (mail-source-fetch-pop): Use pop3-stream-type.
17635
17636 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17639         of current-time-string.
17640
17641 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17642
17643         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17644         date header.
17645
17646 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17647
17648         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17649         it can seriously impact performance as it bypasses the agent's
17650         local caches.
17651
17652 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17653
17654         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17655         must be explicitly online rather than "not explicitly offline" for
17656         its flags to be synchronized.
17657
17658         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17659         that gnus-uu-unmark-thread will function correctly.
17660
17661         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17662         1024K is instead displayed as 1M.
17663
17664 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17665
17666         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17667
17668 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17669
17670         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17671
17672 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17673
17674         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17675         error message to display actual error condition.
17676         (gnus-agent-save-local): Avoid saving symbols that are bound to
17677         nil as they simply result in a warning message in
17678         gnus-agent-read-local.
17679
17680 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17683         rather than make-variable-buffer-local for file-precious-flag.
17684
17685 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17686
17687         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17688         for duplicates which are removed.  The invalid sort check then
17689         triggers a rescan after the sort as sorting may have moved
17690         duplicate entries such that they can be cheaply detected.
17691
17692 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17695
17696 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17697
17698         * gnus-agent.el (gnus-agent-article-alist-save-format):
17699         Change internal variable to a custom variable.  Change default value
17700         from compressed(2) to uncompressed(1).
17701         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17702         support for uncompressed agentview files.  Taken together, reading
17703         the agentview file should now be 6-7 times faster.
17704
17705 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17706
17707         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17708         as a buffer-local variable.  This avoids creating truncated
17709         dribble files as a result of a hang up, eg.
17710
17711 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17712
17713         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17714         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17715         XEmacs.
17716
17717 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * gnus-start.el (gnus-start-draft-setup):
17720         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17721
17722         * gnus.el (gnus-splash): Change custom group.
17723         (gnus-group-get-parameter, gnus-group-parameter-value):
17724         Describe allow-list argument.
17725
17726         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17727         string.
17728
17729 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17730
17731         * gnus-art.el (gnus-default-article-saver): Add user-defined
17732         `function' to custom type.
17733
17734 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17735
17736         * imap.el (imap-open): Handle case where buffer is a buffer
17737         object.
17738
17739 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17742         long lines.
17743         (gnus-cache-delete-group): Wrap doc strings.
17744
17745         * gnus-agent.el (gnus-agent-rename-group)
17746         (gnus-agent-delete-group): Wrap doc strings.
17747
17748 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * messagexmas.el (message-use-toolbar): Change the valid values
17751         into default, top, bottom, left, and right.
17752         (message-toolbar-thickness): New variable.
17753         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17754         well.
17755         (message-setup-toolbar): Make it work.
17756
17757         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17758         (gnus-use-toolbar): Change the valid values into default, top,
17759         bottom, left, and right.
17760         (gnus-toolbar-thickness): New variable.
17761         (gnus-xmas-setup-toolbar): New function.
17762         (gnus-xmas-setup-group-toolbar): Use it.
17763         (gnus-xmas-setup-summary-toolbar): Use it.
17764
17765 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17766
17767         * gnus-start.el (gnus-1): Add "native" to
17768         gnus-predefined-server-alist.
17769
17770         * gnus.el (gnus-method-to-server): Don't add "native" to the
17771         lists here, because that leads to problems when
17772         gnus-select-method is bound.
17773
17774 2005-11-09  Simon Josefsson  <jas@extundo.com>
17775
17776         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17777         use (not sort-by-date) instead.
17778
17779 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17780
17781         * gnus-delay.el (gnus-delay-group): Don't autoload.
17782         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17783         to be re-loaded when customizing the `gnus-delay' group.
17784
17785 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17786
17787         * message.el: Revert last changes.
17788         (message-insert-citation-line): Use newlines.
17789
17790 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17791
17792         * message.el (message-courtesy-message)
17793         (message-mark-insert-begin, message-mark-insert-end)
17794         (message-elide-ellipsis, message-cancel-message)
17795         (message-add-header, message-change-subject)
17796         (message-cross-post-followup-to-header)
17797         (message-cross-post-insert-note, message-reduce-to-to-cc)
17798         (message-widen-reply, message-delete-not-region)
17799         (message-kill-to-signature, message-insert-signature)
17800         (message-insert-importance-high, message-insert-importance-low)
17801         (message-insert-or-toggle-importance)
17802         (message-insert-disposition-notification-to)
17803         (message-indent-citation, message-yank-original)
17804         (message-cite-original-without-signature, message-cite-original)
17805         (message-insert-citation-line, message-position-on-field)
17806         (message-fix-before-sending, message-send-mail-partially)
17807         (message-send-mail, message-send-mail-with-sendmail)
17808         (message-send-mail-with-qmail, message-send-news)
17809         (message-check-news-header-syntax, message-generate-headers)
17810         (message-insert-courtesy-copy, message-fill-address)
17811         (message-fill-header, message-shorten-references)
17812         (message-setup-1, message-cancel-news)
17813         (message-forward-make-body-plain, message-forward-make-body-mime)
17814         (message-forward-make-body-mml, message-encode-message-body)
17815         (message-forward-make-body-digest-plain)
17816         (message-forward-make-body-digest-mime)
17817         (message-use-alternative-email-as-from): Insert `hard-newline'
17818         instead of ordinary newlines.
17819
17820 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * message.el (message-generate-headers): Downcase the argument
17823         given to message-check-element.
17824
17825 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17826
17827         * nntp.el (nntp-authinfo-rejected): New error condition.
17828         (nntp-wait-for): Use new error condition to signal authentication
17829         error.
17830         (nntp-retrieve-data): Rethrow new error condition to break out of
17831         recursive call to nntp-send-authinfo.
17832
17833 2005-11-08  Romain Francoise  <romain@orebokech.com>
17834
17835         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17836         (gnus-summary-exit-map): Bind to `Z p'.
17837         (gnus-summary-make-menu-bar): Add menu item.
17838
17839 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17840
17841         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17842         (gnus-treat-*): Add `first' in all doc strings.
17843
17844         * gnus-group.el (gnus-group-compact-group): Fix typo.
17845
17846 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17847
17848         * gnus.el (gnus-parameters-case-fold-search): New variable.
17849         (gnus-parameters-get-parameter): Use it.
17850
17851         * gnus-score.el (gnus-home-score-file): Doc fix.
17852
17853 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17854
17855         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17856
17857 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * mm-util.el (mm-special-display-p): New function.
17860
17861         * mml.el (mml-preview): Use it; doc fix.
17862
17863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17864
17865         * imap.el (imap-open): Handle case where buffer is a buffer object.
17866
17867 2005-10-29  Romain Francoise  <romain@orebokech.com>
17868
17869         * message.el (message-fix-before-sending): Fix comment.
17870
17871 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17872
17873         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17874
17875 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17876
17877         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17878         Used in gnus-score.el.
17879
17880 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17883
17884 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17887         whitespace removed in revision 7.8.  Use concatenated string to
17888         protect trailing whitespace.
17889
17890 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17891
17892         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17893         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17894         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17895         Courier IMAP ("some version from 2004").  Mostly based on similar
17896         code in the same function.
17897
17898 2005-10-26  Didier Verna  <didier@xemacs.org>
17899
17900         * gnus-group.el (gnus-group-compact-group): Invalidate original
17901         article buffer.
17902         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17903         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17904         NOV database and in article itself.
17905         Invalidate article backlog.
17906
17907 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17910
17911 2005-10-26  Simon Josefsson  <jas@extundo.com>
17912
17913         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17914         part of 2004-07-25 change.
17915
17916 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * message.el (message-display-completion-list): New function.
17919         (message-expand-group): Use it; make sure the Completions buffer
17920         is modifiable.
17921 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17922
17923         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17924         user-mail-name is an empty string.
17925
17926 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17927
17928         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17929         depending on gnus-score-decay-constant.
17930
17931         * encrypt.el (encrypt-insert-file-contents)
17932         (encrypt-write-file-contents): Don't use `gnus-message'.
17933
17934         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17935         arguments.
17936         (mm-uu-type-alist): Add message-marks and insert-marks.
17937         Pass arguments to mm-uu-verbatim-marks-extract.
17938         (mm-uu-hide-markers): New variable.
17939         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17940
17941         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17942         (gnus-convert-image-to-face-command): Use "convert" by default to
17943         allow other input image formats.
17944         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17945         accordingly.
17946
17947 2005-10-23  Simon Josefsson  <jas@extundo.com>
17948
17949         * imap.el (imap-gssapi-program): Align command line parameters
17950         with latest GNU SASL.
17951         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17952
17953 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17954
17955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17956         HTML.
17957         (nnslashdot-request-article): Ditto.
17958
17959         * lpath.el (featurep): Add nobreak-char-display.
17960
17961 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17962
17963         * mail-source.el (mail-source-fetch-pop): Require pop3.
17964         (mail-source-check-pop): Ditto.
17965
17966 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17969         errors.
17970
17971 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17972
17973         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17974         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17975
17976         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17977
17978         * mm-bodies.el (mm-decode-string):
17979         Call `mm-charset-to-coding-system' with allow-override argument.
17980
17981 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17984         (rfc2047-charset-to-coding-system): New function.
17985         (rfc2047-decode-encoded-words): New function.
17986         (rfc2047-decode-region): Use them.
17987         (rfc2047-decode-cte): Remove.
17988         (rfc2047-parse-and-decode): Remove.
17989         (rfc2047-decode): Remove.
17990
17991 2005-10-15  Kenichi Handa  <handa@m17n.org>
17992
17993         * rfc2047.el (rfc2047-decode-cte): New function.
17994         (rfc2047-decode-region): Change the way to decode successive
17995         encoded-words: decode B- or Q-encoding in each encoded-word,
17996         concatenate them, and decode it as charset.
17997
17998 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * lpath.el: Fbind codepage-setup for XEmacs.
18001
18002 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18003
18004         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18005         widget-move-and-invoke.
18006         (gnus-custom-mode): Use gnus-custom-map.
18007
18008 2005-10-15  Bill Wohler  <wohler@newt.com>
18009
18010         * message.el (message-tool-bar-map): Rename image file from
18011         mail_send to mail/send.
18012
18013 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18014
18015         * message.el (message-expand-group): Pass the common
18016         prefix substring of completion to `display-completion-list'.
18017
18018 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * mml-sec.el (mml-secure-method): New internal variable.
18021         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18022         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18023         New functions using mml-secure-method.
18024
18025         * mml.el (mml-mode-map): Add key bindings for those functions.
18026         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18027         Harder <harder@myrealbox.com>.
18028         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18029         Goto end of message if point is the headers of the message.
18030
18031         * message.el (message-in-body-p): New function.
18032
18033         * assistant.el: Autoload gnus-util and netrc.
18034
18035         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18036         Use `mm-charset-override-alist' only when decoding.
18037
18038         * mm-bodies.el (mm-decode-body):
18039         Call `mm-charset-to-coding-system' with allow-override argument.
18040
18041         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18042         `filename' from Content-Disposition if Content-Type doesn't
18043         provide `name'.
18044         (gnus-mime-view-part-as-type): Set default instead of
18045         initial-input.
18046
18047 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18048
18049         * format-spec.el (format-spec): Propagate text properties of % spec.
18050
18051 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18052
18053         * gnus-art.el (gnus-treat-predicate): Add `first'.
18054
18055 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18056
18057         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18058         (mm-charset-override-alist): New variable.
18059         (mm-charset-to-coding-system): Use it.
18060         (mm-codepage-setup): New helper function.
18061         (mm-charset-eval-alist): New variable.
18062         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18063         Warn about unknown charsets.
18064
18065         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18066
18067 2005-10-04  David Hansen  <david.hansen@gmx.net>
18068
18069         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18070         (nnrss-check-group): Ditto.
18071
18072 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18075         Rename x-gnus-verbatim to x-verbatim.
18076         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18077
18078         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18079         x-verbatim.
18080
18081         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18082
18083         * gnus-util.el (gnus-remove-duplicates): Remove.
18084
18085         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18086         instead of gnus-remove-duplicates.
18087
18088         * message.el (message-remove-duplicates): Remove.
18089         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18090         message-remove-duplicates.
18091
18092         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18093         available, else use implementation from `delete-dups'.
18094
18095         * message.el (message-insert-expires): New function.
18096         (message-mode-map): Add key binding.
18097         (message-mode-field-menu): Add menu entry.
18098         (message-mode): Document it.
18099         (message-make-expires-date): Use `message-make-date'.
18100
18101 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18102
18103         * message.el (message-make-expires-date): New function.
18104
18105 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * Makefile.in (list-installed-shadows): New entry.
18108         (install): Use it.
18109         (remove-installed-shadows): New entry.
18110
18111         * dgnushack.el (dgnushack-default-load-path): New variable.
18112         (dgnushack-find-lisp-shadows): New function.
18113         (dgnushack-remove-lisp-shadows): New function.
18114
18115 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * Makefile.in (install-el-elc): New entry.
18118         (install): Use it so that .el files are necessarily installed.
18119
18120 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18123
18124 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18125
18126         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18127         function rather than the diff-mode.el package.
18128         (mm-display-external): Use with-current-buffer.
18129         (mm-viewer-completion-map, mm-viewer-completion-map):
18130         Move initialization inside declaration.
18131
18132 2005-09-29  Simon Josefsson  <jas@extundo.com>
18133
18134         * spam.el: Load hashcash when compiling, to avoid warnings.
18135         Don't autoload mail-check-payment.
18136         (spam-check-hashcash): Define unconditionally, since hashcash.el
18137         is part of Gnus now.  Ignore errors from payment checking.
18138
18139 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18140
18141         * message.el (message-bold-region, message-unbold-region):
18142         Rename from `bold-region' and `unbold-region'.
18143
18144         * message.el: Remove useless autoloads.
18145
18146 2005-09-28  Simon Josefsson  <jas@extundo.com>
18147
18148         * message.el (message-use-idna): Default to t.
18149         (message-use-idna): Test whether encoding works too.  Doc fix.
18150
18151 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * nntp.el (nntp-warn-about-losing-connection): Remove.
18154
18155 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18156
18157         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18158         customizable.  Change default value.
18159         (mm-uu-diff-groups-regexp): Change default value.
18160         (mm-uu-type-alist): Add doc string.
18161         (mm-uu-configure): Add doc string.  Make it interactive.
18162         (mm-uu-tex-groups-regexp): New variable.
18163         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18164         (mm-uu-type-alist): Add LaTeX documents.
18165         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18166         of "text/verbatim".
18167         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18168
18169         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18170         instead of "text/verbatim".
18171
18172         * message.el (message-mark-inserted-region)
18173         (message-mark-insert-file): Use slrn style marks when called with
18174         prefix argument.
18175
18176 2005-09-27  Simon Josefsson  <jas@extundo.com>
18177
18178         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18179
18180 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18181
18182         * message.el (message-remove-duplicates): New function.
18183         Implementation borrowed from `gnus-remove-duplicates'.
18184         (message-idna-to-ascii-rhs): Also encode idna addresses in
18185         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18186         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18187         only ask about the same idna domain once per header and also tell
18188         in what header to replace the idna domain.
18189
18190         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18191         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18192         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18193         a header is decoded and not just the last one.
18194
18195 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18198         has been decoded.
18199
18200         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18201         (mm-insert-part): Don't modify text if it has been decoded.
18202
18203         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18204         decoded.
18205
18206         * mm-view.el (mm-inline-text): Don't strip text props unless
18207         decoding enriched or richtext parts.
18208
18209 2005-09-25  Romain Francoise  <romain@orebokech.com>
18210
18211         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18212         * gnus-start.el (gnus-subscribe-interactively):
18213         * gnus-uu.el (gnus-uu-grab-articles):
18214         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18215         space.
18216
18217 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18218
18219         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18220         * mm-view.el (mm-view-pkcs7-decrypt):
18221         * gnus-sum.el (gnus-summary-limit-to-extra)
18222         (gnus-summary-respool-article, gnus-read-move-group-name):
18223         * gnus-score.el (gnus-summary-increase-score):
18224         * gnus-util.el (gnus-completing-read-with-default):
18225         * gnus-art.el (gnus-read-save-file-name)
18226         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18227         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18228         * message.el (message-check-news-header-syntax):
18229         Follow convention for reading with the minibuffer.
18230
18231 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * spam-report.el (spam-report-url-ping-plain):
18234         Use gnus-extended-version as User-Agent.
18235
18236         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18237         default value is nil.
18238
18239         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18240         (mm-uu-verbatim-marks-extract): New function.
18241         (mm-uu-extract): New face.
18242         (mm-uu-copy-to-buffer): Use it.
18243
18244         * spam-report.el (spam-report-gmane-ham): Rename from
18245         `spam-report-gmane-unspam'.
18246         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18247         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18248
18249         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18250         Autoload.
18251         (spam-report-gmane-unregister-routine):
18252         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18253
18254 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18255
18256         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18257         (spam-report-gmane-unregister-routine): Add support for gmane
18258         unregistration.
18259
18260         * spam-report.el (spam-report-gmane-unspam)
18261         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18262         (spam-report-gmane): Change to take a single article and do unspam
18263         registration.
18264
18265 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18266
18267         * mm-url.el (mm-url-decode-entities): Fix regexp.
18268
18269 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18270
18271         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18272         default to nil, to be able to use Gnus at all.  If the default
18273         switches to something else, then the function should be fixed not
18274         be exceedingly slow.
18275
18276 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18277
18278         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18279         fail hard.
18280
18281         * spam-report.el: Add better Keywords line.
18282
18283         * spam.el: Add Maintainer and better Keywords line.
18284
18285 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18286
18287         * gnus-art.el (gnus-article-replace-part)
18288         (gnus-mime-replace-part): New functions.
18289         (gnus-mime-action-alist, gnus-mime-button-commands)
18290         (gnus-mime-save-part-and-strip): Add file argument.
18291         (gnus-article-part-wrapper): Add interactive argument.
18292
18293         * gnus-sum.el (gnus-summary-mime-map):
18294         Add `gnus-article-replace-part'.
18295
18296 2005-09-19  Didier Verna  <didier@xemacs.org>
18297
18298         The nnml compaction feature:
18299         * nnml.el (nnml-request-compact-group): New function.
18300         * nnml.el (nnml-request-compact): New function.
18301         * gnus-int.el (gnus-request-compact-group): New function.
18302         * gnus-int.el (gnus-request-compact): New function.
18303         * gnus-group.el (gnus-group-compact-group): New function.
18304         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18305         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18306         * gnus-srvr.el (gnus-server-compact-server): New function.
18307         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18308         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18309
18310 2005-09-18  Deepak Goel  <deego@gnufans.org>
18311
18312         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18313         format spec.
18314
18315 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18318
18319 2005-09-15  Romain Francoise  <romain@orebokech.com>
18320
18321         * message.el (message-fill-paragraph): Clarify docstring.
18322
18323 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * gnus-art.el (gnus-mime-display-part): Protect against broken
18326         MIME messages.
18327
18328 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18329
18330         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18331         before parsing header.
18332
18333 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18334
18335         * html2text.el (html2text-replace-list): Add new entities.
18336
18337 2005-09-11  Romain Francoise  <romain@orebokech.com>
18338
18339         * message.el (message-alternative-emails): Improve docstring.
18340         (message-setup-1): Call `message-use-alternative-email-as-from'
18341         after `message-setup-hook' to give it precedence over posting
18342         styles, etc.
18343         (message-use-alternative-email-as-from): Add docstring.
18344         Remove the original From header if present.
18345
18346         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18347         (nnml-save-mail): Use it.
18348
18349         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18350         articles.  Add new argument `silent'.
18351         (gnus-uu-mark-all): Report the total number of marked articles.
18352
18353 2005-09-10  Romain Francoise  <romain@orebokech.com>
18354
18355         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18356         (gnus-uu-mark-series): Likewise.
18357
18358 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * spam-report.el (spam-report-gmane): Fix generation of spam
18361         report URL.
18362
18363 2005-09-10  Simon Josefsson  <jas@extundo.com>
18364
18365         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18366         t, based on discussion on the ding list with Robert Epprecht
18367         <epprecht@solnet.ch>.
18368
18369 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18370
18371         * spam-report.el (spam-report-gmane): Make it work without
18372         X-Report-Spam header.  Gmane now only provides Archived-At.
18373         This is only used if `spam-report-gmane-use-article-number' is nil.
18374         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18375
18376         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18377         make `gnus-summary-sort-by-recipient' work with threading.
18378
18379         * nnweb.el (nnweb-google-wash-article): Print a message if article
18380         is not available.
18381
18382 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18383
18384         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18385         change.  Decode text/* parts content before displaying.
18386
18387 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18390
18391 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18394
18395         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18396         url-package-name, url-package-version,
18397         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18398         w3m-display-inline-images, and w3m-minor-mode-map.
18399
18400 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18401
18402         * message.el (message-tab-body-function): Fix mismatched custom type.
18403
18404         * gnus.el (gnus-group-change-level-function): Ditto.
18405
18406         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18407
18408         * gnus-art.el (gnus-signature-limit)
18409         (gnus-article-mime-part-function): Ditto.
18410
18411 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * mml.el (mml-mode): Silence the byte compiler.
18414
18415         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18416         using `(sit-for 0)' before moving the point to the specified part;
18417         skip unbuttonized parts.
18418         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18419         return to the summary window if gnus-auto-select-part is non-nil.
18420
18421 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18422
18423         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18424         New variables.
18425         (mml-dnd-attach-file, mml-mode): Use them.
18426
18427         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18428         Make fetching article by MID work again for Google Groups.
18429         Add FIXME concerning gnus-group-make-web-group.
18430
18431         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18432         Don't depend on Gnus by using mail-extract-address-components if
18433         gnus-extract-address-components is not bound.
18434
18435 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * gnus-art.el (gnus-mime-display-security): Don't display the
18438         signature, but only the signed part.
18439
18440 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18443
18444         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18445         list, not listp.
18446
18447 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18448
18449         * mm-encode.el (mm-encode-content-transfer-encoding):
18450         Likewise when encoding.
18451
18452         * mm-bodies.el (mm-decode-content-transfer-encoding):
18453         De-canonicalize CRLF for all text content types, not just
18454         text/plain.
18455
18456 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18459         valid article; point arrow and cursor at the MIME button.
18460
18461 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18462
18463         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18464         Suggested by Dan Christensen <jdc@uwo.ca>.
18465
18466         * mm-decode.el (mm-save-part): Enable change of prompt.
18467
18468 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18469
18470         * gnus-msg.el (gnus-inews-add-send-actions):
18471         Make `message-post-method' lambda parameter ARG `&optional'.
18472
18473 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18474
18475         * gnus-sum.el (gnus-summary-mime-map):
18476         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18477         gnus-article-jump-to-part.
18478
18479         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18480         (gnus-article-edit-part): Use it.
18481         (gnus-article-part-wrapper): Add no-handle argument.
18482         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18483         New functions.
18484
18485 2005-08-29  Romain Francoise  <romain@orebokech.com>
18486
18487         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18488         docstring.
18489         (gnus-face-from-file): Likewise.
18490
18491 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18494         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18495         non-nil.
18496         (gnus-auto-select-part): New variable.
18497         (gnus-article-jump-to-part): New function.
18498         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18499         (gnus-mime-delete-part): Allow selecting specified part after
18500         deleting or stripping parts.
18501         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18502         part if argument is bogus.
18503
18504 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18505
18506         * gnus-art.el (w3m-minor-mode-map):
18507         * gnus-spec.el (gnus-newsrc-file-version):
18508         * gnus-util.el (nnmail-active-file-coding-system)
18509         (gnus-original-article-buffer, gnus-user-agent):
18510         * gnus.el (gnus-ham-process-destinations)
18511         (gnus-parameter-ham-marks-alist)
18512         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18513         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18514         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18515         * mm-decode.el (gnus-current-window-configuration):
18516         * mm-extern.el (gnus-article-mime-handles):
18517         * mm-url.el (url-current-object, url-package-name)
18518         (url-package-version):
18519         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18520         (smime-keys, w3m-cid-retrieve-function-alist)
18521         (w3m-current-buffer, w3m-display-inline-images)
18522         (w3m-minor-mode-map):
18523         * mml-smime.el (gnus-extract-address-components):
18524         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18525         (gnus-newsrc-hashtb, message-default-charset)
18526         (message-deletable-headers, message-options)
18527         (message-posting-charset, message-required-mail-headers)
18528         (message-required-news-headers):
18529         * mml1991.el (mc-pgp-always-sign):
18530         * mml2015.el (mc-pgp-always-sign):
18531         * nnheader.el (nnmail-extra-headers):
18532         * rfc1843.el (gnus-decode-encoded-word-function)
18533         (gnus-decode-header-function, gnus-newsgroup-name):
18534         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18535
18536 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18537
18538         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18539         the end of the date treatments.
18540
18541 2005-08-15  Simon Josefsson  <jas@extundo.com>
18542
18543         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18544         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18545         Capello and Romain Francoise.
18546         (pgg-fetch-key-function): Remove, not used?
18547         (pgg-insert-url-with-w3): Require url, to get
18548         url-insert-file-contents regardless of where it is defined.
18549
18550 2005-08-13  Romain Francoise  <romain@orebokech.com>
18551
18552         * message.el (message-cite-original-1): New function.
18553         (message-cite-original): Use it.
18554         (message-cite-original-without-signature): Ditto.
18555
18556 2005-08-08  Romain Francoise  <romain@orebokech.com>
18557
18558         * message.el (message-yank-empty-prefix): New variable.
18559         (message-indent-citation): Use it.
18560         (message-cite-original-without-signature): Respect X-No-Archive.
18561
18562 2005-08-08  Simon Josefsson  <jas@extundo.com>
18563
18564         * pgg.el: Autoload url-insert-file-contents instead of loading
18565         w3/url.
18566         (pgg-insert-url-with-w3): Don't load url here.
18567
18568 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18569
18570         * message.el (message-kill-to-signature): Don't insert newline at
18571         bol.
18572         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18573
18574 2005-08-06  Romain Francoise  <romain@orebokech.com>
18575
18576         * message.el (message-user-fqdn): Fix typo in docstring.
18577
18578 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18579
18580         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18581
18582         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18583
18584 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * mm-bodies.el (mm-encode-body): Use coding system rather than
18587         charset to encode text.
18588
18589         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18590         number of charsets if utf-8 is available (XEmacs).
18591
18592 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18595         taken from `gnus-button-mid-or-mail-regexp'.
18596         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18597         (gnus-button-alist): Improve regexp for domain part of the MIDs
18598         for news:localpart@domain buttons.
18599         (gnus-button-ctan-directory-regexp): Update.
18600
18601 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * sieve-manage.el (sieve-manage-interactive-login):
18604         Use make-local-variable rather than make-variable-buffer-local.
18605         (sieve-manage-open): Ditto.
18606         (sieve-manage-authenticate): Ditto.
18607
18608         * mml.el (mml-generate-mime-1): Make the content type default to
18609         text/plain if the filename is not specified.
18610
18611 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18614         instead of insert-buffer.
18615
18616         * message.el (message-yank-original): Ditto; set the mark at the
18617         end of the yanked message.
18618
18619 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18622         lines to scroll rather than to stop it.
18623
18624         * mml.el (mml-generate-default-type): Add doc string.
18625         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18626         default to application/octet-stream when determining the content
18627         type if it is not specified for the part or the mml contents; add
18628         a comment about mml-generate-default-type.
18629
18630 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18631
18632         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18633         make it default to application/octet-stream when determining the
18634         content type if it is not specified for the external contents.
18635
18636 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18639         segmented parameter but also other parameters might be there.
18640
18641 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * mm-decode.el (mm-display-external): Delete temp file, directory
18644         and buffer immediately if the external process is exited.
18645
18646 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18649         fewer lines than that of scroll-margin.
18650         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18651
18652 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-art.el (gnus-article-next-page): Revert.
18655         (gnus-article-beginning-of-window): New macro.
18656         (gnus-article-next-page-1): Use it.
18657         (gnus-article-prev-page): Ditto.
18658         (gnus-article-edit-part): Use insert-buffer-substring instead of
18659         insert-buffer.
18660         (gnus-article-edit-exit): Ditto.
18661
18662         * gnus-util.el (gnus-beginning-of-window): Remove.
18663         (gnus-end-of-window): Remove.
18664
18665         * lpath.el: Don't bind header-line-format and scroll-margin.
18666
18667 2005-07-25  Simon Josefsson  <jas@extundo.com>
18668
18669         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18670         to have the url package without w3.  Reported by Daiki Ueno
18671         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18672
18673 2005-07-20  Didier Verna  <didier@xemacs.org>
18674
18675         * gnus-diary.el: Remove the description comment (nndiary is now
18676         properly documented in the Gnus manual).
18677         Fix the spelling of "Back End".
18678         * nndiary.el: Ditto.
18679         Fix the copyright notice.
18680
18681 2005-07-18  Romain Francoise  <romain@orebokech.com>
18682
18683         * gnus-sum.el (gnus-summary-to-prefix)
18684         (gnus-summary-newsgroup-prefix): New variables.
18685         (gnus-summary-from-or-to-or-newsgroups): Use them.
18686
18687 2005-07-17  Romain Francoise  <romain@orebokech.com>
18688
18689         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18690         space as it's generally not especially interesting to the user.
18691
18692 2005-07-16  Romain Francoise  <romain@orebokech.com>
18693
18694         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18695         nil to avoid prompting and file modification if one of the
18696         messages at the top of the nnfolder file contains a copyright
18697         notice.
18698         Update copyright notice.
18699
18700         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18701         instead of `current-time-string' as the latter creates a time
18702         string that is not RFC 2822 compliant (it lacks the zone).
18703         Update copyright notice.
18704
18705 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18706
18707         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18708         for text/rtf.  Display default in prompt.  Pass default for M-n.
18709
18710         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18711
18712 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18713
18714         * gnus-msg.el (gnus-button-mailto):
18715         Remove save-selected-window-window hackery because it relies on
18716         save-selected-window internals.
18717
18718 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18721         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18722         (gnus-article-prev-page): Ditto.
18723
18724         * gnus-util.el (gnus-beginning-of-window): New function.
18725         (gnus-end-of-window): New function.
18726
18727         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18728
18729 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18730
18731         * gnus-score.el (gnus-score-edit-all-score):
18732         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18733         gnus-message.
18734
18735 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18736
18737         * gnus-msg.el (gnus-button-mailto):
18738         Remove save-selected-window-window hackery because it relies on
18739         save-selected-window internals.
18740
18741 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18744         add-minor-mode.
18745         (gnus-binary-mode): Ditto.
18746
18747         * gnus-topic.el (gnus-topic-mode): Ditto.
18748
18749 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18750
18751         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18752         (gnus-article-prev-page): Take scroll-margin into consideration.
18753
18754 2005-07-04  Lute Kamstra  <lute@gnu.org>
18755
18756         Update FSF's address in GPL notices.
18757
18758 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18759
18760         * gnus.el (gnus-exit):
18761         * gnus-group.el (gnus-group-icons):
18762         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18763
18764         * gnus-nocem.el (gnus-nocem):
18765         * message.el (message-various, message-buffers, message-sending)
18766         (message-interface, message-forwarding, message-insertion)
18767         (message-headers, message-news, message-mail):
18768         * pgg-gpg.el (pgg-gpg):
18769         * pgg-parse.el (pgg-parse):
18770         * pgg-pgp.el (pgg-pgp):
18771         * pgg-pgp5.el (pgg-pgp5):
18772         * pop3.el (pop3): Finish `defgroup' description with period.
18773
18774 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * gnus-art.el (article-display-face): Improve the efficiency.
18777         (article-display-x-face): Ditto; remove gray x-face stuff.
18778
18779 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18780
18781         * gnus-art.el (article-display-face): Correct the position in
18782         which Faces are inserted.
18783
18784 2005-06-29  Didier Verna  <didier@xemacs.org>
18785
18786         * gnus-art.el (article-display-face): Display faces in correct
18787         order.
18788
18789 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18790
18791         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18792         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18793         (gnus-nocem-check-article): Fetch the Type header.
18794         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18795         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18796         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18797         make sure gnus-nocem-hashtb is initialized.
18798         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18799         (gnus-nocem-unwanted-article-p): Ditto.
18800
18801         * pgg.el (pgg-verify): Return the verification result.
18802
18803 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804
18805         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18806         is ascii.
18807
18808 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18809
18810         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18811         `show-nonbreak-escape'.
18812
18813 2005-06-23  Lute Kamstra  <lute@gnu.org>
18814
18815         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18816
18817         * dig.el (dig-mode):
18818         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18819
18820 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18821
18822         * nnimap.el (nnimap-split-download-body): Fix spellings.
18823
18824 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18825
18826         * gnus-art.el (gnus-article-encrypt-body):
18827         * gnus-cus.el (gnus-score-customize):
18828         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18829         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18830
18831 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18832
18833         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18834         header by looking for magic "MII" at the beginning.
18835
18836 2005-06-16  Miles Bader  <miles@gnu.org>
18837
18838         * gnus-xmas.el (gnus-xmas-group-startup-message):
18839         Use renamed gnus-splash face.
18840
18841         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18842         (assistant-field-face): New backward-compatibility alias for renamed
18843         face.
18844         (assistant-render-text): Use renamed assistant-field face.
18845
18846         * spam.el (spam): Remove "-face" suffix from face name.
18847         (spam-face): New backward-compatibility alias for renamed face.
18848         (spam-face, spam-initialize): Use renamed spam face.
18849
18850         * message.el (message-header-to, message-header-cc)
18851         (message-header-subject, message-header-newsgroups)
18852         (message-header-other, message-header-name)
18853         (message-header-xheader, message-separator, message-cited-text)
18854         (message-mml): Remove "-face" suffix from face names.
18855         (message-header-to-face, message-header-cc-face)
18856         (message-header-subject-face, message-header-newsgroups-face)
18857         (message-header-other-face, message-header-name-face)
18858         (message-header-xheader-face, message-separator-face)
18859         (message-cited-text-face, message-mml-face):
18860         New backward-compatibility aliases for renamed faces.
18861         (message-font-lock-keywords): Use renamed message faces.
18862
18863         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18864         (sieve-test-commands, sieve-tagged-arguments):
18865         Remove "-face" suffix from face names.
18866         (sieve-control-commands-face, sieve-action-commands-face)
18867         (sieve-test-commands-face, sieve-tagged-arguments-face):
18868         New backward-compatibility aliases for renamed faces.
18869         (sieve-control-commands-face, sieve-action-commands-face)
18870         (sieve-test-commands-face, sieve-tagged-arguments-face):
18871         Use renamed sieve faces.
18872
18873         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18874         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18875         (gnus-group-news-3-empty, gnus-group-news-4)
18876         (gnus-group-news-4-empty, gnus-group-news-5)
18877         (gnus-group-news-5-empty, gnus-group-news-6)
18878         (gnus-group-news-6-empty, gnus-group-news-low)
18879         (gnus-group-news-low-empty, gnus-group-mail-1)
18880         (gnus-group-mail-1-empty, gnus-group-mail-2)
18881         (gnus-group-mail-2-empty, gnus-group-mail-3)
18882         (gnus-group-mail-3-empty, gnus-group-mail-low)
18883         (gnus-group-mail-low-empty, gnus-summary-selected)
18884         (gnus-summary-cancelled, gnus-summary-high-ticked)
18885         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18886         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18887         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18888         (gnus-summary-low-undownloaded)
18889         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18890         (gnus-summary-low-unread, gnus-summary-normal-unread)
18891         (gnus-summary-high-read, gnus-summary-low-read)
18892         (gnus-summary-normal-read, gnus-splash):
18893         Remove "-face" suffix from face names.
18894         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18895         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18896         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18897         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18898         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18899         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18900         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18901         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18902         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18903         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18904         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18905         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18906         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18907         (gnus-summary-normal-ticked-face)
18908         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18909         (gnus-summary-normal-ancient-face)
18910         (gnus-summary-high-undownloaded-face)
18911         (gnus-summary-low-undownloaded-face)
18912         (gnus-summary-normal-undownloaded-face)
18913         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18914         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18915         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18916         (gnus-splash-face):
18917         New backward-compatibility aliases for renamed faces.
18918         (gnus-group-startup-message): Use renamed gnus faces.
18919
18920         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18921         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18922         (gnus-server-agent): Remove "-face" suffix from face names.
18923         (gnus-server-agent-face, gnus-server-opened-face)
18924         (gnus-server-closed-face, gnus-server-denied-face)
18925         (gnus-server-offline-face):
18926         New backward-compatibility aliases for renamed faces.
18927         (gnus-server-agent-face, gnus-server-opened-face)
18928         (gnus-server-closed-face, gnus-server-denied-face)
18929         (gnus-server-offline-face): Use renamed gnus faces.
18930
18931         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18932         Remove "-face" suffix from face names.
18933         (gnus-picon-xbm-face, gnus-picon-face):
18934         New backward-compatibility aliases for renamed faces.
18935
18936         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18937         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18938         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18939         (gnus-cite-11): Remove "-face" suffix from face names.
18940         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18941         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18942         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18943         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18944         New backward-compatibility aliases for renamed faces.
18945         (gnus-cite-attribution-face, gnus-cite-face-list)
18946         (gnus-article-boring-faces): Use renamed gnus faces.
18947
18948         * gnus-art.el (gnus-signature, gnus-header-from)
18949         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18950         (gnus-header-content): Remove "-face" suffix from face names.
18951         (gnus-signature-face, gnus-header-from-face)
18952         (gnus-header-subject-face, gnus-header-newsgroups-face)
18953         (gnus-header-name-face, gnus-header-content-face):
18954         New backward-compatibility aliases for renamed faces.
18955         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18956
18957         * gnus-sum.el (gnus-summary-selected-face)
18958         (gnus-summary-highlight): Use renamed gnus faces.
18959         * gnus-group.el (gnus-group-highlight): Likewise.
18960
18961 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18962
18963         * gnus-sieve.el (gnus-sieve-article-add-rule):
18964         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18965         * spam-stat.el (spam-stat-buffer-change-to-spam)
18966         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18967
18968         * message.el (message-is-yours-p):
18969         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18970
18971 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * mm-view.el (mm-inline-text): Withdraw the last change.
18974
18975 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18978         executing enriched-decode.
18979
18980 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18983         charset of tar files.
18984
18985 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18986
18987         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18988
18989 2005-06-04  Lute Kamstra  <lute@gnu.org>
18990
18991         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18992         information is never recorded.
18993
18994 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18995
18996         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18997
18998 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18999
19000         * pop3.el (pop3-apop): Run md5 in the binary mode.
19001
19002         * starttls.el (starttls-set-process-query-on-exit-flag):
19003         Use eval-and-compile.
19004
19005 2005-05-31  Simon Josefsson  <jas@extundo.com>
19006
19007         * smime.el (smime-replace-in-string): Define.
19008         (smime-cert-by-ldap-1): Use it.
19009
19010 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * gnus-art.el (article-display-x-face): Replace
19013         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19014
19015         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19016         set-process-query-on-exit-flag or process-kill-without-query.
19017
19018         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19019         loop instead of replace-regexp.
19020
19021         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19022         instead of process-kill-without-query if it is available.
19023
19024         * lpath.el: Fbind ldap-search-entries.
19025
19026         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19027         instead of find-file-hooks if it is available.
19028
19029         * mml1991.el: Bind pgg-default-user-id when compiling.
19030
19031         * mml2015.el: Bind pgg-default-user-id when compiling.
19032
19033         * nndraft.el (nndraft-request-associate-buffer):
19034         Use write-contents-functions instead of write-contents-hooks if it is
19035         available.
19036
19037         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19038         instead of find-file-hooks if it is available.
19039
19040         * nntp.el (nntp-open-connection): Replace
19041         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19042         (nntp-open-ssl-stream): Ditto.
19043         (nntp-open-tls-stream): Ditto.
19044
19045         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19046         set-process-query-on-exit-flag or process-kill-without-query.
19047         (starttls-open-stream-gnutls): Use it instead of
19048         process-kill-without-query.
19049         (starttls-open-stream): Ditto.
19050
19051 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19052
19053         * smime.el (smime-cert-by-ldap-1): Don't use
19054         replace-regexp-in-string.
19055
19056 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19057
19058         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19059
19060         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19061         in PEM format.  Adjust to the XEmacs compatibility.
19062
19063 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19064
19065         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19066         by `string-to-number'.
19067         * gnus-agent.el (gnus-agent-regenerate-group)
19068         (gnus-agent-fetch-articles): Ditto.
19069         * gnus-art.el (gnus-button-fetch-group): Ditto.
19070         * gnus-cache.el (gnus-cache-generate-active)
19071         (gnus-cache-articles-in-group): Ditto.
19072         * gnus-group.el (gnus-group-set-current-level)
19073         (gnus-group-insert-group-line): Ditto.
19074         * gnus-score.el (gnus-score-set-expunge-below)
19075         (gnus-score-set-mark-below, gnus-summary-score-effect)
19076         (gnus-summary-score-entry): Ditto.
19077         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19078         (gnus-soup-pack): Ditto.
19079         * gnus-spec.el (gnus-xmas-format): Ditto.
19080         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19081         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19082         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19083         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19084         * nndb.el (nndb-get-remote-expire-response): Ditto.
19085         * nndiary.el (nndiary-parse-schedule-value)
19086         (nndiary-string-to-number, nndiary-request-replace-article)
19087         (nndiary-request-article): Ditto.
19088         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19089         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19090         * nneething.el (nneething-make-head): Ditto.
19091         * nnfolder.el (nnfolder-request-article)
19092         (nnfolder-retrieve-headers): Ditto.
19093         * nnheader.el (nnheader-file-to-number): Ditto.
19094         * nnkiboze.el (nnkiboze-request-article): Ditto.
19095         * nnmail.el (nnmail-process-unix-mail-format)
19096         (nnmail-process-babyl-mail-format): Ditto.
19097         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19098         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19099         (nnmh-request-create-group, nnmh-request-list-1)
19100         (nnmh-request-group, nnmh-request-article): Ditto.
19101         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19102         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19103         * nnsoup.el (nnsoup-make-active): Ditto.
19104         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19105         * nntp.el (nntp-find-group-and-number)
19106         (nntp-retrieve-headers-with-xover): Ditto.
19107         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19108         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19109         (pgg-format-key-identifier): Ditto.
19110         * pop3.el (pop3-last, pop3-stat): Ditto.
19111         * qp.el (quoted-printable-decode-region): Ditto.
19112
19113         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19114         of concat.
19115
19116 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19119
19120         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19121
19122         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19123
19124         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19125
19126         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19127
19128         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19129
19130         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19131         (gnus-carpal-mode): Ditto.
19132
19133         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19134         (gnus-browse-mode): Ditto.
19135
19136         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19137
19138         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19139
19140 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19141
19142         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19143
19144 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-util.el (gnus-run-mode-hooks): New function.
19147
19148         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19149
19150         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19151         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19152
19153 2005-05-27  Lute Kamstra  <lute@gnu.org>
19154
19155         * dns-mode.el (dns-mode): Specify customization group.
19156
19157 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19158
19159         * gnus-agent.el (gnus-agent-make-mode-line-string):
19160         Use mode-line-highlight as mouse-face.
19161
19162 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * canlock.el (canlock): Change the parent group to news.
19165
19166         * deuglify.el (gnus-outlook-deuglify): Add :group.
19167
19168         * dig.el (dig): Add :group.
19169
19170         * dns-mode.el (dns-mode): Add :group.
19171
19172         * encrypt.el (encrypt): Add :group.
19173
19174         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19175         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19176         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19177         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19178         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19179
19180         * gnus-diary.el (gnus-diary): Add :group.
19181
19182         * gnus.el (gnus-group-news-1-face): Add :group.
19183         (gnus-group-news-1-empty-face): Ditto.
19184         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19185         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19186         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19187         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19188         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19189         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19190         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19191         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19192         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19193         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19194         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19195         (gnus-summary-high-ticked-face): Ditto.
19196         (gnus-summary-low-ticked-face): Ditto.
19197         (gnus-summary-normal-ticked-face): Ditto.
19198         (gnus-summary-high-ancient-face): Ditto.
19199         (gnus-summary-low-ancient-face): Ditto.
19200         (gnus-summary-normal-ancient-face): Ditto.
19201         (gnus-summary-high-undownloaded-face): Ditto.
19202         (gnus-summary-low-undownloaded-face): Ditto.
19203         (gnus-summary-normal-undownloaded-face): Ditto.
19204         (gnus-summary-high-unread-face): Ditto.
19205         (gnus-summary-low-unread-face): Ditto.
19206         (gnus-summary-normal-unread-face): Ditto.
19207         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19208         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19209
19210         * hashcash.el (hashcash): New custom group.
19211         (hashcash-default-payment): Add :group.
19212         (hashcash-payment-alist): Ditto.
19213         (hashcash-default-accept-payment): Ditto.
19214         (hashcash-accept-resources): Ditto.
19215         (hashcash-path): Ditto.
19216         (hashcash-extra-generate-parameters): Ditto.
19217         (hashcash-double-spend-database): Ditto.
19218         (hashcash-in-news): Ditto.
19219
19220         * message.el (message-minibuffer-local-map): Add :group.
19221
19222         * netrc.el (netrc): Add :group.
19223
19224         * sieve-manage.el (sieve-manage-log): Add :group.
19225         (sieve-manage-default-user): Diito.
19226         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19227         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19228         (sieve-manage-authenticators): Ditto.
19229         (sieve-manage-authenticator-alist): Ditto.
19230         (sieve-manage-default-port): Ditto.
19231
19232         * sieve-mode.el (sieve-control-commands-face): Add :group.
19233         (sieve-action-commands-face): Ditto.
19234         (sieve-test-commands-face): Ditto.
19235         (sieve-tagged-arguments-face): Ditto.
19236
19237         * smime.el (smime): Add :group.
19238
19239         * spam-report.el (spam-report): Add :group.
19240
19241         * spam.el (spam, spam-face): Add :group.
19242
19243 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19244
19245         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19246         return \n.\n.\n at the end of articles.  Protect against that.
19247         (nntp-with-open-group): Allow debugging.
19248
19249         * nnheader.el (mail-header-set-extra): Make into a function
19250         because I just could't understand how to quote the list properly.
19251
19252         * dns.el (query-dns-cached): New function.
19253
19254 2005-05-26  Lute Kamstra  <lute@gnu.org>
19255
19256         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19257
19258 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19261
19262         * gnus-art.el: Don't autoload mail-extract-address-components.
19263
19264         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19265         eval-and-compile to evaluate it.
19266
19267         * hashcash.el: Don't autoload executable-find.
19268
19269         * nndb.el: Don't declare the nndb back end two or more times; don't
19270         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19271
19272         * nntp.el: Autoload format-spec instead of format; use
19273         eval-and-compile to evaluate autoload forms.
19274
19275 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19276
19277         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19278
19279 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19280
19281         * gnus.el (gnus-version-number): Bump version.
19282
19283 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19284
19285         * gnus.el: No Gnus v0.3 is released.
19286
19287 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19288
19289         * lpath.el (featurep): Bind show-nonbreak-escape.
19290
19291 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * gnus-art.el (gnus-article-edit-part): Disable undo.
19294
19295 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19298         gnus-article-date-lapsed-new-header is t if date timer is active;
19299         skip headers in which the original date value is empty.
19300         (gnus-article-save-original-date): Redefine it as a macro.
19301         (gnus-display-mime): Use it.
19302
19303 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-art.el (article-date-ut): Support converting date in
19306         forwarded parts as well.
19307         (gnus-article-save-original-date): New function.
19308         (gnus-display-mime): Use it.
19309
19310 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19311
19312         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19313         enclosure element of <item>.
19314
19315 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19316
19317         * message.el (message-kill-buffer-query): Rename from
19318         `message-kill-buffer-query-if-modified'.  Add :version.
19319
19320 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19321
19322         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19323         window layout.
19324
19325 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * mml.el: Autoload dnd when compiling.
19328
19329 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19330
19331         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19332         x-dnd-*.
19333
19334 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * qp.el (quoted-printable-encode-region): Save excursion.
19337
19338 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19339
19340         * message.el (message-kill-buffer-query-if-modified): Add new variable
19341         so the user can kill a modified message buffer quickly.
19342         (message-kill-buffer): Use it.
19343
19344 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * lpath.el: Fbind display-time-event-handler; don't fbind
19347         string-to-multibyte.
19348
19349         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19350
19351 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19354         contained in text because xml.el decodes entities) with LFs.
19355
19356 2005-04-11  Lute Kamstra  <lute@gnu.org>
19357
19358         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19359         differently.
19360
19361 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19362
19363         * mm-util.el (mm-detect-coding-region): Typo.
19364
19365 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19366
19367         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19368
19369 2005-04-06  Deepak Goel  <deego@gnufans.org>
19370
19371         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19372         user-function allow user modifications of the scores.
19373         (spam-stat-score-buffer-user): New function, to allow
19374         user-computed modifications to the score.
19375         (spam-stat-score-buffer-user-functions): List of additional
19376         scoring functions.
19377         (spam-stat-error-holder): Global temporary error holder.
19378         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19379         variable.
19380
19381 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19382
19383         * gnus-registry.el (gnus-registry-clean-empty-function)
19384         (gnus-registry-trim, gnus-registry-fetch-groups)
19385         (gnus-registry-delete-group): Groups that match
19386         `gnus-registry-ignored-groups' are removed from the registry
19387         entries, not just ignored for splitting.  This helps clean up the
19388         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19389         to get all the groups a message ID is in.
19390
19391         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19392         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19393         (spam-stat-score-buffer-user-functions): Add :number custom type.
19394
19395 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19398         argument in XEmacs.
19399
19400         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19401         (nnrss-request-group): Decode group name first.
19402         (nnrss-request-article): Make a text/plain article if mml-to-mime
19403         failed.
19404         (nnrss-get-encoding): Return a compatible encoding according to
19405         nnrss-compatible-encoding-alist.
19406         (nnrss-find-el): Use consp instead of listp.
19407         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19408
19409 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19410
19411         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19412         which Emacs 20 doesn't support.
19413         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19414
19415 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19416
19417         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19418         silence the byte compiler inside the defun.
19419
19420         * gnus-demon.el (parse-time-string): Add autoload.
19421
19422         * gnus-delay.el (parse-time-string): Add autoload.
19423
19424         * gnus-art.el (parse-time-string): Add autoload.
19425
19426         * nnultimate.el (parse-time): Require for `parse-time-string'.
19427
19428 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19431
19432         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19433
19434         * smime.el (smime-ldap-host-list): Add :version.
19435
19436 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19439         pass it to `gnus-browse-read-group'.
19440         (gnus-browse-read-group): Add NUMBER argument and pass it to
19441         `gnus-group-read-ephemeral-group'.
19442
19443         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19444         argument and pass it to `gnus-group-read-group'.
19445
19446 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19447
19448         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19449         mm-xemacs-find-mime-charset-1 if we have the mule feature
19450         available at runtime.
19451
19452 2005-03-25  Werner Lemberg  <wl@gnu.org>
19453
19454         * nnmaildir.el: Replace `illegal' with `invalid'.
19455
19456 2005-03-23  Lute Kamstra  <lute@gnu.org>
19457
19458         * time-date.el: Add comment on time value formats.
19459         Don't require parse-time.
19460         (with-decoded-time-value): New macro.
19461         (encode-time-value): New function.
19462         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19463         (days-to-time): Return a valid time value when arg is huge.
19464         (time-since): Use time-subtract.
19465         (time-to-number-of-days): Use time-to-seconds.
19466
19467 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19468
19469         * gnus-start.el (gnus-display-time-event-handler):
19470         Check display-time-timer at runtime rather than only at load time
19471         in case display-time-mode is turned off in the mean time.
19472
19473 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19474
19475         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19476         used.
19477
19478         * nneething.el (nneething-map-file-directory): Derive from
19479         `gnus-directory'.
19480
19481         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19482         the To/Cc button.
19483
19484 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19485
19486         * nnmaildir.el (nnmaildir-request-accept-article):
19487         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19488
19489 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19490
19491         * gnus-async.el: Require timer-funcs at compile time when in
19492         XEmacs for `run-with-idle-timer'.
19493
19494 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19495
19496         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19497         autoloaded function.
19498
19499 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19500
19501         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19502
19503 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19504
19505         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19506
19507 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19508
19509         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19510         Add gnus-expert-user to default.
19511
19512 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19513
19514         * nnimap.el (nnimap-open-server): Ditto.
19515
19516         * imap.el (imap-authenticate): Fix typo.
19517
19518 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19519
19520         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19521         buffer (since IMAP server might return FETCH response out of
19522         order, and the nntp buffer must be sorted).
19523
19524 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19525
19526         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19527         comparison on string.
19528
19529         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19530         (gnus-agent-score): Rename category keywords to match gnus-cus.
19531         (gnus-agent-summary-fetch-series): Modify to protect against
19532         gnus-agent-summary-fetch-group clearing processable flags.
19533         (gnus-agent-synchronize-group-flags): Update live group buffer as
19534         synchronization may occur due to the user toggle the plugged
19535         status.
19536         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19537         successfully downloaded.
19538         (gnus-agent-expire-group-1): Avoid using markers when the overview
19539         is in ascending order; greatly improves performance.
19540         (gnus-agent-regenerate-group):
19541         Use gnus-agent-synchronize-group-flags to reset read status in both
19542         gnus and server.
19543         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19544
19545 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19546
19547         * message.el: Don't autoload former message-utils variables.
19548         (message-strip-subject-trailing-was): Change doc string.
19549
19550         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19551         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19552         (nnweb-google-search): Add "hl=en" here.
19553         (nnweb-google-parse-1, nnweb-google-create-mapping):
19554         Don't hardcode URL.
19555
19556 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * message.el (message-get-reply-headers, message-followup):
19559         Mention related variables `message-use-followup-to' and
19560         `message-use-mail-followup-to', in the information buffer.
19561
19562         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19563         of broken groups(-beta).google.com.
19564
19565 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19566
19567         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19568         parameter to invoked gnus-request-move-article; remove the
19569         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19570         all at once instead of once per article.
19571         (gnus-summary-remove-process-mark): Accept a list of articles as
19572         well as a single article for processing.
19573
19574         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19575         parameter.
19576
19577         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19578
19579         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19580
19581         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19582         parameter.
19583
19584         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19585         parameter.
19586
19587         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19588         parameter and remove the gnus-sum-hint-move-is-internal variable.
19589
19590         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19591         parameter.
19592
19593         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19594         parameter.
19595
19596         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19597         parameter.
19598
19599         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19600
19601         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19602         parameter.
19603
19604         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19605         parameter.
19606
19607 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19608
19609         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19610         a more conservative way.
19611
19612 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19613
19614         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19615         buffer, so it moves the window's cursor.
19616
19617 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19618
19619         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19620         `mm-dissect-multipart' and receive the from field as an (optional)
19621         argument from `mm-dissect-multipart'.
19622         (mm-dissect-multipart): Receive the from field as an argument and
19623         pass it on when we call `mm-dissect-buffer' on MIME parts.
19624         Fixes verification/decryption of signed/encrypted MIME parts.
19625
19626 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19627
19628         * gnus-sum.el (gnus-summary-move-article):
19629         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19630         whatever it calls (right now, only nnimap-request-move article
19631         respects it).
19632
19633         * nnimap.el (nnimap-request-move-article):
19634         When gnus-sum-hint-move-is-internal is set, don't do the extra
19635         nnimap-request-article.
19636
19637 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19640
19641         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19642         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19643
19644         * gnus-sum.el (gnus-summary-caesar-message):
19645         Apply `gnus-treat-article' after rotation.
19646
19647         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19648         doc string.
19649
19650 2005-02-22  Simon Josefsson  <jas@extundo.com>
19651
19652         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19653         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19654         <arne@arnested.dk>.
19655         (encrypt): Add password-cache and password-cache-expiry as group
19656         members.
19657
19658 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19659
19660         * smime.el (smime-ldap-host-list): Doc fix.
19661         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19662         cache) password.
19663         (smime-sign-region): Use it.
19664         (smime-decrypt-region): Use it.
19665         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19666         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19667         fails.
19668         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19669         certificate from DER to PEM format rather than calling openssl.
19670
19671         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19672
19673         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19674         for signing/encryption.
19675
19676         * mml.el (mml-parse-1): Use them.
19677
19678 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19679
19680         * nnrss.el (nnrss-verbose): Remove.
19681         (nnrss-request-group): Use `nnheader-message' instead.
19682
19683 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19684
19685         * nnrss.el (nnrss-verbose): New variable.
19686         (nnrss-request-group): Make it say nnrss is requesting a group.
19687
19688 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19689
19690         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19691         Handle news URL with given port correctly.
19692
19693 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19696         containing special characters.
19697
19698         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19699
19700         * mml.el (mime-to-mml): Ditto.
19701
19702         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19703         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19704         (rfc2047-decode-region): Quote decoded words containing special
19705         characters when rfc2047-quote-decoded-words-containing-tspecials
19706         is non-nil.
19707
19708 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19709
19710         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19711
19712         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19713
19714 2005-02-15  Simon Josefsson  <jas@extundo.com>
19715
19716         * nnimap.el (nnimap-debug): Doc fix.
19717
19718         * imap.el (imap-debug): Doc fix.
19719
19720 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19721
19722         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19723
19724 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19725
19726         * gnus.el (spam-contents): Improve docs for spam-contents
19727         parameter in its variable incarnation.
19728
19729 2005-02-14  Simon Josefsson  <jas@extundo.com>
19730
19731         * smime-ldap.el: Use require instead of load-library for ldap.
19732         (smime-ldap-search): Indent.
19733         (smime-ldap-search-internal): Shorten line.
19734
19735         * smime.el (smime-cert-by-dns): Add doc-string.
19736         (smime-cert-by-ldap-1): Indent.
19737
19738         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19739         mml-smime-get-dns-ldap.
19740         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19741
19742 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19743
19744         * smime.el: Require smime-ldap.
19745         (smime-ldap-host-list): New variable.
19746         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19747
19748         * mml-smime.el (mml-smime-encrypt-query): New function.
19749         (mml-smime-encrypt-query): Use it.
19750
19751         * smime-ldap.el: New file.
19752
19753 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19754
19755         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19756
19757 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19758
19759         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19760         argument in doc string.  Make query for type more clear.
19761
19762 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19763
19764         * gnus.el (gnus-group-startup-message): Search for gnus images in
19765         etc/images/gnus.
19766         * mm-util.el (mm-image-load-path): Likewise.
19767         * smiley.el (smiley-data-directory): Search for smilies in
19768         etc/images/smilies.
19769
19770 2005-02-09  Kim F. Storm  <storm@cua.dk>
19771
19772         Change Emacs release version from 21.4 to 22.1 throughout.
19773         Change Emacs development version from 21.3.50 to 22.0.50.
19774
19775 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19776
19777         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19778
19779         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19780         non-Mule XEmacs as well.
19781         (mm-decompress-buffer): Signal an error intentionally if it does
19782         not decompress compressed data because auto-compression-mode is
19783         disabled.
19784
19785 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19786
19787         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19788         an ID in the registry even if it has no groups.
19789
19790 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19791
19792         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19793         merge it into mm-decompress-buffer.
19794         (gnus-mime-copy-part): Use the MIME part charset, the value which
19795         a user specified or gnus-newsgroup-charset for decoding, like
19796         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19797         save-buffer what was used.  Suggested by Kevin Ryde
19798         <user42@zip.com.au>.
19799         (gnus-mime-inline-part): Allow the name parameter as well as the
19800         filename parameter; force decompressing of compressed data; always
19801         display contents being not decoded as unibyte.
19802
19803         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19804         as well as the filename parameter.
19805
19806         * mm-util.el (mm-decompress-buffer):
19807         Merge gnus-mime-jka-compr-maybe-uncompress.
19808         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19809         of compressed data.
19810
19811 2005-02-08  Simon Josefsson  <jas@extundo.com>
19812
19813         * imap.el (imap-log): Doc fix.
19814
19815 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19818         the coding cookies; decompress compressed parts.
19819
19820         * mml.el (mml-generate-mime-1): Add the charset parameter according
19821         to the value which a user specified manually or the coding cookie.
19822
19823         * mm-util.el (mm-string-to-multibyte): New function.
19824         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19825         (mm-coding-system-to-mime-charset): New function.
19826         (mm-decompress-buffer): New function.
19827         (mm-find-buffer-file-coding-system): New function.
19828
19829         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19830         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19831         parts.
19832
19833 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19834
19835         * mm-view.el (mm-display-inline-fontify): Decode a part according
19836         to the charset parameter.
19837
19838 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19841         prefix arg is neither nil nor a number, as info specifies.
19842
19843 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19846         timestamps.
19847
19848 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19849
19850         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19851         groups error checking and notify user.
19852
19853 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19854
19855         * message.el (message-send-mail-function): Check existence of
19856         sendmail-program first before using default value
19857         `message-send-mail-with-sendmail'.  Otherwise use more generic
19858         `smtpmail-send-it'.
19859
19860 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19861
19862         * nntp.el (nntp-request-update-info): Always return nil.
19863
19864 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19865
19866         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19867
19868 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19869
19870         * message.el (message-beginning-of-line): Change the behavior when
19871         invoked between BOL and : so that it first moves backward.
19872
19873 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19876         article buffer when editing of the article is discarded.
19877         (gnus-article-prepare): Revert.
19878
19879 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * gnus-art.el (gnus-article-prepare):
19882         Remove message-strip-forbidden-properties from the local hook.
19883
19884 2005-01-27  Simon Josefsson  <jas@extundo.com>
19885
19886         * password.el (password-cache-add): Only start one timer per key.
19887         Reported by Derek Atkins <warlord@MIT.EDU>.
19888
19889 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19890
19891         * run-at-time.el: Remove.  It is no longer needed as
19892         timer-funcs.el in the xemacs-base package has a working version of
19893         `run-at-time'.
19894
19895         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
19896
19897         * password.el: Require timer-funcs instead of run-at-time in
19898         XEmacs.
19899         Remove `password-run-at-time' macro.
19900         (password-cache-add): Use `run-at-time' instead of
19901         `password-run-at-time'.
19902
19903         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
19904         Remove `nnheader-cancel-function-timers' alias,
19905         `cancel-function-timers' exists in XEmacs in timer-funcs.
19906
19907         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19908         for `run-with-idle-timer'.
19909
19910         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19911         for `run-at-time'.
19912
19913         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19914         for `with-timeout'.
19915
19916         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
19917         the same as for XEmacs 21.4.
19918         No need to ignore `run-with-idle-timer', this function exists in
19919         XEmacs now in timer-funcs.el in the xemacs-base package.
19920         (dgnushack-compile): No need to delete
19921         run-at-time.el from the list of files to compile because it
19922         doesn't exist anymore.
19923
19924 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19927         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19928
19929 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19930
19931         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19932         sensitively.
19933
19934 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19935
19936         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19937
19938 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19941         which will be inserted according to the multibyteness of a buffer
19942         rather than the type of contents.  Suggested by ARISAWA Akihiro
19943         <ari@mbf.ocn.ne.jp>.
19944
19945         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19946         of string which old xml.el may return rather than a string.
19947
19948 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19949
19950         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19951
19952 2005-01-16  Simon Josefsson  <jas@extundo.com>
19953
19954         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19955         idn/idna.el isn't available.
19956         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19957         <michael@waxrat.com>.
19958
19959         * hashcash.el: Remove non-FSF copyright header.
19960
19961         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19962         (hashcash-generate-payment): Use it.
19963         (hashcash-generate-payment-async): Use it.
19964
19965 2005-01-15  Simon Josefsson  <jas@extundo.com>
19966
19967         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19968         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19969
19970         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19971         gnus-summary-idna-message.
19972         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19973         (gnus-summary-idna-message): New function.
19974
19975 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19976
19977         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19978         gnus-novice-user.
19979
19980 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * nnrss.el (nnrss-request-delete-group): Delete entries in
19983         nnrss-group-alist as well.
19984         (nnrss-save-server-data): Insert newline.
19985
19986 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19987
19988         * gnus.el (gnus-user-agent): Use list of symbols instead of
19989         symbols.  Display full version number for (S)XEmacs.
19990         Optionally display (S)XEmacs codename.
19991
19992         * gnus-util.el (gnus-emacs-version): Update for new
19993         `gnus-user-agent'.
19994
19995         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19996         Gnus version.
19997
19998 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19999
20000         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20001         which is unreadable in some setups.
20002
20003 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20004
20005         * gnus-spec.el (gnus-update-format-specifications): Flush the
20006         group format spec cache if it doesn't support decoded group names.
20007
20008 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20009
20010         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20011         Allow to apply decay on score files matching a regexp.
20012
20013 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20014
20015         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20016         compatibility in %g and %c.
20017
20018 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20019
20020         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20021         name for only %g and %c.
20022         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20023         of gnus-tmp-group to decoded group name.
20024         (gnus-group-make-rss-group): Exclude `/'s from group names.
20025
20026 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20027
20028         * nnrss.el (nnrss-get-encoding): Fix regexp.
20029
20030 2004-12-27  Simon Josefsson  <jas@extundo.com>
20031
20032         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20033         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20034         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20035
20036 2004-12-17  Kim F. Storm  <storm@cua.dk>
20037
20038         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20039
20040         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20041
20042 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20043
20044         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20045
20046 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * nnrss.el: Require rfc2047 and mml.
20049         (nnrss-file-coding-system): New variable.
20050         (nnrss-format-string): Redefine it as an inline function.
20051         (nnrss-decode-group-name): New function.
20052         (nnrss-string-as-multibyte): Remove.
20053         (nnrss-retrieve-headers): Decode group name; don't use
20054         nnrss-format-string.
20055         (nnrss-request-group): Decode group name.
20056         (nnrss-request-article): Decode group name; allow a Message-ID as
20057         well as an article number; don't use nnrss-format-string; encode a
20058         Message-ID string which may contain non-ASCII characters; use
20059         mml-to-mime to compose a MIME article.
20060         (nnrss-request-expire-articles): Decode group name.
20061         (nnrss-request-delete-group): Decode group name.
20062         (nnrss-fetch): Clarify error message.
20063         (nnrss-read-server-data): Use insert-file-contents instead of load;
20064         bind file-name-coding-system; use multibyte buffer.
20065         (nnrss-save-server-data): Bind coding-system-for-write to the
20066         value of nnrss-file-coding-system; bind file-name-coding-system;
20067         add coding cookie.
20068         (nnrss-read-group-data): Use insert-file-contents instead of load;
20069         bind file-name-coding-system; use multibyte buffer.
20070         (nnrss-save-group-data): Bind coding-system-for-write to the
20071         value of nnrss-file-coding-system; bind file-name-coding-system.
20072         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20073         make it work with non-ASCII text.
20074         (nnrss-find-el): Make it work with old xml.el as well.
20075
20076 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20077
20078         * nnrss.el (nnrss-get-encoding): New function.
20079         (nnrss-fetch): Use unibyte buffer initially; bind
20080         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20081         decode contents according to the encoding attribute.
20082         (nnrss-save-group-data): Add coding cookie.
20083         (nnrss-mime-encode-string): New function.
20084         (nnrss-check-group): Use it to encode subject and author.
20085
20086 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20087
20088         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20089         imaginary variable.
20090
20091 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20094         correctly even if there are wide characters.
20095
20096 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20097
20098         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20099         downcased symbol names; make a new cache instead of reusing
20100         bbdb-hashtable.
20101
20102 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20103
20104         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20105         concatenating segments rather than before concatenating them.
20106         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20107
20108         * message.el (message-get-reply-headers): Bind `extra'.
20109
20110 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20111
20112         * message.el (message-extra-wide-headers): New variable.
20113         (message-get-reply-headers): Use it.
20114
20115 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20116
20117         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20118         (gnus-agent-group-pathname): Ditto.
20119
20120         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20121
20122         * gnus-group.el (gnus-group-make-group): Decode group name.
20123         (gnus-group-make-rss-group): Register the group data after opening
20124         the nnrss group.
20125
20126 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20127
20128         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20129         by expiry now get marked as read.
20130
20131 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20134
20135 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20136
20137         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20138         unify Latin characters in XEmacs.
20139         (mm-find-mime-charset-region): Use it.
20140
20141 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20142
20143         * gnus-util.el (gnus-delete-directory): New function.
20144
20145         * gnus-agent.el (gnus-agent-delete-group): Use it.
20146
20147         * gnus-cache.el (gnus-cache-delete-group): Use it.
20148
20149 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20150
20151         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20152         names.
20153
20154 2004-12-16  Simon Josefsson  <jas@extundo.com>
20155
20156         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20157
20158 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20161
20162         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20163         (gnus-group-set-current-level): Decode group name.
20164
20165 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20166
20167         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20168         failed.
20169
20170 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20171
20172         * gnus-group.el (gnus-group-delete-group): Decode group name.
20173         (gnus-group-make-rss-group): Encode group name.
20174         (gnus-group-catchup-current): Decode group name.
20175         (gnus-group-kill-group): Decode group name.
20176
20177 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20178
20179         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20180
20181 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20182
20183         * gnus-group.el (gnus-group-make-rss-group):
20184         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20185
20186         * gnus-start.el (gnus-setup-news): Honor user's setting to
20187         gnus-message-archive-method.  Suggested by Lute Kamstra
20188         <lute@gnu.org>.
20189
20190 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20191
20192         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20193         global counterparts of the buffer-local variables.
20194
20195 2004-11-16  Romain Francoise  <romain@orebokech.com>
20196
20197         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20198         counterparts of the buffer-local variables.
20199
20200 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * message.el (message-forbidden-properties): Fix typo in doc
20203         string.
20204
20205 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * gnus-util.el (gnus-replace-in-string): Add doc string.
20208
20209         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20210         to avoid problems when splitting mails with many recipients.
20211
20212 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20213
20214         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20215         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20216
20217 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20218
20219         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20220         if there is no hashtable in memory or file modification time is
20221         newer than cached timestamp.
20222
20223 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20224
20225         * gnus-sum.el (gnus-summary-limit-to-recipient):
20226         Implement not-matching option.
20227
20228 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20229
20230         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20231         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20232         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20233         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20234         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20235         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20236
20237 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * message.el (message-forward-make-body-mml): Remove headers
20240         according to message-forward-ignored-headers if a message is decoded.
20241
20242 2004-12-02  Romain Francoise  <romain@orebokech.com>
20243
20244         * message.el (message-forward-make-body-plain): Always remove
20245         headers according to message-forward-ignored-headers.
20246
20247 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20248
20249         * spam.el (spam-summary-prepare-exit): Remove the
20250         gnus-summary-limit pop for now, it has problems with ham marks for
20251         me.
20252
20253 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20254
20255         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20256         correctly.
20257
20258 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20259
20260         * format-spec.el (format-spec): Message the char.
20261
20262 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20263
20264         * gnus-art.el (gnus-split-methods): Reformat comments.
20265
20266         * spam.el (spam-summary-prepare-exit): Remove article limits
20267         before exiting the summary buffer.
20268
20269 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20272         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20273
20274         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20275         order to silence the byte compiler.
20276
20277         * spam.el: Fix the way to silence the byte compiler, which
20278         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20279         bbdb-search-simple, spam-BBDB-register-routine,
20280         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20281         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20282         spam-stat-buffer-is-spam, spam-stat-load,
20283         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20284         spam-stat-save and spam-stat-split-fancy.
20285
20286 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20289         which may confuse users.
20290         (canlock-password-for-verify): Ditto.
20291
20292         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20293
20294         * gnus-art.el (gnus-emphasis-alist): Ditto.
20295
20296         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20297
20298         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20299
20300         * gnus-start.el (gnus-save-killed-list): Ditto.
20301
20302         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20303         (gnus-sum-thread-tree-root): Ditto.
20304         (gnus-sum-thread-tree-false-root): Ditto.
20305         (gnus-sum-thread-tree-single-indent): Ditto.
20306
20307         * message.el (message-courtesy-message): Ditto.
20308         (message-archive-note): Ditto.
20309         (message-subscribed-address-file): Ditto.
20310         (message-user-fqdn): Ditto.
20311
20312         * spam-report.el (spam-report-gmane-regex): Ditto.
20313
20314         * spam.el (spam-blackhole-good-server-regex): Ditto.
20315
20316 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * mml.el (mml-preview): Widen the message buffer before copying
20319         the contents to the preview buffer; sort headers before previewing.
20320
20321         * message.el (message-hidden-headers): Fix the way to avoid a bug
20322         in the `repeat' widget in Emacs 21.3 or earlier.
20323
20324 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * message.el (message-hidden-headers): Default to "^References:".
20327         Improve customization type.  Suggested by Reiner Steib
20328         <Reiner.Steib@gmx.de>.
20329
20330 2004-11-25  Romain Francoise  <romain@orebokech.com>
20331
20332         * message.el (message-strip-forbidden-properties): Remove check for
20333         obsolete `message-hidden' text property, hidden headers are not
20334         accessible in the buffer anymore.
20335
20336 2004-11-22  Romain Francoise  <romain@orebokech.com>
20337
20338         * message.el (message-header-format-alist): Add `From' in list
20339         so that it can be sorted.
20340         (message-fix-before-sending): Widen and sort headers before
20341         sending.
20342         (message-hide-headers): Use narrowing to hide headers by moving
20343         them to the top of the buffer and narrowing to the region
20344         underneath.
20345
20346 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20347
20348         * message.el (message-strip-forbidden-properties):
20349         Bind buffer-read-only (etc) to nil.
20350
20351 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20354         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20355
20356 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20357
20358         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20359
20360 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20361
20362         * dns.el (query-dns): Use sit-for to time instead of
20363         accept-process-output, since that doesn't seem to work on udp
20364         sockets.
20365
20366 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20369
20370 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20371
20372         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20373         doc string.  Improve doc string.
20374
20375 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20376
20377         * nntp.el (nntp-request-update-info): Return nil if
20378         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20379         may not call gnus-activate-group which uselessly issues the GROUP
20380         commands for all nntp groups and wastes time.  Reported by Romain
20381         Francoise <romain@orebokech.com>.
20382
20383         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20384
20385 2004-11-15  Simon Josefsson  <jas@extundo.com>
20386
20387         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20388         headers separately.
20389         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20390         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20391
20392 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20393
20394         * gnus-start.el (gnus-convert-old-newsrc):
20395         Assign legacy-gnus-agent to 5.10.7.
20396
20397 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20398
20399         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20400         start of the lines.
20401
20402 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20403
20404         * hashcash.el (hashcash-default-payment): Change default to 20.
20405         (hashcash-default-accept-payment): Change default to 20.
20406         (hashcash-process-alist): New variable.
20407         (hashcash-generate-payment-async): Add.
20408         (hashcash-already-paid-p): Add.
20409         (hashcash-insert-payment): Don't generate payments twice.
20410         (hashcash-insert-payment-async): Add.
20411         (hashcash-insert-payment-async-2): Add.
20412         (hashcash-cancel-async): Add.
20413         (hashcash-wait-async): Add.
20414         (hashcash-processes-running-p): Add.
20415         (hashcash-wait-or-cancel): Add.
20416         (mail-add-payment): New optional argument.  Conditionally start
20417         asynchronous calculation.
20418         (mail-add-payment-async): Add.
20419
20420         * message.el (message-send-mail): Wait for asynchronous hashcash
20421         results.  Don't clobber existing X-Hashcash headers.
20422         (message-setup-1): Call mail-add-payment-async when
20423         message-generate-hashcash is non-nil.
20424
20425 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20426
20427         * message.el (message-use-alternative-email-as-from): Examine the
20428         From header as well; use message-make-from in order to include a
20429         user's full name.
20430
20431 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20434         default; improve customization type.
20435         (gnus-emphasis-custom-with-format): New macro.
20436         (gnus-emphasis-custom-value-to-external): New function.
20437         (gnus-emphasis-custom-value-to-internal): New function.
20438
20439 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20440
20441         * dns.el (query-dns): Resolve reverse addresses.
20442
20443 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20444
20445         * gnus-group.el (gnus-group-get-new-news): Use it.
20446
20447         * gnus-start.el (gnus-check-reasonable-setup): New function.
20448
20449 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20452         "Args out of range" error.  Reported by Arnaud Giersch
20453         <arnaud.giersch@free.fr>.
20454
20455 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20456
20457         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20458
20459 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20460
20461         * spam.el (spam group): Add :version.
20462
20463         * pgg-def.el (pgg group): Add :version.
20464
20465 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20466
20467         * gnus-art.el (gnus-article-edit-article): Don't associate the
20468         article buffer with a draft file.  This is a temporary measure
20469         against the 2004-08-22 change to gnus-article-edit-mode.
20470
20471 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20474         (html2text-format-tags): Remove unused variable `attr'.
20475
20476 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20477
20478         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20479
20480         * tls.el (tls-process-connection-type, tls-success)
20481         (tls-certtool-program): Add :version.
20482
20483         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20484         (starttls-extra-arguments, starttls-process-connection-type)
20485         (starttls-connect, starttls-failure, starttls-success): Add :version.
20486
20487         * spam-stat.el (spam-stat): Add :version.
20488
20489         * sieve.el (sieve): Add :version.
20490
20491         * sha1.el (sha1): Add :version.
20492         (sha1-use-external): Remove redundant version.
20493
20494         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20495         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20496         (nnmail-split-fancy-match-partial-words)
20497         (nnmail-split-lowercase-expanded): Add :version.
20498
20499         * nndiary.el (nndiary): Add :version.
20500
20501         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20502
20503         * mml-sec.el (mml-default-sign-method)
20504         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20505         Add :version.
20506
20507         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20508
20509         * mm-url.el (mm-url-use-external, mm-url-program)
20510         (mm-url-arguments): Add :version.
20511
20512         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20513         (mm-attachment-file-modes, mm-decrypt-option)
20514         (mm-w3m-safe-url-regexp): Add :version.
20515
20516         * message.el (message-cite-prefix-regexp)
20517         (message-sendmail-envelope-from, message-minibuffer-local-map)
20518         (message-user-fqdn, message-completion-alist): Add :version.
20519
20520         * gnus-win.el (gnus-configure-windows-hook)
20521         (gnus-use-frames-on-any-display): Add :version.
20522
20523         * gnus-art.el (gnus-article-address-banner-alist)
20524         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20525         (gnus-treat-from-picon, gnus-treat-mail-picon)
20526         (gnus-treat-x-pgp-sig): Add :version.
20527
20528         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20529         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20530         (gnus-summary-article-delete-hook)
20531         (gnus-summary-display-while-building): Add :version.
20532
20533         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20534         (gnus-get-top-new-news-hook): Add :version.
20535
20536         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20537         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20538
20539         * gnus-registry.el (gnus-registry): Add :version.
20540
20541         * gnus-spec.el (gnus-use-correct-string-widths)
20542         (gnus-make-format-preserve-properties): Add :version.
20543
20544         * gnus.el (gnus-group-charter-alist)
20545         (gnus-group-fetch-control-use-browse-url)
20546         (gnus-install-group-spam-parameters): Add :version.
20547
20548         * gnus-diary.el (gnus-diary): Add :version.
20549
20550         * gnus-delay.el (gnus-delay): Add :version.
20551
20552         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20553         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20554         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20555         Add :version.
20556
20557         * gnus-agent.el (gnus-agent-max-fetch-size)
20558         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20559         (gnus-agent-prompt-send-queue): Add :version.
20560
20561         * deuglify.el (gnus-outlook-deuglify): Add :version.
20562
20563         * html2text.el: Beautify code.  Improve doc strings.
20564         Some checkdoc cleanup.
20565         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20566
20567 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20568
20569         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20570
20571 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20572
20573         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20574         when package is loaded.
20575
20576         * spam.el (spam-summary-score-preferred-header): Add global preference
20577         for people who want to override the default SpamAssassin over
20578         Bogofilter preference (when both are set).
20579         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20580         (spam-user-format-function-S):
20581         Check spam-summary-score-preferred-header.
20582         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20583         (spam-user-format-function-S): Format the score correctly.
20584
20585 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20586
20587         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20588         signature file.  Suggested by Manoj Srivastava
20589         <srivasta@golden-gryphon.com>.
20590
20591         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20592         iso-2022-jp even in the Japanese language environment.
20593         Suggested by Jason Rumney <jasonr@gnu.org>.
20594
20595 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20598         use the same characters as the dummy marks; make it free from
20599         getting affected by the language environment.
20600         (gnus-summary-read-group-1): Update mark positions only when the
20601         format spec is updated.
20602
20603         * gnus-spec.el (gnus-update-format-specifications): Return a list
20604         of updated types.
20605
20606 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20609         of boundp to check if display-warning is available.
20610
20611 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20612
20613         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20614
20615 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * nnspool.el (nnspool-spool-directory): Use news-path if the
20618         news-directory variable is not bound.
20619
20620         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20621         function instead of display-warning if it is not available.
20622
20623 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20624
20625         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20626         v5-10: Use `point-at-bol'.
20627
20628 2004-10-26  Simon Josefsson  <jas@extundo.com>
20629
20630         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20631         <chenggao@gmail.com>.
20632
20633 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20634
20635         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20636         instead.
20637
20638 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20639
20640         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20641         to remove a server from the nnimap-server-buffer-alist.
20642         (nnimap-open-connection, nnimap-close-server): Use it.
20643
20644         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20645
20646 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20649         running the major-mode function.
20650
20651 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20654         dummy marks in the right way.
20655
20656 2004-10-18  David Edmondson  <dme@dme.org>
20657
20658         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20659         excessively.
20660
20661 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20662
20663         * gnus-util.el (gnus-split-references): Accept a nil references
20664         string and go on blissfully.
20665
20666         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20667         cases where the references string is non-nil but has no references.
20668
20669         * encrypt.el: Add autoload tags.
20670
20671         * spam.el (spam-resolve-registrations-routine): Remove article
20672         from unregistration list too.  Reported by David Hanak
20673         <dhanak@isis.vanderbilt.edu>
20674
20675 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20678         nil.  Change custom type.
20679
20680 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20681
20682         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20683
20684         * gnus-sum.el (gnus-summary-move-article): Use it.
20685
20686 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20687
20688         * encrypt.el: Add autoload cookies.
20689
20690         * spam.el (spam-backend-article-list-property)
20691         (spam-backend-get-article-todo-list)
20692         (spam-backend-put-article-todo-list)
20693         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20694         Resolve registrations separately.
20695         (spam-register-routine): Format comments.
20696         (spam-unregister-routine, spam-register-routine): Always call with
20697         specific-articles, no default list.
20698         (spam-summary-prepare-exit): Use the spam-classifications function.
20699
20700         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20701         gnus-encrypt.el.
20702
20703         * encrypt.el: Copied from gnus-encrypt.el.
20704
20705         * gnus-encrypt.el: Commented that it's obsolete.
20706
20707 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20708
20709         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20710         (gnus-score-save): Use it.
20711
20712         * message.el (message-bury): Use `window-dedicated-p'.
20713
20714 2004-10-15  Simon Josefsson  <jas@extundo.com>
20715
20716         * pop3.el (top-level): Don't require nnheader.
20717         (pop3-read-timeout): Add.
20718         (pop3-accept-process-output): Add.
20719         (pop3-read-response, pop3-retr): Use it.
20720
20721 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20722
20723         * spam.el (spam-register-routine): Move comment.
20724         (spam-verify-bogofilter): Use 'unknown for the initial
20725         spam-bogofilter-valid state, not 'never.
20726
20727         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20728         for netrc-machine.
20729
20730         * nnimap.el (nnimap-open-connection):
20731         Use netrc-machine-user-or-password.
20732
20733 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20734
20735         * gnus-registry.el (gnus-registry-unload-hook):
20736         Set as a variable with add-hook.
20737
20738         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20739         of news-path.
20740
20741         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20742
20743         * spam.el: Delete duplicate `provide'.
20744         (spam-unload-hook): Set as a variable with add-hook.
20745
20746 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20747
20748         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20749         in the doc string.
20750
20751         * message.el (message-ignored-news-headers)
20752         (message-ignored-supersedes-headers)
20753         (message-ignored-resent-headers)
20754         (message-forward-ignored-headers): Improve custom type.
20755
20756 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * message.el (message-tokenize-header): Fix 2004-09-06 change
20759         which used point-min in the wrong place.
20760
20761 2004-10-12  Simon Josefsson  <jas@extundo.com>
20762
20763         * tls.el (tls-certtool-program): New variable.
20764         (tls-certificate-information): New function, based on
20765         ssl-certificate-information.
20766
20767 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * compface.el: Move the version of ELisp-based uncompface program
20770         to the contrib directory because of the copyright problem.
20771
20772 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20773
20774         * message.el (message-kill-buffer): Raise the current frame.
20775
20776 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20779
20780         * gnus.el (message-y-or-n-p): Autoload.
20781
20782         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20783         (pop3-password-required, pop3-authentication-scheme)
20784         (pop3-leave-mail-on-server): Make customizable.
20785         (pop3): New custom group.
20786         (pop3-retr): Remove `sleep-for' statements.
20787         Suggested by Dave Love <fx@gnu.org>.
20788
20789         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20790         Windows/DOS.
20791
20792         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20793         (imap-parse-body): Fix incorrect use of `assert'.
20794         Suggested by Dave Love <fx@gnu.org>.
20795
20796         * mml.el (mml-minibuffer-read-disposition): Require match.
20797         Suggested by Dave Love <fx@gnu.org>.
20798
20799 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20800
20801         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20802         doc string.
20803
20804 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20807
20808 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20809
20810         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20811         instead of calling `mm-insert-inline', to decode text/* parts
20812         before displaying them.
20813
20814 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * mm-uu.el (mm-uu-text-plain-type): New variable.
20817         (mm-uu-pgp-signed-extract-1): Use it.
20818         (mm-uu-pgp-encrypted-extract-1): Use it.
20819         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20820         bind mm-uu-text-plain-type with that value.
20821         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20822         mm-uu-dissect.
20823
20824 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * gnus-group.el (gnus-update-group-mark-positions):
20827         * gnus-sum.el (gnus-update-summary-mark-positions):
20828         * message.el (message-check-news-body-syntax):
20829         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20830         of string-as-multibyte.
20831
20832 2004-10-05  Juri Linkov  <juri@jurta.org>
20833
20834         * gnus-group.el (gnus-update-group-mark-positions):
20835         * gnus-sum.el (gnus-update-summary-mark-positions):
20836         * message.el (message-check-news-body-syntax):
20837         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20838         8-bit unibyte values to a multibyte string for search functions.
20839
20840 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20843         (mm-uu-dissect-text-parts): New function.
20844
20845         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20846         dissect text parts.
20847
20848         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20849         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20850
20851         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20852
20853         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20854         Use gnus-current-topics instead of gnus-current-topic.
20855
20856 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20857
20858         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20859
20860 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20861
20862         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20863         where appropriate.
20864
20865         * nnml.el (nnml-generate-active-info): do.
20866
20867         * nndiary.el (nndiary-generate-active-info): do.
20868
20869         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20870         (gnus-topic-move): do.
20871
20872         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20873         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20874
20875         * gnus-srvr.el (gnus-server-prepare)
20876         (gnus-server-open-all-servers): do.
20877
20878         * gnus-msg.el (gnus-summary-cancel-article)
20879         (gnus-summary-resend-message)
20880         (gnus-summary-mail-crosspost-complaint): do.
20881
20882         * gnus-move.el (gnus-change-server): do.
20883
20884         * gnus-group.el (gnus-group-unmark-all-groups)
20885         (gnus-group-set-current-level): do.
20886
20887 2004-10-04  Simon Josefsson  <jas@extundo.com>
20888
20889         * message.el (message-generate-hashcash): Doc fix.
20890
20891 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20892
20893         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20894         avoid infinite recursion via gnus-get-function.
20895
20896 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20897
20898         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20899
20900         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20901
20902         * nnmail.el (nnmail-split-history): do.
20903
20904         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20905         (nnml-request-delete-group): do.
20906
20907         * nnslashdot.el (nnslashdot-read-groups): do.
20908
20909         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20910         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20911
20912         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20913         (nnspool-sift-nov-with-sed): Use last.
20914         (nnspool-retrieve-headers-with-nov): Use mapc.
20915         (nnspool-request-newgroups): Use dolist.
20916         (nnspool-request-group): Use last.
20917
20918         * nntp.el (nntp-read-server-type): Use dolist.
20919
20920         * nnvirtual.el (nnvirtual-create-mapping)
20921         (nnvirtual-update-read-and-marked): Use dolist.
20922         (nnvirtual-convert-headers): Simplify.
20923
20924 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20925
20926         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20927         Add support for sync'ing tick marks.
20928
20929 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20930
20931         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20932         there's no visible header.
20933
20934 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20935
20936         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20937         When necessary, pass full group name to gnus-request-set-marks.
20938
20939 2004-10-01  Simon Josefsson  <jas@extundo.com>
20940
20941         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20942         acroread.
20943
20944 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20945
20946         * spam-report.el (spam-report-gmane): Fix interactive.
20947
20948         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20949
20950         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20951         when writing file.
20952         (gnus-agent-synchronize-flags): Don't default to being
20953         interactive.
20954
20955 2004-09-30  Simon Josefsson  <jas@extundo.com>
20956
20957         * message.el (message-generate-hashcash): Add.
20958         (message-send-mail): Use it, call mail-add-payment.
20959
20960 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20961
20962         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20963
20964 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20965
20966         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20967         gnus-requst-update-info with explicit code to sync the in-memory
20968         info read flags with the marks being sync'd to the backend.
20969
20970         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20971
20972 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20973
20974         * spam.el (spam-verify-bogofilter): Add new function.
20975         (spam-check-bogofilter)
20976         (spam-bogofilter-register-with-bogofilter): Use it.
20977         (spam-verify-bogofilter): Add small fixes.
20978
20979 2004-09-28  Simon Josefsson  <jas@extundo.com>
20980
20981         * hashcash.el (hashcash-generate-payment): Revert.
20982
20983 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20984
20985         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20986         Use gnus-extract-references instead of gnus-split-references.
20987
20988         * gnus-util.el (gnus-extract-references): Add new function, analogous
20989         to gnus-split-references but extracts only the message-ID without
20990         anything extra.
20991
20992         * hashcash.el (hashcash-generate-payment)
20993         (hashcash-check-payment): Do the right thing if hashcash-path is
20994         nil (because the hashcash program could not be found).
20995
20996         * spam.el (spam-use-hashcash): Remove comment.
20997
20998 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20999
21000         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21001         (gnus-cache-enter-article, gnus-cache-remove-article)
21002         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21003
21004         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21005
21006         * gnus-art.el (article-hide-boring-headers)
21007         (article-translate-strings, article-display-face)
21008         (gnus-article-mime-match-handle-first)
21009         (gnus-article-highlight-headers)
21010         (gnus-article-add-buttons-to-head): do.
21011
21012 2004-09-27  Simon Josefsson  <jas@extundo.com>
21013
21014         * hashcash.el: New version, from
21015         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21016         ../contrib/.
21017
21018 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21019
21020         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21021
21022 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21023
21024         * gnus-dup.el (gnus-dup-open): Use mapc.
21025         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21026
21027         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21028         Reported by Stefan Wiens <s.wi@gmx.net>.
21029
21030         * gnus.el (gnus-shutdown): Use dolist.
21031
21032         * gnus-undo.el (gnus-undo): Use mapc.
21033
21034         * nnrss.el (nnrss-generate-active): do.
21035
21036         * message.el (message-cite-original-without-signature)
21037         (message-cite-original): Use mapc.
21038         (message-do-actions, message-make-forward-subject): Use dolist.
21039
21040 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21041
21042         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21043         deletion to remove entire duplicate line.  Fixes merged article
21044         number bug.
21045
21046 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21047
21048         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21049         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21050         first ask if you want to open a server and then, even when you
21051         responded with no, asking if you want to synchronize the server's
21052         flags.
21053         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21054         multi-line expressions.
21055         (gnus-agent-synchronize-group-flags): New internal function.
21056         Updates marks in memory (in the info structure) AND in the
21057         backend.
21058
21059         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21060
21061         * nnagent.el (nnagent-request-set-mark):
21062         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21063         method, to ensure that synchronization updates marks in the
21064         backend and in the info (in memory) structure.
21065
21066 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21067
21068         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21069         convention fully; don't miss the root article of a thread; make
21070         the X-Draft-From header with correct article numbers.
21071
21072 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21073
21074         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21075         unless plugged.  Disable the agent so that an open failure causes
21076         an error.
21077
21078         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21079         Revert 2004-09-21 change.  The backend must be opened while
21080         synchronizing flags even when the backend stores the flags
21081         locally.
21082
21083 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21084
21085         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21086         in `header' match.  Reported by Svend Tollak Munkejord.
21087
21088         * message.el (message-cite-original): Fix use of
21089         `message-cite-articles-with-x-no-archive'.
21090
21091 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21092
21093         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21094         (gnus-window-to-buffer): Ditto.
21095
21096         * mml.el (mml-preview-buffer): New variable.
21097         (mml-preview): Manage window layout with gnus-buffer-configuration.
21098
21099         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21100         X-Draft-From header even if those articles aren't quoted.
21101
21102 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21103
21104         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21105         (gnus-request-set-mark, gnus-request-update-mark): Use new
21106         g-s-t-u-l-m to decide to use backend even when unplugged.
21107
21108 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21109
21110         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21111         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21112
21113 2004-09-20  Simon Josefsson  <jas@extundo.com>
21114
21115         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21116         "utf-16-le".
21117
21118 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21119
21120         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21121
21122 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21123
21124         * uudecode.el (uudecode-use-external): Add :version.
21125
21126         * smime.el (smime-CA-file, smime-encrypt-cipher)
21127         (smime-dns-server): Add :version.
21128
21129         * smiley.el (gnus-smiley-file-types): Add :version.
21130
21131         * sha1.el (sha1-use-external): Add :version.
21132
21133         * pgg-def.el (pgg-query-keyserver): Add :version.
21134
21135         * nnmail.el (nnmail-fancy-expiry-targets)
21136         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21137         Add :version.
21138
21139         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21140         (nnimap-retrieve-groups-asynchronous): Add :version.
21141         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21142
21143         * mml.el (mml-content-disposition-parameters)
21144         (mml-insert-mime-headers-always): Add :version.
21145
21146         * mm-util.el (mm-coding-system-priorities): Add :version.
21147
21148         * mm-decode.el (mm-inline-text-html-with-images)
21149         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21150         (mm-verify-option): Add :version.
21151         (mm-text-html-renderer): Change :version.
21152
21153         * message.el (message-fcc-externalize-attachments)
21154         (message-required-headers, message-draft-headers)
21155         (message-subject-trailing-was-query)
21156         (message-subject-trailing-was-ask-regexp)
21157         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21158         (message-mark-insert-end, message-archive-header)
21159         (message-archive-note, message-cross-post-default)
21160         (message-cross-post-note, message-followup-to-note)
21161         (message-cross-post-note-function, message-use-mail-followup-to)
21162         (message-subscribed-address-functions)
21163         (message-subscribed-address-file, message-subscribed-addresses)
21164         (message-subscribed-regexps, message-allow-no-recipients)
21165         (message-yank-cited-prefix, message-signature-insert-empty-line)
21166         (message-hidden-headers, message-hierarchical-addresses)
21167         (message-mail-user-agent, message-use-idna)
21168         (message-valid-fqdn-regexp)
21169         (message-strip-special-text-properties, message-header-synonyms)
21170         (message-beginning-of-line, message-tab-body-function): Add :version.
21171         (message-insert-canlock, message-wide-reply-confirm-recipients):
21172         Change :version.
21173
21174         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21175         and :version.
21176         (mail-source-delete-old-incoming-confirm)
21177         (mail-source-movemail-program): Add :version.
21178
21179         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21180         (gnus-agent-cache, gnus-agent): Change :version.
21181
21182         * gnus-util.el (gnus-use-byte-compile): Change :version.
21183
21184         * gnus-sum.el (gnus-summary-make-false-root-always)
21185         (gnus-summary-default-high-score)
21186         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21187         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21188         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21189         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21190         (gnus-sum-thread-tree-single-indent)
21191         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21192         (gnus-sum-thread-tree-leaf-with-other)
21193         (gnus-sum-thread-tree-single-leaf): Add :version.
21194         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21195         (gnus-article-loose-mime): Change :version.
21196
21197         * gnus-start.el (gnus-backup-startup-file)
21198         (gnus-save-startup-file-via-temp-buffer): Add :version.
21199
21200         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21201         (gnus-server-offline-face): Add :version.
21202
21203         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21204
21205         * gnus-msg.el (gnus-gcc-externalize-attachments)
21206         (gnus-debug-files, gnus-debug-exclude-variables)
21207         (gnus-discouraged-post-methods): Change :version.
21208         (gnus-confirm-mail-reply-to-news)
21209         (gnus-confirm-treat-mail-like-news): Add :version.
21210
21211         * gnus-int.el (gnus-server-unopen-status): Add :version.
21212
21213         * gnus-group.el (gnus-group-jump-to-group-prompt)
21214         (gnus-large-ephemeral-newsgroup)
21215         (gnus-fetch-old-ephemeral-headers): Add :version.
21216
21217         * gnus-fun.el (gnus-x-face-directory)
21218         (gnus-convert-pbm-to-x-face-command)
21219         (gnus-convert-image-to-x-face-command)
21220         (gnus-convert-image-to-face-command): Add :version.
21221
21222         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21223
21224         * gnus-cite.el (gnus-cite-blank-line-after-header)
21225         (gnus-article-boring-faces): Add :version.
21226
21227         * gnus-art.el (gnus-buttonized-mime-types)
21228         (gnus-inhibit-mime-unbuttonizing)
21229         (gnus-treat-display-face)
21230         (gnus-treat-body-boundary): Change :version.
21231         (gnus-body-boundary-delimiter, gnus-picon-databases)
21232         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21233         (gnus-treat-date-english, gnus-treat-fold-headers)
21234         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21235         (gnus-treat-mail-picon, gnus-treat-wash-html)
21236         (gnus-article-encrypt-protocol)
21237         (gnus-use-idna, gnus-article-over-scroll)
21238         (gnus-mime-display-multipart-alternative-as-mixed)
21239         (gnus-mime-display-multipart-related-as-mixed)
21240         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21241         (gnus-ctan-url, gnus-button-ctan-handler)
21242         (gnus-button-handle-ctan-bogus-regexp)
21243         (gnus-button-ctan-directory-regexp)
21244         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21245         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21246         (gnus-button-man-level, gnus-button-emacs-level)
21247         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21248
21249         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21250         (gnus-agent-go-online): Change :version.
21251         (gnus-agent-expire-unagentized-dirs)
21252         (gnus-agent-auto-agentize-methods): Add :version.
21253
21254         * flow-fill.el (fill-flowed-display-column)
21255         (fill-flowed-encode-column): Add :version.
21256
21257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21258         (gnus-outlook-deuglify-unwrap-max)
21259         (gnus-outlook-deuglify-cite-marks)
21260         (gnus-outlook-deuglify-unwrap-stop-chars)
21261         (gnus-outlook-deuglify-no-wrap-chars)
21262         (gnus-outlook-deuglify-attrib-cut-regexp)
21263         (gnus-outlook-deuglify-attrib-verb-regexp)
21264         (gnus-outlook-deuglify-attrib-end-regexp)
21265         (gnus-outlook-display-hook): Add :version.
21266
21267         * binhex.el (binhex-use-external): Add :version.
21268
21269 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21270
21271         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21272         and `invisible'.
21273
21274 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21275
21276         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21277         in gnus-registry-trim.
21278
21279 2004-09-13  Simon Josefsson  <jas@extundo.com>
21280
21281         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21282
21283         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21284
21285         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21286         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21287         <yamaoka@jpl.org>.
21288         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21289         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21290         <yamaoka@jpl.org>.
21291
21292         * sieve.el (sieve-manage-mode): Ditto.
21293
21294 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21295
21296         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21297
21298 2004-09-11  Simon Josefsson  <jas@extundo.com>
21299
21300         * dns-mode.el: Add.
21301
21302         * mm-view.el (mm-display-dns-inline): Add.
21303
21304         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21305         (mm-automatic-display): Ditto.
21306
21307         * mailcap.el (mailcap-mime-data): Add text/dns.
21308         (mailcap-mime-extensions): Map .soa to text/dns.
21309
21310 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21311
21312         * gnus-art.el (article-decode-mime-words, article-babel)
21313         (gnus-article-highlight-signature, gnus-article-add-buttons)
21314         (gnus-signature-toggle): Remove unnecessary bindings of
21315         `inhibit-read-only' inherited from v5.10 merge.
21316
21317 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21318
21319         * nntp.el (nntp): New customization group.
21320         (nntp-authinfo-file): Add customization group.
21321
21322         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21323
21324         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21325
21326         * gnus.el (to-address, to-list, subscribed)
21327         (large-newsgroup-initial): Ditto.
21328
21329         * flow-fill.el (fill-flowed-display-column)
21330         (fill-flowed-encode-column): Ditto.
21331
21332 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21333
21334         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21335         Use point-min rather than 1.
21336         (message-send-mail): Use buffer-size rather than point-max.
21337
21338         * gnus-sum.el (gnus-summary-search-article-forward):
21339         Signal a specific `search-failed' rather than a generic `error'.
21340
21341         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21342         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21343         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21344
21345 2004-09-10  Simon Josefsson  <jas@extundo.com>
21346
21347         * nndb.el (require): Remove tcp and duplicate cl.
21348
21349 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21350
21351         * gnus-agent.el (directory-files-and-attributes): Move forward.
21352
21353 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21354
21355         * gnus-agent.el (directory-files-and-attributes):
21356         Optionally defined to support XEmacs.
21357
21358 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21359
21360         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21361         to avoid run-time CL dependencies.
21362         (gnus-agent-unfetch-articles): New function.
21363         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21364         article numbers even when local .overview file is missing.
21365         (gnus-agent-read-article-number): New function.  Only accepts
21366         27-bit article numbers.
21367         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21368         Use gnus-agent-read-article-number.
21369         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21370         from backend while recognizing that article numbers in .overview
21371         must be valid.
21372         (gnus-agent-update-files-total-fetched-for):
21373         Use directory-files-and-attributes to improve performance.
21374         * gnus-int.el (gnus-request-move-article):
21375         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21376         improve performance.
21377
21378         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21379         some users confused by references to .newsrc when they only have a
21380         .newsrc.eld file.
21381         (gnus-convert-mark-converter-prompt)
21382         (gnus-convert-converter-needs-prompt): Fix use of property list.
21383         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21384         New function.  Used internally to only display 'gnus converting
21385         files' message when actually necessary.
21386
21387         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21388         methods now autoloaded.
21389
21390 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21391
21392         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21393         identifiers.
21394
21395 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21396
21397         * gnus-picon.el: Fix indentation and closing parenthesis.
21398
21399 2004-09-01  Simon Josefsson  <jas@extundo.com>
21400
21401         * message.el (message-canlock-generate): Require sha1, not
21402         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21403         to require within a function.  Sadly, if sha1.el isn't loaded, the
21404         let binding in m-c-g will hide the defcustom definition, which is
21405         bad.)
21406
21407         * canlock.el: Require sha1, not sha1-el.
21408
21409         * message.el: Don't autoload sha1 (there is a autoload cookie in
21410         sha1.el).
21411
21412         * sha1-el.el: Rename to sha1.el.
21413
21414 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21415
21416         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21417
21418 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21419
21420         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21421
21422 2004-08-30  Kim F. Storm  <storm@cua.dk>
21423
21424         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21425
21426         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21427         Add :group 'nnimap.
21428
21429 2004-08-30  Andreas Schwab  <schwab@suse.de>
21430
21431         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21432         ?* and ?\;.
21433
21434         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21435         and ?\' to symbol instead of whitespace.
21436
21437 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21440
21441         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21442         instead of re-search-forward.
21443
21444         * gnus-uu.el (gnus-uu-save-article): Ditto.
21445         (gnus-uu-post-encode-uuencode): Ditto.
21446
21447         * html2text.el (html2text-clean-list-items): Ditto.
21448         (html2text-clean-dtdd): Ditto.
21449         (html2text-format-tags): Ditto.
21450
21451         * message.el (message-send-mail-with-sendmail): Fix regexp.
21452         (message-fill-field-general): Use search-forward instead of
21453         re-search-forward.
21454         (unbold-region): Ditto.
21455
21456         * nnrss.el (nnrss-request-article): Ditto.
21457
21458         * nnslashdot.el (nnslashdot-request-article): Ditto.
21459
21460         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21461
21462         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21463         "Unrecognized menu descriptor" error in XEmacs.
21464
21465 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21466
21467         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21468         parent article of a sparse article in the thread hashtb.
21469
21470 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21471
21472         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21473         (nnmail-expand-newtext): Lowercase expanded entries if
21474         nnmail-split-lowercase-expanded is non-nil.
21475
21476 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21479
21480         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21481         of gnus-tmp-news-method into string under XEmacs.  It will be
21482         passed to gnus-correct-length which takes only a string argument.
21483
21484 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21485
21486         * gnus-util.el (gnus-bind-print-variables): New macro.
21487         (gnus-prin1): Use it.
21488         (gnus-prin1-to-string): Use it.
21489         (gnus-pp): New function.
21490         (gnus-pp-to-string): New function.
21491
21492         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21493         Replace pp-to-string with gnus-pp-to-string.
21494         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21495         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21496         * gnus-msg.el (gnus-debug): Ditto.
21497         * gnus-score.el (gnus-score-save): Ditto.
21498         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21499         gnus-pp-to-string.
21500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21501         with gnus-pp.
21502         * score-mode.el (gnus-score-pretty-print): Ditto.
21503         * webmail.el (webmail-debug): Ditto.
21504
21505 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21506
21507         * gnus-art.el (article-display-face, article-display-x-face):
21508         Use buffer-read-only.
21509
21510 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21511
21512         * gnus-art.el (article-hide-list-identifiers):
21513         Bind inhibit-read-only as t.
21514
21515 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21516
21517         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21518
21519 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21520
21521         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21522         (gnus-narrow-to-page): Don't assume point-min == 1.
21523         (gnus-article-edit-mode): Derive from message-mode.
21524
21525         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21526         point-min == 1.
21527
21528         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21529         Disable incorrect use of `assert'.
21530
21531         * message.el (message-mode): Set comment-start-skip.
21532
21533
21534 2004-08-22  Sam Steingold  <sds@gnu.org>
21535
21536         * pop3.el (pop3-leave-mail-on-server): New user variable.
21537         (pop3-movemail): Delete mail only when it is nil.
21538
21539 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21540
21541         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21542
21543         * mml.el (mml-preview): Use `pop-to-buffer'.
21544
21545         * message.el (message-goto-mail-followup-to): Insert after "To".
21546         (message-carefully-insert-headers): Add comment.
21547
21548         * gnus.el: Remove unused variable `gnus-article-check-size'.
21549
21550         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21551
21552         * gnus-art.el (gnus-button-alist):
21553         Improve `gnus-button-handle-library' entry.
21554
21555 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21556
21557         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21558         Use downcase, since XEmacs capitalizes error messages differently.
21559
21560 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21561
21562         * nntp.el: Add (require 'gnus) due to reference to
21563         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21564
21565 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21566
21567         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21568         Bind `mm-fill-flowed'.
21569
21570         * mm-decode.el (mm-dissect-singlepart): Check it.
21571
21572 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21573
21574         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21575         'imap' for netrc parsing.
21576
21577 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21578
21579         * mailcap.el (mailcap-mime-data): Mark as risky.
21580
21581 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21582
21583         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21584         may be included in the encoded word.
21585         (rfc2047-encode): Don't append a space if the encoded word
21586         includes close parenthesis.
21587
21588 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21591         of text within parentheses.
21592
21593 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21594
21595         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21596         (gnus-encrypt-write-file-contents): Make the password key the file
21597         name PLUS the cipher, not just the cipher.  Also remove failed
21598         passwords from the cache.
21599
21600 2004-08-06  Simon Josefsson  <jas@extundo.com>
21601
21602         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21603         Doc fix.
21604
21605 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21606
21607         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21608         LWSP.
21609
21610 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21611
21612         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21613         Try to append in-reply-to: data to the references: header.
21614
21615         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21616         (netrc-parse): Use gnus-encrypt.el functions.
21617
21618         * gnus-encrypt.el: Add new file for encryption support; currently
21619         does only a few GPG ciphers and an internal XOR cipher.
21620
21621         * password.el: Add comments on using password-read-and-add.
21622         (password-read-and-add): Add function to read and add the
21623         password to the cache at once.
21624
21625 2004-07-28  Simon Josefsson  <jas@extundo.com>
21626
21627         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21628         parameter (but don't use it, for now).
21629
21630         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21631         instead of hard coding to nil.
21632
21633 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21636         as mm-inline-image-xemacs does.
21637
21638 2004-07-26  Simon Josefsson  <jas@extundo.com>
21639
21640         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21641         Revert part of 2004-07-17 change below.
21642
21643 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21644
21645         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21646         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21647
21648 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21649
21650         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21651         quotes that actually start with ">" at the beginning of the
21652         lines.
21653
21654 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21655
21656         * rfc2047.el (rfc2047-encode-region): Fix last change.
21657         (rfc2047-encode-parameter): Remove useless concat.
21658
21659 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21660
21661         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21662         encode special characters; fix some kind of misconfigured headers;
21663         signal a real error if debug-on-quit or debug-on-error is non-nil.
21664         (rfc2047-encode-max-chars): New variable.
21665         (rfc2047-encode-1): Use it.
21666         (rfc2047-encode-parameter): New function.
21667
21668         * mml.el (mml-insert-parameter): Remove an excessive space.
21669
21670 2004-07-17  Simon Josefsson  <jas@extundo.com>
21671
21672         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21673         Kai Grossjohann <kai@emptydomain.de>.
21674         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21675         (gnus-group-make-menu-bar): Ditto.
21676
21677         * gnus-util.el (gnus-group-server): Add.
21678
21679 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21680
21681         * message.el (message-clone-locals): Clone sendmail and smtp
21682         variables.
21683
21684 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21685
21686         * rfc2047.el (rfc2047-encode-region): Fix last change.
21687
21688 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21689
21690         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21691         characters as non-special.
21692
21693 2004-07-09  Simon Josefsson  <jas@extundo.com>
21694
21695         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21696         Users will lose all flag changes made while unplugged with
21697         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21698         good default.  See numerous reports on ding mailing list.
21699
21700 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21703         add generate-head-function and generate-article-function to the
21704         rfc822-forward entry.
21705         (nndoc-rfc822-forward-generate-article): New function.
21706         (nndoc-rfc822-forward-generate-head): New function.
21707
21708         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21709
21710 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21711
21712         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21713         respect display group parameter and gnus-summary-expunge-below.
21714         (gnus-articles-to-read): Remove unused reference to display group
21715         parameter.
21716
21717 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21718
21719         * nnheader.el (nnheader-uniquify-message-id): New experimental
21720         variable.
21721         (nnheader-nov-read-message-id): Use it.
21722
21723         * spam-report.el (spam-report-gmane): Add interactive.
21724
21725 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * mm-encode.el (mm-content-transfer-encoding-defaults):
21728         Use qp-or-base64 for the application/* types.
21729
21730 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21731
21732         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21733
21734 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21735
21736         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21737         trim value.
21738
21739 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21740
21741         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21742         New macro and function.
21743         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21744
21745 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21748         after-load-alist.
21749
21750 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21751
21752         * gnus-group.el (gnus-group-get-new-news-this-group):
21753         Don't update info that isn't there.
21754
21755 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21756
21757         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21758         entry.
21759
21760 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21761
21762         * mm-view.el (mm-inline-render-with-function): Use multibyte
21763         buffer; decode html source by charset.
21764
21765         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21766
21767         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21768         Mule-UCS is loaded under XEmacs.
21769         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21770
21771 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21772
21773         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21774
21775 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * mm-util.el (mm-coding-system-p): Return a coding-system.
21778         (mm-mime-mule-charset-alist): Use shift_jis instead of
21779         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21780         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21781         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21782         instead of japanese-shift-jis and iso-latin-1 respectively in
21783         order to share the default value with both Emacs and XEmacs-mule.
21784         (mm-mule-charset-to-mime-charset):
21785         Make mm-coding-system-priorities effective.
21786         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21787         while predicating of candidates upon the priorities.
21788
21789 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21790
21791         * gnus-sum.el (gnus-summary-make-menu-bar):
21792         Add gnus-uu-invert-processable.
21793
21794         * gnus.el: Autoload gnus-uu-invert-processable.
21795
21796 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21797
21798         * mm-util.el (mm-with-multibyte-buffer): New macro.
21799
21800         * rfc2047.el (rfc2047-encode-string): Use it.
21801         (rfc2047-encode-region): Move point to the end of the region after
21802         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21803
21804 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21805
21806         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21807         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21808
21809 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21810
21811         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21812         (gnus-cite-parse): Ignore quoted envelope From_.
21813         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21814
21815 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21816
21817         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21818         invalid addresses.
21819
21820 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21821
21822         * spam.el: Change section markers, revise TODO list.
21823         (spam-backends): Make new master list of all installed backends.
21824         (spam-summary-exit-behavior): Add new variable to determine how
21825         messages moves are done at summary exit.
21826         (spam-move-spam-nonspam-groups-only)
21827         (spam-process-ham-in-nonham-groups)
21828         (spam-process-ham-in-spam-groups): Remove variables, the
21829         spam-summary-exit-behavior variable should be used to manage this
21830         behavior.
21831         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21832         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21833         and spam-old-spam-articles.
21834         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21835         Add empty variables, placeholders for the backends they represent.
21836         (spam-set-difference): Move, unchanged.
21837         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21838         unless the user has a processor variable.
21839         (spam-classifications, spam-classification-valid-p)
21840         (spam-backend-properties, spam-backend-property-valid-p)
21841         (spam-backend-function-type-valid-p)
21842         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21843         (spam-report-articles-gmane, spam-report-articles-resend):
21844         Remove functions, they are not needed.
21845         (spam-install-backend-super, spam-backend-list)
21846         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21847         (spam-backend-function, spam-backend-ham-registration-function)
21848         (spam-backend-spam-registration-function)
21849         (spam-backend-ham-unregistration-function)
21850         (spam-backend-spam-unregistration-function)
21851         (spam-backend-statistical-p, spam-backend-mover-p)
21852         (spam-install-backend-alias, spam-install-checkonly-backend)
21853         (spam-install-mover-backend, spam-install-nocheck-backend)
21854         (spam-install-backend, spam-install-statistical-backend)
21855         (spam-install-statistical-checkonly-backend): Add backend installation
21856         support.
21857         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21858         (spam-group-processor-p): Use the new backend code and respect the
21859         summary exit behavior.
21860         (spam-mark-spam-as-expired-and-move-routine): Remove.
21861         (spam-summary-prepare): Change to use the new spam-old-articles
21862         variable.
21863         (spam-copy-or-move-routine, spam-copy-spam-routine)
21864         (spam-move-spam-routine, spam-copy-ham-routine)
21865         (spam-move-ham-routine): Add code to copy/move ham or spam.
21866         (spam-fetch-field-fast): Improve doc and code, plus allow the
21867         'number request.
21868         (spam-list-of-checks, spam-list-of-statistical-checks):
21869         Remove variables.
21870         (spam-split, spam-find-spam): Use the new backend code.
21871         (spam-registration-functions): Remove variable.
21872         (spam-unregister-routine): Add convenience wrapper.
21873         (spam-log-undo-registration, spam-register-routine)
21874         (spam-log-processing-to-registry)
21875         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21876         where possible.
21877         (spam-check-gmane-xref, spam-check-regex-headers)
21878         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21879         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21880         (spam-check-bogofilter-headers, spam-check-spamoracle)
21881         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21882         (spam-check-crm114-headers): Use the spam-split-group that
21883         spam-split prepares, no need to determine it every time.
21884
21885         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21886         to the nnheader-parse-naked-head call.
21887
21888         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21889
21890         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21891         the nnheader-nov-read-message-id call.
21892
21893 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21894
21895         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21896         gnus-activate-group twice.  Suggested by Markus Peter
21897         <warp@spin.de>.
21898
21899 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21900
21901         * gnus-art.el (gnus-article-time-format): Exchange the order of
21902         day and month in the default value; fix customization type.
21903         (article-date-ut): Use add-text-properties.
21904         (article-make-date-line): Use message-make-date instead of
21905         current-time-string.
21906
21907         * message.el (message-fetch-field): Don't use set-text-properties.
21908         (message-make-date): Simplify.
21909
21910         * messagexmas.el (message-xmas-make-date): New function.
21911         (message-xmas-redefine): Defalias message-make-date to it.
21912
21913 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21914
21915         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21916         (rfc2047-encode-region): Treat text within parentheses as special;
21917         show the original text when error has occurred.
21918
21919         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21920         already-computed method to gnus-activate-group.
21921
21922         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21923         same select-methods identical Lisp objects.
21924
21925         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21926         object when modifying the info.
21927
21928 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21929
21930         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21931         gnus-opened-servers since it has never been opened with the new
21932         configuration yet.
21933
21934 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21935
21936         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21937         arg to nnheader-generate-fake-message-id.
21938
21939 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21940
21941         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21942         number and build a fake message ID localized to a group and
21943         article number (so it's repeatable from that point on).
21944         (nnheader-fake-message-id-p): Change regex to accomodate new fake
21945         ID format.
21946
21947         * gnus-sum.el (gnus-get-newsgroup-headers):
21948         Call nnheader-generate-fake-message-id with the article number.
21949
21950 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21951
21952         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21953         end-of-buffer.
21954
21955 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21956
21957         * message.el (message-ignored-supersedes-headers): Add Approved.
21958
21959 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21960
21961         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21962         goto-char.
21963         (rfc2047-encode): Fold the line before encoding.
21964
21965 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21966
21967         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21968         folding -- not all headers can be folded, and this should be done
21969         by the message composition mode.  Probably.  I think.
21970
21971 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21974         fast.
21975
21976         * gnus-ems.el (gnus-remove-image): Don't use
21977         message-text-with-property; remove only the image found first.
21978
21979         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
21980         found first.
21981
21982 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21983
21984         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21985
21986 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * message.el (message-text-with-property): Make it fast and accept
21989         optional arguments.
21990         (message-strip-forbidden-properties): Use it.
21991         (message-fix-before-sending): Follow the m-t-w-p change.
21992
21993         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21994
21995 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21996
21997         * gnus-art.el (article-hide-headers): Don't change the buffer
21998         mistakenly when performing mml-preview even if
21999         gnus-single-article-buffer is nil.
22000
22001 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22002
22003         * message.el (message-expand-name-databases): New user option.
22004         (message-expand-name): Use it.
22005
22006 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22007
22008         * spam.el (spam-report-articles-resend)
22009         (spam-report-resend-register-routine): Allow ham reporting.
22010         (spam-report-resend-register-ham-routine): Add wrapper.
22011         (spam-registration-functions): Add ham resending functions.
22012         (spam-list-of-processors): Add ham resend processor.
22013
22014         * gnus.el (ham-resend-to): Add new group parameter.
22015         (spam-process): Add ham resend option.
22016
22017         * spam-report.el (spam-report-resend): Allow reporting ham.
22018         (spam-report-resend-ham): Add wrapper.
22019
22020 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22021
22022         * message.el (message-cite-articles-with-x-no-archive):
22023         New variable.
22024         (message-cite-original): Use it.
22025
22026 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22027
22028         * message.el (message-cite-original): Respect X-No-Archive.
22029
22030 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22031
22032         * gnus-art.el (article-hide-headers): Refer to the values for
22033         gnus-ignored-headers and gnus-visible-headers in the summary
22034         buffer since a user may have set them as group parameters.
22035
22036 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22037
22038         * assistant.el (assistant-node-name): Add convenience function.
22039         (assistant-render-text, assistant-render-node): Add error handling,
22040         plus handle multiple next nodes.
22041         (assistant-find-next-node): Comment out for now.
22042         (assistant-find-next-nodes): Add function, returns list of next
22043         nodes.
22044
22045 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22046
22047         * mail-source.el (mail-source-directory): Fix doc-string.
22048
22049 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22050
22051         * assistant.el (assistant-render-text, assistant-eval): Add :set
22052         widget type, which is different because it takes and returns a
22053         list.  Much hilarity ensues.
22054
22055 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22056
22057         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22058
22059         * gnus-group.el (gnus-group-get-new-news-this-group):
22060         Add doc-string.
22061
22062         * gnus-start.el (gnus-activate-group): Add doc-string.
22063
22064 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22065
22066         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22067
22068 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22069
22070         * assistant.el (assistant-render-text): Try to add a :set
22071         widget, more to come.
22072
22073         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22074         strings.
22075         (spam-report-articles-resend)
22076         (spam-register-routine): Do registration iff any articles warrant
22077         it.
22078         (spam-summary-prepare-exit): Change log message for nil group
22079         destinations.
22080
22081 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22082
22083         * spam.el (spam-report-resend-register-routine):
22084         Allow spam-report-resend-to to be a group parameter or a global value.
22085
22086 2004-05-26  Simon Josefsson  <jas@extundo.com>
22087
22088         * starttls.el: Merge with my GNUTLS based starttls.el.
22089         (starttls-gnutls-program, starttls-use-gnutls)
22090         (starttls-extra-arguments, starttls-process-connection-type)
22091         (starttls-connect, starttls-failure, starttls-success):
22092         New variables.
22093         (starttls-program, starttls-extra-args): Doc fix.
22094         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22095         New functions.
22096         (starttls-negotiate, starttls-open-stream):
22097         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22098         function if it is set.
22099
22100 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22103         structured fields.
22104
22105 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22108
22109 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22110
22111         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22112         Add variable.
22113         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22114         assigning the spam-mark to new messages.
22115
22116 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22117
22118         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22119
22120 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22121
22122         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22123
22124         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22125         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22126         default.
22127
22128 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22129
22130         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22131         correct data.
22132
22133 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22134
22135         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22136         (spam-group-processor-p): Fix function.
22137         (spam-group-processor-multiple-p)
22138         (spam-group-spam-processor-report-gmane-p)
22139         (spam-group-spam-processor-report-resend-p)
22140         (spam-group-spam-processor-bogofilter-p)
22141         (spam-group-spam-processor-blacklist-p)
22142         (spam-group-spam-processor-ifile-p)
22143         (spam-group-ham-processor-ifile-p)
22144         (spam-group-spam-processor-spamoracle-p)
22145         (spam-group-spam-processor-crm114-p)
22146         (spam-group-ham-processor-bogofilter-p)
22147         (spam-group-spam-processor-stat-p)
22148         (spam-group-ham-processor-stat-p)
22149         (spam-group-ham-processor-whitelist-p)
22150         (spam-group-ham-processor-BBDB-p)
22151         (spam-group-ham-processor-spamoracle-p)
22152         (spam-group-ham-processor-copy-p): Remove functions with some
22153         prejudice against unneeded code.
22154         (spam-report-articles-resend)
22155         (spam-report-resend-register-routine): Allow the group/topic
22156         spam-resend-to value to override spam-report-resend-to.
22157         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22158         properly now.
22159
22160         * gnus.el (spam-resend-to): Add group/topic parameter.
22161         (spam-process): Move the OBSOLETE processors to the end of the
22162         choices.
22163
22164 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22165
22166         * spam-report.el (spam-report-resend-to, spam-report-resend):
22167         Start with resend-to set to nil, and then ask the user if necessary.
22168         (spam-report-resend): spam-report-resend takes a list of articles, not
22169         separate article numbers.
22170
22171 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22172
22173         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22174         addition to emacs-w3m.
22175
22176 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22177
22178         * assistant.el (assistant-authinfo-data): New function.
22179         (assistant-eval): Eval for entire assistant.
22180
22181         * netrc.el (netrc-services-file): New variable.
22182         (netrc-parse-services): New function.
22183         (netrc-find-service-name): New function.
22184         (netrc-find-service-number): New function.
22185         (netrc-port-equal): New function.
22186         (netrc-machine): Use it.
22187
22188         * nnimap.el (nnimap-open-connection): Use netrc.
22189
22190         * gnus-util.el (gnus-netrc-get): Remove aliases.
22191
22192         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22193
22194         * assistant.el (wid-edit): Fix compilation.
22195
22196         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22197
22198 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22199
22200         * gnus-util.el (gnus-set-file-modes): New function.  (small
22201         patch).
22202
22203 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22204
22205         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22206
22207         * assistant.el (assistant-render-node): Fix up rendering and
22208         read-only text.
22209         (assistant-render-node): Reset.
22210         (assistant-make-read-only): Not sticky.
22211
22212 2004-05-20  Danny Siu  <dsiu@adobe.com>
22213
22214         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22215         centered even when gnus-auto-center-summary is t.
22216
22217 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22218
22219         * dns.el (dns-get-txt-answer): New function.
22220         (dns-read-txt): Ditto.
22221         (query-dns): Use it.
22222
22223 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22224
22225         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22226         active for foreign groups even if the group level is higher than
22227         the specified value.
22228
22229 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22230
22231         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22232         non-active groups.
22233
22234         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22235
22236 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22237
22238         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22239
22240 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22241
22242         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22243         (spam-crm114-header, spam-crm114-spam-switch)
22244         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22245         (spam-crm114-positive-spam-header)
22246         (spam-crm114-database-directory, spam-list-of-processors)
22247         (spam-group-spam-processor-crm114-p)
22248         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22249         (spam-generic-score, spam-list-of-checks)
22250         (spam-list-of-statistical-checks, spam-registration-functions)
22251         (spam-check-crm114-headers, spam-crm114-score)
22252         (spam-check-crm114, spam-crm114-register-with-crm114)
22253         (spam-crm114-register-spam-routine)
22254         (spam-crm114-unregister-spam-routine)
22255         (spam-crm114-register-ham-routine)
22256         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22257
22258 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22259
22260         * gnus.el: Add spam-use-crm114.
22261
22262         * spam.el (spam-list-of-processors, spam-registration-functions):
22263         Add spam-use-resend.
22264         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22265         (spam-report-articles-gmane): Add doc fix.
22266         (spam-report-articles-resend, spam-report-resend-register-routine):
22267         Add wrappers around spam-report-resend-to.
22268
22269         * spam-report.el (spam-report-resend-to, spam-report-resend):
22270         Add support for resending spam.
22271         (spam-report-gmane): Fix line length >80.
22272
22273         * gnus.el (spam-process): Add spam-use-resend.
22274
22275 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22276
22277         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22278         number of processed spam messages.
22279         (spam-ham-copy-or-move-routine): Return the number of processed
22280         ham messages.
22281         (spam-summary-prepare-exit): Use the above values to decide
22282         whether status messages shouled be displayed.
22283
22284 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22285
22286         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22287         `rfc2047-encoding-function-alist' in order to avoid conflicting
22288         with the old version.
22289         (rfc2047-encode-region): Concatenate words containing non-ASCII
22290         characters in structured fields; don't encode space-delimited
22291         ASCII words even in unstructured fields; don't break words at
22292         char-category boundaries.
22293         (rfc2047-encode-1): New function.
22294         (rfc2047-encode): Use it; encode text so that it occupies the
22295         maximum width within 76-column; work correctly on Q encoding for
22296         iso-2022-* charsets.
22297         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22298         sure not to break a line just after the header name.
22299         (rfc2047-b-encode-region): Remove.
22300         (rfc2047-b-encode-string): New function.
22301         (rfc2047-q-encode-region): Remove.
22302         (rfc2047-q-encode-string): New function.
22303
22304         * mm-util.el (mm-replace-in-string): New function.
22305
22306 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22307
22308         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22309         Really get it right.
22310         (gnus-inews-make-draft): Really.
22311
22312 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22313
22314         * nnmh.el (nnmh-request-list-1): Don't check the link count
22315         before descending.  (small patch)
22316
22317 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22318
22319         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22320         stuff.
22321
22322         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22323         Match on real group name.
22324
22325         * gnus-art.el (gnus-signature-limit): Doc fix.
22326
22327         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22328
22329         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22330
22331 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22332
22333         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22334         isn't a string.
22335
22336 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22337
22338         * gnus-draft.el (gnus-draft-send):
22339         Bind rfc2047-encode-encoded-words.
22340
22341         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22342         (rfc2047-encodable-p): Say that =? needs encoding.
22343         (rfc2047-encode-encoded-words): New variable.
22344
22345         * gnus-group.el (gnus-group-select-group): Doc fix.
22346
22347         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22348
22349         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22350         to nil.
22351
22352         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22353
22354         * nnheader.el (nnheader-get-lines-and-char): New function.
22355
22356 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22357
22358         * gnus-msg.el (gnus-summary-followup-with-original):
22359         Document yanking of region when active.
22360
22361 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22362
22363         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22364         groups if the group level is higher than the specified value.
22365
22366 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22367
22368         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22369         (gnus-group-jump-to-group): Add prefix argument using
22370         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22371         non-active group.
22372
22373         * compface.el (uncompface): Be verbose when changing
22374         `uncompface-use-external'.
22375
22376         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22377         handle manual section.
22378
22379 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22380
22381         * gnus-art.el (gnus-button-alist): Revert previous change.
22382
22383 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22384
22385         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22386
22387 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22388
22389         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22390         whether backend can accept message.
22391
22392         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22393
22394 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22395
22396         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22397         Avoid creating directory when nntp-marks-is-evil is true.
22398         Reported by Reiner Steib.
22399
22400 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22401
22402         * gnus-picon.el (gnus-picon-insert-glyph):
22403         Add optional `nostring' argument.
22404
22405 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22406
22407         * gnus-picon.el (gnus-picon-style): New variable.
22408         (gnus-picon-transform-address): Support `gnus-picon-style'.
22409
22410 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22411
22412         * message.el (message-fill-field): Return point.
22413         (message-generate-headers): Go to end of field.
22414
22415         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22416         stuff for non-living groups.
22417
22418 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22419
22420         * gnus-art.el (gnus-article-followup-with-original)
22421         (gnus-article-reply-with-original): gnus-mark-active-p ->
22422         gnus-region-active-p.
22423
22424 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22425
22426         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22427         only when there is spam or ham to be processed.
22428
22429 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22430
22431         * mail-source.el (mail-source-delete-crash-box): Refactor.
22432         (mail-source-fetch): Use it.
22433         (mail-source-fetch-file): Ditto.
22434         (mail-source-fetch-directory): Run postscript in loop.
22435         (mail-source-fetch-pop): Delete.
22436         (mail-source-fetch-maildir): Ditto.
22437         (mail-source-fetch-imap): Ditto.
22438
22439         * imap.el (imap-authenticators): Comment out sasl.
22440
22441         * message.el (message-skip-to-next-address): New function.
22442         (message-fill-header-address): Refactor.
22443         (message-fill-address): Use it.
22444         (message-delete-address): Use it.
22445         (message-fill-header-general): Refactor.
22446         (message-fill-field-address): Rename.
22447         (message-narrow-to-field): Find the start of the header.
22448         (message-header-format-alist): Don't pre-fill.
22449         (message-fill-header): Remove.
22450         (message-insert-header): New function.
22451         (message-shorten-references): Use it.
22452
22453         * rfc2047.el (rfc2047-field-value): Strip props.
22454
22455         * mail-parse.el (mail-header-make-address): New alias.
22456
22457         * ietf-drums.el (ietf-drums-make-address): New function.
22458
22459         * imap.el: Add compiler directives.
22460
22461         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22462
22463         * gnus-art.el (article-decode-idna-rhs): Don't use
22464         message-idna-inside-rhs-p.
22465
22466 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22467
22468         * message.el (message-idna-inside-rhs-p): Remove.
22469         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22470
22471         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22472         false positives.
22473
22474 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22475
22476         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22477
22478 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22479
22480         * nneething.el (nneething-file-name): Don't create spurious
22481         files.
22482
22483         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22484         (gnus-inews-do-gcc): Remove sleep.
22485
22486         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22487         part under point.
22488
22489         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22490         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22491
22492 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22493
22494         * spam.el (spam-summary-prepare-exit): Fix (length).
22495
22496 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22497
22498         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22499         as expired without moving it" message when there are spam
22500         messages left.
22501
22502 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22503
22504         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22505         header is not nil.
22506
22507 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22508
22509         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22510         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22511         (nntp-marks-changed-p): New arg SERVER.
22512         (nntp-request-update-info): Adjust caller.
22513
22514 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22515
22516         * nntp.el (nntp-save-marks): Pass missing arg.
22517
22518 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22519
22520         * nntp.el: Support marks.
22521         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22522         (nntp-marks-modtime, nntp-marks-directory): New variables.
22523         (nntp-request-set-mark, nntp-request-update-info)
22524         (nntp-possibly-create-directory, nntp-marks-changed-p)
22525         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22526         New functions.
22527
22528 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22529
22530         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22531         (gnus-xmas-redefine): Rename.
22532
22533         * gnus-score.el (gnus-score-insert-help):
22534         Use gnus-select-lowest-window.
22535
22536         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22537         appt-select-lowest-window and rename to gnus-select-lowest-window.
22538
22539         * gnus.el: do.
22540
22541 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22542
22543         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22544         encodings of MIME-encoded words, in order to improve
22545         interoperability with several broken MUAs.
22546
22547 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22548
22549         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22550         tags, only when charsets are not specified in headers.
22551         (mm-inline-text-html-render-with-w3m): Ditto.
22552
22553         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22554         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22555
22556 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22557
22558         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22559         instead of MIME-decoded from fields when checking
22560         `gnus-article-address-banner-alist'.
22561
22562 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22563
22564         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22565         description rather than subject.
22566
22567 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22568
22569         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22570
22571 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22572
22573         * gnus.el (gnus-version-number): Bump.
22574
22575 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22576
22577         * gnus.el: No Gnus v0.2 is released.
22578
22579 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22580
22581         * gnus-agent.el (gnus-agent-read-agentview):
22582         Inline gnus-uncompress-range.
22583
22584 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22585
22586         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22587         `exec-installed-p'.
22588
22589 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22590
22591         * gnus.el (spam-process, spam-autodetect-methods):
22592         Add bsfilter and bsfilter-headers.
22593
22594         * spam.el (spam-bsfilter): New customize group.
22595         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22596         (spam-bsfilter-header, spam-bsfilter-probability-header)
22597         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22598         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22599         (spam-bsfilter-database-directory): New options.
22600         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22601         (spam-list-of-statistical-checks, spam-registration-functions):
22602         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22603         (spam-bsfilter-score): New command.
22604         (spam-check-bsfilter-headers, spam-check-bsfilter)
22605         (spam-bsfilter-register-with-bsfilter)
22606         (spam-bsfilter-register-spam-routine)
22607         (spam-bsfilter-unregister-spam-routine)
22608         (spam-bsfilter-register-ham-routine)
22609         (spam-bsfilter-unregister-ham-routine): New functions.
22610         (spam-generic-score): Support bsfilter; Accept an optional argument
22611         to recalcurate spam score even if scoring header has already been
22612         added.
22613         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22614         optional argument to recalcurate spam score even if scoring header
22615         has already been added.
22616
22617 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22618
22619         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22620         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22621         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22622         link is missing.
22623
22624 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22625
22626         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22627         (html2text-get-attr): Rewrite.
22628
22629         * message.el (message-setup-1): Remove redundant put-text-property
22630         on mail-header-separator.
22631
22632 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22633
22634         * gnus-registry.el (gnus-registry-cache-whitespace)
22635         (gnus-registry-action, gnus-registry-spool-action)
22636         (gnus-registry-split-fancy-with-parent): Change message levels
22637         from 5 to 3 or 7, as needed.
22638
22639         * spam.el (spam-summary-prepare-exit)
22640         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22641         (spam-split, spam-find-spam, spam-log-undo-registration)
22642         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22643         level from 5 to 6.
22644
22645 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22648         2004-03-04 change).
22649
22650 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22651
22652         * sieve-manage.el (sieve-manage-open):
22653         * nnweb.el (nnweb-insert-html):
22654         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22655         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22656         * nnspool.el (nnspool-request-group):
22657         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22658         * nnml.el (nnml-request-update-info):
22659         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22660         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22661         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22662         (nnimap-request-set-mark):
22663         * nnfolder.el (nnfolder-request-update-info):
22664         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22665         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22666         * gnus-uu.el (gnus-uu-find-articles-matching):
22667         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22668         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22669         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22670         * gnus-nocem.el (gnus-nocem-scan-groups):
22671         * gnus-int.el (gnus-start-news-server):
22672         * gnus-group.el (gnus-group-make-kiboze-group)
22673         (gnus-group-browse-foreign-server):
22674         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22675         Use mapc when appropriate.
22676
22677 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22678             Adam Sjøgren  <asjo@koldfront.dk>
22679             Wes Hardaker  <wes@hardakers.net>
22680             Michael Shields  <shields@msrl.com>
22681
22682         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22683         may need for spam sorting and scoring.
22684         (spam-user-format-function-S): Add user format function suitable for
22685         general use.
22686         (spam-article-sort-by-spam-status): Add sorting function for summary
22687         sorting.
22688         (spam-extra-header-to-number): Add function to get a score from a
22689         header.
22690         (spam-summary-score): Add function to get a numeric score from the
22691         headers.
22692         (spam-generic-score): Fix function doc, was in wrong place.
22693         (spam-initialize): Take symbols when it's run, and install the
22694         extra headers that spam-necessary-extra-headers thinks we need.
22695
22696 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22697
22698         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22699         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22700
22701 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22702
22703         * gnus-sum.el (gnus-set-global-variables)
22704         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22705         (gnus-article-get-xrefs, gnus-summary-best-group)
22706         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22707         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22708         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22709         Use with-current-buffer.
22710
22711 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22712
22713         * spam.el (spam-summary-prepare-exit): Simplify logic.
22714         (spam-fetch-article-header): Read the article header if it's not
22715         available.
22716         (spam-list-articles): Simplify logic.
22717         (spam-filelist-register-routine): Fix bug with unregister-list.
22718
22719         * gnus-registry.el: Fix comments at beginning.
22720
22721 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22722
22723         * message.el (message-cater-to-broken-inn): Remove.
22724         (message-shorten-references): Make sure the total folded length of
22725         References is shorter than 998 characters to cater to a bug in INN
22726         2.3.  Also, don't pretend that references aren't folded -- this
22727         hasn't worked for a while.
22728
22729 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22730
22731         * gnus-agent.el (gnus-agentize):
22732         gnus-agent-send-mail-real-function no longer set to current value
22733         of message-send-mail-function but rather a lambda that calls
22734         message-send-mail-function.  The change makes the agent real-time
22735         responsive to user changes to message-send-mail-function.
22736
22737 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22738
22739         * legacy-gnus-agent.el
22740         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22741         help from Florian Weimer <fw@deneb.enyo.de>
22742
22743 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * nnmail.el (nnmail-cache-insert): Revert last change.
22746
22747 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * nnmail.el (nnmail-cache-insert): Always check whether
22750         nnmail-cache-ignore-groups matches a group name.
22751
22752 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22753
22754         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22755         (spam-find-spam, spam-log-processing-to-registry)
22756         (spam-log-registered-p, spam-log-unregistration-needed-p)
22757         (spam-log-undo-registration): Use gnus-message instead of
22758         gnus-error, none of these errors are fatal.
22759
22760         * gnus-registry.el (gnus-registry-clean-empty-function)
22761         (gnus-registry-clean-empty): Remove only empty entries without
22762         extra data.
22763
22764 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22765
22766         * spam-stat.el (spam-stat-buffer-change-to-spam)
22767         (spam-stat-buffer-change-to-non-spam): Change (error) to
22768         (gnus-message 8) invocation.
22769
22770 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * nntp.el (nntp-via-netcat-command): New variable.
22773         (nntp-via-netcat-switches): New variable.
22774         (nntp-open-via-rlogin-and-netcat): New function.
22775         (nntp-open-connection-function): Doc fix.
22776         (nntp-telnet-command): Doc fix.
22777         (nntp-end-of-line): Doc fix.
22778         (nntp-via-rlogin-command): Doc fix.
22779         (nntp-via-user-name): Doc fix.
22780         (nntp-via-address): Doc fix.
22781
22782 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22783
22784         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22785         error in Emacs 21.1.
22786
22787 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22788
22789         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22790
22791 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22792
22793         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22794         (gnus-agent-with-refreshed-group): New macro.
22795         (gnus-agent-rename-group): New function.
22796         (gnus-agent-delete-group): New function.
22797         (gnus-agent-save-group-info): Use gnus-command-method when
22798         `method' parameter is nil.  Don't write nil entries into the
22799         active file.
22800         (gnus-agent-get-group-info): New function.
22801         (gnus-agent-fetch-articles):
22802         Use gnus-agent-update-files-total-fetched-for to increment disk space
22803         used.
22804         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22805         Use gnus-agent-update-view-total-fetched-for to increment disk space
22806         used.
22807         (gnus-agent-get-local): Add optional parameters to avoid calling
22808         gnus-group-real-name and gnus-find-method-for-group.
22809         (gnus-agent-set-local): Delete stored entry if either min, or max,
22810         are nil.
22811         (gnus-agent-fetch-session): Reworded error/quit messages.
22812         On quit, use gnus-agent-regenerate-group to record existance of any
22813         articles fetched to disk before the quit occurred.
22814         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22815         gnus-agent-update-view-total-fetched-for, and
22816         gnus-agent-update-files-total-fetched-for to decrement disk space
22817         used.
22818         (gnus-agent-retrieve-headers):
22819         Use gnus-agent-update-view-total-fetched-for to increment disk space
22820         used.
22821         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22822         with gnus-agent-update-files-total-fetched-for to decrement disk
22823         space and fresh group buffer.
22824         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22825         (gnus-agent-need-update-total-fetched-for): New variable.
22826         (gnus-agent-update-files-total-fetched-for): New function.
22827         (gnus-agent-update-view-total-fetched-for): New function.
22828         (gnus-agent-total-fetched-for): New function.
22829
22830         * gnus-cache.el (gnus-cache-save-buffers):
22831         Use gnus-cache-update-overview-total-fetched-for to change disk space
22832         used by this group.
22833         (gnus-cache-possibly-enter-article):
22834         Use gnus-cache-update-file-total-fetched-for to increment disk space
22835         used by this group.
22836         (gnus-cache-possibly-remove-article):
22837         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22838         used by this group.
22839         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22840         (gnus-cache-rename-group): New function.
22841         (gnus-cache-delete-group): New function.
22842         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22843         (gnus-cache-need-update-total-fetched-for): New variable.
22844         (gnus-cache-with-refreshed-group): New macro.
22845         (gnus-cache-update-file-total-fetched-for): New function.
22846         (gnus-cache-update-overview-total-fetched-for): New function.
22847         (gnus-cache-rename-group-total-fetched-for): New function.
22848         (gnus-cache-delete-group-total-fetched-for): New function.
22849         (gnus-cache-total-fetched-for): New function.
22850
22851         * gnus-group.el: Require gnus-sum and autoload functions to
22852         resolve warnings when gnus-group.el compiled alone.
22853         (gnus-group-line-format): Documented new %F.
22854         (size of Fetched data) group line format; identifies disk space
22855         used by agent and cache.
22856         (gnus-group-line-format-alist): Defined new F format.
22857         (gnus-total-fetched-for): New function.
22858         (gnus-group-delete-group): No longer update
22859         gnus-cache-active-altered as gnus-request-delete-group now keeps
22860         the cache in sync.
22861         (gnus-group-list-active): Let the agent store a server's active
22862         list if currently plugged.
22863
22864         * gnus-int.el (gnus-request-delete-group):
22865         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22866         local disk in sync with the server.
22867         (gnus-request-rename-group):
22868         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22869         local disk in sync with the server.
22870
22871         * gnus-start.el (gnus-get-unread-articles):
22872         Cosmetic simplification to logic.
22873
22874         * gnus-util.el (gnus-rename-file): New function.
22875
22876 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22877
22878         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22879
22880 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22881
22882         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22883         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22884
22885 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22886
22887         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22888         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22889
22890 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22891
22892         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22893
22894 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22895
22896         * spam.el (spam-set-difference): Add function to replace
22897         gnus-set-difference in spam.el.
22898         (spam-summary-prepare-exit): Use spam-set-difference.
22899
22900 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22901
22902         * gnus-registry.el (gnus-registry-cache-file): Update to use
22903         gnus-dribble-directory OR gnus-home-directory OR ~.
22904         (gnus-registry-split-fancy-with-parent): Fix doc.
22905
22906 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * message.el (message-exchange-point-and-mark):
22909         Use message-mark-active-p.  Suggested by Jesper Harder
22910         <harder@ifa.au.dk>.
22911
22912 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * message.el (message-exchange-point-and-mark): Don't activate
22915         region if it was inactive.  Suggested by Hiroshi Fujishima
22916         <pooh@nature.tsukuba.ac.jp>.
22917
22918 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22919
22920         * gnus-art.el (article-display-face): Display Faces in the same
22921         order as X-Faces.
22922
22923 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22924
22925         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22926
22927 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22928
22929         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22930         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22931         (gnus-article-mime-hierarchy): Remove.
22932         (gnus-article-mime-hierarchy-next): Remove.
22933         (gnus-article-mode): Revert 2004-03-19 change.
22934         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22935         (gnus-insert-mime-button): Revert 2004-03-19 change.
22936         (gnus-mime-accumulate-hierarchy): Remove.
22937         (gnus-mime-enter-multipart): Remove.
22938         (gnus-mime-leave-multipart): Remove.
22939         (gnus-mime-display-part): Revert 2004-03-19 change.
22940         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22941
22942         * mml.el (mml-preview): Revert 2004-03-19 change.
22943
22944 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22945
22946         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22947
22948 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22949
22950         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22951         t while entering a file name using the mm-with-multibyte macro.
22952         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22953
22954         * mm-util.el (mm-with-multibyte): New macro.
22955
22956 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22957
22958         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22959         New user option.
22960         (gnus-mime-multipart-functions): Doc and customization fix.
22961         (gnus-article-mime-hierarchy): New variable.
22962         (gnus-article-mime-hierarchy-next): New variable.
22963         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22964         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22965         gnus-article-mime-hierarchy-next to nil.
22966         (gnus-insert-mime-button): Show hierarchy numbers.
22967         (gnus-mime-accumulate-hierarchy): New function.
22968         (gnus-mime-enter-multipart): New function.
22969         (gnus-mime-leave-multipart): New function.
22970         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22971         (gnus-mime-display-alternative): Show hierarchy numbers.
22972
22973         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22974         gnus-article-mime-hierarchy-next to nil.
22975
22976 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22977
22978         * dns.el: Don't require gnus-xmas.
22979
22980 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22981
22982         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22983         inline PGP.
22984         (mml-menu): Disable mml-quote-region if mark is inactive.
22985
22986 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22987
22988         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22989         when the group's active is not available.
22990
22991 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22994         error.
22995
22996 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22997
22998         * imap.el (imap-store-password): New variable.
22999         (imap-interactive-login): Use it.
23000         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23001
23002 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23003
23004         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23005         window-start and hscroll to summary window.
23006
23007 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23008
23009         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23010         conversion message to newsrc-dribble when an actual conversion is
23011         performed.
23012
23013 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23014
23015         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23016
23017 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23018
23019         * mm-decode.el (mm-complicated-handles): New function reviving
23020         former definition of mm-multiple-handles.
23021
23022         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23023         (gnus-mime-delete-part): Use it.
23024
23025 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23026
23027         * gnus-agent.el (gnus-agent-read-local):
23028         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23029         avoid the implicit assumption that they will always be equal.
23030         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23031         coding-system-for-write, as the with-temp-file macro first prints
23032         to a buffer then saves the buffer.
23033
23034 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23035
23036         * gnus-art.el (gnus-article-edit-part): New function.
23037         (gnus-mime-save-part-and-strip): Use it; do query instead of
23038         signaling an error; don't use mm-multiple-handles.
23039         (gnus-mime-delete-part): Ditto.
23040
23041 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23042
23043         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23044         old file versions.
23045         (gnus-group-prepare-hook): Remove function that converted list
23046         form of gnus-agent-expire-days to group properties.
23047
23048         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23049         (gnus-request-accept-article): Re-indented.
23050
23051         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23052         converters to handle old agent file formats.  Add logic for a
23053         "backup before upgrading warning".
23054         (gnus-convert-mark-converter-prompt): Developers can mark
23055         functions as needing (default), or not needing,
23056         gnus-convert-old-newsrc's "backup before upgrading warning".
23057         (gnus-convert-converter-needs-prompt): Tests whether the user
23058         should be protected from potentially irreversable changes by the
23059         function.
23060
23061         * legacy-gnus-agent.el: New.  Provides converters that are only
23062         loaded when gnus-convert-old-newsrc needs to call them.
23063
23064 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23065
23066         * mail-source.el (mail-source-touch-pop): Doc fix.
23067
23068         * message.el (message-smtpmail-send-it): Doc fix.
23069
23070 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23071
23072         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23073
23074         * nnmail.el (nnmail-split-fancy): do.
23075
23076         * gnus-kill.el (gnus-kill, gnus-execute): do.
23077
23078 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23079
23080         * gnus-sum.el (gnus-widget-reversible-match)
23081         (gnus-widget-reversible-to-internal)
23082         (gnus-widget-reversible-to-external): New functions.
23083         (gnus-widget-reversible): New widget.
23084         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23085
23086 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23087
23088         * gnus-sum.el (gnus-thread-sort-functions)
23089         (gnus-article-sort-functions): Document `(not F)' items.
23090
23091 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23092
23093         * spam.el (spam-use-gmane-xref): Add new backend.
23094         (spam-gmane-xref-spam-group): Add variable to control the name of the
23095         Gmane spam group.
23096         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23097         (spam-regex-headers-spam, spam-regex-headers-ham)
23098         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23099         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23100         backends and checks.
23101         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23102
23103         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23104         an autodetect method.
23105
23106 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23107
23108         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23109         articles are being added to a group.
23110         (gnus-request-replace-article): Inform the agent that articles
23111         need to be uncached as the cached contents are no longer valid.
23112
23113 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23114
23115         * binhex.el: Don't autoload executable-find.
23116
23117         * canlock.el: Don't autoload mail-fetch-field.
23118
23119         * dgnushack.el: Autoload c-mode for XEmacs.
23120
23121         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23122
23123         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23124         rmail-dont-reply-to and rmail-output.
23125
23126         * gnus-score.el: Don't autoload ffap-string-at-point.
23127
23128         * gnus-setup.el: Don't autoload sc-cite-original.
23129
23130         * imap.el: Don't autoload base64-decode-string,
23131         base64-encode-string and md5.
23132
23133         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23134         and rmail-msg-restore-non-pruned-header.
23135
23136         * mm-decode.el: Don't autoload executable-find.
23137
23138         * mm-url.el: Don't autoload executable-find.
23139
23140         * mm-view.el: Don't autoload diff-mode.
23141
23142         * nndb.el: Don't autoload news-reply-mode, news-setup,
23143         cancel-timer and telnet.
23144
23145         * password.el: Don't autoload run-at-time for Emacs.
23146
23147         * sha1-el.el: Don't autoload executable-find.
23148
23149         * sieve-mode.el: Don't autoload c-mode.
23150
23151         * uudecode.el: Don't autoload executable-find.
23152
23153 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23154
23155         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23156         (gnus-agent-possibly-alter-active): Avoid null in numeric
23157         comparison.
23158         (gnus-agent-set-local): Refuse to save null in local object table.
23159         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23160         list of articles that will be marked as unread.
23161
23162 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23163
23164         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23165
23166 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23167
23168         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23169         language tags.
23170
23171 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23172
23173         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23174         Don't bind "obarray".
23175
23176         * gnus-sum.el (gnus-thread-sort-functions):
23177         Add `gnus-thread-sort-by-most-recent-number' and
23178         `gnus-thread-sort-by-most-recent-date'.
23179         Reported by Kai Grossjohann <kai@emptydomain.de>.
23180
23181 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23184
23185 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23186
23187         * gnus-cus.el (gnus-agent-customize-category):
23188         Remove ignore-errors macro reference that required cl to be loaded at
23189         run-time.
23190
23191         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23192         single-interval range of the form (min . max).  Previously the
23193         range had to look like ((min . max)).  Likewise, return
23194         (min . max) rather than ((min . max)).
23195         (gnus-range-map): Use gnus-range-normalize to accept
23196         single-interval range.
23197
23198         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23199         the cache, but not the agent, now appear with their usual face.
23200
23201         * dgnushack.el (loaddir): New variable that is bound to the
23202         directory containing the dgnushack.el file. Use loaddir, rather
23203         than srcdir, to update load-path. Change lets dgnushack compile
23204         code in directories other than GNUS/lisp.
23205
23206 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23207
23208         * lpath.el: Don't bind w3m-safe-url-regexp.
23209
23210         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23211         w3m-safe-url-regexp variable buffer-local.
23212
23213         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23214
23215 2004-02-27  Simon Josefsson  <jas@extundo.com>
23216
23217         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23218         gnus-group-real-prefix.
23219         (gnus-summary-move-article): Use it, instead of
23220         gnus-group-real-prefix.
23221
23222 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23223
23224         * lpath.el: Bind w3m-safe-url-regexp.
23225
23226         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23227         w3m-safe-url-regexp variable buffer-local and set it as the value
23228         of mm-w3m-safe-url-regexp.
23229
23230         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23231
23232         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23233         parsing gnus-posting-styles when the message is not for replying.
23234
23235         * dgnushack.el: Autoload sgml-mode for XEmacs.
23236
23237         * nnrss.el (nnrss-opml-export):
23238         Use mm-set-buffer-file-coding-system instead of
23239         set-buffer-file-coding-system.
23240
23241 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23242
23243         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23244         of checkdoc.el).
23245         * nnrss.el: do.
23246         * gnus-mlspl.el: do.
23247         * gnus-ml.el: do.
23248         * gnus-srvr.el: do.
23249
23250         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23251
23252 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23253
23254         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23255         Corrections to custom-manual links.
23256
23257         * gnus-art.el (gnus-article): Ditto.
23258
23259         * mm-decode.el (mime-display, mime-security): Ditto.
23260
23261 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23262
23263         * flow-fill.el: Typo.
23264
23265 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23266
23267         * spam-wash.el: New file.
23268
23269 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23270
23271         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23272
23273 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23274
23275         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23276         to be run with new-articles as LIST1, not LIST2.
23277         (spam-registration-functions): Add spam-use-ham-copy as a nil
23278         registration backend.
23279
23280 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23281
23282         * spam-stat.el (spam-stat-washing-hook): New option.
23283         (spam-stat-buffer-words): Use it.
23284         (spam-stat-process-directory, spam-stat-test-directory):
23285         Use insert-file-contents-literally.
23286         (spam-stat-coding-system): New variable.
23287         (spam-stat-load, spam-stat-save): Use it.
23288
23289 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23290
23291         * spam-report.el (spam-report-plug-agent):
23292         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23293
23294 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23295
23296         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23297         Allow / in mailto URLs.
23298
23299 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23300
23301         * spam-report.el (spam-report-process-queue): Fix interactive use.
23302         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23303         (spam-report-unplug-agent): Doc fixes.
23304         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23305         (spam-report-agentize, spam-report-deagentize): Autoload.
23306
23307 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23308
23309         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23310
23311         * message.el (message-setup-fill-variables): Add mml tags to
23312         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23313         <ajk@iu.edu>.
23314         (message-mode): Don't modify paragraph-separate there.
23315
23316 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * compface.el (uncompface-use-external): Default to undecided.
23319         (uncompface-use-external-threshold): New variable.
23320         (uncompface-float-time): New macro.
23321         (uncompface): Determine whether to use the external decoder if
23322         uncompface-use-external is undecided.
23323
23324 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23325
23326         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23327         after images.
23328
23329         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23330
23331 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23332
23333         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23334
23335         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23336
23337         * gnus-sum.el (gnus-summary-limit-to-age)
23338         (gnus-summary-limit-children): do.
23339
23340         * gnus-int.el (gnus-request-scan): do.
23341
23342         * gnus-group.el (gnus-group-suspend): do.
23343
23344         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23345
23346         * gnus-cite.el (gnus-cite-parse-attributions): do.
23347
23348         * gnus-agent.el (gnus-summary-set-agent-mark)
23349         (gnus-agent-regenerate-group): do.
23350
23351         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23352
23353         * binhex.el (binhex-decode-region-internal): do.
23354
23355 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23356
23357         * gnus-fun.el (gnus-face-properties-alist): New user option.
23358         (gnus-display-x-face-in-from): Use it.
23359
23360         * gnus-art.el (article-display-face): Ditto.
23361
23362         * compface.el (uncompface-use-external): Default to nil.
23363
23364 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23365
23366         * nntp.el (nntp-erase-buffer): New function.
23367         (nntp-retrieve-data, nntp-send-command)
23368         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23369         (nntp-possibly-change-group): Use it.
23370
23371         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23372         Use with-current-buffer.
23373
23374 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23375
23376         * compface.el: Merge the ELisp-based uncompface program.
23377         (compface): New customization group.
23378         (uncompface-use-external): New user option.
23379         (uncompface): Call uncompface-internal if uncompface-use-external
23380         is nil.
23381         (uncompface-internal): New function.  Note that there are also
23382         some other functions and variables added for this function.
23383
23384 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23385
23386         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23387         if necessary.
23388
23389 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23390
23391         * spam-report.el (spam-report-unplug-agent)
23392         (spam-report-plug-agent, spam-report-deagentize)
23393         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23394         Add support for the Agent in spam-report: when unplugged, report to a
23395         file; when plugged, submit all the requests.
23396
23397         * spam.el (spam-register-routine): Fix message about
23398         registration.
23399
23400 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23401
23402         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23403         dependencies.
23404         (rfc2047-encode): Use it.
23405
23406         * gnus-art.el (gnus-button-marker-list): Move before first
23407         reference.
23408
23409         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23410         (imap-parse-body): Fix format string mismatch.
23411
23412         * gnus-score.el (gnus-summary-increase-score): do.
23413
23414         * nnrss.el (nnrss-close): New function.
23415
23416 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23417
23418         * nnrss.el (nnrss-make-filename): New function.
23419         (nnrss-request-delete-group, nnrss-read-server-data)
23420         (nnrss-save-server-data, nnrss-read-group-data)
23421         (nnrss-save-group-data): Use it.
23422         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23423         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23424         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23425
23426 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23427
23428         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23429
23430 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23431
23432         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23433         files.
23434
23435         * message.el (message-generate-headers-first): Don't quote nil
23436         and t in docstrings.
23437
23438         * imap.el (imap-id): do.
23439
23440         * gnus-agent.el (gnus-agent-consider-all-articles)
23441         (gnus-agent-queue-mail): do.
23442
23443 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23444
23445         * spam-report.el (spam-report-process-queue): New function.
23446         Process requests from `spam-report-requests-file'.
23447         (spam-report-process-queue): Doc fix.
23448
23449 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23450
23451         * spam.el (spam-register-routine)
23452         (spam-log-processing-to-registry, spam-log-registered-p)
23453         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23454         Change "check" to "spam-check" for semi-clarity.
23455
23456 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23457
23458         * pop3.el: Require nnheader.
23459
23460         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23461
23462         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23463
23464         * gnus-picon.el: Require cl.
23465
23466         * gnus-fun.el: Require gnus-ems and gnus-util.
23467
23468         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23469
23470         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23471
23472         * gnus-art.el (gnus-article-edit-mode): Define before first
23473         reference.
23474
23475 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23476
23477         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23478         (gnus-uu-post-encoded): Use point-at-bol.
23479
23480         * gnus-topic.el (gnus-group-active-topic-p): do.
23481
23482         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23483
23484         * gnus-group.el (gnus-group-kill-region): do.
23485
23486         * gnus-art.el (article-date-ut): do.
23487
23488         * message.el (message-fetch-field): Remove redundant
23489         case-fold-search binding.
23490         (message-narrow-to-field): Simplify.
23491
23492 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23493
23494         * spam.el (spam-directory): Derive from `gnus-directory'.
23495
23496         * spam-report.el (spam-report-url-to-file)
23497         (spam-report-requests-file): New function and variable for offline
23498         reporting.
23499         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23500         and user defined function.
23501         (spam-report-url-ping-mm-url): Remove doubled slash.
23502
23503 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23504
23505         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23506
23507 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23508
23509         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23510         Fix format string mismatch.
23511
23512         * sieve.el (sieve-deactivate-all): do.
23513
23514         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23515
23516         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23517
23518         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23519
23520         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23521
23522 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23523
23524         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23525         the list of checks.
23526
23527 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23528
23529         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23530         padding.
23531
23532 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23533
23534         * mm-view.el (mm-fill-flowed): New variable.
23535         (mm-inline-text): Use it.
23536
23537 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23538
23539         * spam.el (spam-spamassassin-register-ham-routine)
23540         (spam-spamassassin-register-spam-routine): Fix function names.
23541
23542 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * gnus.el (gnus-tmp-grouplens): Remove.
23545         (gnus-summary-line-format): Remove grouplens.
23546
23547         * gnus-group.el (gnus-group-line-format): Ditto.
23548
23549         * gnus-spec.el (gnus-format-specs): Ditto.
23550         (gnus-update-format-specifications): Flush the group format spec
23551         cache if there's the grouplens stuff.
23552         (gnus-parse-simple-format): Replace %l with the empty string.
23553
23554 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23555
23556         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23557         omission.
23558
23559 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23560
23561         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23562         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23563
23564 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23565
23566         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23567         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23568         New macros and functions.
23569         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23570         Handle > NLINK_MAX messages.
23571         * nnmaildir.el (nnmaildir-request-set-mark):
23572         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23573
23574 2004-01-25  Alex Schroeder  <alex@gnu.org>
23575
23576         * spam-stat.el (spam-stat-process-directory-age): New option.
23577         (spam-stat-process-directory): Use it.
23578
23579 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23580
23581         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23582         (spam-stat-save): Accept prefix argument.
23583
23584 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23585
23586         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23587         links" error.
23588
23589 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23590
23591         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23592         the rest of the and/or forms.
23593
23594 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23595
23596         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23597         compatibility with old .newsrc.eld files.
23598
23599         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23600
23601         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23602
23603         * gnus-start.el (gnus-1): do.
23604
23605         * gnus-group.el (gnus-group-line-format-alist): do.
23606
23607         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23608
23609         * gnus-gl.el: Remove.
23610
23611 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23612
23613         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23614         marks consisting of a single range {for example, (3 . 5)} rather
23615         than a list of a single range { ((3 . 5)) }.
23616
23617 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23618
23619         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23620         Use with-current-buffer.
23621         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23622         avoid consing a string.
23623
23624         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23625         Remove obsolete entries for big5 and gb2312.
23626
23627 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23628
23629         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23630         uncompressed list.
23631
23632 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23633
23634         * spam-stat.el (spam-stat-strip-xref): New function.
23635         (spam-stat-process-directory): Use it.
23636
23637         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23638         here -- it's done in message-fetch-field.
23639
23640 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23641
23642         * gnus-agent.el (gnus-agent-queue-mail)
23643         (gnus-agent-prompt-send-queue): New variables.
23644         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23645         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23646         "nndraft:queue" along to gnus-draft-send.
23647         Use gnus-agent-prompt-send-queue.
23648         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23649         is "nndraft:queue".  Suggested by Gaute Strokkenes
23650         <gs234@srcf.ucam.org>
23651
23652         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23653         (agent-enable-undownloaded-faces): Add.
23654         (gnus-agent-cat-groups): Use eval-and-compile, not
23655         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23656         method of gnus-agent-cat-groups even when the buffer has been
23657         evaled.
23658         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23659         delete gnus-agent-save-active-1.
23660         (gnus-agent-save-groups): Delete.  Identical to
23661         gnus-agent-save-active.
23662         (gnus-agent-write-active): No longer adjust agent's copy of active
23663         file as agent's adjustments are now stored in their own
23664         file.  Remove optional parameter.
23665         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23666         servers.  Add use of min/max range limits from server's local
23667         file.
23668         (gnus-agent-save-alist): Remove unused optional argument.
23669         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23670         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23671         (gnus-agent-set-local): A per-server file that keeps min/max range
23672         limits for articles known to the agent.  Provides a fast mechanism
23673         for altering many active ranges.
23674         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23675         active file (local makes it unnecessary).
23676         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23677
23678         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23679         (agent-enable-undownloaded-faces): Add.
23680
23681         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23682         disable it when sending to "nndraft:queue".
23683         (gnus-group-send-queue): Add safety check to avoid sending queue
23684         when unplugged.
23685
23686         * gnus-group.el (gnus-group-catchup): Use new
23687         gnus-sequence-of-unread-articles, not
23688         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23689         numbers of articles.  Use gnus-range-map to avoid having to
23690         uncompress the unread list.
23691         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23692         Fix invalid ange-ftp reference.
23693
23694         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23695         (gnus-sorted-range-intersection): Intersection of two ranges
23696         without requiring that they first be uncompressed.
23697
23698         * gnus-start.el (gnus-activate-group): Unless blocked by the
23699         caller, possibly expand the active range to include both cached
23700         and agentized articles.
23701         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23702         multiple version-dependent converters.
23703         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23704         gnus-agent-save-active.
23705         (gnus-save-newsrc-file): Save dirty agent range limits.
23706
23707         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23708         gnus-agent-possibly-alter-active.
23709         (gnus-adjust-marked-articles): Faster handling of simple lists.
23710
23711 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23712
23713         * spam-stat.el (spam-stat-test-directory): New optional argument
23714         displays a list of files detected.  Suggested by Andrew Cohen
23715         <cohen@andy.bu.edu>.
23716         (spam-stat-buffer-words-with-scores): Don't narrow and change
23717         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23718
23719 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23720
23721         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23722         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23723         (spam-spamassassin-arguments)
23724         (spam-spamassassin-spam-flag-header)
23725         (spam-spamassassin-positive-spam-flag-header)
23726         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23727         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23728         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23729         (spam-list-of-processors, spam-list-of-checks)
23730         (spam-list-of-statistical-checks, spam-registration-functions)
23731         (spam-check-spamassassin-headers, spam-check-spamassassin)
23732         (spam-spamassassin-score)
23733         (spam-spamassassin-register-with-sa-learn)
23734         (spam-spamassassin-register-spam-routine)
23735         (spam-spamassassin-register-ham-routine)
23736         (spam-assassin-register-spam-routine)
23737         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23738         (spam-bogofilter-score): Fix to show article before scoring.
23739
23740 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23741
23742         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23743         default scoring function.
23744         (spam-generic-score): Call spam-spamassassin-score if
23745         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23746         spam-bogofilter-score otherwise.
23747
23748         * gnus.el (spam-process, spam-autodetect-methods):
23749         Add spamassassin and spamassassin-headers.
23750
23751 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23752
23753         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23754         Suppress unnecessary messages.
23755
23756 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23757
23758         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23759         make-hash-table.
23760
23761 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23762
23763         * canlock.el (base64-encode-string): Don't autoload it.
23764
23765 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23766
23767         * run-at-time.el: Remove useless (require 'itimer),
23768         eval-and-compile and (featurep 'xemacs).
23769
23770 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23771
23772         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23773         GROUP is a virtual group.
23774
23775 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23776
23777         * gnus.el: Autoload `message-y-or-n-p'.
23778
23779 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23780
23781         * pgg-parse.el: Remove unnecessary (require 'custom).
23782
23783         * pgg-def.el: do.
23784
23785         * nnmail.el: do.
23786
23787         * gnus-undo.el: do.
23788
23789         * gnus-picon.el: do.
23790
23791         * gnus-util.el: do.
23792
23793 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23794
23795         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23796
23797 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23798
23799         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23800         handle, as well as a list.
23801
23802         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23803         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23804         (mm-w3m-cid-retrieve): Simplify.
23805
23806 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23807
23808         * message.el (message-kill-to-signature): Allow prefix arg to
23809         specify number of lines to keep before signature.
23810
23811 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23812
23813         * message.el (message-kill-to-signature): Change docstring.
23814
23815 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23816
23817         * canlock.el: Always require sha1-el.
23818         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23819
23820         * message.el: Autoload sha1 only when compiling.
23821
23822         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
23823         eudc-expand-inline for XEmacs.
23824
23825 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23826
23827         * message.el (message-canlock-generate): Require sha1-el.
23828
23829 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23830
23831         * message.el (message-expand-name): Silence the byte compiler.
23832
23833         * lpath.el: Add detect-coding-system.
23834
23835         * dgnushack.el (dgnushack-compile): Remove obsolete check for
23836         cus-edit.
23837
23838 2004-01-13  Simon Josefsson  <jas@extundo.com>
23839
23840         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23841         Invoke gnus-score-mode.
23842         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23843
23844         * gnus-range.el (gnus-compress-sequence): Doc fix.
23845         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23846
23847 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23848
23849         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23850
23851 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23852
23853         * spam.el (spam-get-article-as-string): Update to use
23854         gnus-request-article-this-buffer, much simpler.
23855         (spam-get-article-as-buffer): Remove.
23856
23857 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23858
23859         * message.el (message-expand-name): Use EUDC if the user uses that.
23860
23861 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23862
23863         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23864         character for the encoding to avoid consing a string.
23865
23866         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23867         unnecessarily.
23868
23869         * mm-util.el (mm-replace-chars-in-string): Remove.
23870
23871         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23872         of mm-replace-chars-in-string.
23873
23874 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23875
23876         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23877
23878         * mm-util.el (mm-subst-char-in-string): Support inplace.
23879
23880         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23881         a new string in every iteration.  Use shy groups.
23882
23883 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23884
23885         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23886         * gnus-soup.el (gnus-soup-group-brew):
23887         * gnus-msg.el (gnus-put-message):
23888         * gnus-move.el (gnus-group-move-group-to-server):
23889         * gnus-kill.el (gnus-batch-score):
23890         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23891         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23892         (gnus-group-update-group, gnus-group-read-group)
23893         (gnus-group-make-group, gnus-group-make-help-group)
23894         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23895         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23896         (gnus-group-sort-by-unread, gnus-group-catchup)
23897         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23898         (gnus-group-yank-group, gnus-group-set-info)
23899         (gnus-group-list-groups):
23900         * gnus.el (gnus-generate-new-group-name):
23901         * gnus-delay.el (gnus-delay-send-queue):
23902         * nnvirtual.el (nnvirtual-catchup-group):
23903         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23904         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23905         (gnus-group-prepare-topics, gnus-topic-check-topology):
23906         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23907         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23908         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23909         (gnus-group-make-articles-read):
23910         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23911         (gnus-group-change-level, gnus-kill-newsgroup)
23912         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23913         (gnus-get-unread-articles, gnus-make-articles-unread)
23914         (gnus-make-ascending-articles-unread): Use accessor
23915         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23916         to get group information for improved readability.
23917
23918
23919 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23920
23921         * gnus-art.el (article-decode-mime-words, article-babel)
23922         (gnus-article-highlight-signature, gnus-article-add-buttons)
23923         (gnus-signature-toggle): Use gnus-with-article-buffer.
23924
23925         * gnus-art.el (gnus-article-highlight-headers)
23926         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23927
23928         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23929         (gnus-article-set-globals, gnus-request-article-this-buffer)
23930         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23931         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23932         (gnus-mime-display-alternative): Use with-current-buffer.
23933
23934 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23935
23936         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23937         also under 80 char limit, and call gnus-error if needed.
23938         (spam-fetch-article-header): Fix - it was a
23939         buffer-local variable (gnus-newsgroup-data).
23940         (spam-find-spam): Use spam-generate-fake-headers, forget about
23941         spam-insert-fake-headers.
23942         (spam-insert-fake-headers): Remove.
23943
23944 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23945
23946         * deuglify.el (gnus-article-outlook-unwrap-lines)
23947         (gnus-outlook-rearrange-article)
23948         (gnus-outlook-repair-attribution-outlook)
23949         (gnus-outlook-repair-attribution-block)
23950         (gnus-outlook-repair-attribution-other): Remove redundant
23951         save-excursion.
23952
23953 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23954
23955         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23956         (spam-fetch-field-subject-fast)
23957         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23958         (spam-fetch-article-header): Add functions to deal with Gnus
23959         internals for fast retrieval of article header data.
23960         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23961
23962 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23963
23964         * pop3.el (pop3-md5): Remove.
23965         (pop3-apop): Replace pop3-md5 with md5.
23966
23967         * mm-bodies.el: base64 is always built-in.
23968
23969         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23970         Use with-current-buffer.
23971
23972 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23973
23974         * canlock.el (canlock-insert-header): Remove excessive grouping in
23975         regexp.
23976
23977         * gnus-sum.el (gnus-summary-read-document): Ditto.
23978
23979         * gnus-uu.el (gnus-uu-part-number): Ditto.
23980
23981         * html2text.el (html2text-remove-tags): Ditto.
23982         (html2text-format-tags): Ditto.
23983         (html2text-format-single-elements): Ditto.
23984
23985         * mml.el (mml-parse-1): Ditto.
23986
23987 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23988
23989         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23990
23991         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23992
23993         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23994
23995         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23996
23997 2003-11-15  Simon Josefsson  <jas@extundo.com>
23998
23999         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24000         (pgg-gpg-lookup-key): Use regexp match instead of
24001         split-string (split-string is different between emacs 21.2 and
24002         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24003
24004 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24005
24006         * gnus-art.el (gnus-mime-view-all-parts)
24007         (gnus-article-part-wrapper, gnus-article-view-part):
24008         Use with-current-buffer.
24009
24010 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24011
24012         * spam.el (spam-disable-spam-split-during-ham-respool)
24013         (spam-spamoracle-database, spam-cache-lookups)
24014         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24015         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24016         (spam-group-ham-marks, spam-group-spam-marks)
24017         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24018         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24019         also add spam-use-blackholes to the statistical checks.
24020         (spam-fetch-field-fast): Add interface to fetching fields, may
24021         become a macro.
24022         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24023         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24024         (spam-insert-fake-headers): Fake an article when needed.
24025         (spam-find-spam): Fake article when possible.
24026         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24027         (spam-check-bogofilter-headers): Use message-fetch-field instead
24028         of nnmail-fetch-field.
24029
24030 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24031
24032         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24033
24034 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24035
24036         * spam.el (spam-split): Do not require spam-use-CHECK to be
24037         enabled if that check is passed to spam-split explicitly; also
24038         fix so 'spam doesn't get converted to spam-split-group when
24039         spam-split-symbolic-return is t.
24040         (spam-find-spam): Find registrations of the article and use those
24041         instead of re-running spam-split to find the spam/ham
24042         classification of the article.
24043         (spam-log-processing-to-registry, spam-log-registered-p)
24044         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24045         Use gnus-error instead of gnus-message.
24046         (spam-log-registration-type): Add function to determine the
24047         classification of a message based on registry entries; will
24048         return nil if both 'spam and 'ham are found.
24049         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24050         a reasonably fast local cache without the loading errors.
24051         (spam-cache-lookups): Set to t by default.
24052         (spam-find-spam): Don't try to guess spam-cache-lookups.
24053         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24054         spam-caches entry.
24055         (spam-filelist-build-cache, spam-filelist-check-cache):
24056         Fix caching of whitelist/blacklist entries.
24057         (spam-check-whitelist, spam-check-blacklist):
24058         Invoke spam-from-listed-p with a type, not a cache variable.
24059         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24060
24061 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24062
24063         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24064
24065         * nnmail.el (nnmail-split-fancy): do.
24066
24067         * mml.el (mml-parse): do.
24068
24069         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24070         (gnus-score-adaptive): do.
24071
24072 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24073
24074         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24075         (gnus-mime-button-map): Don't set keymap parent.
24076         (gnus-button-ctan-directory-regexp): Use shy grouping.
24077         (gnus-prev-page-map): Don't set keymap parent.
24078         (gnus-prev-page-map): Remove duplicated one.
24079         (gnus-next-page-map): Don't set keymap parent.
24080         (gnus-mime-security-button-map): Ditto.
24081
24082         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24083         version number.
24084
24085         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24086
24087 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24088
24089         * canlock.el (canlock-sha1-function): Remove.
24090         (canlock-sha1-function-for-verify): Remove.
24091         (canlock-openssl-program): Remove.
24092         (canlock-openssl-args): Remove.
24093         (canlock-ignore-errors): Remove.
24094         (canlock-sha1-with-openssl): Remove.
24095         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24096         (canlock-verify): Don't use canlock-ignore-errors.
24097
24098         * sha1-el.el (sha1-string-external): Make it can return a string
24099         in binary form.
24100         (sha1-region-external): Ditto.
24101         (sha1-string-internal): Ditto.
24102         (sha1-region-internal): Ditto.
24103         (sha1-region): Ditto.
24104         (sha1-string): Ditto.
24105         (sha1): Ditto.
24106
24107 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24108
24109         * spam.el (spam-report-articles-gmane): New command.
24110
24111 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24112
24113         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24114
24115         * run-at-time.el (run-at-time-saved): Remove.
24116         (run-at-time): Doc fix.
24117
24118 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24119
24120         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24121         (gnus-summary-limit-map): Add it.
24122         (gnus-summary-make-menu-bar): do.
24123
24124 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24125
24126         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24127         Make attempt at some caching support (done for BBDB only now).
24128         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24129         addresses to be checked.
24130         (spam-clear-cache-BBDB): Add function, to be invoked by
24131         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24132         (spam-check-BBDB): Check and use the caches, if
24133         spam-cache-lookups is on, remove superfluous (provide).
24134
24135 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24136
24137         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24138
24139 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24140
24141         * run-at-time.el (run-at-time-saved): Move to after the definition
24142         of `run-at-time'.
24143
24144         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24145
24146 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24147
24148         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24149         mm-w3m-local-map-property.
24150
24151         * mm-view.el (mm-w3m-mode-map): Remove.
24152         (mm-w3m-local-map-property): Remove.
24153         (mm-inline-text-html-render-with-w3m): Don't use
24154         mm-w3m-local-map-property.
24155
24156 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24157
24158         * run-at-time.el: New file.
24159
24160         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24161         under Emacs.
24162
24163         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24164         of gnus-set-text-properties.
24165
24166         * gnus-uu.el (gnus-uu-save-article): Ditto.
24167
24168         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24169
24170         * gnus-cite.el (gnus-cite-parse): Ditto.
24171
24172         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24173         of gnus-.
24174
24175         * gnus-xmas.el (run-at-time): Require run-at-time.
24176
24177         * gnus.el: Change calls to nnheader-run-at-time and
24178         password-run-at-time throughout to use run-at-time directly.
24179
24180         * password.el: Remove definition of run-at-time.
24181
24182         * nnheaderxm.el: Remove definition of run-at-time.
24183
24184 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24185
24186         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24187         in prompt.
24188
24189 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24190
24191         * messagexmas.el (message-xmas-redefine): Alias
24192         `message-make-caesar-translation-table' to
24193         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24194         version.
24195
24196         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24197         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24198         `gnus-xmas-set-text-properties'.
24199         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24200         `gnus-xmas-completing-read'.
24201         (gnus-xmas-completing-read): Removed.
24202         (gnus-xmas-open-network-stream): Removed.
24203
24204         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24205         XEmacs version.
24206
24207         * dns.el (dns-make-network-process): Use `open-network-stream'
24208         instead of `gnus-xmas-open-network-stream'.
24209
24210         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24211
24212         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24213
24214 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24215
24216         * gnus-art.el (gnus-mime-display-alternative)
24217         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24218         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24219         Don't use gnus-local-map-property.
24220
24221         * gnus-util.el (gnus-local-map-property): Remove.
24222
24223         * mm-view.el (mm-view-pkcs7-decrypt):
24224         Replace gnus-completing-read-maybe-default with completing-read.
24225
24226         * gnus-util.el (gnus-completing-read): do.
24227         (gnus-completing-read-maybe-default): Remove.
24228
24229 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24230
24231         * password.el: Only autoload `run-at-time' if not XEmacs.
24232         Only autoload the itimer functions if XEmacs.
24233
24234 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24235
24236         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24237         XEmacsen.
24238
24239         * dgnushack.el: Autoload executable-find for XEmacs.
24240
24241 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24242
24243         * gnus-art.el (gnus-read-string): Remove.
24244         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24245         read-string.
24246
24247 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24248
24249         * netrc.el: Autoload password-read.
24250         (netrc): Add configuration group.
24251         (netrc-encoding-method, netrc-openssl-path):
24252         Add variables for encoding and decoding of files with symmetric
24253         ciphers.
24254         (netrc-encode): Add assistant function to encode a file with
24255         netrc-encoding-method.
24256         (netrc-parse): Add interactive parameter, added optional
24257         decoding if netrc-encoding-method is non-nil but otherwise
24258         behavior is standard.
24259         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24260         Do s/encode/encrypt/ everywhere.
24261
24262         * spam.el: Remove executable-find autoload.
24263
24264 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24265
24266         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24267
24268         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24269
24270 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24271
24272         * gnus-art.el (gnus-treat-ansi-sequences)
24273         (article-treat-ansi-sequences): New variable and function.
24274         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24275
24276         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24277         Use it.
24278
24279 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24280
24281         * mm-util.el (mm-quote-arg): Remove.
24282
24283         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24284         shell-quote-argument.
24285
24286         * gnus-uu.el (gnus-uu-command): do.
24287
24288         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24289
24290         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24291         with make-char.
24292
24293         * mm-util.el (mm-make-char): Remove.
24294
24295         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24296         add-minor-mode.
24297
24298         * gnus-undo.el (gnus-undo-mode): do.
24299
24300         * gnus-topic.el (gnus-topic-mode): do.
24301
24302         * gnus-sum.el (gnus-dead-summary-mode): do.
24303
24304         * gnus-start.el (gnus-slave-mode): do.
24305
24306         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24307
24308         * gnus-ml.el (gnus-mailing-list-mode): do.
24309
24310         * gnus-gl.el (gnus-grouplens-mode): do.
24311
24312         * gnus-draft.el (gnus-draft-mode): do.
24313
24314         * gnus-dired.el (gnus-dired-mode): do.
24315
24316         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24324         Replace gnus-char-width with char-width.
24325
24326         * gnus-ems.el (gnus-char-width): Remove.
24327
24328         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24329         definition.
24330         Remove Emacs 20 hash table compatibility code.
24331
24332         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24333         20 compatibility code.
24334
24335         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24336
24337         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24338
24339         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24340         Replace with point-at-{eol,bol}.
24341
24342         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24343
24344         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24345
24346         * flow-fill.el (fill-flowed-point-at-bol)
24347         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24348
24349         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24350         Replace with point-at-{eol,bol} throughout all files.
24351
24352 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24353
24354         * ntlm.el (ntlm-string-as-unibyte): New macro.
24355         (ntlm-build-auth-response): Use it.
24356
24357         Remove Emacs 20 stuff:
24358         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24359         (butlast, mapc, remove): Remove the compiler macros.
24360         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24361         of delq and copy-sequence.
24362         * gnus-art.el (popup-menu): Remove the compiler macro.
24363         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24364         Emacs 20.
24365
24366 2004-01-05  Simon Josefsson  <jas@extundo.com>
24367
24368         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24369         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24370         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24371         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24372         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24373         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24374         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24375         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24376         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24377         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24378         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24379         string-xor into ntlm-string-xor.
24380         Suggested by Jesper Harder <harder@myrealbox.com>.
24381
24382         * ntlm.el: Don't include poem.
24383
24384         * md4.el (print-int32, print-string-hexa): Remove.
24385         Suggested by Jesper Harder <harder@myrealbox.com>.
24386
24387         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24388
24389         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24390         probably breaks emacs with DL patch, but do we care? Is anyone
24391         still using the DL stuff?)
24392
24393         * sieve-manage.el: Use the password package.
24394         (sieve-manage-read-passwd): Remove.
24395         (sieve-manage-interactive-login): Use password.  Re-add
24396         condition-case around loop.
24397
24398         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24399         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24400         Use the password package.
24401
24402 2003-02-19  Simon Josefsson  <jas@extundo.com>
24403
24404         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24405         token.
24406
24407 2002-08-07  Simon Josefsson  <jas@extundo.com>
24408
24409         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24410         (sieve-manage-authenticators):
24411         (sieve-manage-authenticator-alist): Add some SASL mechs.
24412         (sieve-sasl-auth): New function.
24413         (sieve-manage-cram-md5-auth):
24414         (sieve-manage-plain-auth): Rewrite using SASL library.
24415         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24416         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24417         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24418         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24419
24420 2004-01-05  Simon Josefsson  <jas@extundo.com>
24421
24422         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24423         New files.
24424
24425 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24426
24427         * gnus-group.el (gnus-no-groups-message): Update.
24428
24429         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24430
24431 2003-11-09  Simon Josefsson  <jas@extundo.com>
24432
24433         * imap.el: Support for ID IMAP extension (RFC 2971).
24434         (imap-local-variables): Add imap-id.
24435         (imap-id): New variable.
24436         (imap-id): New function.
24437         (imap-parse-response): Parse untagged ID response.
24438         * nnimap.el (nnimap-id): New variable.
24439         (nnimap-open-connection): Use it.
24440
24441 2003-12-28  Simon Josefsson  <jas@extundo.com>
24442
24443         * gnus-score.el (gnus-score-edit-all-score): New.
24444         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24445
24446 2004-01-04  Simon Josefsson  <jas@extundo.com>
24447
24448         * password.el: Add.
24449
24450 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24451
24452         * dns.el (dns-query-types): Fix typo.
24453         (dns-query-types): New function.
24454         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24455         PTR and SOA replies, see RFC 1035.
24456
24457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24458
24459         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24460
24461         * Move to Changelog.2.
24462
24463 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24464
24465         * gnus.el (gnus-version-number): Bump version.
24466
24467 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24468
24469         * gnus.el: No Gnus v0.1 is released.
24470
24471 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24472
24473         * gnus.el: No Gnus v0.0 is released.
24474
24475 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24476
24477         * gnus.el (gnus-version-number): Bump.
24478         (gnus-version): No.
24479
24480 See ChangeLog.2 for earlier changes.
24481
24482   Copyright (C) 2004-2012  Free Software Foundation, Inc.
24483
24484   This file is part of GNU Emacs.
24485
24486   GNU Emacs is free software: you can redistribute it and/or modify
24487   it under the terms of the GNU General Public License as published by
24488   the Free Software Foundation, either version 3 of the License, or
24489   (at your option) any later version.
24490
24491   GNU Emacs is distributed in the hope that it will be useful,
24492   but WITHOUT ANY WARRANTY; without even the implied warranty of
24493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24494   GNU General Public License for more details.
24495
24496   You should have received a copy of the GNU General Public License
24497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24498
24499 ;; Local Variables:
24500 ;; coding: utf-8
24501 ;; fill-column: 79
24502 ;; add-log-time-zone-rule: t
24503 ;; End: