More GPG token support: allow per-file configuration and fix XEmacs incompatibility.
[gnus] / lisp / ChangeLog
1 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4         `auth-source-save-secrets' with a more sensitive alist that can be
5         configured per file.  Experimental, so defaults to 'never.
6         (auth-source-netrc-create): Use it.  Still experimental code.
7         (with-auth-source-epa-overrides): Use `find-file-hooks' if
8         `find-file-hook' is unbound (XEmacs fix).
9
10 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * auth-source.el (auth-source-save-secrets): New variable to control if
13         secret tokens should be saved encrypted.
14         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
15         to `auth-source-netrc-normalize'.
16         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
17         on the EPA variables being defined.
18         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
19         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
20         the lexical-let closure.
21         (auth-source-netrc-create): Create "gpg:" tokens according to
22         `auth-source-save-secrets'.
23
24 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-group.el (gnus-group-update-group): Add new argument
27         `info-unchanged' that stops updating dribble buffer.
28
29         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
30         deletes lines matching to it in dribble buffer.
31
32         * gnus-agent.el (gnus-agent-fetch-group-1):
33         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
34         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
35         * gnus-start.el (gnus-group-change-level):
36         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
37
38         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
39         if newsgroup info is not changed.
40
41         * gnus-group.el (gnus-group-get-new-news-this-group):
42         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
43         Don't update dribble buffer.
44
45 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
46
47         * gnus-registry.el (gnus-registry-remove-ignored): New function to
48         remove entries with groups we ignore.
49
50 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
53         the underline comes at the bottom.
54
55 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
58         `gnus-registry-user-format-function-M' and declare the latter obsolete.
59         (gnus-registry-article-marks-to-names): Rename from
60         `gnus-registry-user-format-function-M2'.
61
62 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
65         ephemeral group.
66
67 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * shr.el (shr-browse-image): Copy the URL if called interactively.
70
71 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
74         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
75         done, then unselected articles may be marked as read.
76
77         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
78         since not doing this seems to lead to a race condition in pop3-logon.
79
80         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
81         so that the call chain it correct when we call "upwards".
82
83         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
84         in read-only groups.
85
86         * gnus-group.el (gnus-group-mark-article-read): Ditto.
87
88         * message.el (message-cite-reply-position): Doc string fix.
89
90         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
91         avoid regexp overflow.
92         (nnimap-transform-split-mail): Ditto.
93
94         * pop3.el (pop3-retr): Error out if the server closes the connection.
95
96 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
97
98         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
99         mm-with-unibyte-current-buffer.  The buffer should not contain any
100         multibyte chars anyway at this stage.
101
102 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
105         at the end of lines.
106
107 2011-05-29  Julien Danjou  <julien@danjou.info>
108
109         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
110
111 2011-05-27  Glenn Morris  <rgm@gnu.org>
112
113         * gnus-group.el (gnus-bug-group-download-format-alist):
114         Use the "maintainer" version of debian reports as well.
115
116 2011-05-26  Glenn Morris  <rgm@gnu.org>
117
118         * gnus-group.el (gnus-bug-group-download-format-alist):
119         Use the "maintainer" version of debbugs.gnu.org reports.
120
121 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
124
125 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
126
127         * gnus-cus.el (gnus-agent-customize-category):
128         * gnus-delay.el (gnus-delay-send-queue):
129         * gnus.el (gnus-other-frame):
130         Don't quote lambda expressions with `quote'.
131
132 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
135         the thread moves us backwards and so we loop forever.
136
137 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
140         whitespace in base64 data lines.
141
142 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
143
144         * gnus-registry.el (gnus-registry-user-format-function-M):
145         Use `mapconcat'.
146         (gnus-registry-user-format-function-M2): Use to see the full text of
147         the marks.  Make "," the mark text separator.
148
149         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
150         authentication with auth-source.
151
152 2011-05-17  Glenn Morris  <rgm@gnu.org>
153
154         * gnus-group.el (gnus-import-other-newsrc-file):
155         Use insert-file-contents.
156
157 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
158
159         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
160         1000 iterations.
161
162 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * nntp.el (nntp-open-connection): Check if process-type is available.
165
166 2011-05-16  Julien Danjou  <julien@danjou.info>
167
168         * shr.el (shr-tag-del): Add support for del tag.
169
170 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-html.el (gnus-html-put-image): Register a displayer.
173
174         * shr.el (shr-image-displayer): Don't remove text props from alt text.
175
176 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * registry.el (prune-factor): New initialization parameter defaulting
179         to 0.1.
180         (registry-prune-hard): Use it.
181
182         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
183         0.1 expicitly.
184
185 2011-05-13  Glenn Morris  <rgm@gnu.org>
186
187         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
188         is bound, since this function requires sendmail.
189
190 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * registry.el (registry-usage-test): Disable pruning test.
193
194 2011-05-11  David Engster  <dengste@eml.cc>
195
196         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
197         Bind set-network-process-option for XEmacs.
198
199 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * registry.el (registry-prune-hard-candidates)
202         (registry-prune-soft-candidates): Helper methods for registry pruning.
203         (registry-prune): Use them.  Make the sort function optional.
204
205 2011-05-10  Jim Meyering  <meyering@redhat.com>
206
207         * shr.el (shr-colorize-region): Fix typo "on on -> on".
208
209 2011-05-10  Julien Danjou  <julien@danjou.info>
210
211         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
212         symbol and not a list.
213
214 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-art.el (gnus-article-mode): Move binding of
217         shr-put-image-function here from gnus-article-prepare-display.
218
219         * shr.el (shr-put-image-function): New variable.
220         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
221         (shr-put-image): Return scaled image.
222
223         * gnus-art.el (gnus-shr-put-image): New function.
224         (gnus-article-prepare-display): Bind shr-put-image-function to it.
225
226         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
227         original ones, as deletable.
228
229 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
230
231         * nntp.el (nntp-open-connection): Set TCP keepalive option.
232
233 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         * registry.el (registry-full): Add convenience method.  Fix logic.
236         (registry-insert): Use it.  Fix logic here too.
237
238         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
239         `registry-prune' if `registry-full' returns t.
240         (gnus-registry-handle-action)
241         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
242         (gnus-registry-usage-test): Use it.
243
244 2011-05-07  Julien Danjou  <julien@danjou.info>
245
246         * shr.el (shr-link): Make shr-link inherit from link by default.
247
248 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * shr.el (shr-urlify, shr-link): Fix shr-link face.
251
252 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
255         error out because the face is not a list.
256
257 2011-05-05  Glenn Morris  <rgm@gnu.org>
258
259         * proto-stream.el (gnutls-negotiate): Fix declarations.
260
261         * gnus-start.el (gnus-propagate-marks): Declare.
262
263 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * registry.el (registry-reindex): Fix percentage message.
266
267         * proto-stream.el (network-stream-open-starttls): Adjust to call
268         `gnutls-negotiate' with :process and :hostname arguments.
269
270 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * shr.el: Add shr-link face for links.
273         (shr-urlify): Use it.
274
275         * registry.el (registry-insert): Make error message more helpful.
276
277 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-html.el (gnus-html-schedule-image-fetching):
280         Use url-queue-retrieve, if it exists.
281
282         * shr.el (shr-tag-img): Ditto.
283
284         * gnus.el: Autoload more gnus-agent functions.
285
286         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
287         agent if we haven't already (bug#8502).
288
289         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
290         into the Agent, too.
291
292         * gnus-agent.el (gnus-agent-store-article): New function.
293
294         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
295         and moved from that file for reuse.
296
297         * pop3.el (pop3-open-server): Error messages are "-ERR".
298
299 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
302         (open-tls-stream): Remove superfluous tls/starttls autoloads.
303
304 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
305
306         * gnus.el: No Gnus v0.17 is released.
307
308 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
309
310         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
311         buffer has moved to a different frame.
312
313 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
316         to get the conversion from unibyte to multibyte buffers to work on
317         Emacs 22.
318
319         * nntp.el (nntp-request-article): Slight clean-up.
320
321 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-strike-through): New face.
324         (shr-tag-s): Use it to provide <s> support.
325         (shr-tag-s): Remove duplicate definition.
326
327 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
330         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
331
332 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
335         `gnutls-negotiate'.
336         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
337
338 2011-04-23  Glenn Morris  <rgm@gnu.org>
339
340         * gnus-sum.el (gnus-extra-headers): Bump :version.
341
342 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * shr.el (shr-tag-sup): New function.
345         (shr-tag-sub): Ditto.
346
347 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
350         for the case where `gnus-registry-ignored-groups' is a list of lists,
351         and don't call `gnus-parameter-registry-ignore' otherwise.
352
353 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * nnimap.el (nnimap-user): New backend variable.
356         (nnimap-open-connection-1): Use it.
357         (nnimap-credentials): Accept user parameter so it's explicit what user
358         name is desired.
359
360         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
361         default.
362
363         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
364         not gnus-registry.el.
365
366         * gnus-registry.el: Mention in comments how to modify
367         `gnus-extra-headers' for proper recipient tracking and that it may
368         already have To and Cc recently, which it does as of this commit.
369         (gnus-registry-ignored-groups): Remove defcustom.
370         Explain why in comments.
371         (gnus-registry-action): Fix data-header reference to use the extra
372         headers.  Explain in package commentary how to add To and Cc headers to
373         the gnus-extra-headers.
374         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
375         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
376         parameter list or a string list in `gnus-registry-ignored-groups'.
377         Fix logic error.
378
379 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * shr.el (shr-expand-url): Protect against null urls.
382
383 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * shr.el (shr-base): New binding.
386         (shr-tag-base): Keep track of <base>.
387         (shr-expand-url): New function used throughout.
388
389 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * gnus-registry.el
392         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
393         (gnus-registry-ignored-groups): New variable.
394         (gnus-registry-ignore-group-p): Use it.
395         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
396         set the destination group to nil (same as delete) if it's ignored.
397
398 2011-04-20  David Engster  <dengste@eml.cc>
399
400         * tests/gnustest-nntp.el: New file for simple NNTP testing.
401
402         * Makefile.in (test-nntp): New rule.
403         (check): Add it.
404         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
405
406 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-registry.el (gnus-registry-action)
409         (gnus-registry-fetch-header-fast):
410         Don't use mail-header that looks an internal function of mailheader.el.
411
412 2011-04-19  Glenn Morris  <rgm@gnu.org>
413
414         * time-date.el (time-to-days): Remove unused local variables.
415
416 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-registry.el: Eliminate cl functions.
419         (gnus-registry-sort-addresses): New function that replaces mapcan.
420         (gnus-registry-action, gnus-registry-spool-action)
421         (gnus-registry-split-fancy-with-parent)
422         (gnus-registry-fetch-recipients-fast): Use it.
423         (gnus-registry-import-eld): Replace delete* with dolist + delq.
424
425         * registry.el (initialize-instance, registry-lookup)
426         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
427         (registry-lookup-secondary-value, registry-search, registry-delete)
428         (registry-insert, registry-reindex, registry-size, registry-prune):
429         Use eval-and-compile.
430
431 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * registry.el (registry-reindex): New method to recreate the secondary
434         registry indices.
435
436         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
437         tracked field changes.
438         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
439         (gnus-registry-action, gnus-registry-spool-action)
440         (gnus-registry-handle-action)
441         (gnus-registry--split-fancy-with-parent-internal)
442         (gnus-registry-split-fancy-with-parent)
443         (gnus-registry-register-message-ids): Add recipient tracking on spool,
444         move, and delete actions, and for fancy splitting with parent.
445         (gnus-registry-extract-addresses)
446         (gnus-registry-fetch-recipients-fast)
447         (gnus-registry-fetch-header-fast): Convenience functions.
448         (gnus-registry-misc-test): ERT test of
449         `gnus-registry-extract-addresses'.
450
451 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
454         Track by subject first, then sender.
455
456 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
457
458         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
459
460         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
461         Lisp.
462
463         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
464         (gnus-draft-send): Use it to avoid popping
465         up frames from gnus-group-send-queue.
466
467 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * gnus-registry.el: Updated gnus-registry docs.
470
471 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
474         Fix logic bug.
475         (gnus-registry-post-process-groups): Fix logging of no results and
476         quote sender and subject.
477
478 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
481         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
482         gnutls-cli are too slow to be done opportunistically.
483
484         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
485         (gnus-read-active-for-groups): Don't try to finish getting stuff where
486         we had no early-data returned.
487         (gnus-get-unread-articles): Add a sanity check so that we don't issue
488         two async commands to the same server at the same time.
489
490 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
491
492         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
493
494 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
497         "warning" level.
498
499         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
500         (mm-url-insert-file-contents): Don't set the package names.
501
502 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * gnus-registry.el (gnus-registry-action): Remove properties and
505         simplify subject in `gnus-registry-handle-action'.
506         (gnus-registry-spool-action): Get subject and sender from message if
507         they are not passed in.
508         (gnus-registry-handle-action): Remove properties and simplify subject
509         consistently.
510
511 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
512
513         * registry.el: Require CL before using defmacro*.
514
515 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-art.el (article-treat-date): Assume that
518         gnus-article-date-headers may be a group parameter.
519
520 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * gnus-registry.el (gnus-registry-handle-action): More debugging.
523
524         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
525         interactively so the newsrc file can contain foreign groups too.
526         Useful for debugging but not much for users.
527
528 2011-04-07  David Engster  <dengste@eml.cc>
529
530         * registry.el (registry-usage-test): Only do
531         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
532         lexical binding.
533
534 2011-04-07  David Engster  <dengste@eml.cc>
535
536         * Makefile.in (check, test-registry): New rules for test-suite.
537
538 2011-04-06  David Engster  <dengste@eml.cc>
539
540         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
541         argument NOERROR for `require', since XEmacs 21.4 does not support it.
542
543 2011-04-06  David Engster  <dengste@eml.cc>
544
545         * registry.el (initialize-instance): Change :after to :AFTER to be
546         compatible with old EIEIO version in XEmacs.
547
548 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
549
550         * gnus-registry.el (gnus-registry-post-process-groups)
551         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
552         and provide better messaging.
553
554 2011-04-06  David Engster  <dengste@eml.cc>
555
556         * Makefile.in (fail-on-warning): New rule to compile with warnings as
557         errors.
558
559         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
560         dgnushack-compile with error-on-warn enabled, and to signal an error if
561         clean compilation failed.
562         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
563         with `byte-compile-error-on-warn'.  Return nil if errors occured.
564
565 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         * gnus-registry.el: Don't use ERT if it's not available.  Load it
568         unconditionally anyway, discarding errors.
569         (gnus-registry-delete-entries): New convenience function.
570         (gnus-registry-import-eld): Import from old .eld registry.
571
572         * registry.el: Don't use ERT if it's not available.  Load it
573         unconditionally anyway, discarding errors.
574
575         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
576         version from the Claudio Bley GnuTLS patch (extra optional parameters
577         and host name).
578
579 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * gnus-registry.el (gnus-registry-fixup-registry): New function to
582         fixup the parameters that can be customized by the user between
583         save/read cycles.
584         (gnus-registry-read): Use it.
585         (gnus-registry-make-db): Use it.
586         (gnus-registry-spool-action, gnus-registry-handle-action):
587         Fix messaging.
588         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
589         Map references to actual group names with sender and subject tracking.
590         (gnus-registry-post-process-groups): Use `cond' for better messaging.
591         (gnus-registry-usage-test): Add subject lookup test.
592
593         * registry.el (registry-db, initialize-instance): Set up constructor
594         instead of :initform arguments for the sake of older Emacsen.
595         (registry-lookup-breaks-before-lexbind): New method to demonstrate
596         pre-lexbind merge bug.
597         (registry-usage-test): Use it.
598         (initialize-instance, registry-db): Move the non-function initforms
599         back to the class definition.
600
601 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * registry.el: New library to manage gnus-registry-style data.
604
605         * gnus-registry.el: Use it (major rewrite).
606
607         * nnregistry.el: Use it.
608
609         * spam.el: Use it.
610
611 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
614         marks on non-selected articles.
615
616 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
617
618         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
619         parameter to open-protocol-stream.
620
621 2011-04-01  Julien Danjou  <julien@danjou.info>
622
623         * mm-view.el (mm-display-inline-fontify): Do not fontify with
624         fundamental-mode.
625
626 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
629         servers.
630
631 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
634         made marks not propagate, again.
635
636 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
637
638         * proto-stream.el (open-protocol-stream): Bring back `network' type.
639         Make this the default type.
640         (proto-stream-open-plain): Rename from proto-stream-open-default.
641         (open-protocol-stream, proto-stream-open-starttls)
642         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
643         with `plain'.
644
645         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
646         value.
647
648         * nntp.el (nntp-open-connection-function): Document the fact that some
649         values are not functions but are instead handled specially.
650         Recognize nntp-open-plain-stream value.
651         (nntp-open-connection): Recognize that value.
652
653 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
656         where it seems to be needed.
657
658 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
661         stuff.
662
663         * gnus-score.el (gnus-score-string): Fix calling convention of
664         `gnus-simplify-buffer-fuzzy' after last patches.
665
666         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
667         server for articles we didn't get any headers for.  This is a sanity
668         check.
669
670 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
671
672         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
673         new CAPABILITY, use it.
674
675 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
678         downloading anything.
679
680         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
681
682 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
683
684         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
685         colors.
686         (gnus-splash-svg-color-symbols): New function.
687
688 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
691         instead of using the global gnus-simplify-subject-fuzzy-regexp.
692         (gnus-simplify-subject-fuzzy): Use the local
693         gnus-simplify-subject-fuzzy-regex instead of the global one.
694         This makes using this variable in group parameters work.
695
696 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * gnus-registry.el (gnus-registry-unfollowed-groups):
699         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
700         archive:sent-YYYY-MM-DD groups).
701         (gnus-registry-split-fancy-with-parent): Bail out early in sender
702         tracking if there are more than `gnus-registry-max-track-groups'
703         matches.
704
705 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
706
707         * message.el (message--yank-original-internal): New function to do the
708         insertion cleanly inside eval in `message-yank-original'.
709         (message-yank-original): Use it.
710
711 2011-03-29  Julien Danjou  <julien@danjou.info>
712
713         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
714         local variables disabled rather than `normal-mode'.
715
716 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
717
718         * imap.el (imap-shell-open, imap-process-connection-type):
719         Use imap-process-connection-type for 'shell' streams as well as
720         Kerberos, SSL, other subprocesses.
721
722 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
723
724         * proto-stream.el: Changes preparatory to merging open-protocol-stream
725         with open-network-stream.
726         (proto-stream-always-use-starttls): Option removed.
727         (open-protocol-stream): Return a process object by default.  Provide a
728         new parameter :return-list specifying a list-type return value, which
729         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
730         :type `network' to `try-starttls', and `network-only' to `default'.
731         Make `default' the default, for compatibility with open-network-stream.
732         Handle the no-parameter case exactly as open-network-stream, with no
733         additional stream processing.  Search plists using plist-get.
734         Explicitly add :end-of-commend parameter if it is missing.
735         (proto-stream-open-default): Rename from
736         proto-stream-open-network-only.  Return 'default as the type.
737         (proto-stream-open-starttls): Rename from proto-stream-open-network.
738         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
739         failed.  Always return a list with a (possibly dead) process as the
740         first element, for compatibility with open-network-stream.
741         (proto-stream-open-tls): Use plist-get.  Always return a list.
742         (proto-stream-open-shell): Return `default' as connection type.
743         (proto-stream-capability-open): Use plist-get.
744         (proto-stream-eoc): Function deleted.
745
746         * nnimap.el (nnimap-stream, nnimap-open-connection)
747         (nnimap-open-connection-1): Handle renaming of :type parameter for
748         open-protocol-stream.
749         (nnimap-open-connection-1): Pass a :return-list parameter
750         open-protocol-stream to obtain a list return value.  Parse this list
751         using plist-get.
752
753         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
754         for open-protocol-stream.  Accept open-protocol-stream return value
755         that is a subprocess object instead of a list.  Handle the case of a
756         dead returned process.
757
758 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
761
762         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
763
764 2011-03-21  Julien Danjou  <julien@danjou.info>
765
766         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
767         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
768         query.
769         (mm-inline-text): Render normal text with fontification whenever
770         possible.
771
772         * gnus-sum.el (gnus-summary-save-parts-1):
773         * gnus-art.el (gnus-article-browse-html-save-cid-content)
774         (gnus-article-browse-html-parts, gnus-mime-delete-part)
775         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
776         Use `mm-handle-filename'.
777
778         * mm-util.el (mm-handle-filename): New function, return the filename of
779         an handle.
780
781 2011-03-18  Julien Danjou  <julien@danjou.info>
782
783         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
784         (gnus-buffer-live-p): Check that buffer is not nil.
785
786 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
787
788         * gnus.el: No Gnus v0.15 is released.
789
790 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * time-date.el (format-seconds): Use assoc instead of assoc-string to
793         avoid warning on XEmacs.
794
795         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
796         on XEmacs.
797
798         * gnus-art.el: Require mouse, which the build bot seems to say is
799         needed.
800
801         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
802
803         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
804         XEmacs, since it doesn't have url-retrieve-synchronously.
805
806         * time-date.el (format-seconds): Use assoc instead of assoc-string,
807         since assoc-string doesn't exist in XEmacs.
808
809 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
810
811         * gnus-group.el (gnus-group-list-ticked): New function.
812         (gnus-group-make-menu-bar): Provide a menu entry for it.
813         (gnus-group-list-map): Provide a binding for it.
814
815 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el (shr-visit-file): New command.
818
819         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
820
821 2011-03-17  Bjørn Mork  <bjorn@mork.no>
822
823         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
824         servers.
825
826 2011-03-16  Julien Danjou  <julien@danjou.info>
827
828         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
829         inline.
830
831         * gnus-art.el (article-hide-list-identifiers):
832         Use gnus-group-get-list-identifiers.
833
834         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
835         (gnus-summary-remove-list-identifiers):
836         Use gnus-group-get-list-identifiers to get regexp.
837         (gnus-select-newsgroup, gnus-summary-insert-subject)
838         (gnus-summary-insert-articles):
839         Call gnus-summary-remove-list-identifiers unconditionally.
840
841 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
844         we're selecting a group with unread articles.
845
846         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
847
848         * gssapi.el: New file separated out from imap.el to provide a general
849         Kerberos 5 connection facility for Emacs.
850
851         * message.el (message-elide-ellipsis): Document the format spec
852         ellipsis.
853
854 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
855
856         * message.el (message-elide-region): Allow the ellipsis to say how many
857         lines were removed.
858
859 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
862         window configurations containing buffers that are now dead.
863
864         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
865         parsing to avoid integer overflows.
866         (nnimap-parse-flags): Simplify the last change.
867         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
868         too large for 32-bit Emacsen.
869
870 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
871
872         * auth-source.el (auth-source-netrc-create):
873         * message.el (message-yank-original): Fix use of `case'.
874
875 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
876
877         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
878         XEmacs, which was one character too wide.
879
880 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
881
882         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
883         default number of articles to display.
884         (gnus-articles-to-read): Use pretty names for prompt.
885
886 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-int.el (gnus-open-server): Ditto.
889
890         * gnus-start.el (gnus-activate-group): Give a backtrace if
891         debug-on-quit is set and the user hits `C-g'.
892         (gnus-read-active-file): Ditto.
893
894         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
895
896 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * message.el (message-yank-original): Use cond instead of CL case.
899
900 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
901
902         * auth-source.el (auth-source-netrc-create): Use usual format for the
903         default in prompts.
904
905 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * lpath.el: Fbind read-char-choice for XEmacs.
908
909 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
910
911         * auth-source.el (auth-source-netrc-create): Show the default in the
912         prompt when prompting for token creation.
913
914 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * auth-source.el (auth-source-format-prompt): Always convert the value
917         to a string to avoid evaluating non-string arguments.
918         (auth-source-netrc-create): Offer default properly, not as initial
919         content in `read-string'.
920         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
921         of line to determine if we've been run before.  If so, don't run again,
922         but print a trivial message to indicate the cache was hit instead.
923
924 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
925
926         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
927         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
928         The user will have to run `gnus-sync-read' manually and wait for Cloudy
929         Gnus.
930
931 2011-03-11  Julien Danjou  <julien@danjou.info>
932
933         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
934         modified file".
935
936 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         * auth-source.el (auth-source-read-char-choice): New function to read a
939         character choice using `dropdown-list', `read-char-choice', or
940         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
941         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
942         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
943         (auth-source-netrc-saver): Use it.
944         (auth-source-pick-first-password): New convenience function.
945
946 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
949         parameter in the credentials.
950         (nnimap-open-connection-1): Use it after a successful login.
951         (nnimap-credentials): Add IMAP-specific user and password prompt.
952
953         * auth-source.el (auth-source-search): Add :require parameter, taking a
954         list.  Document it and the :save-function return token.  Pass :require
955         down.  Change the CREATED message from a warning to a debug statement.
956         (auth-source-search-backends): Pass :require down.
957         (auth-source-netrc-search): Pass :require down.
958         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
959         Change save prompt to indicate all modifications saved here are
960         deletions.
961         (auth-source-netrc-create): Take user login name as default in user
962         prompt.  Move all the save functionality to a lexically bound function
963         under the :save-function token in the returned list.  Set up clearer
964         default prompts for user, host, port, and secret.
965         (auth-source-netrc-saver): New function, intended to be wrapped for
966         :save-function.
967
968 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * shr.el (shr-table-horizontal-line): Change the defaults for the table
971         lines to be spaces instead.
972
973 2011-03-07  Julien Danjou  <julien@danjou.info>
974
975         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
976         (sieve-sasl-auth): Check that auth-source-search did return something,
977         or just return an empty string.
978
979 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
980
981         * gnus.el (gnus-interactive): Use read-directory-name.
982
983         * gnus-uu.el (gnus-uu-decode-uu-and-save)
984         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
985         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
986         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
987         Likewise.
988
989         * gnus-group.el (gnus-group-make-directory-group): Likewise.
990
991 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
994         onto the list of killed groups, too.  This makes killed nnimap groups,
995         for instance, more reliably not reappear.
996
997         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
998         the parent.
999
1000         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1001
1002         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1003         really have server-side marks.
1004
1005         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1006         since most backends do not usefully have server-side marks.
1007         (gnus-update-read-articles): Propagate marks to all backends that
1008         really have server-side marks.
1009
1010 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1011
1012         * message.el (message-cite-reply-position, message-cite-style):
1013         New variables.
1014         (message-yank-original): Use the new citation styles.
1015
1016 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1017
1018         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1019         buffer-local issue); don't mark it buffer-local when running under
1020         XEmacs.
1021
1022 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1023
1024         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1025         numbers too big to be `read'.
1026
1027 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * password-cache.el (password-in-cache-p): Add autoload.
1030
1031         * message.el (message-options): Make buffer-local two ways to attempt
1032         to fix a XEmacs bug.
1033
1034 2011-03-02  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1037
1038 2011-03-01  Julien Danjou  <julien@danjou.info>
1039
1040         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1041         group.
1042         (article-hide-list-identifiers): Use list-identifier group parameter.
1043
1044 2011-02-28  Julien Danjou  <julien@danjou.info>
1045
1046         * sieve.el (sieve-buffer-script-name): New local variable to store
1047         sieve script name.
1048         (sieve-edit-script): Store sieve script name.
1049         (sieve-upload): Use sieve script name when uploading.
1050         (sieve-upload): Use substitute-command-keys.
1051         (sieve-edit-script): Use substitute-command-keys.
1052         (sieve-refresh-scriptlist): Use substitute-command-keys.
1053         (sieve-manage-mode-map): Define keymap properly.
1054         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1055         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1056         Remove commented code about cvs.
1057         (sieve-manage-quit): New function.
1058         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1059
1060 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1063
1064 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * auth-source.el (auth-source-search): Cache empty result sets.
1067
1068         * password-cache.el (password-in-cache-p): Convenience function to
1069         check if a key is in the cache, even if the value is nil.
1070
1071         * auth-source.el (auth-source-save-behavior): New variable to replace
1072         `auth-source-never-create'.
1073         (auth-source-netrc-create): Use it.
1074         (auth-source-never-save): Remove.
1075
1076 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnimap.el (nnimap-stream): Doc fix.
1079         (nnimap-open-connection-1): Reverse the order of the ports to that the
1080         prompted-for port is first.
1081
1082         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1083         retrieval by the no-group selection.
1084
1085         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1086         numerical parameters.
1087
1088 2011-02-25  Julien Danjou  <julien@danjou.info>
1089
1090         * gnus-gravatar.el: Use gnus-with-article-buffer.
1091
1092         * gnus-art.el (gnus-with-article-buffer): Check that the
1093         gnus-article-buffer is alive.
1094
1095 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * auth-source.el (auth-source-creation-prompts): New variable to manage
1098         creation-time prompts.
1099         (auth-source-search): Document it.
1100         (auth-source-format-prompt): Add utility function.
1101         (auth-source-netrc-create): Don't default the user name to
1102         user-login-name.  Use `auth-source-creation-prompts' and some default
1103         prompts for user, host, port, and password (the default generic prompt
1104         remains ugly).
1105         (auth-source-never-save): Add customizable option to never save info.
1106         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1107         mode excursion.
1108
1109 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1112         argument that XEmacs doesn't support.
1113
1114         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1115         compiled for Emacsen having no `libxml-parse-html-region' support.
1116
1117         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1118
1119         * lpath.el: Bind buffer-save-without-query for XEmacs.
1120
1121 2011-02-23  Julien Danjou  <julien@danjou.info>
1122
1123         * gnus-art.el (article-make-date-line): Ignore errors if time is
1124         invalid and not convertible.
1125         (article-make-date-line): Only add lapsed time if time is not nil.
1126
1127 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1128
1129         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1130         `read-char-choice' for backwards compatibility.
1131         (auth-source-netrc-element-or-first): New function to DTRT for
1132         parameter extraction.
1133         (auth-source-netrc-create): Use it and fix multiple parameter print
1134         bug.  Use the default passed from above (given-default) or the
1135         built-in (user-login-name for :user).
1136
1137 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1138
1139         * gnus-start.el (gnus-dribble-read-file):
1140         Set buffer-save-without-query, since we always want to save the dribble
1141         file, probably.
1142
1143         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1144         nnimap.
1145
1146         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1147         -summary- since it's a user-visible variable.
1148
1149         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1150         first time you use the new Gnus.
1151
1152 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * auth-source.el: Don't load netrc.el.
1155         (auth-sources): Search ~/.netrc as well by default.
1156         (auth-source-debug): Add 'trivia option for extra output.
1157         (auth-source-do-trivia): Use it.
1158         (auth-source-search): Simplify logic to use
1159         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1160         appropriate.  Don't keep a running count at this level.  Layer :create
1161         and :delete options appropriately on the first and second passes.
1162         Don't track the backend with the search results.
1163         (auth-source-search-backends): New function to search a list of
1164         backends for a processed spec.
1165         (auth-source-netrc-parse): Cache all netrc files, making
1166         auth-source-netrc-cache an alist keyed by the file name and using the
1167         file mtime as the caching criterion.  Keep the obfuscated data secret
1168         with a lexical bind.
1169         (auth-source-netrc-search): Don't calculate the length of the results
1170         unnecessarily.
1171         (auth-source-search-backends): Fix bug.
1172         (auth-source-netrc-create): Rework prompts.
1173
1174 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1175
1176         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1177         Lower case names of search constraints.
1178         (nnir-run-query): Cache and reuse search constraints for all imap
1179         servers.
1180
1181 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1184         after exit.
1185         (gnus-setup-message): Define missing variable from last checkin.
1186
1187         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1188         value, show the raw article.
1189
1190 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1191
1192         * gnus.el: No Gnus v0.13 is released.
1193
1194 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1195
1196         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1197         auth-source now accepts numbers.
1198
1199         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1200         spec, too.
1201         (auth-source-ensure-strings): New function.
1202
1203         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1204         (gnus-article-setup-buffer): Always restart the date timer so that user
1205         changes to the frequency is respected.
1206
1207         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1208         port numbers, so make sure it gets that if nnimap-server-port is
1209         explicit.
1210
1211 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1212
1213         * nnimap.el (nnimap-inbox): Doc fix.
1214
1215 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1216
1217         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1218         Autoload.  Add optional arg FRAME, and pass it to color-values.
1219         (color-complement): Caller changed.  Doc fix.
1220         (color-gradient): Rewrite for better clarity and efficiency.
1221
1222 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1223
1224         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1225         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1226         color-lab-to-srgb.
1227
1228 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1229
1230         * color.el: First part of merge from hexrgb.el.
1231         (color-rgb-to-hex): Rename from color-rgb->hex.
1232         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1233         saturation to zero if the value is too small.
1234         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1235         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1236         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1237         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1238         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1239         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1240         (color-cie-de2000): Doc fix.
1241
1242 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1245         given method as in the group name if we're using an extended method.
1246         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1247         command, if we're using that, instead of waiting for the beginning.
1248
1249         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1250         we're sure to get unique server names, and we don't output two async
1251         commands in the same buffer.  This fixes an NNTP hang for some users.
1252
1253 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1254
1255         * gnus.el: No Gnus v0.11 is released.
1256
1257 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1258
1259         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1260         summary buffer before reading going to the next buffer.  This avoids
1261         putting the point in the group buffer if you `C-g' the command.
1262
1263         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1264         cache (for now) to make ~/.authinfo.gpg files usable.
1265
1266         * nnfolder.el (copyright-update): Define for the compiler.
1267
1268         * auth-source.el (auth-source-search): Fix unbound variable.
1269
1270 2011-02-19  Glenn Morris  <rgm@gnu.org>
1271
1272         * gnus.el (gnus-meta): Doc fix.
1273
1274 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1275
1276         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1277         in case it's not yet loaded.
1278
1279 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1282         line we're waiting for.
1283
1284 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1285
1286         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1287         face with line-width greater than zero will cause RET in gnus summary
1288         buffer to scroll down article page-wise because auto vscroll happens,
1289         it should be temporalily disabled when doing a scroll-up.
1290
1291 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1294         outputs from the server.
1295
1296 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1297
1298         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1299         later so that bbdb can hook in easier.
1300
1301 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * auth-source.el (auth-source-search): Don't try to create credentials
1304         if the caller doesn't want that.
1305         (auth-source-search): If we don't find a match, don't bug out on
1306         non-bound variables.
1307         (auth-source-search): Only ask a single backend to create the
1308         credentials.
1309
1310         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1311         logging.
1312         (nnimap-credentials): Protect against auth-source-search returning nil.
1313         (nnimap-request-list): Protect against not being able to open the
1314         server.
1315
1316 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1317
1318         * auth-source.el (auth-source-search): Do a two-phase search, one with
1319         no :create to get the responses from all backends.
1320
1321         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1322         when getting credentials.
1323
1324         * gnus-util.el (gnus-delete-duplicates): New function.
1325
1326 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1327
1328         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1329         a creation default, pass the whole port list down.  It will be
1330         completed.
1331
1332         * auth-source.el (auth-source-search): Updated docs to talk about
1333         multiple creation choices.
1334         (auth-source-netrc-create): Accept a list as a value (from the search
1335         parameters) and do completion on that list.  Keep a separate netrc line
1336         with the password obscured for showing the user.
1337
1338         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1339         first choice to `auth-source-search' so it will be used for entry
1340         creation instead of the server's Gnus-specific name.
1341         (nnimap-credentials): Rely on the auth-source library to select which
1342         port is actually wanted in the new netrc entry, so don't override
1343         `auth-source-creation-defaults'.
1344
1345         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1346         :protocol and accept a missing user, host, or port as a wildcard match.
1347         (auth-source-debug): Default to off.
1348
1349         (auth-source-netrc-search, auth-source-netrc-create)
1350         (auth-source-secrets-search, auth-source-secrets-create)
1351         (auth-source-user-or-password, auth-source-backend, auth-sources)
1352         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1353         instead of :protocol.
1354
1355         * nnimap.el (nnimap-credentials): Pass a port default to
1356         `auth-source-search' in case an entry needs to be created.
1357         (nnimap-open-connection-1): Use :port instead of :protocol.
1358
1359 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * auth-source.el: Bind load-path when loading EIEIO from
1362         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1363         21.4 doesn't support, to `require'.
1364         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1365         delete-dups that is not available in XEmacs 21.4.
1366
1367 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1368
1369         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1370         as EIEIO must also be loaded when auth-source.el is being
1371         byte-compiled.
1372
1373 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1374
1375         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1376
1377         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1378
1379         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1380
1381         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1382
1383         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1384
1385         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1386
1387         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1388
1389         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1390         necessary.
1391
1392 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1395         nil means that nnimap doesn't get updated.
1396
1397 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1400         result when the user doesn't want to write to the file.
1401         (auth-source-netrc-search): Expect a synthetic result and proceed
1402         accordingly.
1403         (auth-source-cache-expiry): New variable to override
1404         `password-cache-expiry'.
1405         (auth-source-remember): Use it.
1406
1407         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1408         parameter.  Create entry if necessary by using :create t.
1409         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1410
1411 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1412
1413         * auth-source.el (auth-source-debug): Enable by default and don't
1414         mention the obsolete `auth-source-hide-passwords'.
1415         (auth-source-do-warn): New function to debug unconditionally.
1416         (auth-source-do-debug): Use it.
1417         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1418         and for Secrets API entries when the secrets.el library is not
1419         available.
1420
1421 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1424         (gnus-summary-exit): Kill the correct article buffer on exit from a
1425         `C-d' group.
1426
1427         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1428         gnus-propagate-marks.
1429
1430         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1431         before killing the buffers so that a non-full window conf gets handled
1432         correctly.
1433         (gnus-summary-exit): Ditto.
1434         (gnus-summary-read-group-1): Ditto.
1435
1436         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1437         async code again so that we can debug it properly.
1438
1439         * message.el (message-reply): Take an optional switch-buffer parameter
1440         so that Gnus window confs are respected better.
1441
1442 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1445         `plist-get' to accept non-list parameters (XEmacs issue).
1446         Fix docstring.
1447         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1448         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1449         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1450         Login collection is "Login" and not "login".
1451
1452 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1453
1454         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1455         multiple headers.
1456
1457         * nnimap.el (nnimap-inhibit-logging): New variable.
1458         (nnimap-log-command): Don't log login commands.
1459
1460         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1461         to have more parameters.
1462
1463         * nnimap.el (nnimap-send-command): Mark the command time for each
1464         command, so that we don't get NOOPs stepping on our toes.
1465
1466         * gnus-art.el (article-date-ut): Get the date from the Date header on
1467         `t'.
1468
1469 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * auth-source.el (auth-source-search): Use copy-sequence instead of
1472         the cl.el copy-list.
1473
1474 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1475
1476         * imap.el: Bring it back (revert
1477         84d800cd31de3064f0ed39617d725709a2f8f42f).
1478
1479 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1480
1481         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1482         Improve prompt.
1483
1484 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1487         washing status from the default format.  It isn't very informative.
1488
1489 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1490
1491         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1492         Fix Gcc processing on imap.
1493
1494 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * imap.el: Remove file.  All the functionality is in nnimap.el.
1497
1498 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1499
1500         * message.el (message-bury): Don't pop up a new window when selected
1501         window is dedicated.
1502
1503 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1504
1505         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1506
1507 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1508
1509         * sieve-manage.el: Autoload `auth-source-search'.
1510         (sieve-sasl-auth): Use it.
1511
1512 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * nnimap.el: Autoload `auth-source-forget+'.
1515         (nnimap-open-connection-1): Use it if the connection fails.
1516
1517         * auth-source.el: Require `password-cache'.
1518         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1519         obsolete.
1520         (auth-source-magic): Marker for `password-cache' keys.
1521         (auth-source-do-cache): Update docstring.
1522         (auth-source-search): Use and check cache.
1523         (auth-source-forget-all-cached, auth-source-remember)
1524         (auth-source-recall, auth-source-forget, auth-source-forget+)
1525         (auth-source-specmatchp): Caching support functions.
1526         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1527         Remove and obsolete.
1528         (auth-source-user-or-password): Remove caching to further discourage
1529         using it.  Always hide passwords.
1530
1531         * password-cache.el (password-cache-remove): Accept secrets that are
1532         not strings.
1533
1534 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1535
1536         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1537         code for now, since it doesn't work for all users.
1538
1539 2011-02-09  Julien Danjou  <julien@danjou.info>
1540
1541         * message.el (message-options): Make message-options really buffer
1542         local.
1543
1544 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1545
1546         * mail-source.el: Autoload `auth-source-search'.
1547         (mail-source-keyword-map): Note order matters.
1548         (mail-source-set-1): Get all the mail-source source values and
1549         defaults and search auth-source on those if needed.  This can all
1550         probably be simplified.
1551
1552         * nnimap.el: Autoload `auth-source-search'.
1553         (nnimap-credentials): Use it.
1554         (nnimap-open-connection-1): Ask for the virtual server and physical
1555         address in one shot.
1556
1557         * nntp.el: Autoload `auth-source-search'.
1558         (nntp-send-authinfo): Use it.  Note TODO.
1559
1560 2011-02-08  Julien Danjou  <julien@danjou.info>
1561
1562         * shr.el (shr-tag-body): Add support for text attribute in body
1563         markups.
1564
1565         * message.el (message-options): Make message-options a local variable.
1566
1567 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1568
1569         * auth-source.el (auth-source-secrets-search)
1570         (auth-source-user-or-password): Use `append' instead of `nconc'.
1571         (auth-source-user-or-password): Build return list better and protect
1572         against nil :secret.
1573
1574 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1575
1576         * nnimap.el (nnimap-update-info): Refactor slightly.
1577         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1578         (nnimap-update-info): Clean up slightly.
1579         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1580         characters.
1581         (nnimap-process-quirk): Rename function to avoid collision.
1582         (nnimap-update-info): Fix macrology bug-out.
1583         (nnimap-update-info): Simplify split history test.
1584
1585 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1586
1587         * auth-source.el (top): Require 'eieio unconditionally.
1588         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1589         (auth-source-secrets-search): Limit search when `max' is greater than
1590         number of results.
1591
1592 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1595         part not returning any data.
1596
1597         * proto-stream.el (open-protocol-stream): Document the return value.
1598
1599 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1600
1601         * auth-source.el (auth-source-secrets-search): Add examples.
1602
1603 2011-02-06  Julien Danjou  <julien@danjou.info>
1604
1605         * message.el (message-setup-1): Handle message-generate-headers-first
1606         set to t.
1607
1608 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1609
1610         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1611         API with a string "secrets:collection-name" and with 'default.
1612         (auth-source-backend-parse): Parse "secrets:collection-name" and
1613         'default.  Recurse on parses instead of repeating code.  Use the
1614         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1615         message when ignoring a source.
1616         (auth-source-search): List ignored search keys at the top level.
1617         (auth-source-netrc-create): Use `case' instead of `cond'.
1618         (auth-source-secrets-search): Created with TODOs.
1619         (auth-source-secrets-create): Created with TODOs.
1620         (auth-source-retrieve, auth-source-create, auth-source-delete)
1621         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1622         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1623         (auth-source-user-or-password-sftp)
1624         (auth-source-user-or-password-smtp): Remove.
1625         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1626         around `auth-source-search'.  Not tested thoroughly.
1627
1628 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1629
1630         * auth-source.el: Bring in assoc and eioeio libraries.
1631         (secrets-enabled): New variable to track the status of the Secrets API.
1632         (auth-source-backend): New EIOEIO class to represent a backend.
1633         (auth-source-creation-defaults): New variable to set prompt defaults
1634         during token creation (see the `auth-source-search' docstring for
1635         details).
1636         (auth-sources): Simplify to allow a simple string as a netrc backend
1637         spec.
1638         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1639         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1640         (auth-source-search): Main auth-source API entry point.
1641         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1642         (auth-source-search-collection): Helper function for searching.
1643         (auth-source-netrc-parse, auth-source-netrc-normalize)
1644         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1645         Supports search, create, and delete.
1646         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1647         backend stubs.
1648         (auth-source-user-or-password): Call `auth-source-search' but it's not
1649         ready yet.
1650
1651 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1652
1653         * message.el (message-setup-1): Remove the read-only stuff, since it
1654         doesn't work under XEmacs, for some reason.
1655
1656         * gnus-sum.el (gnus-user-date): Rename back from
1657         gnus-summary-user-date since user code refers to it.
1658
1659         * shr.el (shr-render-td): Store the actual background colour used.
1660
1661         * message.el (message-setup-1): Don't bind the constant
1662         -forbidden-properties.
1663         (message-setup-1): Revert previous change, since it needs to bind the
1664         props to insert them.
1665         (message-resend): Allow removing the read-only separator line.
1666
1667 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1668
1669         * nnimap.el (nnimap-request-accept-article): Give an error message if
1670         the APPEND wasn't successful.
1671
1672 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1673
1674         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1675         that have no groups.
1676
1677 2011-02-03  Julien Danjou  <julien@danjou.info>
1678
1679         * gnus-draft.el: Remove progn around gnus-draft-setup.
1680
1681 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-start.el (gnus-read-active-for-groups): This function is never
1684         called with a nil `infos', so clean that up.
1685         (gnus-get-unread-articles): Request active files from primary/secondary
1686         methods that have no groups (yet).
1687
1688 2011-02-03  Julien Danjou  <julien@danjou.info>
1689
1690         * message.el (message-setup-1): Always generate References first.
1691         (message-mail): Return the return value of message-setup, not always t.
1692         (message-setup-1): Insert mail-header-separator with read-only and
1693         intangible properties set.
1694
1695         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1696         user-date in docstring.
1697
1698         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1699
1700         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1701         docstring.
1702
1703         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1704         defcustom, with type and group. Move from gnus-util.el. Rename to
1705         gnus-summary-user-date-format-alist.
1706
1707 2011-02-03  Glenn Morris  <rgm@gnu.org>
1708
1709         * nnimap.el (gnus-fetch-headers): Declare.
1710
1711         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1712
1713 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1714
1715         * message.el (message-forward-make-body-digest-plain)
1716         (message-followup, message-reply): Clean up things noted by Stefan.
1717
1718         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1719         gnus-article-update-date-headers is nil.
1720         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1721         it didn't really work with defcustom.
1722         (article-update-date-lapsed): Make sure the window start doesn't move,
1723         either.
1724
1725 2011-02-01  Julien Danjou  <julien@danjou.info>
1726
1727         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1728         format.
1729
1730         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1731         standard in Emacs nowadays.
1732
1733         * color.el (color-gradient): Add a color-gradient function.
1734
1735 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1736
1737         * message.el (message-expand-name): Don't trust the return value of
1738         bbdb-complete-name.
1739         (message-check-news-header-syntax): Remove unused var `start'.
1740         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1741         (message-inhibit-body-encoding): Move to before first use.
1742         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1743         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1744         (Organization, Message-ID, Date, mh-previous-window-config):
1745         Defvar the vars using dynamic scoping.
1746
1747 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1748
1749         * shr.el (shr-render-td): Only do colours at the final rendering.
1750         Should be slightly faster.
1751         (shr-insert-table): Fix up TD background colours when doing the
1752         vertical padding.
1753
1754         * gnus-art.el (article-date-ut): Protect against articles with no Date
1755         header.
1756         (article-update-date-lapsed): Don't use current-column to find the
1757         horizontal position.  It's fragile in the presence of \003 characters.
1758
1759         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1760
1761 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-art.el (article-transform-date): Rewrite to still work when
1764         there are several rfc2822 parts.
1765         (article-transform-date): Fix infinite recursion.
1766         (article-date-ut): Replace infinitely many Date headers with a single
1767         one when called interactively.
1768
1769         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1770         secure manner.
1771
1772         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1773         move around by not using save-window-excursion.  It seems to work...
1774
1775 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (article-make-date-line): Work for user-defined format.
1778
1779 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1780
1781         * nntp.el (nntp-retrieve-group-data-early)
1782         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1783         fetching functions.
1784
1785         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1786         thoroughly for all backends that have no known groups.  This should
1787         allow new nnml methods to retrieve mail.
1788
1789         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1790         that Gnus doesn't know exists again.
1791
1792         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1793         (gnus-treat-date-ut): Ditto.
1794         (gnus-article-update-date-header): Rename.
1795         (gnus-treat-date-local): Remove.
1796         (gnus-treat-date-english): Remove.
1797         (gnus-treat-date-lapsed): Remove.
1798         (gnus-treat-date-combined-lapsed): Remove.
1799         (gnus-treat-date-original): Remove.
1800         (gnus-treat-date-iso8601): Remove.
1801         (gnus-treat-date-user-defined): Remove.
1802         (gnus-article-date-headers): New variable to control all the date
1803         header options.
1804         (article-date-ut): Rewrite to allow using the new way to format date
1805         headers(s).
1806
1807 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1808
1809         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1810         method.
1811         (nnmail-article-group): A better test for fanciness.
1812
1813         * nnimap.el (nnimap-request-head): Protect against not finding the
1814         article by Message-ID.
1815
1816 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1819         keep point at the "same place".
1820
1821 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1824         data if the group is unactivated.
1825
1826 2011-01-28  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1829         (gnus-all-windows-visible-p): Remove old compatibility code.
1830         (gnus-window-top-edge): Add docstring.
1831
1832         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1833
1834 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1837         older request-update-info.
1838
1839         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1840
1841 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1842
1843         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1844         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1845
1846 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1849         groups.  This makes the nndraft:queue group pop up if it's not already
1850         there.
1851
1852         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1853         messages" logic, which was reversed.
1854
1855         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1856         the "same place" even if point is on the line being replaced.
1857         (article-update-date-lapsed): Allow updating both the combined lapsed
1858         and the lapsed headers.
1859         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1860         (article-make-date-line): Limit the number of segments dynamically to
1861         avoid too-long lines.
1862
1863 2011-01-27  Julien Danjou  <julien@danjou.info>
1864
1865         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1866         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1867
1868 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1871         Use plist-get instead of the cl function getf.
1872
1873 2011-01-27  Glenn Morris  <rgm@gnu.org>
1874
1875         * gnus-util.el (float-time): Get rid of compiler warning, again.
1876
1877 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1878
1879         * shr.el (shr-put-color): Special-case background colours: Do put them
1880         at the blank parts at the front of the lines.
1881
1882         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1883         exit hook to nix out all data on readedness on group exit.
1884
1885         * gnus-util.el (float-time): If float-time is bound, always use it on
1886         all Emacsen.  It's unclear why the subrp check was there.
1887         (time-date): Require to make some autoload issues on XEmacs go away.
1888
1889         * shr.el (shr-put-color): Don't do the box padding in tables, since
1890         they're already padded.
1891
1892 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-art.el (gnus-article-next-page): When the last line of the
1895         article is displayed, scroll down once more instead of going to the
1896         next article at once.
1897         (article-lapsed-string): Refactor out and allow specifying how many
1898         segments you want.
1899         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1900         (gnus-article-update-lapsed-header): New variable.
1901
1902         * shr.el: Revert change that made headings use different-sized faces.
1903         The Emacs display engine isn't advanced enough that, for instance,
1904         tables can comfortably use differently-sized faces.
1905
1906 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1907
1908         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1909         used.
1910         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1911         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1912         we're using an encrypted connection.
1913
1914         * proto-stream.el: Alter the interface functions to also return the
1915         actual stream type used: network or tls.
1916
1917 2011-01-25  Julien Danjou  <julien@danjou.info>
1918
1919         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1920         (mm-display-javascript-inline): New function.
1921
1922         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1923         viewing function.
1924
1925 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * shr.el (shr-expand-newlines): Fix variable name.
1928
1929 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1930
1931         * shr.el (shr-expand-newlines): Make nested boxes work.
1932
1933 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1936         backgrounds.
1937         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1938         in a more sensible manner.
1939
1940 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1943         if EPG is loaded.
1944
1945 2011-01-24  Julien Danjou  <julien@danjou.info>
1946
1947         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1948         tags.
1949
1950 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1953         commands.
1954
1955         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1956         in the article buffer.
1957         (gnus-gravatar-insert): Use blank space from the current buffer to
1958         avoid breaking text properties.  This makes X-Sent updating work again.
1959
1960         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1961
1962 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1965         fix the bug in url-http.el instead.
1966
1967         * shr.el (shr-image-fetched): Ditto.
1968
1969         * shr.el (shr-image-fetched): Avoid having point move in the article
1970         buffer.
1971
1972         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1973         buffer after being called.  It's apparently being killed by url.el, and
1974         killing it made point move to end-of-buffer in a random buffer.
1975
1976         * shr.el (shr-image-fetched): Ditto.
1977
1978 2011-01-23  Julien Danjou  <julien@danjou.info>
1979
1980         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1981
1982         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1983         text/x-org.
1984
1985 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1988         (i.e., nnimap) returning nil as the article number.
1989
1990 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1991
1992         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1993         "DelSp" parameter in RFC3676.
1994
1995 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1996
1997         * message.el (message-check-recipients): Display the encoded version of
1998         the bogus address if they differ.
1999
2000         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2001         after sending.
2002
2003         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2004
2005         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2006
2007         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2008         group buffer after sending the queue.
2009
2010         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2011
2012 2011-01-22  Julien Danjou  <julien@danjou.info>
2013
2014         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2015
2016 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2017
2018         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2019         nested related parts.
2020
2021         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2022         unexpired articles.  This fixes the regression that led expiry marks to
2023         disappear from nnfolder groups.
2024
2025 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2026
2027         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2028         Don't confuse the "ret" of "retrograde" with RET.
2029
2030 2011-01-21  Julien Danjou  <julien@danjou.info>
2031
2032         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2033         than mm-insert-inline.
2034
2035 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2038         Widen article buffer.
2039
2040 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2041
2042         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2043         the temp buffer.
2044         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2045
2046 2011-01-20  Julien Danjou  <julien@danjou.info>
2047
2048         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2049
2050         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2051         than mm-insert-inline to insert inline part: this respect
2052         mm-inline-media-tests displayers.
2053
2054         * mm-view.el (mm-display-shell-script-inline): New function.
2055
2056         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2057
2058         * mm-uu.el (mm-uu-type-alist): Add org block.
2059         (mm-uu-org-src-code-block-extract): New function.
2060
2061         * mm-view.el (mm-display-org-inline): New function.
2062
2063         * mm-decode.el (mm-automatic-display): Add text/org.
2064
2065         * mailcap.el (mailcap-mime-extensions): Add .org.
2066
2067 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2070         gnus-article-add-buttons.
2071
2072 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2073
2074         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2075         From header with a date and "nobody" as the sender.
2076
2077 2011-01-19  Julien Danjou  <julien@danjou.info>
2078
2079         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2080         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2081         if you have the same regexp several times.
2082         (gnus-button-push): Fix matching when regexp is symbol.
2083
2084 2011-01-15  Glenn Morris  <rgm@gnu.org>
2085
2086         * message.el (message-mail): A compose-mail function should
2087         accept headers as strings.
2088
2089 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2090
2091         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2092         Add :vert-only tags.
2093         (message-mail): New arg RETURN-ACTION.
2094         (message-return-action): New var.
2095         (message-bury): Use it.
2096         (message-mode): Make it buffer-local.
2097         (message-send-and-exit): Always call message-bury.
2098
2099         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2100         message-mail.
2101
2102 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * nnimap.el (nnimap-convert-partial-article): Protect against
2105         zero-length body parts.
2106
2107         * mm-decode.el (mm-preferred-alternative-precedence):
2108         Discourage showing empty parts.
2109
2110         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2111         and stuff if the backend didn't return the article number.  This fixes
2112         an Exchange-related nnimap bug.
2113
2114         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2115         group window, because it does the wrong thing when a separate frame
2116         displays the group buffer.
2117
2118         * proto-stream.el (open-protocol-stream): Protect against the low-level
2119         transport functions returning nil.
2120
2121 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2122
2123         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2124         (mml2015-epg-find-usable-secret-key): New function.
2125         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2126         mml2015-epg-find-usable-key (Bug#7797).
2127         (mml2015-epg-encrypt): Ditto.
2128
2129 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * dgnushack.el (rot13-string): Fix the way to get the argument.
2132
2133 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2136
2137 2011-01-03  Glenn Morris  <rgm@gnu.org>
2138
2139         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2140
2141         * sieve.el (sieve-open-server): Give a more explicit error if
2142         sieve-manage-open returns nil.  (Bug#7720)
2143
2144 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2145
2146         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2147
2148 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2151         This avoids sending passwords in plain text over non-encrypted
2152         channels.
2153
2154         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2155
2156         * nnimap.el (nnimap-login): Refactored out into own function, and
2157         implement CRAM-MD5.
2158         (nnimap-wait-for-line): Refactored out.
2159
2160         * mm-view.el (mml-smime): Require.
2161
2162 2010-12-20  David Engster  <deng@eml.cc>
2163
2164         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2165         use EPG to decrypt S/MIME messages instead of openssl.
2166
2167 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2170
2171         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2172         status is the group clearly is unreachable.
2173
2174         * auth-source.el (auth-source-create): Add the optional second
2175         parameter to `local-variable-p' to be compatible with XEmacs.
2176
2177 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2178
2179         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2180         work when using a compressed nnml folder.
2181
2182 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2185         backends after sanitising on entry, because this never makes sense:
2186         If the articles have gone missing, then the data no longer exists on
2187         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2188         overwrite anything anyway.
2189
2190         * shr.el (shr-insert-document): Bind shr-width dynamically to
2191         window-width if it's nil.
2192
2193 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2194
2195         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2196         with the meaning of using the full emacs window width for rendering.
2197
2198 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2199
2200         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2201         case when sender is not given.
2202
2203 2010-12-23  Julien Danjou  <julien@danjou.info>
2204
2205         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2206         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2207         the addresses, otherwise we might misplaced the gravatar.
2208
2209 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2210
2211         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2212         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2213         obsolete in Emacs.
2214
2215 2010-12-20  Julien Danjou  <julien@danjou.info>
2216
2217         * gnus-util.el (gnus-rescale-image): Revert last change.
2218
2219 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2220
2221         * binhex.el: Improve commentary (Bug#7482).
2222
2223 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-group.el (gnus-group-delete-articles): New command.
2226
2227 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2228
2229         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2230
2231 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2234         here, since it's up to the backends to do CRLF removal if their
2235         protocol has it.
2236
2237         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2238
2239 2010-12-17  Julien Danjou  <julien@danjou.info>
2240
2241         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2242         they are from file. Can also scale up.
2243
2244 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2245
2246         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2247         gnus-use-agent.
2248         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2249
2250         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2251
2252 2010-12-17  Julien Danjou  <julien@danjou.info>
2253
2254         * gravatar.el (gravatar-retrieve-synchronously): New function.
2255         (gravatar-get-data): Make more robust.
2256
2257 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2260
2261 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2264         to really consider the last line.
2265
2266 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2267
2268         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2269         list of recipient keys, or use symmetric encryption if not a list.
2270         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2271         EPA override, replacing the call to `netrc-store-data'.
2272
2273 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2274
2275         * gnus-srvr.el: Avoid passing nil regexp argument to
2276         delete-matching-lines.
2277
2278 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2281         fetching stops when Gnus exits.
2282
2283         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2284         function.
2285         (nnfolder-request-expire-articles): Save all the buffers after doing
2286         expiry.
2287
2288         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2289         the last article", since that led to serious performance regressions
2290         when expiring nnml groups.
2291
2292 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2293
2294         * nnir.el: Improve customizations.
2295
2296 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2299
2300         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2301         group has been killed.
2302         (gnus-group-yank-group): Ditto.
2303
2304         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2305
2306         * nnimap.el (nnimap-request-update-group-status): New function.
2307
2308         * gnus-int.el (gnus-request-update-group-status): New interface
2309         function.
2310
2311         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2312         copying read-ness to the backends.
2313
2314         * nnimap.el (nnimap-quirk): New function.
2315         (nnimap-retrieve-group-data-early): Use it.
2316         (nnimap-quirks): New alist.
2317
2318 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2321         don't delete it within indentation.
2322
2323 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2326         previous line.
2327
2328 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2331         QRESYNC command by deleting a superfluous space which broke Cyrus
2332         servers.  This change will break other servers that are buggy the other
2333         way around.
2334
2335 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2336
2337         * spam.el: Reindent and fix long lines.
2338         (spam-copy-or-move-routine): Exclude invalid move destinations.
2339
2340 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2341
2342         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2343         installed the registry.
2344
2345 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2348
2349 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2350
2351         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2352         groupname doesn't contain "gmane".
2353
2354 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2357         and netrc-bound-and-true-p bindings.
2358         (netrc-parse): Cache the netrc contents.
2359
2360         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2361         (gnus-1): Don't create the nndrafts group twice.
2362         (gnus-setup-news): There's no need to read the active file here, since
2363         that's done again later on a per-backend basis.
2364         (gnus-start-draft-setup): Make sure that the new group is started out
2365         empty.
2366
2367         * gnus-agent.el (gnus-agentize): Don't create the queue group
2368         automatically on startup.  It'll be created later, if needed.
2369
2370         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2371         of automatically subscribed groups.
2372         (gnus-auto-subscribed-categories): New variable.
2373         (gnus-matches-options-n): Use it.
2374         (gnus-default-subscribed-newsgroups): Remove unused variable.
2375         (gnus-start-draft-setup): Message a bit less.
2376
2377 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2378
2379         * nnir.el (nnir-run-imap): Return article list in order of increasing
2380         UID.
2381
2382 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-sum.el (gnus-summary-enter-digest-group):
2385         Mention gnus-auto-select-on-ephemeral-exit.
2386
2387         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2388         convention of the network-only option.
2389
2390 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * proto-stream.el (proto-stream-open-network-only): New function to
2393         have a way to specify non-STARTTLS upgrade connections.
2394
2395 2010-12-10  Julien Danjou  <julien@danjou.info>
2396
2397         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2398         email address is nil.
2399
2400         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2401
2402 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2403
2404         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2405         deletion.
2406         (nnir-run-imap): Only need to parse list once.
2407
2408 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * shr.el (shr-tag-script): Ignore <script>.
2411         (shr-tag-label): Add <label> support.
2412
2413 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2416
2417         * shr.el (shr-image-displayer): Work for images lined side by side.
2418
2419 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2420
2421         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2422         parameter, since XEmacs doesn't accept t as a parameter.
2423
2424 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2425
2426         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2427         ids.
2428         (nnir-run-gmane): Simplify groupspec formatting.
2429         (nnir-request-expire-articles): New function.
2430
2431 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2434         overflow, possibly.
2435
2436         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2437         (shr-render-td): Handle td style="" better.
2438         (shr-tag-table): Use the color from the style sheet.
2439         (shr-render-td): Make sure we copy over all the overlays, too.
2440
2441 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2442
2443         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2444         (nnir-request-article): Improve article retrieval.
2445
2446 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * mm-util.el (mm-extra-numeric-entities): New variable.
2449
2450         * mm-url.el (mm-url-decode-entities):
2451         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2452
2453         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2454
2455 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2456
2457         * message.el: Use completion-at-point.
2458         (message-completion-function): New fun, extracted from message-tab.
2459         (message-mode): Use it for completion-at-point-functions.
2460         (message-tab): Use it and completion-at-point.
2461
2462 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2465         character if a non-breakable character follows.
2466
2467 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2470         any stream.
2471
2472         * shr.el (shr-tag-font): Colorize the region.
2473         (shr-tag-body): Ditto.
2474         (shr-tag-font): Actually let the styles be inherited instead of
2475         overwriting them.
2476         (shr-tag-font): Get the background color right.
2477         (shr-tag-style): Ignore all <style> tags for the moment.
2478
2479         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2480         a Message-ID to avoid having nnimap depend on gnus-sum.
2481
2482         * shr.el (shr-descend): Only colorize something if we have a node that
2483         sets colors.
2484
2485 2010-12-06  Julien Danjou  <julien@danjou.info>
2486
2487         * shr.el (shr-render-td): Render td content with shr-descend, so style
2488         will be applied to <td> too.
2489         (shr-colorize-region): Colorize region even if we only have a background.
2490         (shr-tag-body): Fix color and background color inheritance.
2491         Do not recolorize after shr-generic.
2492         (shr-tag-font): Let shr-generic colorize via inheritance.
2493
2494 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2497
2498 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2499
2500         * nnir.el (nnir-request-move-article): Remove obsolete code.
2501
2502 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2505
2506 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507
2508         * gnus-sum.el (gnus-summary-respool-article): The completion function
2509         expects a list instead of an alist.
2510
2511         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2512         string as the parameter.
2513
2514         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2515
2516         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2517         styles.
2518         (shr-colorize-region): New function.
2519         (shr-insert-background-overlay): Remove.
2520         (shr-render-td): Background setting should be taken care of on a higher
2521         level.
2522         (shr-tag-body): Use post-hoc colorizations.
2523         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2524         (shr-put-color-1): Don't overwrite old colors.
2525         (shr-colorize-region): When the background color isn't explicit, use
2526         a fixed background.
2527
2528         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2529         nnmail variables.
2530
2531 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2532
2533         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2534         unless necessary.
2535
2536 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2537
2538         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2539         server.
2540
2541 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542
2543         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2544         so that TAB works.
2545
2546         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2547         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2548
2549         * shr.el (shr-urlify): Show the URL before the title to avoid
2550         misleading URLs.
2551
2552 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2553
2554         * shr.el (shr-urlify): Display the title in <a> tags.
2555
2556 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2557
2558         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2559
2560 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2561
2562         * nnir.el: Rearrange code to allow macros to be autoloaded by
2563         gnus-sum.el.
2564         (nnir-retrieve-headers-override-function): Make this variable
2565         customizable.
2566         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2567
2568         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2569         from nnir.el.
2570
2571 2010-12-03  Julien Danjou  <julien@danjou.info>
2572
2573         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2574
2575 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2578         allow optional argument `environment'.
2579
2580 2010-12-03  Glenn Morris  <rgm@gnu.org>
2581
2582         * mm-extern.el (message-goto-body): Update declaration.
2583
2584 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-util.el (gnus-macroexpand-all): New function.
2587
2588         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2589         instead of macroexpand-all that is unavailable in XEmacs.
2590
2591 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2592
2593         * nnir.el (nnir-summary-line-format): New variable.
2594         (nnir-mode): Use it.
2595         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2596         (nnir-article-ids): Reimplement as defsubst.
2597         (nnir-retrieve-headers): Don't mangle the subject header.
2598         (nnir-run-imap): Use 100 as RSV score.
2599         (nnir-run-find-grep): Fix for full server searching.
2600         (nnir-run-gmane): Better restriction to gmane groups.
2601
2602         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2603         summary buffers.
2604
2605 2010-12-02  Julien Danjou  <julien@danjou.info>
2606
2607         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2608
2609         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2610
2611         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2612         support.
2613
2614 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2615
2616         * nnir.el: Update to handle the registry better.
2617         (autoload): Silence byte-compiler.
2618         (nnir-open-server): Add a hook for nnir groups.
2619         (nnir-request-move-article): Don't mangle the header. Better to use
2620         formating variables (which will be added in the future).
2621         (nnir-registry-action): Update the registry using the original article
2622         group name.
2623         (nnir-mode): Install nnir-specific hooks for updating the registry.
2624
2625         * gnus-sum.el
2626         (gnus-article-original-subject,gnus-newsgroup-original-name):
2627         Remove obsolete variables.
2628         (gnus-summary-move-article): Remove use of obsolete variables.
2629         (gnus-summary-local-variables): Make move and delete hooks local to
2630         summary buffers.
2631
2632 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * rtree.el: New file.
2635
2636 2010-12-01  Julien Danjou  <julien@danjou.info>
2637
2638         * message.el (message-user-organization): Do not use
2639         gnus-local-organization.
2640
2641         * gnus.el: Remove gnus-local-organization.
2642
2643         * gnus-msg.el: Remove nastygram thing.
2644
2645 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2648         funcall.
2649
2650 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2653         names.
2654
2655         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2656         characters.
2657
2658         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2659         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2660         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2661         (gnus-gravatar-transform-address): Use mail-extract-address-components
2662         that supports non-ASCII names rather than mail-header-parse-addresses.
2663
2664 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * proto-stream.el (open-protocol-stream): All starttls connections are
2667         handled by the network handler.
2668
2669 2010-11-30  Julien Danjou  <julien@danjou.info>
2670
2671         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2672         (nnimap-open-connection-1): Fix PREAUTH.
2673
2674         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2675
2676 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2679         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2680         (shr-insert): Use them.
2681         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2682
2683 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2684
2685         * nnir.el (nnir-request-move-article): Bail out if original group
2686         doesn't support article moves.
2687         (nnir-get-active): Improve active list retrieval.
2688
2689 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2692
2693 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2694
2695         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2696         seem to accept strings-with-numbers as port numbers,
2697
2698 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2699
2700         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2701         change the registry.
2702
2703 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2706         delete-dups that is not available in XEmacs 21.4.
2707
2708         * mm-util.el (mm-delete-duplicates): Add comment.
2709
2710 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2711
2712         * nnir.el (nnir-ignored-newsgroups): New variable.
2713         (nnir-get-active): Use it.
2714
2715 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * proto-stream.el (proto-stream-open-network): Add some comments.
2718
2719         * nntp.el (nntp-open-connection): Provide a :success condition.
2720
2721         * nnimap.el (nnimap-open-connection-1): Ditto.
2722
2723         * proto-stream.el (proto-stream-open-network): See what the response to
2724         the STARTTLS command is.
2725
2726         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2727         backwards compatibility).
2728         (nnimap-open-connection-1): Really respect nnimap-server-port.
2729
2730         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2731         TLS upgrades we don't really care about the identity of the peer.
2732         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2733         that what we've checked for.
2734         (proto-stream-always-use-starttls): Only default to t if
2735         open-gnutls-stream exists.
2736         (proto-stream-open-network): If STARTTLS failed, then just open a
2737         normal connection.
2738         (proto-stream-open-network): Wait until the greeting before doing
2739         STARTTLS.
2740
2741         * nntp.el (nntp-open-connection): Report what the connection error is.
2742
2743         * proto-stream.el (open-protocol-stream): Rename from
2744         open-proto-stream.
2745
2746 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * nnimap.el (nnimap-stream): Change default to `undecided'.
2749         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2750         first, and then network.
2751         (nnimap-open-connection-1): Respect nnimap-server-port.
2752         (nnimap-open-connection): Be more backwards-compatible.
2753
2754         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2755         (proto-stream-open-starttls): De-duplicate the starttls code.
2756         (proto-stream-open-starttls): Folded back into the main function.
2757         (proto-stream-open-network): Fix typo in the gnutls path.
2758         (proto-stream-command): Refactor out.
2759
2760         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2761
2762         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2763         starttls.el STARTTLS.
2764
2765         * color.el (color-lab->srgb): Fix function call name.
2766
2767         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2768         if we're using tls.el.
2769         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2770         built in, then don't try to establish a STARTTLS connection.
2771
2772         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2773         servers.
2774
2775         * proto-stream.el (open-proto-stream): Use network, not stream.
2776         (open-proto-stream): Add a way to specify what the end of a command is.
2777
2778         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2779         connections types.
2780         (nntp-open-network-stream): Remove.
2781         (nntp-open-ssl-stream): Remove.
2782         (nntp-open-tls-stream): Remove.
2783         (nntp-ssl-program): Remove.
2784
2785         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2786
2787 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * nnir.el: Fix typos.
2790         (nnir-retrieve-headers-override-function): Rename variable to reflect
2791         new semantics.
2792         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2793         macros.
2794         (nnir-request-article, nnir-request-move-article): Use them.
2795         (nnir-categorize): New function.
2796         (nnir-run-query): Use it.
2797         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2798         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2799         sorted.
2800         (nnir-group-full-name): Use gnus-group-full-name instead.
2801         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2802         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2803
2804 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2807
2808         * proto-stream.el: New library to provide protocol-specific
2809         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2810         protocols.
2811         (open-proto-stream): Complete the documentation.
2812         (proto-stream-open-network): Fix some typos.
2813
2814         * nnimap.el (nnimap-open-connection): Use it.
2815
2816 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2817
2818         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2819         negotiation.
2820
2821 2010-11-26  Julien Danjou  <julien@danjou.info>
2822
2823         * color.el: Rename various rgb functions to srgb.
2824
2825 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2828         names.
2829
2830 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * shr.el (shr-insert): Revert last change.
2833         (shr-find-fill-point): Never leave point being at bol;
2834         relax the kinsoku limitation when rendering tables.
2835
2836 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2839         results from -accept-article.
2840
2841         * shr-color.el: Require cl when compiling.
2842
2843         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2844         checkin.
2845
2846         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2847
2848         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2849
2850         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2851         'add and 'delete to set backend marks.
2852
2853         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2854
2855         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2856
2857         * nntp.el (nntp-request-set-mark): Use it.
2858
2859         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2860
2861         * nnml.el (nnml-request-set-mark): Ditto.
2862
2863         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2864         introduces regressions in article selection.
2865         (nnimap-find-uid-response): New function.
2866         (nnimap-request-accept-article): Use the UID returned, if any.
2867         (nnimap-request-move-article): Use the UID returned, if any.
2868         (nnimap-get-groups): Reimplement to work with folded lines.
2869         (nnimap-find-uid-response): The UID is the last element in the list.
2870         (nnimap-request-set-mark): Extend syntax with 'set.
2871
2872         * nnml.el (nnml-request-set-mark): Ditto.
2873
2874         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2875
2876         * nntp.el (nntp-request-set-mark): Ditto.
2877
2878 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * message.el (message-called-interactively-p): A temporary macro.
2881         (message-goto-body): Use it temporarily.
2882
2883 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2886         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2887         (nnimap-last-response-string): Fix last unfolding fix.
2888
2889 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * shr.el (shr-insert): Fix the way to fold lines.
2892
2893 2010-11-25  Julien Danjou  <julien@danjou.info>
2894
2895         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2896
2897         * color.el: Rename from color-lab.el
2898         (color-rgb->hex): Add.
2899         (color-complement): Add.
2900         (color-complement-hex): Add.
2901
2902         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2903
2904 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2907         don't exist.
2908
2909 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2912         assuming that article displaying or another mml-preview may be
2913         interrupted for an error or for the like.
2914
2915         * shr.el (shr-get-background): Fix argument name.
2916
2917 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2920
2921         * gnus-sum.el (gnus-summary-include-articles): New function.
2922
2923         * message.el (message-goto-body): called-interactively-p needs a
2924         parameter, so use `any'.
2925
2926         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2927         clear marks before moving, since they're synced from the Gnus side
2928         first.
2929
2930         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2931         (gnus-summary-move-article): Copy over all marks before moving, so that
2932         IMAP doesn't think a new article has arrived.
2933
2934 2010-11-24  Julien Danjou  <julien@danjou.info>
2935
2936         * shr.el (shr-insert-background-overlay): Fix typo.
2937         (shr-render-td): Copy the background before rendering.
2938
2939         * shr-color.el (shr-color-visible): Fix docstring.
2940
2941         * shr.el (shr-tag-table): Add bgcolor support.
2942         (shr-render-td): Add bgcolor support.
2943         (shr-get-background): Add.
2944         (shr-insert-foreground-overlay): Use shr-get-background.
2945
2946         * message.el (message-goto-body): Use called-interactively-p.
2947         (message-in-body-p): message-goto-body returns point.
2948
2949 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2952         Fixes something or other in Emacs 23, and is backwards compatible.
2953
2954         * message.el (message-goto-body): Remove the <#secure special-casing,
2955         which is too special.
2956
2957         * shr.el (shr-parse-style): Drop !important from styles.
2958
2959 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2960
2961         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2962         this function to return incorrect results when calling it with an
2963         explicit article argument different from
2964         (gnus-summary-article-number).
2965
2966 2010-11-24  Julien Danjou  <julien@danjou.info>
2967
2968         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2969         (shr-tag-body): Add background support.
2970         (shr-descend): Add background support.
2971         (shr-tag-title): Add.
2972
2973         * shr-color.el (shr-color-visible): Really return original background
2974         if fixed.
2975
2976 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * shr.el (shr-color-check): Protect against non-existent colour names.
2979
2980 2010-11-24  Julien Danjou  <julien@danjou.info>
2981
2982         * color-lab.el: Require 'cl when compiling.
2983
2984         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2985
2986         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2987         matched part.
2988
2989         * color-lab.el: Fix all expt calls to use float type.
2990
2991 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2994         expression to shr-color-check as is.
2995
2996         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2997
2998         * color-lab.el: Add coding cookie.
2999         (float-pi): Use eval-and-compile.
3000
3001         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3002         compiled for Emacsen having no `libxml-parse-html-region' support.
3003
3004 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * shr.el (shr-insert-color-overlay): Split stuff like
3007         "#444444 !important" to find the real colour.
3008         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3009         parse <font color="red"> entries.
3010
3011 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3012
3013         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3014         point when parsing headers.
3015
3016         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3017         is positioned properly when parsing headers.
3018
3019 2010-11-23  Julien Danjou  <julien@danjou.info>
3020
3021         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3022
3023         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3024
3025         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3026
3027         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3028         Use shr-color-hue-to-rgb.
3029         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3030
3031 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * shr.el (shr-color->hexadecimal): Autoload.
3034         (shr-descend): Add color to all tags.
3035
3036 2010-11-22  Julien Danjou  <julien@danjou.info>
3037
3038         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3039         shr-color->hexadecimal.
3040
3041         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3042         RGB() or HSL() color representation.
3043
3044         * shr.el (shr-tag-font): Add.
3045         (shr-tag-color-check): New function to get better colors.
3046         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3047         tag-span.
3048
3049         * shr-color.el: New file.
3050
3051         * color-lab.el: New file.
3052
3053         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3054
3055 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3056
3057         * nnir.el: Fix typo in comments.
3058         (nnir-run-imap): Simplify code. No need to reverse artlist.
3059         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3060
3061 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3064
3065         * nnimap.el (nnimap-get-capabilities): Refactor out.
3066         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3067
3068 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3069
3070         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3071         appearing when `mm-uu-hide-markers' is nil.
3072
3073 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * nnimap.el (nnimap-unselect-group): Make into its own function.
3076         (nnimap-request-rename-group): Unselect group before renaming.
3077         This had gotten lost somewhere.
3078         (nnimap-request-accept-article): Keep track of examined groups, and
3079         unselect the group before APPENDing to read-only groups.
3080         (nnimap-request-move-article): Clear flags before moving so that they
3081         can be re-set later.
3082
3083 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3086         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3087
3088 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-art.el (gnus-mime-display-single)
3091         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3092         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3093         parameter.
3094
3095 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3098         (shr-table-vertical-line): New variable.
3099         (shr-insert-table): Use it.
3100
3101 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-html.el (gnus-html-wash-images): Don't display images if
3104         gnus-inhibit-images is non-nil; register displayer for cid images.
3105         (gnus-html-display-image): Work for cid image.
3106         (gnus-html-insert-image): Allow arguments.
3107         (gnus-html-put-image): Inhibit read-only.
3108         (gnus-html-prefetch-images): Don't prefetch images if
3109         gnus-inhibit-images is non-nil.
3110
3111 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * shr.el (shr-put-image): Break lines when inserting big pictures.
3114
3115 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3116
3117         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3118         sender, thanks Katsumi Yamaoka.
3119
3120 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3121
3122         * nnir.el (nnir-run-imap): Reverse the article list for each group
3123         rather than the whole list.
3124
3125 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * shr.el (shr-image-displayer): Protect function against non-existent
3128         image source.
3129
3130         * gnus-art.el (gnus-inhibit-images): New user option.
3131         (gnus-mime-display-single): Don't display image if it is non-nil.
3132
3133         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3134         gnus-inhibit-images.
3135
3136         * shr.el (shr-image-displayer): New function.
3137         (shr-tag-img): Use it.
3138
3139 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3140
3141         * mml2015.el (mml2015-epg-sign): Use From header.
3142
3143 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3146
3147         * gnus-util.el (gnus-find-text-property-region): Return markers.
3148
3149         * shr.el (shr-tag-img): Put a displayer in the text property.
3150
3151         * gnus-util.el (gnus-find-text-property-region): New utility function.
3152
3153         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3154         (gnus-html-show-images): Remove.
3155
3156         * gnus-art.el (gnus-article-show-images): New, more general function.
3157
3158         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3159         image url text properties.
3160
3161         * shr.el: Ditto.
3162
3163         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3164         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3165
3166 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3169         work for two or more articles.
3170
3171 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3174         divide an image that's in an html article to two or more when washing
3175         non-ASCII characters in alt text of it.
3176
3177 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3180         smime-decrypt-region using function argument.
3181         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3182
3183         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3184
3185         * smime.el (smime-decrypt-region): Catch it.
3186
3187 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3188
3189         * smime.el (smime-mode-map): Move initialization into declaration.
3190         (gnus-run-mode-hooks): Don't autoload.
3191         (smime-mode): Use define-derived-mode.
3192
3193 2010-11-11  Glenn Morris  <rgm@gnu.org>
3194
3195         * smime.el (from): Restrict declaration to XEmacs.
3196
3197         * nnir.el (gnus-group-topic-name): Autoload.
3198
3199 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * shr.el (shr-insert): Don't break long line if it is because of
3202         kinsoku-bol characters in the line end.
3203
3204 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3205
3206         * nnir.el (nnir-request-move-article): Fix to provide original group
3207         and subject.
3208         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3209         been retrieved.
3210
3211         * gnus-sum.el (gnus-summary-move-article): Use original group and
3212         subject for virtual articles such as those in an nnir summary buffer.
3213
3214 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3217         least 21.5).
3218
3219         * smime.el (from): Declare it again for XEmacs.
3220
3221 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * message.el (message-resend): Don't disable encoding unless it's
3224         already encoded.
3225
3226         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3227         low-numbered articles.
3228
3229 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * rfc2047.el (rfc2047-syntax-table): Simplify.
3232
3233         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3234
3235         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3236         set-char-table-range for XEmacs.
3237
3238 2010-11-10  Glenn Morris  <rgm@gnu.org>
3239
3240         * time-date.el (time-to-seconds): Always an alias on Emacs,
3241         never a real function.
3242         (with-no-warnings): Remove compat stub, now unused.
3243         (time-less-p): Doc fix.
3244         (time-to-number-of-days): Simplify.
3245
3246         * smime.el (from): Remove unused declaration.
3247
3248         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3249         (gnus-float-time): On Emacs, always an alias.
3250
3251         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3252         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3253
3254 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * dgnushack.el: Don't use ignore-errors in the top level form since it
3257         is unavailable in XEmacs even if cl is loaded.
3258
3259         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3260
3261 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * shr.el (browse-url-mailto): Autoload.
3264
3265         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3266
3267         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3268         regexp doesn't need quoting.
3269
3270 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3271
3272         * message.el (message-subject-trailing-was-ask-regexp)
3273         (message-subject-trailing-was-regexp): Match was: in addition to was.
3274
3275 2010-11-09  Glenn Morris  <rgm@gnu.org>
3276
3277         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3278         (nnbabyl-check-mbox): Use point-at-bol.
3279
3280 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3283
3284         * message.el (message-mailto): New function.
3285         (message-mailto): Should accept other parameters.
3286         (message-mailto): Remove since it duplicates browse-url-mailto
3287         functionality.
3288
3289 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3292         methods.
3293         (gnus-read-active-file): Ditto.
3294
3295         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3296         ": " from the prompt.
3297         (gnus-group-make-group): Ditto.
3298
3299 2010-11-07  Glenn Morris  <rgm@gnu.org>
3300
3301         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3302         (gnus-bookmark-kill-line): Use point-at-eol.
3303
3304 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3307         asterisks in From header.
3308
3309 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3312         string to avoid making the From headers syntactically invalid.
3313
3314         * message.el (message-send-mail): Don't insert courtesy messages if the
3315         message already has List-Post and List-ID messages.
3316
3317 2010-11-06  Glenn Morris  <rgm@gnu.org>
3318
3319         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3320         `condition', `type', `length' a prefix.
3321         (gnus-treat-predicate): Update for above name changes.
3322
3323 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3324
3325         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3326         binding.  Handled by `gnus-summary-refer-thread' instead.
3327         (nnir-warp-to-article): New backend function.
3328
3329         * nnimap.el (nnimap-request-thread): Force dependency updating.
3330
3331         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3332         (gnus-summary-refer-thread): Rework to improve thread-referral.
3333
3334         * gnus-int.el (gnus-warp-to-article): New function.
3335
3336         * gnus-sum.el (gnus-summary-article-map): Bind it.
3337
3338 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3339
3340         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3341         gnus-summary-refer-thread.
3342
3343         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3344         headers.
3345         (gnus-summary-limit-include-thread): Prevent articles in thread from
3346         being cut in gnus-cut-threads.
3347         (gnus-summary-refer-thread): Limit retrieved headers to those in
3348         thread.
3349
3350 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * message.el (message-send-mail): Use the value of
3353         message-courtesy-message from the message buffer.
3354
3355         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3356
3357         * shr.el (shr-browse-url): Implement mailto: URLs.
3358
3359         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3360         "raw".
3361
3362         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3363         if it's already selected.
3364
3365         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3366
3367 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3370         to measure the length and truncate alt text.
3371
3372 2010-11-03  Glenn Morris  <rgm@gnu.org>
3373
3374         * nndiary.el (nndiary-generate-nov-databases-1)
3375         (nndiary-generate-active-info): Rename dynamic variable `files' to
3376         something less generic.
3377
3378 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3379
3380         * nnir.el (nnir-request-move-article): Call the underlying backend to
3381         move articles from nnir.
3382
3383 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3386
3387 2010-11-02  Julien Danjou  <julien@danjou.info>
3388
3389         * nnir.el: Remove wais support.
3390
3391 2010-11-02  Glenn Morris  <rgm@gnu.org>
3392
3393         * gnus-html.el: Reorder requirements to quieten compiler.
3394
3395 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3398         properly for XEmacs as well.
3399         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3400         (gnus-article-natural-long-line-p): Use window-width rather than
3401         frame-width.
3402
3403 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3404
3405         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3406         (nnir-read-parms): Don't modify query.
3407         (nnir-run-query): Add ability to search topic on current line.
3408         (nnir-get-active): Clean up.
3409
3410 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3413         degenerate articles.
3414
3415         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3416         (gnus-print-buffer): Just print the buffer as is, without any copying
3417         to a buffer and then re-highlighting.
3418
3419         * nnimap.el (nnimap-request-group): Store the new updated info.
3420         (nnimap-request-group): Select the group when we don't know whether it
3421         exists or not.
3422
3423         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3424         groups.
3425
3426         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3427         groups.
3428
3429         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3430         groups.
3431
3432         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3433         long-lines case by only filling the long lines.
3434
3435         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3436         (bug #7311).
3437
3438 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * shr.el: No need to declare `declare-function' since shr.el is for
3441         only Emacsen that provide `libxml-parse-html-region'.
3442
3443         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3444         effective only in a file it is referred to.
3445
3446 2010-11-01  Glenn Morris  <rgm@gnu.org>
3447
3448         * mm-util.el (gnus-completing-read): Autoload.
3449         (mm-read-coding-system): Simplify Emacs definition.
3450
3451         * nnmail.el (gnus-activate-group):
3452         * nnimap.el (gnutls-negotiate):
3453         * nntp.el (netrc-parse): Fix declarations.
3454
3455 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3458         string-match-p in Emacs >=23.
3459
3460         * gnus-msg.el (gnus-configure-posting-styles)
3461         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3462
3463 2010-11-01  Glenn Morris  <rgm@gnu.org>
3464
3465         * nnir.el (declare-function): Add compat stub.
3466         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3467         (nnir-run-gmane): Require 'mm-url.
3468
3469         * mm-util.el (mm-string-to-multibyte): Simplify.
3470
3471         * shr.el (declare-function): Add compat stub.
3472         (url-cache-create-filename): Declare.
3473         (mm-disable-multibyte, widget-convert-button): Autoload.
3474
3475         * smime.el (ldap-search): Declare.
3476         (smime-cert-by-ldap-1): Require ldap on Emacs.
3477
3478         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3479         (nnimap-keepalive): Use gnus-float-time.
3480
3481         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3482         (mail-source-delete-crash-box): Use gnus-float-time.
3483
3484         * gnus-dired.el (gnus-completing-read): Autoload.
3485
3486         * mm-view.el (gnus-rescale-image): Autoload.
3487
3488         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3489
3490         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3491
3492         * sieve-manage.el: Require 'cl when compiling.
3493
3494         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3495         (gnus-iswitchb-completing-read): Require iswitchb.
3496         (gnus-select-frame-set-input-focus): Silence compiler.
3497
3498 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * message.el (message-subject-trailing-was-query): Change default to t,
3501         since I think that's what most people want.
3502
3503         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3504         appending for easier debugging.
3505         (nnimap-wait-for-connection): Take a regexp.
3506         (nnimap-request-accept-article): Wait for the continuation line before
3507         sending anything unless we're streaming.
3508
3509         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3510         leave the header washing to take place.
3511
3512 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3513
3514         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3515         regular expression match and replace in posting styles.
3516
3517 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3518
3519         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3520         an entire server.
3521         (nnir-get-active): New function.
3522         (nnir-run-imap): Use it.
3523         (nnir-run-gmane): Who knew, gmane search returns an article score!
3524
3525         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3526         server on the current line with nnir.
3527
3528 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3531         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3532         left edge.
3533         (gnus-article-foldable-buffer): Skip past the prefix when determining
3534         raggedness.
3535
3536         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3537         the raw article, and change `C-u g' to show the article without doing
3538         treatments.
3539
3540         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3541         on to `gnus-treat-article'.
3542         (gnus-inhibit-article-treatments): New variable.
3543
3544         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3545
3546         * gnus-art.el (gnus-treatment-function-alist): Have
3547         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3548         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3549         sections.
3550
3551         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3552         parameter.
3553         (gnus-article-fill-cited-long-lines): New function.
3554         (gnus-article-fill-cited-article): Allow filling only long sections.
3555
3556         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3557         and non-punctuation (like after the apostrophe in "'We").
3558
3559         * gnus-sum.el (gnus-summary-select-article): Make sure
3560         gnus-original-article-buffer is alive.
3561
3562         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3563         reflect the order they're in in the digest.
3564
3565         * gnus.el (gnus-group-startup-message): Move point to the start of the
3566         buffer.
3567
3568         * nnimap.el (nnimap-capability): New function.
3569         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3570         is set.
3571
3572 2010-10-31  David Engster  <dengste@eml.cc>
3573
3574         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3575         conform with changes to gnus-completing-read.
3576
3577 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3580
3581 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3582
3583         * nnir.el: Move defvar, defcustom around to keep file organized
3584         and keep byte-compiler quiet.
3585         (nnir-read-parms): Accept search-engine as arg.
3586         (nnir-run-query): Pass search-engine as arg.
3587         (nnir-search-engine): Remove.
3588
3589 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * shr.el (shr-generic): The text nodes should be text, not :text.
3592
3593         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3594         later in the file.
3595
3596 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3597
3598         * nnir.el: General clean up.  Allow searching with multiple engines.
3599         Allow separate extra-parameters for each engine.
3600         Batch queries when possible.
3601         (nnir-imap-default-search-key,nnir-method-default-engines):
3602         Add customize interface.
3603         (nnir-run-gmane): New engine.
3604         (nnir-engines): Use it.  Qualify all prompts with engine name.
3605         (nnir-search-engine): Remove global variable.
3606         (nnir-run-hyrex): Restore for now.
3607         (nnir-extra-parms,nnir-search-history): New variables.
3608         (gnus-group-make-nnir-group): Use them.
3609         (nnir-group-server): Remove in favor of gnus-group-server.
3610         (nnir-request-group): Avoid searching twice.
3611         (nnir-sort-groups-by-server): New function.
3612
3613 2010-10-30  Julien Danjou  <julien@danjou.info>
3614
3615         * gnus-group.el: Remove gnus-group-fetch-control.
3616
3617         * gnus-start.el (gnus-find-new-newsgroups):
3618         Remove gnus-check-first-time-used.
3619
3620         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3621
3622 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3623
3624         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3625         set on groups that don't have \* permanentflags.
3626
3627 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3630         control the background color.
3631         (shr-tag-img): Ignore very small web bug type images.
3632         (shr-put-image): Add help-echo alt texts to the images.
3633         (shr-tag-video): Show the video poster image.
3634
3635 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * shr.el (shr-table-depth): New variable.
3638         (shr-tag-table-1): Only insert the images after the top-level table.
3639
3640         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3641
3642         * gnus-util.el (gnus-list-memq-of-list): New function.
3643
3644         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3645         selected.
3646         (nnimap-unsplittable-articles): New slot.
3647         (nnimap-new-articles): Use it.
3648
3649 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3650
3651         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3652         move to the previous line on `M-g'.
3653
3654 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3657         *-request-group, which seems unnecessary.
3658
3659         * nnimap.el (nnimap-quote-specials): Function copied over from
3660         imap.el.
3661         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3662         they support that.  Suggested by Tom Regner.
3663
3664 2010-10-29  Julien Danjou  <julien@danjou.info>
3665
3666         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3667         defalias.
3668         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3669
3670         * gnus.el: Remove `gnus-nntp-service' variable.
3671         (gnus-secondary-servers): Make obsolete.
3672         (gnus-nntp-server): Make obsolete.
3673
3674         * gnus-start.el (gnus-1): Remove x-splash calls.
3675
3676         * gnus-ems.el (gnus-x-splash): Remove.
3677
3678         * gnus.el (gnus-group-startup-message): Simplify/update code.
3679
3680         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3681         definition.
3682
3683         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3684         capability before doing anything.
3685         (gnus-group-insert-group-line): Remove useless
3686         gnus-group-remove-excess-properties.
3687
3688 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3691
3692 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3695         config after reselecting.
3696
3697 2010-10-28  Julien Danjou  <julien@danjou.info>
3698
3699         * shr.el (shr-put-image): Use point even if only inserting text.
3700         (shr-put-image): Save excursion when inserting alt text on non-graphic
3701         display, so the behaviour is the same when we are on a graphic display.
3702
3703         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3704
3705 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3708         (gnus-mime-copy-part): Check coding system, not charset.
3709         (gnus-mime-view-part-externally): Never remove part.
3710         (gnus-mime-view-part-internally): Don't remove part here.
3711         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3712         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3713         multipart/alternative.
3714
3715         * mm-decode.el (mm-display-part): Take optional arg `force'.
3716
3717 2010-10-26  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-group.el (gnus-group-default-list-level): Add this function to
3720         compute the default list level.
3721         (gnus-group-default-list-level): Add possibility to use a function.
3722
3723 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3726
3727         * gnus-group.el (gnus-group-completing-read)
3728         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3729         gnus-replace-in-string.
3730
3731 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * shr.el (shr-tag-div): Add.
3734
3735         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3736
3737 2010-10-25  Julien Danjou  <julien@danjou.info>
3738
3739         * gnus-util.el: Remove `gnus-with-local-quit'.
3740
3741         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3742
3743 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3746         the original article buffer.
3747
3748 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * nnimap.el (nnimap-request-head): New function.
3751         (nnimap-request-move-article): Try to be slighly faster by not
3752         requesting the entire message when moving.
3753         (nnimap-transform-headers): Don't bug out on bodiless articles.
3754         (nnimap-send-command): Have no outstanding messages if the IMAP server
3755         doesn't support streaming.
3756         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3757
3758 2010-10-24  Julien Danjou  <julien@danjou.info>
3759
3760         * message.el (message-default-headers): Fix type.
3761
3762 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3765         prefetching images.
3766
3767         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3768         backend for unknown groups.  This is mainly useful for nnimap groups.
3769
3770         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3771         group isn't covered by the agent.
3772
3773 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3774
3775         * nnir.el (nnir-method-default-engines): New variable.
3776         (nnir-run-query): Use it.
3777         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3778         (gnus-summary-nnir-goto-thread): Change group if needed.
3779
3780         * gnus-group.el (gnus-group-group-map): Add key binding for
3781         gnus-group-make-nnir-group.
3782
3783 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * shr.el (shr-tag-object): Add.
3786
3787         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3788         original article buffer live.
3789         (gnus-summary-select-article-buffer):
3790         Mention gnus-widen-article-buffer.
3791
3792 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * shr.el (shr-tag-strong): Add.
3795
3796 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3799         group names.  They mess up the group buffer badly.
3800
3801         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3802
3803         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3804         instead of the summary one.
3805
3806 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * mml.el (mml-preview): Work properly when editing article.
3809
3810         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3811         gnus-have-read-active-file if it's already been in.
3812
3813 2010-10-22  Tom Tromey  <tromey@redhat.com>
3814
3815         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3816         gnus-group-completing-read.
3817
3818 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * message.el (message-mode-map): Don't bind M-; to comment region, to
3821         allow the global comment-dwim to work.
3822
3823 2010-10-21  Julien Danjou  <julien@danjou.info>
3824
3825         * message.el (message-setup-1): Allow message-default-headers to be a
3826         function.
3827
3828 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * shr.el (shr-tag-table): Simplify.
3831
3832 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3835         to avoid trying to snarf invalid stuff.
3836
3837         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3838
3839         * gnus.el (gnus-message-archive-group): Quote value.
3840         (gnus-message-archive-group): Mark as changed.
3841
3842         * shr.el (shr-add-font): Don't put the font properties on the newline
3843         or the indentation.
3844
3845         * message.el (message-fix-before-sending): Change options when sending
3846         non-printable characters.
3847
3848         * gnus.el (gnus-message-archive-method): Change the default to
3849         monthly outgoing groups.
3850
3851         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3852         that have gotten new numbers.
3853
3854         * nnimap.el (nnimap-request-replace-article): New function.
3855
3856 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3859         (nnrss-request-article): Don't use special html washing code.
3860
3861 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * shr.el (shr-tag-table): Remove useless nconc.
3864
3865 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-art.el (article-wash-html): Simplify and remove the charset
3868         stuff.  Use the normal html rendering code instead of the special html
3869         washing code.
3870
3871         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3872         `gnus-w3m' symbols.
3873         (mm-text-html-washer-alist): Remove.
3874
3875         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3876         (mm-inline-media-tests): Remove use.
3877         (mm-text-html-renderer): Change default to the `shr' symbol.
3878
3879         * mm-view.el (mm-inline-text-html): Remove use.
3880
3881         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3882         `gnus-blocked-images' to be a function.
3883         (gnus-article-wash-function): Remove.
3884
3885 2010-10-20  Julien Danjou  <julien@danjou.info>
3886
3887         * spam.el (spam-list-of-processors): Mark as obsolete.
3888
3889         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3890         (nnimap-insert-partial-structure): Fix boundary detection.
3891
3892 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3893
3894         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3895         run file-truename on remote files.  This can be expensive and even
3896         prevent one from editing drafts if some unrelated buffer has a stale
3897         connection.
3898
3899 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3902         kinsoku-eol regardless of shr-kinsoku-shorten.
3903         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3904         (shr-tag-table): Support caption, thead, and tfoot.
3905
3906 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3909         lines.
3910         (shr-save-contents): New command and keystroke.
3911
3912         * nndoc.el (nndoc-type-alist): Add git support.
3913         (nndoc-git-type-p): New function.
3914         (nndoc-transform-git-article): Ditto.
3915         (nndoc-transform-git-headers): Ditto.
3916         (nndoc-transform-git-headers): Generate Subject headers.
3917
3918         * shr.el (shr-parse-style): New function.
3919         (shr-tag-span): Ditto.
3920
3921         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3922         to `G G' to avoid collisions.
3923
3924 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * shr.el: Load kinsoku if necessary.
3927         (shr-kinsoku-shorten): New internal variable.
3928         (shr-find-fill-point): Make kinsoku shorten text line if
3929         shr-kinsoku-shorten is bound to non-nil.
3930         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3931         shr-indentation too when testing if table is wider than frame width.
3932         (shr-insert-table): Use `string-width' instead of `length' to measure
3933         text width.
3934         (shr-insert-table-ruler): Make sure indentation is done at bol.
3935
3936 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3937
3938         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3939         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3940         undecoded network data.
3941
3942 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3945         name in the mode line spec so that the mode line menu works
3946         (bug #2431).
3947
3948         * message.el (message-get-reply-headers): If we're fed `to-address',
3949         then always use that.
3950
3951         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3952         aren't so wide as to need to switch off the edit menu.
3953
3954         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3955         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3956
3957         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3958         `M-g'.
3959         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3960         the permanent marks.
3961
3962 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3963
3964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3965         Splitting according to references/in-reply-to obeys the ignore-groups
3966         variable, while splitting by sender and subject do not.
3967
3968 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3971         alist, so that we can look for non-Unicode chars.
3972         (article-translate-strings): Allow both character and string maps.
3973
3974 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * shr.el (shr-insert): Don't insert space behind a wide character
3977         categorized as kinsoku-bol, or between characters both categorized as
3978         nospace.
3979
3980 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3981
3982         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3983         headers to gnus-newsgroup-headers.
3984
3985 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * shr.el (shr-tag-img): Don't align images -- since we're not
3988         rescaling, this often leads to ugly displays.
3989
3990 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3991
3992         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3993         duplicates.
3994
3995 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3996
3997         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3998         call.
3999
4000 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus.el: Autoload gnus-html-show-images.
4003
4004         * nnimap.el: Use nnheader-message throughout.
4005
4006         * shr.el (shr-tag-img): Ignore images with no data.
4007
4008 2010-10-15  Julien Danjou  <julien@danjou.info>
4009
4010         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4011         a possibility to disable format=flow encoding when using hard newlines.
4012
4013 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * shr.el (shr-insert): Remove space inserted before or after a
4016         breakable character or at the beginning or the end of a line.
4017         (shr-find-fill-point): Do kinsoku; find the second best point or give
4018         it up if there's no breakable point.
4019
4020 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * nnimap.el (nnimap-open-connection): Message when opening connection
4023         for debugging purposes.
4024
4025         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4026         on every setup buffer call to allow this to change from article to
4027         article.
4028
4029         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4030         buffers where we have a wide table.
4031
4032 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4033
4034         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4035         uses *-request-thread.
4036
4037 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4040         incantation, which is no longer valid.
4041
4042 2010-10-14  Julien Danjou  <julien@danjou.info>
4043
4044         * shr.el: Fix defcustom type (char -> character).
4045
4046 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4049         programs.
4050
4051 2010-10-14  Julien Danjou  <julien@danjou.info>
4052
4053         * shr.el (shr-tag-a): Use url-link as widget type.
4054
4055         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4056         `gnus-group-get-icon'.
4057
4058 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4061         This should make server editing work better.
4062
4063         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4064
4065         * tls.el (tls-program): Remove spurious %s from openssl.
4066
4067         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4068         (nnimap-parse-flags): Fix regexp.
4069
4070         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4071         probably work for CJVK text, too.
4072
4073         * nnimap.el (nnimap-extend-tls-programs): Remove.
4074         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4075
4076         * tls.el (tls-starttls-switches): Remove starttls hack.
4077         (open-tls-stream): Ditto.
4078         (tls-find-starttls-argument): Ditto.
4079
4080 2010-10-13  Julien Danjou  <julien@danjou.info>
4081
4082         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4083         responses.
4084
4085 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4088
4089         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4090         anything in Emacs.
4091
4092         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4093
4094 2010-10-13  Julien Danjou  <julien@danjou.info>
4095
4096         * shr.el (shr-width): Make shr-width a defcustom with default to
4097         fill-column.
4098         (shr-tag-img): Use shr-width rather than fill-column.
4099
4100 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * dgnushack.el (byte-optimize-apply)
4103         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4104
4105         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4106         position when (X-)Faces exist.
4107         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4108         avatars when called interactively.
4109
4110 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4113         gnus-article-x-face-too-ugly is bound.
4114
4115 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4116
4117         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4118
4119         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4120         mailbox that doesn't exist.
4121
4122 2010-10-12  Julien Danjou  <julien@danjou.info>
4123
4124         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4125         (shr-get-image-data): Encode URL properly when fetching from cache.
4126         (shr-tag-img): Use aligned-to spaces to align correctly images.
4127
4128         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4129         before inserting the Gravatar.
4130
4131         * shr.el (shr-tag-img): Add align attribute support for <img>.
4132
4133 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * gnus-gravatar.el (gnus-art): Require.
4136
4137         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4138         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4139         Remove long obsoleted functions.
4140
4141 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4144
4145         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4146
4147         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4148         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4149         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4150         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4151         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4152         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4153         * sieve-manage.el, smime.el, spam.el:
4154         Fix comment for declare-function.
4155
4156 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157
4158         * nnimap.el (nnimap-request-rename-group): Select group read-only
4159         before renaming it.
4160
4161         * shr.el (shr-insert): Fix up the white space only regexp.
4162
4163         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4164         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4165
4166         * shr.el (shr-current-column): New function.
4167         (shr-find-fill-point): New function.
4168
4169 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4170
4171         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4172         numbers.
4173
4174 2010-10-11  Julien Danjou  <julien@danjou.info>
4175
4176         * shr.el (shr-hr-line): Add.
4177         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4178         display hr lines.
4179         (shr-max-columns): Do not change state to nil if we just inserting
4180         spaces.
4181
4182 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4185         select the last group.
4186
4187 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4188
4189         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4190
4191 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4192
4193         * dig.el (dig-mode-map): Declare and define in one step.
4194
4195 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4198         for Gnus.
4199         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4200         (nnimap-update-qresync-info): Mark \Seen articles as read.
4201
4202         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4203         non-variable, too.
4204
4205         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4206         available.
4207         (nnimap-update-info): Rely more on the current active than the param
4208         active to avoid marking articles as read too much.
4209
4210         * auth-source.el (auth-source-create): Use (user-login-name) for the
4211         user name default.
4212
4213         * nnimap.el (nnimap-update-info): If the server doesn't return any
4214         useful info, just use the previous info.
4215         (nnimap-update-info): Prefer old info over start-article.
4216         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4217
4218 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4219
4220         * nnir.el (autoload): Clean up autoloads.
4221         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4222         Use key rather than value.
4223         (nnir-imap-search-other): New variable.
4224         (nnir-read-parm): Use it.
4225         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4226         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4227
4228 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4229
4230         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4231         the process, too.
4232
4233 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * spam.el (gnus-summary-mode-map): Bind to "$".
4236         Suggested by Russ Allbery.
4237
4238         * shr.el: Rework the way things are indented by <li> slightly.
4239
4240         * gnus.el (gnus-group-set-parameter): Fix typo.
4241
4242         * nnimap.el: Start implementing QRESYNC support.
4243
4244 2010-10-09  Julien Danjou  <julien@danjou.info>
4245
4246         * nnir.el (nnir-engines): Fix too many arguments.
4247
4248 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4251         group is the "last", so that the backends like nnfolder actually save
4252         their folders.
4253
4254         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4255         try to use that for the tls stream.
4256         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4257         UIDVALIDITY and find out which groups are read-only and not.
4258         (nnimap-get-flags): Use the same marks parsing code as the rest of
4259         nnimap.
4260
4261 2010-10-09  Julien Danjou  <julien@danjou.info>
4262
4263         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4264
4265         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4266         retrieving gravatars.
4267
4268         * shr.el (shr-table-corner): Add.
4269         (shr-table-line): Add.
4270         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4271
4272 2010-10-08  Julien Danjou  <julien@danjou.info>
4273
4274         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4275
4276 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4277
4278         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4279
4280         * gnus-sum.el (gnus-mark-article-as-unread)
4281         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4282         (gnus-summary-set-bookmark): Use it.
4283
4284         * gnus-msg.el (gnus-setup-message): Use it.
4285
4286         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4287
4288         * gnus.el (gnus-group-remove-parameter): Use it.
4289
4290         * gnus-group.el (gnus-group-make-web-group): Use it.
4291
4292         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4293
4294         * nnregistry.el: Update docs to mention manual.
4295
4296         * gnus-registry.el: Update docs to mention nnregistry.el.
4297         (gnus-registry-initialize): Don't install nnregistry refer method
4298         automatically.
4299         (gnus-registry-install-nnregistry): Remove it.
4300
4301 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * shr.el (shr-insert): Don't insert double spaces.
4304
4305 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-gravatar.el (gnus-treat-from-gravatar)
4308         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4309         called interactively.
4310
4311         * gnus-art.el (gnus-mime-view-part-externally)
4312         (gnus-mime-view-part-internally): Make predicate function passed to
4313         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4314         of a mime type.
4315
4316         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4317
4318 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * shr.el (require): Require cl when compiling.
4321         (shr-tag-hr): New function.
4322
4323         * nnimap.el (nnimap-update-info): Remove double setting of high.
4324         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4325         This makes nnimap work properly on Courier again.
4326
4327         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4328         the variable for backwards compatibility.
4329
4330         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4331         the file name before using to avoid setting mm-default-directory to
4332         nil.
4333
4334         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4335         bidning gnus-agent variables.
4336
4337         * shr.el (shr-render-td): Use a cache for the table rendering function
4338         to avoid getting an exponential rendering behaviour in nested tables.
4339         (shr-insert): Rework the line-breaking algorithm.
4340         (shr-insert): Don't leave trailing spaces.
4341         (shr-insert-table): Also insert empty TDs.
4342         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4343
4344 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * gnus-sum.el (gnus-number): Rename from `number'.
4347         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4348         (gnus-summary-limit-children): Update uses correspondingly.
4349
4350 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4353         (gnus-gravatar-transform-address): Don't show avatars of people of
4354         which mail addresses match gnus-gravatar-too-ugly.
4355
4356 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * shr.el (shr-table-widths): Expand TD elements to fill available
4359         space.
4360
4361 2010-10-07  Julien Danjou  <julien@danjou.info>
4362
4363         * nnimap.el (nnimap-request-rename-group): Add this method.
4364
4365 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4368         name from XEmacs' function-arglist.
4369
4370         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4371         gravatar under XEmacs.
4372
4373 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * auth-source.el: Update docs with TODO items.
4376
4377         * gnus-sync.el: Update docs to explain state and plans.
4378
4379         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4380         Hooks for mark updates.
4381         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4382
4383         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4384         hooks with arguments, which is needed for mark update hooks.
4385
4386 2010-10-06  Julien Danjou  <julien@danjou.info>
4387
4388         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4389         was matched.
4390
4391         * sieve-manage.el: Update example in `Commentary'.
4392
4393         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4394
4395         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4396         not 2000.
4397         (sieve-manage-authenticate): Re-add function.
4398
4399 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * shr.el (shr-insert): Get 'space transition right.
4402         (shr-render-td): Only delete space at the end of the TD.
4403
4404         * nnimap.el (nnimap-open-connection): Prepare to support
4405         open-gnutls-stream.
4406
4407         * shr.el: Rearrange function order to be more logical.
4408
4409 2010-10-06  Julien Danjou  <julien@danjou.info>
4410
4411         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4412         (nnrss-discover-feed): Remove 404 URL in docstring.
4413
4414         * nnir.el: Fix Swish-E URL.
4415         Fix Namazu URL.
4416
4417         * message.el (message-change-subject): Remove 404 URL in a comment.
4418
4419 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4422         called interactively.
4423
4424         * gnus-util.el (gnus-remove-if): Allow hash table.
4425         (gnus-remove-if-not): New function.
4426
4427         * gnus-art.el (gnus-mime-view-part-as-type)
4428         * gnus-score.el (gnus-summary-score-effect)
4429         * gnus-sum.el (gnus-read-move-group-name):
4430         Replace remove-if-not with gnus-remove-if-not.
4431
4432         * gnus-group.el (gnus-group-completing-read):
4433         Regard collection as a hash table if it is not a list.
4434
4435 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4438
4439         * shr.el: Document the table-rendering algorithm.
4440
4441 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4444         for Emacsen having no `libxml-parse-html-region' support.
4445
4446 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4449         invalid URLs.
4450
4451         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4452         line-broken.
4453         (shr-tag-img): Ignore image fetching errors.
4454         (shr-overlays-in-region): Compute overlay positions correctly.
4455
4456         * mm-decode.el (mm-shr): Require shr.
4457
4458         * gnus-art.el (gnus-blocked-images): Move variable here.
4459
4460         * shr.el (shr-insert-table): Bind free variable.
4461
4462         * mm-decode.el (mm-shr): Bind shr-content-function.
4463
4464         * shr.el (shr-content-function): New variable.
4465
4466         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4467         added for symmetry.
4468
4469         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4470
4471         * gnus-group.el (gnus-group-make-group): Doc fix.
4472
4473         * nnimap.el (nnimap-request-newgroups): Return success.
4474
4475         * shr.el (shr-find-elements): New function.
4476         (shr-tag-table): Put all the images after the table.
4477         (shr-tag-table): Really inhibit images inside the table.
4478         (shr-collect-overlays): Copy over overlays from the TD elements to the
4479         main document.
4480
4481         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4482         gnus-blocked-images.
4483
4484 2010-10-05  Julien Danjou  <julien@danjou.info>
4485
4486         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4487
4488         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4489         (gnus-html-maximum-image-size): Add this function.
4490         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4491
4492         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4493         server-value of the capability is nil.
4494
4495 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * shr.el (shr-tag-em): Add <EM> tag.
4498
4499 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4500
4501         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4502         customizable.
4503
4504         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4505         handing broken links to browse-url.
4506
4507 2010-10-05  Julien Danjou  <julien@danjou.info>
4508
4509         * gnus-util.el (gnus-emacs-completing-read)
4510         (gnus-iswitchb-completing-read): Use autoload rather than require.
4511
4512 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4515         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4516         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4517         iswitchb-temp-buflist for XEmacs.
4518
4519         * gnus-util.el (gnus-completing-read-function): Exclude
4520         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4521         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4522         XEmacs.
4523
4524         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4525         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4526
4527         * gnus-html.el: Don't require help-fns under XEmacs.
4528         (gnus-html-schedule-image-fetching): Work for XEmacs.
4529
4530         * mm-decode.el (mm-shr): Decode contents by charset.
4531
4532 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4535         unknown.
4536
4537         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4538         (shr-get-image-data): Ensure against the cache file missing.
4539
4540         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4541         for data.
4542
4543         * spam-report.el (spam-report-url-ping-plain): Don't query about
4544         killing the process.
4545
4546         * shr.el (shr-render-td): Protect against too-wide text.
4547
4548 2010-10-04  Julien Danjou  <julien@danjou.info>
4549
4550         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4551         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4552
4553         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4554         retrieved.
4555
4556 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * shr.el (browse-url): Require.
4559         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4560         lines.
4561         (shr-show-alt-text, shr-browse-image): New commands.
4562         (shr-browse-url, shr-copy-url): New commands.
4563
4564         * gnus-sum.el (gnus-widen-article-window): New variable.
4565         (gnus-summary-select-article-buffer): Use it.
4566
4567         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4568         without @ signs.
4569
4570 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4571
4572         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4573
4574 2010-10-04  Julien Danjou  <julien@danjou.info>
4575
4576         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4577         for XEmacs.
4578
4579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4582
4583         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4584         (nnimap-close-server): Implement.
4585
4586         * dgnushack.el (iswitchb): Require to shut up the compiler.
4587
4588         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4589         (shr-insert): Tweak line breaking.
4590         (shr-insert): Handle <pre> better.
4591         (shr-tag-li): Get <li> indentation right.
4592         (shr-tag-li): Get <li> indentation even righter.
4593         (shr-tag-blockquote): Ensure paragraph start.
4594         (shr-make-table): Tweak table generation.
4595         (shr-make-table): Fix typo.
4596
4597         * shr.el: Implement table rendering.
4598
4599 2010-10-04  Julien Danjou  <julien@danjou.info>
4600
4601         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4602
4603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * shr.el (shr-insert): Use string anchors instead of line anchors.
4606
4607 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * shr.el: Add headings.
4610         (shr-ensure-paragraph): Actually work.
4611         (shr-tag-li): Make <ul> prettier.
4612         (shr-insert): Get white space at the beginning/end of elements right.
4613         (shr-tag-p): Collapse subsequent <p>s.
4614         (shr-ensure-paragraph): Don't insert double line feeds after blank
4615         lines.
4616         (shr-insert): \t is also space.
4617         (shr-tag-s): Fix "s" tag name function.
4618         (shr-tag-s): Fix face prop name.
4619
4620 2010-10-03  Julien Danjou  <julien@danjou.info>
4621
4622         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4623
4624         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4625         gnus-window-inside-pixel-edges.
4626
4627         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4628         gnus-ems.
4629
4630         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4631
4632         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4633         function.
4634
4635         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4636         resize choice.
4637
4638 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4641         beginning of the buffer.
4642
4643         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4644         article buffer again.
4645
4646         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4647
4648         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4649         when it's at the start of the buffer.
4650
4651         * shr.el (shr-tag-blockquote): Convert name.
4652         (shr-rescale-image): Use the right image-size variant.
4653
4654         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4655         buffer isn't shown, then select the current article first instead of
4656         bugging out.
4657         (gnus-summary-select-article-buffer): Show both the article and summary
4658         buffers again.
4659
4660         * shr.el (shr-fontize-cont): Protect against regions with no text.
4661         Rename tag functions to shr-tag-* for enhanced security.
4662         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4663
4664 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4665
4666         * shr.el (shr-insert):
4667         * pop3.el (pop3-movemail):
4668         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4669         loaded.
4670
4671 2010-10-03  Glenn Morris  <rgm@gnu.org>
4672
4673         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4674
4675         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4676
4677         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4678
4679         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4680
4681         * gnus-util.el (gnus-make-local-hook): Simplify.
4682
4683 2010-10-02  Julien Danjou  <julien@danjou.info>
4684
4685         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4686         (gnus-ido-completing-read): New function.
4687         (gnus-emacs-completing-read): New function.
4688         (gnus-completing-read): Use gnus-completing-read-function.
4689         Add gnus-completing-read-function.
4690
4691 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * shr.el (shr-insert-document): Autoload.
4694         (shr-img): Be silent.
4695         (shr-insert): Add a newline after every picture before text.
4696         (shr-add-font): Use overlays for combining faces.
4697         (shr-insert): Pass upwards the text start point.
4698
4699         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4700         possible.
4701         (mm-shr): New function.
4702
4703 2010-10-02  Julien Danjou  <julien@danjou.info>
4704
4705         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4706         should go backward.
4707
4708 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4709
4710         * shr.el (shr): Fix typo in provide call.
4711
4712 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * shr.el: New file.
4715
4716         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4717
4718         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4719         completing read.
4720
4721 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4724         we're being queried about.  Suggested by Dan Jacobson.
4725
4726         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4727         Suggested by Jason Eisner.
4728
4729         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4730         table, too.  Suggested by Stefan Wiens.
4731         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4732         the table unnecessary.  Suggested by Stefan Wiens.
4733
4734         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4735         longer needed, and probably doesn't work either, as pointed out by
4736         Stefan Wiens.
4737         (gnus-summary-exit): Remove call to the clearing function.
4738         (gnus-summary-exit-no-update): Ditto.
4739
4740         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4741         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4742         Reported by Stefan Monnier.
4743         (gnus-summary-save-in-rmail): Ditto.
4744
4745         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4746         article buffer, instead of both the article buffer and the summary
4747         buffer.  Sort of suggested by Dan Jacobson.
4748
4749         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4750
4751         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4752         Suggested by Dan Jacobson.
4753
4754         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4755         documentation clearer.
4756
4757         * message.el (message-shorten-references): Comment on the number "21".
4758         Suggested by Stefan Monnier.
4759
4760         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4761         Suggested by Dan Jacobson.
4762
4763         * gnus.el (gnus-large-newsgroup):
4764         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4765
4766         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4767         externalize attachments.  Bug reported by Steve Wen.
4768
4769         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4770         really message anything to the user.
4771
4772         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4773         directly.
4774
4775         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4776         messages in empty groups.
4777
4778 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4779
4780         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4781         non-UIDNEXT group.
4782
4783 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4786         not the value from the collection.
4787
4788         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4789         values.  This sometimes happens on some groups that have no info.
4790         (nnimap-request-newgroups): New function.
4791
4792 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4793
4794         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4795         check into `gnus-registry-initialize'.
4796         (gnus-registry-initialize): Ditto.
4797         Fix and extend header docs.
4798
4799 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4802         regexp backtrace overflows.
4803
4804         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4805         for starttls that tls.el implements; i.e. openssl.
4806
4807         * tls.el (tls-starttls-switches): Give up on using starttls with
4808         gnutls-cli.
4809         (tls-program): Add --insecure to be consistent with the defaults from
4810         openssl s_client.  Now all three commands are insecure.
4811
4812 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * lpath.el: Bind completion-styles-alist for XEmacs.
4815
4816         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4817         (gravatar-create-image): New function that's an alias to
4818         gnus-xmas-create-image, gnus-create-image, or create-image.
4819         (gravatar-data->image): Use it.
4820
4821 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4822
4823         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4824         install the nnregistry refer method.
4825         (gnus-registry-install-hooks): Use it.
4826         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4827         unfollowed groups.
4828
4829 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4830
4831         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4832         expanding threads.
4833
4834 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * nnir.el: Use the server names without suffixes (bug #7009).
4837
4838         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4839         unencrypted to STARTTLS, if possible.
4840
4841 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4842
4843         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4844         headers before superseding.
4845
4846 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * nnrss.el (nnrss-use-local): Add documentation.
4849
4850         * nnimap.el (nnimap-extend-tls-programs): New function.
4851         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4852         (nnimap-wait-for-connection): Accept the greeting from the stupid
4853         output from openssl s_client -starttls, too.
4854
4855         * tls.el (tls-starttls-switches): New variable.
4856         (tls-find-starttls-argument): Use it.
4857         (open-tls-stream): Ditto.
4858
4859         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4860         (netrc-machine): Ditto.
4861
4862         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4863         article number.
4864         (nnimap-split-fancy): New variable.
4865         (nnimap-split-incoming-mail): Use it.
4866
4867         * nntp.el (nntp-server-list-active-group): Document.
4868
4869         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4870         SELECT to get the message-id.
4871
4872         * mail-source.el (mail-sources): Remove webmail support.
4873         (defvar): Ditto.
4874         (mail-source-fetcher-alist): Ditto.
4875         (mail-source-fetch-webmail): Remove.
4876
4877         * webmail.el: Remove -- doesn't seem relevant any more.
4878
4879         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4880
4881         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4882         the \r.
4883
4884 2010-09-30  Julien Danjou  <julien@danjou.info>
4885
4886         * gnus-agent.el (gnus-agent-add-group): Fix call to
4887         gnus-completing-read.
4888
4889 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * nndoc.el (nndoc-retrieve-groups): New function.
4892
4893         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4894         `default', use nnmail-split-methods.
4895         (nnimap-request-article): Downcase the NILs so that they are nil.
4896
4897         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4898         symbol.
4899
4900         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4901         code, since if the user has requested network, that's what they ought
4902         to get.
4903         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4904         (nnimap-split-rule): Mark as obsolete.
4905
4906         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4907         New variable.
4908
4909         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4910         correct slot, too.
4911
4912 2010-09-29  Julien Danjou  <julien@danjou.info>
4913
4914         * gnus.el (gnus-local-domain): Declare variable obsolete.
4915
4916         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4917         Fix history computing.
4918         (gnus-ido-completing-read): Require ido.
4919
4920 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4923         build Gnus.
4924
4925         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4926         when interpreting the structures.
4927         (nnimap-request-accept-article): Add \r\n to the lines to make this
4928         work with Cyrus.
4929
4930         * nndraft.el (nndraft-request-expire-articles): Use the group name
4931         instead if "nndraft".  Fix found by Nils Ackermann.
4932
4933 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4934
4935         * nnregistry.el: Add.
4936
4937 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4938
4939         * nnmail.el (group, group-art-list, group-art):
4940         Remove unneeded directives.
4941
4942 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4945         (mm-mime-charset)
4946         * rfc2047.el (rfc2047-syntax-table)
4947         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4948
4949         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4950         rather than `insert-file-contents' and `eval-region'.
4951
4952         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4953         construction.
4954
4955         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4956
4957         * time-date.el: No need to require cl for Emacs 21.
4958
4959 2010-09-29  Julien Danjou  <julien@danjou.info>
4960
4961         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4962         replacement of `gnus-gravatar-relief' to mimic
4963         `gnus-faces-properties-alist'.
4964         Add :version property.
4965
4966 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * mail-source.el (mail-source-report-new-mail)
4969         * message.el (message-default-mail-headers)
4970         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4971
4972         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4973
4974 2010-09-28  Julien Danjou  <julien@danjou.info>
4975
4976         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4977         mail-address contains the same string as real-name.
4978
4979         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4980         non-blank in header, otherwise it'll get stripped.
4981
4982         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4983         real-name, and then for mail address rather than doing : or , search.
4984
4985 2010-09-27  Julien Danjou  <julien@danjou.info>
4986
4987         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4988         right completing-read function.
4989         (gnus-use-ido): New variable
4990         (gnus-completing-read-with-default): Remove.
4991         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4992         (gnus-agent-add-group):
4993         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4994         * mm-view.el (mm-view-pkcs7-decrypt):
4995         * mm-util.el (mm-codepage-setup):
4996         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4997         * mml-smime.el (mml-smime-openssl-sign-query):
4998         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4999         (mml-insert-multipart):
5000         * gnus-msg.el (gnus-summary-yank-message):
5001         * gnus-int.el (gnus-start-news-server):
5002         * mm-decode.el (mm-interactively-view-part):
5003         * gnus-dired.el (gnus-dired-attach):
5004         * gnus.el (gnus-read-method):
5005         * gnus-bookmark.el (gnus-bookmark-jump):
5006         * gnus-art.el (gnus-mime-view-part-as-type)
5007         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5008         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5009         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5010         * nnmairix.el (nnmairix-create-server-and-default-group)
5011         (nnmairix-update-groups, nnmairix-get-server)
5012         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5013         (nnmairix-get-group-from-file-path):
5014         * nnrss.el (nnrss-find-rss-via-syndic8):
5015         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5016         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5017         (gnus-group-browse-foreign-server):
5018         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5019         (gnus-summary-execute-command, gnus-summary-respool-article)
5020         (gnus-read-move-group-name):
5021         * gnus-score.el (gnus-summary-increase-score)
5022         (gnus-summary-score-effect):
5023         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5024
5025 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5028         x-focus-frame.
5029
5030         * nnimap.el (auth-source-forget-user-or-password)
5031         (auth-source-user-or-password): Autoload.
5032
5033         * message.el (message-from-style, message-interactive)
5034         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5035         (message-yank-prefix, message-indentation-spaces, message-signature)
5036         (message-signature-file): Add comment.
5037
5038 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5041         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5042         new articles.
5043
5044         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5045         parts.
5046         (nnimap-request-article): Work with the t setting, too.
5047
5048         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5049         that you don't get flashes of other buffers.
5050         (gnus-summary-show-complete-article): Intern before setting.
5051
5052 2010-09-27  David Engster  <dengste@eml.cc>
5053
5054         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5055         well as HEADERS.
5056         (nnmairix-retrieve-headers): Provide new argument for the above.
5057
5058 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5059
5060         * gnus-sum.el (gnus-summary-move-article): Don't alter
5061         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5062         group.
5063
5064         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5065
5066         * message.el (message-cite-prefix-regexp): Revert my last edit.
5067
5068         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5069         variable instead of the Gnus variable.
5070
5071         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5072
5073         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5074
5075         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5076         since some servers don't like it.
5077         (nnimap-open-connection): Forget credentials if the server says the
5078         password was wrong.
5079         (nnimap-parse-line): Protect against invalid data.
5080
5081         * gnus-sum.el (gnus-summary-move-article): Add comment.
5082         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5083         nothing alters it while scanning for new messages.
5084
5085         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5086         which may or may not help.
5087         (nnimap-open-connection): If we're doing a stream connection, and then
5088         discover we're on a STARTTLS-capable server, then open a STARTTLS
5089         connection instead.
5090
5091 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * nnimap.el (utf7): Require.
5094
5095         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5096         prefix.
5097
5098 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5099
5100         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5101
5102 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * nnimap.el (nnimap-request-accept-article): Message the error on
5105         error.
5106
5107 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5110
5111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * nndoc.el (nndoc-request-list): Return success always.
5114
5115         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5116         `fetch-old' -- we only want to fetch the articles we've requested.
5117         The rest are in the agent, probably.
5118         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5119         disappeared server" to something low.  It's not important.
5120
5121         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5122         arrived before the FETCH data.
5123
5124         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5125         target here, because we don't know the Gnus name of the group.
5126
5127         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5128         for the correct group.
5129
5130         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5131
5132         * gnus.el (gnus): Give a final warning after startup.
5133
5134         * gnus-util.el (gnus-action-message-log): New variable.
5135         (gnus-message): Use it.
5136         (gnus-final-warning): New function.
5137
5138         * nnimap.el (nnimap-open-connection): Record the greeting.
5139         (nnimap): Add greeting.
5140
5141 2010-09-26  Julien Danjou  <julien@danjou.info>
5142
5143         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5144         arguments.
5145         (gnus-html-wash-images): Fix spec computing to include start/end.
5146
5147         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5148
5149 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5152         deletion.
5153         (nnimap-retrieve-headers): Don't select the group, because that's
5154         already done by nnimap-possibly-change-group.
5155
5156         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5157         (gnus-picon-transform-address): Use it.
5158
5159         * mail-source.el (mail-source-value): Revert previous patch.
5160
5161         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5162         on failure.
5163         (nnimap-open-connection): Look up both virtual and physical server name
5164         credentials.
5165
5166         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5167
5168 2009-02-07  Dave Love  <fx@gnu.org>
5169
5170         * tls.el (open-tls-stream): Don't query killing process.
5171
5172 2009-02-08  Dave Love  <fx@gnu.org>
5173
5174         * gnus-win.el (gnus-window-to-buffer-helper)
5175         (gnus-all-windows-visible-p): Function needn't be a symbol.
5176
5177         * mail-source.el (mail-source-value): Function needn't be a symbol.
5178
5179 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * message.el (message-cite-prefix-regexp): Remove } from the cite
5182         prefix.
5183
5184         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5185         highlight again, so that the highlight is correct.
5186
5187         * gnus-picon.el (gnus-picon): Remove again.
5188         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5189
5190         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5191         doing the header highlightling, so that the background colour of the
5192         picon is correct.
5193
5194         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5195         (gnus-picon): Ditto.
5196         (gnus-picon): Reinstate.  The background colour for picons is white.
5197         (gnus-picon-insert-glyph): Make the background white.
5198
5199         * nnml.el (nnml-open-nov): Don't return dead buffers.
5200
5201         * auth-source.el (auth-source-create): Query the user for whether to
5202         store the credentials.
5203
5204         * netrc.el (netrc-store-data): New function.
5205
5206         * auth-source.el (auth-source-user-or-password): Use the existing auth
5207         sources, if any, for creation.
5208
5209         * gnus.el (gnus-group-fast-parameter): Return the last matching
5210         parameter instead of the first matching parameter.
5211
5212 2010-09-26  Julien Danjou  <julien@danjou.info>
5213
5214         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5215
5216 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * mml2015.el (mml2015-use): Remove gpg support.
5219
5220         * mml1991.el (mml1991-function-alist): Remove gpg function.
5221         (mml1991-gpg-sign): Remove.
5222
5223 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5224
5225         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5226         (gnus-browse-unsubscribe-current-group): Document it.
5227         (gnus-browse-unsubscribe-group): Use it.
5228
5229 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5232         address to the To list for easier response.
5233
5234         * gnus.el (gnus-play-startup-jingle): Remove.
5235         (gnus-splash): Don't play jingle.
5236         (gnus): Silence gnus-load message.
5237
5238         * gnus-art.el (gnus-treat-play-sounds): Remove.
5239
5240         * gnus.el (gnus-play-jingle): Remove audio support.
5241
5242         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5243
5244         * earcon.el: Remove -- no users.
5245
5246         * gnus-audio.el: Remove -- no users of this package.
5247
5248         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5249
5250         * gnus-start.el (gnus-setup-news): Remove nocem support.
5251
5252         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5253
5254         * gnus.el (gnus-use-nocem): Remove.
5255
5256         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5257         Remove.
5258
5259         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5260         uses NoCeM any more.
5261
5262         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5263         (gnus-button-ctan-handler): Ditto.
5264         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5265         (gnus-button-ctan-directory-regexp): Ditto.
5266         (gnus-button-handle-ctan): Ditto.
5267         (gnus-button-tex-level): Ditto.
5268         (gnus-button-alist): Remove CTAN stuff.
5269
5270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5273         nnimap-streaming test.
5274
5275         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5276         servers twice.
5277
5278         * nnimap.el (nnimap-open-connection): Add more error reporting when
5279         nnimap fails early.
5280
5281         * nnheader.el (nnheader-get-report-string): New function.
5282         (nnheader-get-report): Use it.
5283
5284         * gnus-int.el (gnus-check-server): Say what the error was when opening
5285         failed.
5286
5287         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5288         using streaming.
5289
5290 2010-09-25  Julien Danjou  <julien@danjou.info>
5291
5292         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5293         gnus-window-inside-pixel-edges.
5294
5295 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5298
5299         * mm-decode.el (mm-save-part): Allow saving to other directories the
5300         normal Emacs way.
5301
5302         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5303         Suggested by Jay Berkenbilt.
5304
5305         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5306         there isn't a single byte.
5307
5308         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5309         just do it.  It doesn't really seem to matter what the user responds
5310         here, I think, so it's just a confusing question.
5311
5312         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5313         non-streaming case.
5314
5315         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5316         (gnus-article-encrypt-body): Use it.
5317
5318         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5319         keystroke.
5320
5321         * nnimap.el (nnimap-find-wanted-parts-1):
5322         Use gnus-fetch-partial-articles.
5323
5324         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5325
5326         * nnimap.el (nnimap-insert-partial-structure): New function.
5327         (nnimap-get-partial-article): New function.
5328         (nnimap-request-article): Use it.
5329         (nnimap-wait-for-response): Return whether the wait was successful.
5330         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5331         retrieval wasn't successful.
5332         (nnimap-retrieve-group-data-early): Allow throttling servers.
5333         (nnimap-streaming): New variable.
5334         (nnimap-fetch-partial-articles): Remove.
5335
5336         * mm-decode.el (mm-with-part): Protect against killed buffers.
5337
5338         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5339         for prettier summary display.
5340
5341 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5342
5343         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5344
5345 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5348         apparently third-party libraries depend on it.
5349
5350         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5351         before starting negotiation.
5352
5353         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5354         privacy reasons.
5355         (gnus-treat-mail-gravatar): Ditto.
5356
5357         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5358         buffer when inserting images.  Inserting text into the headers, for
5359         instance, can make them invalid.
5360
5361 2010-09-25  Julien Danjou  <julien@danjou.info>
5362
5363         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5364         variables.
5365
5366         * nnheader.el: Remove useless variables news-reply-yank-from and
5367         news-reply-yank-message-id.
5368
5369         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5370         variables.
5371
5372         * mml1991.el: Remove useless mml1991-verbose.
5373
5374         * gnus.el: Remove useless variable gnus-use-generic-from.
5375         Remove obsolete variable gnus-topic-indentation.
5376
5377         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5378
5379         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5380
5381         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5382
5383         * gnus-group.el: Remove useless gnus-group-icon-cache.
5384         Remove useless gnus-ephemeral-group-server.
5385
5386         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5387
5388         * mml2015.el: Remove useless mml2015-verbose.
5389
5390         * mml-smime.el: Remove useless mml-smime-verbose.
5391
5392         * gnus.el: Remove useless gnus-local-domain.
5393
5394         * gnus-gravatar.el (gnus-gravatar-transform-address):
5395         Use gnus-gravatar-size.
5396
5397         * gnus-art.el: Remove useless gnus-treat-translate.
5398
5399 2010-09-24  Julien Danjou  <julien@danjou.info>
5400
5401         * gnus-sum.el: Add support for Gravatars.
5402
5403         * gnus-art.el: Add support for Gravatars.
5404
5405         * gnus-gravatar.el: Add this file.
5406
5407         * gravatar.el: Add this file.
5408
5409 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5412
5413         * gnus-group.el (gnus-group-fetch-faq): Remove.
5414
5415         * gnus.el (gnus-group-faq-directory): Remove.
5416
5417         * gnus-group.el (gnus-group-fetch-charter): Remove.
5418
5419         * gnus.el (gnus-group-charter-alist): Remove.
5420
5421         * gnus-group.el (gnus-group-archive-directory): Remove.
5422         (gnus-group-recent-archive-directory): Ditto.
5423         (gnus-group-make-archive-group): Remove.
5424
5425         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5426
5427         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5428         use the same article number for all the cached articles.
5429
5430         * nnimap.el (nnimap-command): Register the last command time so
5431         that we can use it for idling NOOPs.
5432         (nnimap-open-connection): Start the keeplive timer.
5433         (nnimap-make-process-buffer): Store all the process buffers.
5434         (nnimap-keepalive): New function.
5435
5436         * starttls.el (starttls-open-stream): Add autoload cookie.
5437
5438 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5439
5440         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5441         handling.
5442
5443 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5446         its data structures.
5447
5448         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5449         instead of the cl.el copy-list.
5450         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5451         equalp.
5452
5453 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5456         and tool-bar-local-item-from-menu.
5457
5458         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5459         mode-line-highlight face for Emacs.
5460
5461         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5462         loading gnus-sum.elc; fix comment for canlock-verify.
5463         (gnus-article-jump-to-part): Use read-number.
5464         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5465         Remove Emacs pre-21 compatible code for help-echo.
5466         (gnus-article-next-page-1): No need to adjust the number of lines.
5467         (gnus-article-describe-bindings): Always use help-buffer.
5468
5469         * gnus-audio.el (gnus-audio-inline-sound)
5470         * gnus-cus.el (gnus-custom-mode)
5471         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5472
5473         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5474
5475         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5476         compatible code.
5477
5478 2010-09-24  Glenn Morris  <rgm@gnu.org>
5479
5480         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5481         visiting the fcc file in rmail-mode.
5482
5483         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5484
5485 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * nnir.el: Silence the byte compiler.
5488
5489         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5490         alias to browse-url-url-encode-chars if any.
5491         (gnus-html-encode-url): Use it.
5492
5493 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-start.el (gnus-use-backend-marks): New variable.
5496         (gnus-get-unread-articles-in-group): Use it.
5497
5498         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5499         makeover.
5500
5501 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5502
5503         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5504
5505 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5508         Remove.
5509         (gnus-setup-news-hook):
5510         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5511
5512         * gnus-int.el (gnus-request-update-info): Protect against backends not
5513         having the function.
5514
5515         * nnimap.el (nnimap-stream): Mention starttls.
5516         (nnimap-open-connection): Add starttls support.
5517
5518 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5519
5520         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5521
5522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5525         BODYSTRUCTUREs.
5526         (nnimap-transform-headers): Unfold quoted {42} headers.
5527
5528         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5529         the info.
5530         (gnus-get-unread-articles): Only call updatep on backends that support
5531         it.
5532
5533         * nnweb.el (nnweb-request-update-info): NOOP.
5534
5535         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5536
5537         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5538         since it only deals with marks.
5539
5540         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5541         gnus-request-marks, and make a new gnus-request-update-info.
5542
5543         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5544         the active instead of the high number, which is usually too low.
5545
5546 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5547
5548         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5549         * encrypt.el: Remove.
5550
5551 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5554         server in symbolic form.
5555
5556         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5557
5558 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5561         (nnimap-update-info): Fix up code slightly.
5562
5563         * gnus-int.el (gnus-open-server): Add tracing for performance
5564         debugging.
5565
5566         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5567         (gnus-group-insert-group-line): Pass the real group name so that it
5568         gets the right data.
5569
5570         * gnus-start.el (gnus-get-unread-articles): Don't have
5571         `gnus-get-unread-articles-in-group' update info, since that can be
5572         really slow and doesn't seem to be needed?
5573
5574 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5575
5576         * time-date.el (date-to-time): Try using parse-time-string first before
5577         using the slower timezone-make-date-arpa-standard.
5578
5579 2010-09-22  Julien Danjou  <julien@danjou.info>
5580
5581         * gnus-group.el (gnus-group-insert-group-line):
5582         Call gnus-group-highlight-line.
5583         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5584         default hook list.
5585         (gnus-group-update-eval-form): Add new function.
5586         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5587         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5588
5589 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5592         immediate, then expire all articles.
5593         (nnimap-update-info): Fix off-by-one errors.
5594         (nnimap-flags-to-marks): Would return no marks lists for group with no
5595         flags.  Instead return the other data.
5596
5597 2010-09-22  Julien Danjou  <julien@danjou.info>
5598
5599         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5600         Only return an icon.
5601         (gnus-group-insert-group-line): Compute icon to return.
5602
5603         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5604         (gnus-html-image-fetched): Only cache if
5605         gnus-html-image-automatic-caching is set.
5606         (gnus-html-image-fetched): Check for errors.
5607
5608 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5611         once per method on `g'.  This ensures that backends like nnfolder don't
5612         open all their folders.
5613
5614         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5615         (nnimap-request-list): Nix out group in the correct buffer.
5616         (nnimap-parse-flags): Implement by using `read' instead of
5617         hand-parsing.
5618         (nnimap-flags-to-marks): Pass on permanent-flags.
5619         (nnimap-make-process-buffer): Record the server name.
5620         (nnimap-parse-flags): Fix typo.
5621         (nnimap-request-scan): Run split on the server in general, not just a
5622         single group.
5623
5624         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5625         parameter, and propagate this downwards.
5626
5627         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5628         since EXAMINE changes it on the server.
5629
5630         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5631         this command might take a while.
5632
5633 2010-09-22  Julien Danjou  <julien@danjou.info>
5634
5635         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5636         harmful if you have 2 images side-by-side, they can't be properly
5637         update on text deletion.  Using text-property is safer here.
5638         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5639         data.
5640
5641 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * nnimap.el (nnimap-expunge-inbox): Remove.
5644         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5645         (nnimap-expunge): Flip default to t.
5646
5647         * gnus.el (gnus-method-to-server): Don't push things to the cache
5648         unless it's unique.
5649         (gnus-server-to-method): Ditto.
5650
5651 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5652
5653         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5654
5655 2010-09-22  Julien Danjou  <julien@danjou.info>
5656
5657         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5658         get the start of data.
5659         (gnus-html-encode-url): Add this function to encode special chars in
5660         URL.
5661         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5662         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5663
5664         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5665         default.
5666         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5667
5668         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5669         images alt-text.
5670         (gnus-html-put-image): Put alt-text as help-echo.
5671
5672 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5675         * mm-util.el (mm-decompress-buffer)
5676         * nnir.el (nnir-run-find-grep)
5677         * pop3.el (pop3-list): Use 3rd arg of split-string.
5678
5679         * time-date.el (format-seconds): Comment fix.
5680
5681         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5682         and byte-optimize-form-code-walker.
5683         (dgnushack-make-auto-load): Don't advise make-autoload.
5684
5685         * lpath.el: Remove Emacs 21 stuff.
5686
5687 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5690         outside the active range.  Suggested by Dan Christensen.
5691
5692         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5693         slightly later to avoid double-getting it.
5694
5695         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5696         previous patch.
5697
5698         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5699
5700 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5701
5702         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5703
5704 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5705
5706         * gnus-int.el (gnus-open-server): Give a better error message in the
5707         "go offline" case.
5708
5709         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5710         marks for nnimap, which is seldom the right thing to do.
5711
5712         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5713         (gnus-same-method-different-name): New function.
5714
5715         * nnimap.el (parse-time): Require.
5716
5717         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5718         method in the presence of many similar methods.
5719
5720         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5721
5722         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5723         nnml-inhibit-expiry.
5724
5725         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5726         find out whether methods are equal.
5727
5728         * nnimap.el (nnimap-find-expired-articles): New function.
5729         (nnimap-process-expiry-targets): New function.
5730         (nnimap-request-move-article): Request the article before looking at
5731         what the Message-ID is.  Fix found by Andrew Cohen.
5732         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5733
5734         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5735         for oldness in addition to being a predicate.
5736
5737         * nnimap.el (nnimap-request-group): When we have zero articles, return
5738         the right data to Gnus.
5739         (nnimap-request-expire-articles): Only delete articles immediately if
5740         the target is 'delete.
5741
5742         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5743         method, this would bug out.
5744
5745         * gnus-group.el (gnus-group-expunge-group): Rename from
5746         gnus-group-nnimap-expunge, and implemented as a normal interface
5747         function.
5748
5749         * gnus-int.el (gnus-request-expunge-group): New function.
5750
5751         * nnimap.el (nnimap-request-create-group): Implement.
5752         (nnimap-request-expunge-group): New function.
5753
5754 2010-09-21  Julien Danjou  <julien@danjou.info>
5755
5756         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5757         (gnus-html-cache-expired): Add new function.
5758         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5759         wethever we should display image for fetch it.
5760         Compute alt-text earlier to pass it to the fetching function too.
5761         (gnus-html-schedule-image-fetching): Change function argument to only
5762         get one image at a time, not a list.
5763         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5764         cache.
5765         (gnus-html-get-image-data): New function to retrieve image data from
5766         cache.
5767         (gnus-html-put-image): Change buffer argument to use image data rather
5768         than file, and place image above region rather than inserting a new
5769         one.  Do not take alt-text as argument, since it's useless now: we place
5770         the image above alt-text.
5771         (gnus-html-prune-cache): Remove.
5772         (gnus-html-show-images): Start to fetch image when we find one, do not
5773         push into a temporary list.
5774         (gnus-html-prefetch-images): Only fetch image if they have expired.
5775         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5776         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5777
5778 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5781
5782 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5785         spec inser "*" if the group isn't active instead of 0.
5786
5787         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5788         opening the server.
5789         (nnimap-request-delete-group): Implement group deletion.
5790         (nnimap-transform-headers): Return the size of the entire message in
5791         the Bytes header, not just the size of the first part.
5792         (nnimap-request-move-article): When moving an article from nnimap,
5793         request the article first so the accepting form has an article to
5794         accept.  Reported by Dan Christensen.
5795         (nnimap-command): Make sure that the error message doesn't error out.
5796
5797 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5798
5799         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5800         we haven't requested anything.
5801
5802 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5805         "".  Fix found by Andrew Cohen.
5806
5807         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5808         instead of -encode-string.
5809
5810 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5813
5814         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5815         by mm-subst-char-in-string.
5816
5817 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818
5819         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5820         waiting for the connection string.
5821
5822         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5823         arriving.
5824
5825         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5826         bogus characters.  This allows selecting certain Gmail groups.
5827
5828         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5829         (nnimap-fetch-partial-articles): New variable.
5830         (nnimap-open-connection): When looking for credentials, also use the
5831         nnimap-server-port.
5832         (nnimap-request-article): Return the group/article number, so that Gnus
5833         `^' works as expected.
5834         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5835
5836         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5837         comments.
5838         (gnus-methods-sloppily-equal): New function.
5839         (gnus): When using the development version of Gnus, load the gnus-load
5840         file.
5841
5842         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5843         `gnus-open-server' on each method before trying to scan them etc.
5844         This ensures that all the backend parameters are set correctly.
5845
5846         * nnimap.el (nnimap-authenticator): New variable.
5847         (nnimap-open-connection): Allow anonymous login.
5848         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5849         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5850
5851         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5852         patch, found by Knut Anders Hatlen.
5853
5854 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5855
5856         * gnus-agent.el (gnus-agent-batch-confirmation)
5857         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5858         to gnus-message.
5859         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5860         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5861         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5862         * gnus-int.el (gnus-open-server): Likewise.
5863         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5864         (gnus-score-check-syntax): Likewise.
5865         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5866         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5867         Likewise.
5868         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5869
5870 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5873         calling conventions so that prefetch doesn't bug out.
5874
5875 2010-09-19  Julien Danjou  <julien@danjou.info>
5876
5877         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5878         rather than `subst-char-in-region' in order to be able to replace ASCII
5879         char by UTF-8 ones.
5880
5881         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5882         than curl.
5883         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5884         the right URL and ALT text on images.
5885         (gnus-html-wash-tags): Fix tag case.
5886         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5887         (gnus-article-html): Add -o display_ins_del=2 option.
5888         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5889
5890 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5893         the extra mail headers, which sometimes seem to happen for unknown
5894         reasons.
5895
5896         * mail-parse.el (mail-header-encode-parameter): Define as
5897         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5898         (or most, perhaps?) mail readers don't understand the latter, but do
5899         understand the former.
5900
5901         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5902         to nil, so that no methods are automatically agentized.  I think this
5903         is probably what most users want.
5904
5905         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5906         from url-retrieve, for instance about invalid URLs.
5907
5908         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5909         groups that have no articles.
5910         (nnimap-request-article): Check that we really got an article when we
5911         requested one.
5912
5913         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5914         doesn't exist.
5915
5916         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5917         nntp buffer so the agent can save it.
5918         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5919         that CRLF doesn't get translated to \n.
5920         (nnimap-open-connection): Don't make 'shell commands only send \n.
5921
5922 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5923
5924         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5925         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5926         Update var name.
5927         (nnml-generate-nov-file): Use dolist.
5928         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5929         Use with-current-buffer.
5930
5931 2010-09-18  Julien Danjou  <julien@danjou.info>
5932
5933         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5934         parallel.
5935
5936 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5939         the range update right.
5940         (nnimap-request-group): Don't make `M-g' bug out on group with no
5941         marks.
5942         (nnoo): Require, so that other packages can require nnimap.
5943         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5944         command we're looking for.  This helps when the server sends more
5945         responses after we've gotten everything we expected.
5946         (nnimap): Add a `newlinep' field to keep track of end-of-line
5947         conventions.
5948         Don't send CRLF to things that don't want it.
5949         (nnimap-request-accept-article): Ditto.
5950
5951 2010-09-18  Julien Danjou  <julien@danjou.info>
5952
5953         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5954         than curl to retrieve images.
5955
5956 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5959         the marks.
5960         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5961         (nnimap-wait-for-connection): New function.
5962         (nnimap-open-connection): If we have PREAUTH, don't query for login
5963         credentials.
5964         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5965         when doing a partial update.
5966
5967 2010-09-18  Julien Danjou  <julien@danjou.info>
5968
5969         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5970         tags.
5971
5972 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * nnimap.el (nnimap-credentials): New function.
5975         (nnimap-open-connection): Use the new function to look for credentials
5976         also on the numeric equivalents of "imap" and "imaps".
5977
5978         * gnus-start.el (gnus-activate-group): Send the info to
5979         gnus-request-group.
5980
5981         * nnimap.el (nnimap-request-group): Have the "check" version of the
5982         function parse flags and update the info, so that a `M-g' get a total
5983         resync of all flags from the group.
5984
5985         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5986         to allow backends to alter the info on group selection.  Also alter all
5987         the backend -request-group functions to take the parameter.
5988
5989         * nnimap.el (nnimap-store-info): New function.
5990         (nnimap-update-info): Store the info for later usage.
5991         (nnimap-request-group): Use the stored info for the dont-check case, so
5992         that we don't retrieve all marks when we enter a group.
5993
5994         * nnimap.el: Use deffoo instead of defun for interface functions.
5995
5996         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5997         update the group info.  This makes the nndraft groups, for instance, go
5998         back to their old behaviour.
5999
6000         * gnus-sum.el (gnus-select-newsgroup): Indent.
6001
6002         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6003         in.
6004         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6005         nothing.
6006
6007         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6008         from methods that are denied.
6009
6010         * gnus-int.el (gnus-method-denied-p): New function.
6011
6012         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6013         store the password instead of netrc.
6014         (nnimap-open-connection): Don't error out when we can't make a
6015         connections.
6016
6017         * auth-source.el (auth-source-create): In the password prompt, say what
6018         we're querying for.  Also prompt for user name if that hasn't been
6019         given.
6020
6021         * nnimap.el (nnimap-with-process-buffer): Remove.
6022
6023 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6024
6025         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6026         method when we're reading from the agent.
6027
6028         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6029
6030         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6031         that's probably most useful for users.
6032
6033         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6034         "failed" all the time.
6035
6036         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6037         ...)) with (with-current-buffer ... ).
6038
6039         * nntp.el (nntp-open-server): Return whether the open was successful or
6040         not.
6041
6042         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6043         select an unread unseen article first.
6044
6045         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6046         /etc/services, supply some sensible port defaults.
6047
6048         * dgnushack.el: Define netrc-credentials.
6049
6050 2010-09-17  Julien Danjou  <julien@danjou.info>
6051
6052         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6053
6054 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6055
6056         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6057         doesn't have any parameters.
6058
6059 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6062         only upcased checks.
6063
6064         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6065
6066         * nnimap.el (nnimap-open-shell-stream): New function.
6067         (nnimap-open-connection): Use it.
6068         (nnimap-transform-headers): Get the number of lines in each message.
6069         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6070         number of lines.
6071         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6072         problem.
6073
6074         * utf7.el (utf7-encode): Autoload.
6075
6076         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6077         to allow the mail splitting to not return a default group.  This is
6078         useful for nnimap, which will leave unmatched mail in the inbox.
6079
6080         * nnimap.el: Rewritten.
6081
6082         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6083         nnimap usage.
6084
6085         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6086         if the move is internal, so that nnimap can do fast internal moves.
6087
6088         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6089         data.
6090         (gnus-read-active-for-groups): Support finishing the early retrieval of
6091         data.
6092
6093         * gnus-range.el (gnus-range-nconcat): New function.
6094
6095         * gnus-int.el (gnus-finish-retrieve-group-infos)
6096         (gnus-retrieve-group-data-early): New functions.
6097
6098 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6099
6100         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6101         (nnrss-retrieve-groups):
6102         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6103         (pop3-quit): Use with-current-buffer.
6104
6105 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6108         instead of nnheader-accept-process-output.
6109
6110         * dgnushack.el (dgnushack-compile): Add comment.
6111
6112         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6113
6114         * gnus-html.el (gnus-html-schedule-image-fetching)
6115         (gnus-html-prefetch-images): Replace process-kill-without-query by
6116         gnus-set-process-query-on-exit-flag.
6117
6118 2010-09-16  Romain Francoise  <romain@orebokech.com>
6119
6120         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6121
6122 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6125         parameter to unintern is mandatory-ish in Emacs 24.
6126
6127         * gnus-html.el (gnus-html-schedule-image-fetching)
6128         (gnus-html-prefetch-images): Check for curl before using it.
6129
6130         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6131         depend on curl, which isn't essential.
6132
6133         * imap.el: Revert back to version
6134         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6135         seem problematic.
6136
6137 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6138
6139         * gnus-registry.el (gnus-registry-install-shortcuts):
6140         Explicitly pass `obarray' to `unintern' to avoid a warning.
6141
6142 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6145         change.
6146
6147         * nnrss.el (nnrss-request-list): Remove this function and related
6148         functions, including the moreover stuff.
6149
6150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151
6152         * nnrss.el (nnrss-retrieve-groups): New function.
6153
6154 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6155
6156         * .dir-locals.el: Add no-byte-compile cookie.
6157
6158 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * time-date.el (format-seconds): Comment fix.
6161
6162         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6163         for back end that doesn't support request-scan.
6164
6165 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6168         then do request scans from the backends.
6169
6170         * netrc.el (netrc-credentials): New conveniency function.
6171
6172         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6173         avoid running a hook per line, since this takes a lot of time,
6174         profiling shows.
6175         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6176         directly if gnus-visual-p is true.
6177
6178 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6181         groups; replace mapcar with dolist which is a bit faster; pass groups
6182         info to gnus-read-active-file-1.
6183         (gnus-read-active-file-1): Scan only specified groups if the new
6184         optional arg `infos' is given.
6185
6186 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6189
6190         * pop3.el (pop3-movemail): Remove.
6191         (pop3-streaming-movemail): Rename to pop3-movemail.
6192
6193         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6194         don't restrict end-tag searches to the end of the line.
6195
6196 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6199         articles of every unchecked group to t, which means unknown since the
6200         server has never been opened.
6201
6202 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus-html.el (gnus-html-show-alt-text): New command.
6205         (gnus-html-browse-image): Ditto.
6206         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6207         to browse the image directly.
6208         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6209         better.
6210
6211         * gnus-async.el (gnus-async-article-callback):
6212         Call `gnus-html-prefetch-images' unconditionally.
6213
6214         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6215         before feeding URLs to curl.
6216
6217 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6220         internal images as deletable by `W D D'.
6221
6222         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6223         (gnus-async-article-callback): Fix typo.
6224
6225 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6228         current line to work around bugs in the output from w3m.
6229
6230         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6231         for groups that want that.
6232
6233         * nntp.el (nntp-wait-for-string): Supply a timeout for
6234         accept-process-output to ensure progress.
6235
6236         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6237         level to get unread articles from, then use that for foreign groups,
6238         too.
6239
6240         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6241         confuses the rest of the function.
6242
6243         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6244         for the methods that support -retrieve-groups, too.
6245
6246         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6247
6248 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6251         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6252
6253         * pop3.el: Require cl when compiling.
6254         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6255
6256 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6259         that aren't going to be activated.
6260         (gnus-get-unread-articles): Fix up the last commit.
6261
6262         * gnus-html.el (gnus-article-html): Allow calling without specifying
6263         the handle.  In that case, dissect the buffer first.
6264
6265         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6266
6267         * nnimap.el (nnimap-open-connection): Revert the change that would look
6268         into authinfo for imaps instead of imap.
6269
6270         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6271         say that you don't want to call gnus-request-group with don-check, but
6272         do check the reponse.  This is for virtual groups only.
6273         (gnus-get-unread-articles): Count the archive groups as secondary, so
6274         that they're activated the same way as before.
6275
6276         * imap.el (imap-message-map): Removed optional buffer parameter, since
6277         no callers use it.
6278         (imap-message-get): Ditto.
6279         (imap-message-put): Ditto.
6280         (imap-mailbox-map): Ditto.
6281         (imap-mailbox-put): Ditto.
6282         (imap-mailbox-get): Ditto.
6283         (imap-mailbox-get): Revert last change for this function.
6284
6285         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6286         case-insensitively.
6287         (nnimap-debug): Remove.
6288
6289         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6290         callers to use `imap-fetch' instead.  According to the comments, this
6291         should be safe, since all other IMAP clients use the 1:* syntax.
6292         (imap-enable-exchange-bug-workaround): Remove.
6293         (imap-debug): Remove -- doesn't seem very useful.
6294
6295         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6296         mail from a file, and the file doesn't exist.
6297
6298         * imap.el (imap-log): New convenience function used throughout instead
6299         of repeating the same code all over the place.
6300
6301         * pop3.el (pop3-streaming-movemail): Return t for success.
6302
6303         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6304         .authinfo if we're using ssl connection.
6305
6306         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6307         already have if we're in a main Gnus `g' run.
6308
6309         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6310
6311 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6314
6315         * nnmh.el (nnmh-request-list-1): Bind `file'.
6316
6317         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6318         alias to set-process-query-on-exit-flag or process-kill-without-query.
6319         (pop3-open-server): Use it.
6320
6321 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6324         box to the Incoming file.  Fixes mistake in previous checkin.
6325
6326         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6327         request loop (for debugging purposes) removed.
6328
6329         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6330         culprit is more visible.
6331         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6332         (nnml-add-incremental-nov): New functions to do "incremental" nov
6333         updates, where we just append to the end of the existing nov files
6334         without reading/writing them in full.
6335
6336         * mail-source.el (mail-source-delete-crash-box): Really only check the
6337         incoming files once in a while.
6338
6339         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6340
6341         * mail-source.el (mail-source-delete-crash-box): Only check the
6342         incoming files for deletion once per day to save a lot of file
6343         accesses.
6344
6345         * pop3.el (pop3-logon): Fix up unbound variable typo.
6346
6347         * mail-source.el (pop3-streaming-movemail): Autoload.
6348
6349         * pop3.el (pop3-streaming-movemail):
6350         Respect pop3-leave-mail-on-server.
6351
6352         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6353         retrieval.
6354
6355         * pop3.el (pop3-process-filter): Remove unused function.
6356         (pop3-streaming-movemail, pop3-send-streaming-command)
6357         (pop3-wait-for-messages, pop3-write-to-file)
6358         (pop3-number-of-responses): New functions for streaming pop3
6359         retrieval.
6360
6361         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6362         come from no known methods.
6363         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6364         list.
6365
6366         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6367         message sizes.
6368         (pop3-movemail): Use erase-buffer instead of looping and deleting
6369         regions, which seems rather odd.
6370
6371         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6372         file once per `g' run.
6373
6374         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6375         directories.  This makes the draft queue directory work.
6376
6377         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6378         data from the backends, so that we only request the list of groups from
6379         each method once.  This should speed things up considerably.
6380
6381         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6382         detect that it's not implemented.
6383
6384         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6385         we actually do recurse down into the tree, but don't stat all leaf
6386         nodes.
6387
6388         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6389         then say so instead of bugging out.
6390
6391         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6392         files exist before trying to read them.
6393
6394         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6395         around <pre_int>.
6396
6397         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6398
6399         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6400
6401 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * mm-util.el (mm-image-load-path): Just return the image directories,
6404         not all directories in the path in addition to the image directories.
6405         (mm-image-load-path): Maintain a cache of the image directories so that
6406         the `g' command in Gnus doesn't have to stat dozens of directories each
6407         time.
6408
6409         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6410         (gnus-html-wash-tags): Add a new `i' command to insert images.
6411         (gnus-html-insert-image): New command and keystroke.
6412         (gnus-html-redisplay-with-images): New command and keystroke.
6413         (gnus-html-show-images): Rename command.
6414         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6415         spacers.
6416         (gnus-html-wash-tags): Decode entities at the end, so that entities
6417         inside the tags don't mess up the rest of the "parsing".
6418
6419         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6420         so that nnimap methods aren't agentized by default.  There's apparently
6421         many problems related to agent/imap behaviour.
6422
6423         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6424
6425         * gnus-html.el: Doc fix.
6426
6427 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6430         specifier-spec-list for Emacs 21.
6431
6432         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6433         glyph-width and glyph-height instead of display-graphic-p and
6434         image-size; make avoidance of displaying small images work for XEmacs.
6435
6436         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6437         for XEmacs.
6438
6439         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6440         of symbol that holds plist data.
6441         (gnus-process-plist): Remove plist of process after getting it.
6442
6443 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * message.el (message-generate-hashcash): Change default to
6446         'opportunistic if hashcash is installed.
6447
6448         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6449         (gnus-html-put-image): Only call image-size once, since it's somewhat
6450         time-consuming on remote X servers.
6451
6452 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6455         type on data, not a file name.
6456
6457         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6458         window-pixel-edges for Emacs 21.
6459
6460         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6461         decoded contents.
6462         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6463
6464 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6465
6466         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6467         group line format, since it isn't very interesting.
6468
6469         * gnus-agent.el (gnus-agent-short-article),
6470         (gnus-agent-long-article): Increase values for these two variables,
6471         since most people are likely to have more network connection and
6472         storage than before.
6473
6474         * gnus.el (gnus-refer-article-method): Change default to 'current.
6475         When referring an article, the common behaviour is to refer it from the
6476         current select method, not the native select method.  The chances of
6477         the native select method having the message in question is rather slim
6478         these days.
6479
6480         * gnus-sum.el (gnus-auto-select-subject): Change default to
6481         `unseen-or-unread'.  I think it's likely that most people want to
6482         select an unseen article over a previously seen, but unread one.
6483
6484         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6485         means that in the article buffer none of the minor mode elements will
6486         be shown, usually, and this is not desirable in most cases.
6487
6488         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6489         that commands like `d' (and the like) go to the next line in the
6490         buffer, instead of the next unread article.  I think this is the
6491         behaviour that is most natural for most users.
6492         (gnus-single-article-buffer): Change default to nil, so that people can
6493         have as many article buffers open as they have summary buffer.  I think
6494         this is the most natural way for the groups to behave.
6495
6496         * message.el (message-generate-new-buffers): Change default to
6497         `unsent', so that all new message buffers start their names with the
6498         string "*unsent", and it's easier to find the buffers if you move from
6499         them.
6500
6501 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6502
6503         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6504         small.  They're probably tracking images.
6505         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6506         (gnus-html-rescale-image): Yet another try at getting the image sizing
6507         right.
6508
6509         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6510         nntp-marks-file-name is nil.
6511
6512 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6513
6514         * gnus-html.el (gnus-html-wash-tags)
6515         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6516         Better logging.
6517
6518 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6521
6522         * gnus-html.el (gnus-html-wash-tags): Check the value of
6523         gnus-blocked-images in the summary buffer.
6524
6525 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6528
6529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6532         like "a", it seems like.
6533         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6534         since it needs to be picked from the correct buffer.
6535
6536         * nnwfm.el: Remove.
6537
6538         * nnlistserv.el: Remove.
6539
6540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6543         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6544
6545 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * nnkiboze.el: Remove.
6548
6549         * nndb.el: Remove.
6550
6551         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6552         alt text.
6553         (gnus-html-rescale-image): Try to get the rescaling logic right for
6554         images that are just wide and not tall.
6555
6556         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6557         overshadow variable bindings.
6558
6559 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * gnus-html.el (gnus-html-wash-tags)
6562         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6563         Add extra logging.
6564
6565 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6566
6567         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6568         (gnus-max-image-proportion): New variable.
6569         (gnus-html-rescale-image): New function.
6570         (gnus-html-put-image): Rescale images.
6571
6572 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         Fix up some byte-compiler warnings.
6575         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6576         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6577         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6578         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6579         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6580         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6581         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6582
6583 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-html.el (gnus-article-html): Decode contents by charset.
6586
6587 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6590         (gnus-html-frame-width, gnus-blocked-images)
6591         * message.el (message-prune-recipient-rules): Add custom version.
6592         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6593
6594         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6595         functions.
6596
6597         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6598         gnus-process-get.
6599
6600 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6601
6602         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6603         instead of lsub directly.
6604
6605 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * nnwarchive.el: Remove.
6608
6609         * gnus-soup.el: Remove.
6610
6611         * nnsoup.el: Remove.
6612
6613         * nnultimate.el: Remove.
6614
6615         * gnus-html.el (gnus-blocked-images): New variable.
6616
6617         * message.el (message-prune-recipients): New function.
6618         (message-prune-recipient-rules): New variable.
6619
6620         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6621         guess whether a long line is natural text or not.
6622
6623         * gnus-html.el (gnus-html-schedule-image-fetching):
6624         Use gnus-process-plist and friends for compatibility.
6625
6626 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * gnus-html.el: Require packages that define macros used in this file.
6629         (gnus-article-mouse-face): Declare to silence byte-compiler.
6630         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6631         process-get.
6632         (gnus-html-put-image): Use plist-get to avoid getf.
6633         (gnus-html-prefetch-images): Use with-current-buffer.
6634
6635 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-ems.el: Provide compatibility functions for
6638         gnus-set-process-plist.
6639
6640         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6641         header-line-format for XEmacs 21.4.
6642
6643         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6644         * gnus.el (gnus-valid-select-methods)
6645         * message.el (message-send-mail-partially-limit)
6646         * mm-decode.el (mm-text-html-renderer)
6647         * mml.el (mml-insert-mime-headers-always)
6648         * smiley.el (smiley-regexp-alist): Bump custom version.
6649
6650 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651
6652         * gnus-html.el: require mm-url.
6653         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6654         with the url to `url'.
6655         (gnus-html-wash-tags): Support cid: URLs/images.
6656
6657 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6658
6659         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6660         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6661         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6662
6663         * gnus-move.el: Remove file, since it doesn't really work.
6664
6665         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6666         UTF-8.  This seems to fix problems with some German web feeds.
6667
6668         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6669         at the top so that the proper colours are applied.
6670
6671         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6672         don't have dots in their names.
6673
6674         * gnus-art.el (gnus-article-view-part): Doc fix.
6675
6676         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6677         XEmacs-compatible.
6678         (gnus-html-put-image): Don't do images on non-graphic displays.
6679
6680         * nnslashdot.el: Remove this unused backend.
6681
6682         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6683         actions.
6684         (gnus-undo-register-1): Revert last change.
6685
6686         * gnus-group.el (gnus-group-completing-read): Protect against not
6687         having completion-styles bound.
6688
6689         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6690         make broken recipients happier.
6691
6692         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6693
6694         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6695         point parameter.
6696
6697         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6698
6699         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6700         completion-styles for group selection.
6701
6702 2009-02-04  Andreas Schwab  <schwab@suse.de>
6703
6704         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6705         headers and regexp-quote the match if necessary.
6706
6707 2009-03-24  Miles Bader  <miles@gnu.org>
6708
6709         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6710         the blinking smiley.
6711
6712 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6713
6714         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6715         blink smiley.
6716
6717 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6720         where the dribbel file lives exists.
6721
6722         * message.el (message-send-mail-partially-limit): Change the default to
6723         nil, since most people don't want this.
6724
6725         * mm-url.el (mm-url-decode-entities): Also decode entities like
6726         &#x3212.
6727
6728 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6729
6730         * gnus-sum.el (gnus-summary-idna-message):
6731         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6732         Hyperlink urls in docstrings with URL `...'.
6733
6734 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6735
6736         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6737         functions.
6738
6739 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740
6741         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6742         say what the mouseover text should be.
6743
6744         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6745         version of the mm-w3m-safe-url-regexp variable to only download images
6746         in the groups where we want that to happen.
6747
6748         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6749
6750         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6751         easier debugging.
6752         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6753         big pictures in the article buffer.
6754
6755         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6756         gnus-article-html.
6757         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6758         w3m.
6759
6760         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6761
6762 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763
6764         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6765         which doesn't exist.
6766
6767         * message.el (message-inhibit-ecomplete): New variable to allow some
6768         function to inhibit ecomplete address storage.
6769         (message-resend): Disable ecomplete message storage when resending
6770         messages.
6771
6772         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6773
6774 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6777         Save excursion while copying, moving, and deleting articles in order to
6778         prevent the cursor from jumping to unforeseen place.
6779
6780 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * lpath.el: No need to bind bookmark-current-buffer,
6783         bookmark-yank-point and bookmark-make-record-function.
6784
6785 2010-08-17  Glenn Morris  <rgm@gnu.org>
6786
6787         * gnus-sync.el: Require gnus components whose functions are used.
6788
6789         * gnus-art.el (bookmark-make-record-function):
6790         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6791         Declare for compiler.
6792
6793         * mm-url.el (mml-compute-boundary): Autoload.
6794
6795 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6798
6799 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         Typo fix "hoo4a" -> "hook".
6802
6803         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6804
6805 2010-08-14  Glenn Morris  <rgm@gnu.org>
6806
6807         * gnus-sync.el (gnus-sync): Fix defgroup version.
6808
6809 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6810
6811         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6812
6813         * gnus-sync.el: Fix docs.
6814         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6815         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6816
6817 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         Optimizations for gnus-sync.el.
6820
6821         * gnus-sync.el: Add docs about gnus-sync-backend
6822         possibilities.
6823         (gnus-sync-save): Remove unnecessary message.
6824         (gnus-sync-read): Optimize and show what groups were skipped.
6825
6826 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         Minor bug fixes for gnus-sync.el.
6829
6830         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6831         Don't read the sync on get-new-news.
6832
6833         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6834         quiet.
6835
6836         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6837         (fix typo).
6838
6839 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6840
6841         Make saving and restoring of hidden threads work with overlays.
6842         Patch applied by Ted Zlatanov.
6843
6844         * gnus-sum.el (gnus-hidden-threads-configuration)
6845         (gnus-restore-hidden-threads-configuration): Update to deal with text
6846         properties, rather than searching for a magic character.
6847
6848 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         New gnus-sync.el library for synchronization of marks.
6851
6852         * gnus-sync.el: New library for synchronization of marks.
6853
6854         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6855         renamed from `gnus-registry-grep-in-list'.
6856
6857         * gnus-registry.el (gnus-registry-follow-group-p):
6858         Use `gnus-grep-in-list'.
6859
6860         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6861
6862 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6865         determining charset of text fails.
6866
6867 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * nnmail.el (nnmail-get-new-mail-1): Revert.
6870
6871         * nnml.el (nnml-active-number): Make sure names of newly created groups
6872         in nnml-group-alist are encoded.
6873
6874 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6877         containing non-ASCII characters in active file for nnml back end.
6878
6879 2010-07-24  David Engster  <dengste@eml.cc>
6880
6881         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6882         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6883
6884 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6885
6886         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6887         tag (Bug#6654).
6888
6889 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6892         the article buffer, not the summary buffer.
6893
6894 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6897         Emacs 23 as well.
6898
6899 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6902         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6903
6904 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6905
6906         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6907         Patch applied by Karl Fogel.
6908
6909         * gnus-sum.el (gnus-summary-bookmark-make-record):
6910         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6911
6912 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6913
6914         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6915         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6916         C-w still not working correctly from Article buffers; Thierry's
6917         patch to fix that will be applied after this.
6918
6919         * gnus-art.el (bookmark-make-record-function): New local variable.
6920
6921         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6922         article buffer.
6923         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6924
6925 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6926
6927         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6928         on changes in bookmark.el.
6929
6930 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6933         `no-log' instead of message not to log prompt string.
6934
6935 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6936
6937         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6938         the *other* type of HTML form submission.
6939
6940 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6941
6942         * auth-source.el (auth-source-pick): If choice does not contain a
6943         questioned keyword, set the check to t.
6944
6945 2010-06-12  Romain Francoise  <romain@orebokech.com>
6946
6947         * gnus-util.el (gnus-date-get-time): Move up before first use.
6948
6949 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6952         (gnus-article-edit-part): Bind it to make last part that is substituted
6953         or deleted visible.
6954         (gnus-mime-display-single): Buttonize part of which id equals to
6955         gnus-mime-buttonized-part-id.
6956
6957 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6958
6959         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6960         (gnus-dd-mmm): Use gnus-date-get-time.
6961         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6962         simplify logic.
6963         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6964         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6965
6966 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6967
6968         * auth-source.el (top): Autoload `secrets-list-collections',
6969         `secrets-create-item', `secrets-delete-item'.
6970         (auth-sources): Fix tag string.
6971         (auth-get-source, auth-source-retrieve, auth-source-create)
6972         (auth-source-delete): New defuns.
6973         (auth-source-pick): Rewrite in order to avoid 2 passes.
6974         (auth-source-forget-user-or-password): New parameter USERNAME.
6975         (auth-source-user-or-password): New parameters CREATE-MISSING and
6976         DELETE-EXISTING.  Retrieve password interactively, if needed.
6977
6978 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6979
6980         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6981         deleting unused directories when gnus-expert-user is t.
6982
6983 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6986         for each temp file when gnus-article-browse-delete-temp is ask.
6987
6988 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6989
6990         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
6991         Replace Lisp calls to delete-backward-char by calls to delete-char.
6992
6993 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6994
6995         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6996
6997 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6998
6999         * password-cache.el (password-cache-remove): Fix docstring.
7000
7001 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7004         article unless decoding article to be saved.
7005
7006 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7009         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7010         generated within the mm-with-unibyte-current-buffer macro.
7011
7012 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7015         to nil when we're in a mml-preview buffer and no group is selected.
7016
7017 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7018
7019         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7020         when catching the `C-g'.  Reported by "Leo".
7021
7022 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * message.el (message-forward-make-body-plain)
7025         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7026         multibyte-string-p.
7027
7028         * lpath.el: Revert.
7029
7030 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * message.el (message-forward-make-body-mml): Assume original message
7033         is multibyte string; error on unibyte.
7034         (message-forward-make-body-plain): Ditto; don't add excessive newline
7035         in body end.
7036
7037         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7038
7039 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7040
7041         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7042         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7043
7044 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * mm-extern.el (mm-extern-url): Don't use
7047         mm-with-unibyte-current-buffer.
7048         (mm-extern-cache-contents): Use with-current-buffer instead of
7049         save-excursion + set-buffer.
7050
7051 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * mm-util.el (mm-emacs-mule): Remove.
7054
7055 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7056
7057         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7058         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7059         change.
7060
7061 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7064         bind the default value of enable-multibyte-characters to nil.
7065
7066 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-forward-make-body-plain)
7069         (message-forward-make-body-mml):
7070         Don't use mm-with-unibyte-current-buffer.
7071
7072 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7073
7074         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7075
7076 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7077
7078         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7079         (Bug#5592).
7080
7081 2010-05-07  Julien Danjou  <julien@danjou.info>
7082
7083         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7084         it to mm-pipe-part.
7085
7086         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7087         it is given.
7088
7089 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * binhex.el (binhex-decode-region-internal)
7092         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7093         (dns-query)
7094         * nnweb.el (nnweb-gmane-search)
7095         * pgg-parse.el (pgg-parse-armor)
7096         * pgg.el (pgg-verify-region)
7097         * sha1.el (sha1-string-external)
7098         * uudecode.el (uudecode-decode-region-internal)
7099         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7100         XEmacs.
7101
7102         * gnus-art.el (gnus-article-browse-html-parts)
7103         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7104         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7105         make-temp-file.
7106
7107         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7108         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7109         compiling.
7110
7111         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7112         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7113         XEmacs when compiling.
7114
7115         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7116         gnus-pick-mode-off-hook for XEmacs when compiling.
7117         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7118         gnus-binary-mode-off-hook for XEmacs when compiling.
7119
7120         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7121         Return nil if char-charset is not available.
7122
7123         * imap.el (imap-disable-multibyte)
7124         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7125         macros.
7126
7127         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7128         instead of encode-coding-string.
7129
7130         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7131         'xemacs) instead of mm-emacs-mule to switch function definitions.
7132         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7133
7134         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7135         bind temporary-file-directory for XEmacs;
7136         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7137         timer-set-function for XEmacs 21.4 and SXEmacs;
7138         bind timer-list for XEmacs 21.4 and SXEmacs;
7139         fbind char-charset and find-charset-region for non-Mule XEmacs;
7140         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7141         encode-coding-region and encode-coding-string for XEmacs having no
7142         file-coding feature.
7143
7144 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7145
7146         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7147
7148 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7151         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7152
7153 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7154
7155         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7156         alias `jka-compr-delete-temp-file' no longer exists.
7157
7158 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7159
7160         Use define-minor-mode in Gnus where applicable.
7161         * mml.el (mml-mode): Use define-minor-mode.
7162         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7163         (gnus-undo-mode): Use define-minor-mode.
7164         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7165         (gnus-dead-summary-mode): Use define-minor-mode.
7166         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7167         Initialize in declaration.
7168         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7169         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7170         (gnus-mailing-list-mode): Use define-minor-mode.
7171         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7172         (gnus-draft-mode): Use define-minor-mode.
7173         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7174         (gnus-dired-mode): Use define-minor-mode.
7175
7176 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7177
7178         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7179         handles on recursive mml-to-mime translation and check them for
7180         boundary delimiter collisions.  Reported by Greg Troxel.
7181
7182 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7185
7186 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         * mm-util.el (mm-find-buffer-file-coding-system):
7189         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7190
7191 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7192
7193         * message.el (message-generate-headers): Record insertion of optional
7194         headers as well.  Otherwise the check to prevent repeated insertion of
7195         optional headers is a no-op.
7196
7197 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7198
7199         * smime.el: Don't mention CVS.
7200
7201         * nnrss.el (nnrss-fetch): Don't mention CVS.
7202
7203         * nnir.el: Don't mention CVS.
7204
7205 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7206
7207         * gnus-sum.el (gnus-summary-bookmark-make-record):
7208         Add `location' field.
7209
7210 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * lpath.el: Fbind bookmark-default-handler,
7213         bookmark-get-bookmark-record, bookmark-make-record-default,
7214         bookmark-prop-get for Emacs <23 and XEmacs.
7215
7216 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7217
7218         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7219         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7220         Use with-current-buffer to silence the byte-compiler.
7221         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7222         bother to require `gnus'.
7223         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7224
7225 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7226
7227         * gnus-sum.el (gnus-summary-bookmark-make-record)
7228         (gnus-summary-bookmark-jump): New functions.
7229         (gnus-summary-mode): Setup bookmark support.
7230
7231 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7232
7233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7234         if set.
7235
7236 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7239         gnus-article-browse-html-save-cid-image; make it work recursively for
7240         forwarded messages as well.
7241         (gnus-article-browse-html-parts): Work when prefix arg is given.
7242         (gnus-article-browse-html-article): Doc fix.
7243
7244 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7245
7246         * message.el (message-default-mail-headers):
7247         (message-default-headers): Carry the value mail-default-headers over
7248         into message-default-mail-headers, rather than message-default-headers.
7249
7250 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7251
7252         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7253         charset.
7254
7255         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7256         charset into the <meta> tag when the article is encoded to utf-8.
7257
7258 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-article-browse-delete-temp-files):
7261         Delete directories as well.
7262         (gnus-article-browse-html-parts): Work for images that do not specify
7263         file names; delete temp directory when quitting; insert header at the
7264         right place; use file: scheme for image files.
7265
7266 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7267
7268         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7269         (gnus-article-browse-html-parts): Use it to make temporary cid image
7270         files in addition to html file so that browser may display them.
7271
7272 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7275
7276 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7279
7280 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7281
7282         * auth-source.el (auth-sources): Change default to be simpler.
7283         Explain about Secret Service API sources.  Improve Customize options.
7284         (auth-source-pick): Change to accept any number of search parameters.
7285         Implement fallbacks iteratively, not recursively.  Add scoring on the
7286         second pass and sort by score.  Call Secret Service API when needed.
7287         (auth-source-user-or-password): Use it.  Call Secret Service API
7288         directly when needed to get the user name and the password.
7289
7290 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7291
7292         * message.el (message-interactive): Doc fix.
7293         (message-qmail-inject-args): Reflow.
7294         (message-kill-to-signature): Fix typo in docstring.
7295
7296         * smiley.el (smiley-buffer): Fix typo in docstring.
7297
7298 2010-03-24  Glenn Morris  <rgm@gnu.org>
7299
7300         * mail-source.el (gnus-message): Declare.
7301         (mail-source-delete-old-incoming): Require gnus-util.
7302
7303 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7306
7307         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7308
7309         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7310         password-cache's default if it is not bound.
7311         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7312         password-cache-expiry's default if it is not bound.
7313
7314         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7315         available in Emacs 21.
7316
7317         * lpath.el: Suppress compiler warnings for:
7318         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7319         XEmacs;
7320         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7321         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7322         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7323
7324 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7325
7326         * auth-source.el (auth-sources): Fix up definition so extra parameters
7327         are always inline.
7328
7329 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7330
7331         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7332         wasn't updated after mismatch.  Clear cached mailbox info correctly
7333         when uidvalidity changes.
7334         (nnimap-group-prefixed-name): New function to avoid some code
7335         duplication.
7336         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7337         (nnimap-request-group): Use it.
7338         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7339         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7340         with many imap folders.  This is done by caching the group status from
7341         the imap server persistently in a group parameter `imap-status'.  (This
7342         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7343         but not persistently, so every Gnus startup was still very slow.)
7344
7345 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7348         delete the extra newline.  Otherwise editing of :string and :number
7349         types don't work.
7350
7351 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7354         secrets.el dependency.
7355         (auth-sources): Add optional user name.  Add secrets.el configuration
7356         choice (unused right now).
7357
7358 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7359
7360         * gnus-sum.el (gnus-summary-make-menu-bar):
7361         Let `gnus-registry-install-shortcuts' fill in the functions.
7362
7363         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7364         warnings.
7365         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7366         (gnus-registry-install-shortcuts): Populate and use it in a
7367         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7368
7369 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7370
7371         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7372         In-place substitutions for the group name encoding/decoding.
7373         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7374         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7375         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7376         (nnimap-update-unseen, nnimap-request-list)
7377         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7378         (nnimap-request-set-mark, nnimap-split-to-groups)
7379         (nnimap-split-articles, nnimap-request-newgroups)
7380         (nnimap-request-create-group, nnimap-request-accept-article)
7381         (nnimap-request-delete-group, nnimap-request-rename-group)
7382         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7383         `encoded-mbx' for consistency.
7384         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7385         variable `imap-current-mailbox'.
7386
7387         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7388         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7389
7390 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7391
7392         * pop3.el (pop3-display-message-size-flag): Display message size byte
7393         counts during POP3 download.
7394         (pop3-movemail): Use it.
7395         (pop3-list): Implement listing of available messages.
7396
7397 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7398
7399         * nnir.el (nnir-get-article-nov-override-function): New function to
7400         override the normal NOV retrieval.
7401         (nnir-retrieve-headers): Use it.
7402
7403 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7404
7405         * auth-source.el (netrc-machine-user-or-password): Autoload.
7406
7407 2010-03-19  Glenn Morris  <rgm@gnu.org>
7408
7409         Stop message.el from loading about 40 libraries it doesn't always need.
7410         The general approach is to autoload rather than require, and to
7411         require in the specific functions rather than the file.  (Bug#5642)
7412
7413         * gmm-utils.el: Don't require wid-edit.
7414         (widget-create-child-value, widget-convert, widget-default-get):
7415         Autoload.
7416
7417         * gnus-util.el: Don't require time-date, netrc.
7418         (message-fetch-field, gnus-group-name-decode): Declare rather than
7419         autoloading.
7420         (gnus-fetch-field): Require message.
7421         (gnus-decode-newsgroups): Require gnus-group.
7422
7423         * ietf-drums.el: Don't require time-date.
7424
7425         * message.el: Don't require hashcash, canlock, ecomplete.
7426         Do require mail-utils.  Require nnheader only when compiling.
7427         (smtpmail-default-smtp-server): Remove declaration.
7428         (message-send-mail-function): Check smtpmail-default-smtp-server
7429         is bound rather than requiring smtpmail.
7430         (message-auto-save-directory, message-insert-signature):
7431         Use expand-file-name rather than nnheader-concat.
7432         (nnheader-insert-file-contents): Autoload.
7433         (hashcash-wait-async): Declare.
7434         (message-send-mail): Only call gnus-setup-posting-charset if
7435         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7436         (message-send-mail-with-sendmail): Require sendmail.
7437         (canlock-password, canlock-password-for-verify): Declare.
7438         (message-canlock-password): Require canlock.
7439         (nnheader-get-report): Autoload.
7440         (gnus-setup-posting-charset): Declare.
7441         (message-send-news): Require gnus-msg.
7442         (message-make-references, message-make-in-reply-to): Use mail-header-id
7443         rather than the alias mail-header-message-id.
7444         (ecomplete-add-item, ecomplete-save): Declare.
7445         (message-put-addresses-in-ecomplete): Require ecomplete.
7446         (ecomplete-display-matches): Autoload.
7447
7448         * mm-decode.el: Don't require mailcap, gnus-util.
7449         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7450         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7451         Autoload.
7452         (mailcap-mime-extensions): Declare.
7453
7454         * mm-encode.el: Don't require mailcap.
7455         (mailcap-extension-to-mime): Autoload.
7456
7457         * mml-sec.el: Don't require password-cache.
7458
7459         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7460         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7461         (mml-minibuffer-read-type): Require mailcap.
7462         (mml-preview): Require gnus-msg.
7463
7464         * mml1991.el: Require password-cache.
7465         (password-cache-expiry): Remove declaration.
7466
7467         * mml2015.el: Require password-cache.
7468         (password-cache-expiry): Remove declaration.
7469
7470         * nneething.el (mailcap): Require mailcap.
7471
7472         * nnheader.el (declare-function): Add compatibility stub.
7473         (message-remove-header): Declare rather than autoload.
7474         (nnheader-replace-header): Require message.
7475
7476         * nnimap.el (declare-function): Add compatibility stub.
7477         (netrc-parse, netrc-machine-user-or-password): Declare.
7478         (nnimap-open-connection): Require netrc.
7479
7480         * nntp.el (declare-function): Add compatibility stub.
7481         (netrc-parse, netrc-machine, netrc-get): Declare.
7482         (nntp-send-authinfo): Require netrc.
7483
7484         * rfc2047.el: Don't require qp.
7485         (quoted-printable-encode-region, quoted-printable-decode-string):
7486         Autoload.
7487
7488         * sieve-mode.el: Don't require easymenu.
7489         (easy-menu-add-item): Autoload it.
7490
7491         * spam-stat.el (time-to-number-of-days): Autoload it.
7492
7493 2010-03-19  Glenn Morris  <rgm@gnu.org>
7494
7495         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7496
7497 2010-03-18  Glenn Morris  <rgm@gnu.org>
7498
7499         * hashcash.el (declare-function): Remove duplicate definition.
7500
7501 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7502
7503         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7504         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7505         value if any backslash escapes).
7506
7507 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7510         if it is available.  (bug#5647)
7511
7512         * lpath.el: Suppress compiler warning for coding-system-from-name for
7513         Emacs 21 and XEmacs.
7514
7515 2010-03-14  Juri Linkov  <juri@jurta.org>
7516
7517         * hmac-def.el:
7518         * hmac-md5.el:
7519         * netrc.el: Fix keywords.
7520
7521 2010-02-26  Glenn Morris  <rgm@gnu.org>
7522
7523         * message.el (message-send-mail-function): Change the default, so that
7524         it inherits from a customized send-mail-function.  (Bug#5643)
7525
7526 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7527
7528         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7529         shell-command-to-string signals an error (bug#5299).
7530
7531 2010-02-24  Glenn Morris  <rgm@gnu.org>
7532
7533         * message.el (message-smtpmail-send-it)
7534         (message-send-mail-with-mailclient): Doc fixes.
7535
7536 2010-02-16  Glenn Morris  <rgm@gnu.org>
7537
7538         * message.el (message-default-mail-headers): Change the default value
7539         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7540
7541 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7544         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7545
7546 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7547
7548         * time-date.el (date-to-time): Doc fix (Bug#5408).
7549
7550 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7551
7552         * message.el (message-mail): Just pass yank-action on to message-setup.
7553         (message-setup): Handle (FUN . ARGS) form of yank-action.
7554         (message-with-reply-buffer, message-widen-reply)
7555         (message-yank-original): Handle non-buffer values of
7556         message-reply-buffer (Bug#4080).
7557         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7558
7559 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7560
7561         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7562         Fix typo in docstring.
7563
7564 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7565
7566         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7567         response.
7568
7569 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7572
7573         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7574
7575         * message.el (message-check-news-header-syntax): Protect against a
7576         string that `rfc822-addresses' returns when parsing fails.
7577
7578 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7581         (gnus-previous-char-property-change): New functions.
7582
7583         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7584
7585 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7586
7587         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7588         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7589
7590 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7591
7592         * message.el (message-exchange-point-and-mark): Rework last change to
7593         avoid using optional arg of exchange-point-and-mark, for backward
7594         compatibility.
7595
7596 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7597
7598         * message.el (message-exchange-point-and-mark):
7599         Call exchange-point-and-mark with an argument rather than setting
7600         mark-active by hand (Bug#5175).
7601
7602 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * nntp.el (nntp-service-to-port): Work for service expressed with
7605         numeric string; replace [:digit:] with [0-9] for XEmacs.
7606
7607 2009-12-17  Glenn Morris  <rgm@gnu.org>
7608
7609         * gnus-group.el (gnus-bug-group-download-format-alist):
7610         Change emacs entry to debbugs.gnu.org.  Bump :version.
7611
7612 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7615
7616 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * message.el (message-info): Explain why we use `Info-goto-node'.
7619
7620 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7623
7624 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7625
7626         * message.el (message-completion-in-region): New compatibility function.
7627         (message-expand-group): Use it.
7628
7629 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7632         with no unread article should be listed if the 2nd arg `predicate' is
7633         given.
7634
7635 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7638
7639 2009-11-29  Juri Linkov  <juri@jurta.org>
7640
7641         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7642         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7643         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7644
7645 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7646
7647         * sha1.el (sha1-string-external): default-directory "/" in case
7648         otherwise non-existent.  process-connection-type pipe for touch of
7649         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7650
7651 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7652
7653         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7654         it's comms related and sgml-mode.el has "comm" on that basis too.
7655
7656 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7659         containing tspecial characters if they have been already quoted.
7660
7661 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7662
7663         * dns-mode.el (auto-mode-alist): Purecopy string.
7664
7665 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7666
7667         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7668
7669 2009-10-24  Glenn Morris  <rgm@gnu.org>
7670
7671         * gnus-art.el (help-xref-stack-item): Define for compiler.
7672
7673 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7674
7675         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7676
7677 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7680
7681 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7684         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7685
7686 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7689         (gnus-overlays-in): New alias to overlays-in.
7690
7691         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7692         gnus-overlay-get, and gnus-delete-overlay.
7693         (gnus-summary-show-thread): Make it work as well for systems in which
7694         next-single-char-property-change is not available.
7695         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7696
7697         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7698         (gnus-overlay-get): New alias to extent-property.
7699         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7700
7701         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7702         SXEmacs.
7703
7704         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7705         SXEmacs.
7706
7707 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7710
7711 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7712
7713         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7714         and XEmacs that don't have `remove-overlays'.
7715
7716 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7719         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7720         selective display.  Use overlays instead.
7721
7722 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7723
7724         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7725
7726 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7727
7728         * spam-stat.el (spam-stat-load): Fix typo in message.
7729
7730 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7731
7732         * dig.el (dig-invoke): Fix typo in docstring.
7733         (query-dig): Reflow docstring.
7734
7735 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7736
7737         * gnus-art.el (gnus-article-encrypt-body):
7738         * message.el (message-check-recipients):
7739         * mm-util.el (mm-codepage-setup):
7740         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7741         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7742
7743 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7744
7745         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7746         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7747         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7748         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7749         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7750
7751 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7752
7753         * dig.el: Add "Keywords: comm", as per net-utils.el.
7754
7755 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7756
7757         * dig.el (dig-mode): Use define-derived-mode.
7758
7759 2009-09-19  Glenn Morris  <rgm@gnu.org>
7760
7761         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7762
7763 2009-09-18  Glenn Morris  <rgm@gnu.org>
7764
7765         * gnus-diary.el (gnus-diary-check-message):
7766         * message.el (message-insert-formatted-citation-line):
7767         * nnbabyl.el (top-level):
7768         * nndiary.el (nndiary-schedule):
7769         Fix typos in condition-case handlers.
7770
7771 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7774         configuration that provides the sole article window in a frame;
7775         position point correctly after deleting a part.
7776
7777 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7778
7779         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7780         (spam-resolve-registrations-routine): Use it to unregister articles
7781         that change status.
7782
7783 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7786         with XEmacs.
7787         (parse-time-string-chars): Use it.
7788
7789 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * imap.el (imap-interactive-login): Better messages.
7792         (imap-open): Fix bug with renamed buffer on reconnect.
7793         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7794         for easier debugging and cleaner code.  On successful (guessed based on
7795         server capabilities) secondary authentication, set imap-state
7796         correctly.
7797         (imap-last-authenticator): Define imap-last-authenticator as a variable
7798         to avoid warnings.
7799
7800 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * nnrss.el (nnrss-request-article): Remove binding of
7803         default-enable-multibyte-characters that has gotten needless by
7804         the 2007-07-13 change in rfc2047-encode-message-header.
7805
7806         * mml.el (mml-insert-multipart): Error on the message header.
7807         (mml-insert-part): Error on the message header; position point at
7808         the end of a MIME tag.
7809
7810 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * time-date.el (autoload): Expand define-obsolete-function-alias into
7813         defalias and make-obsolete for old Emacsen that Gnus supports.
7814         (with-no-warnings): Define it for old Emacsen.
7815         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7816         is available.
7817         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7818         float-time is available; suppress compile warning for time-to-seconds.
7819
7820         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7821         (gnus-float-time): Alias to float-time if it exists.
7822
7823         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7824         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7825         float-time is available; suppress compile warning for time-to-seconds.
7826
7827         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7828         XEmacs.
7829
7830 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * imap.el (imap-message-map): Docstring fix.
7833
7834 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7837         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7838         Add the optional argument `encoding' that overrides the default.
7839
7840         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7841         mm-encode-buffer.
7842
7843 2009-09-04  Glenn Morris  <rgm@gnu.org>
7844
7845         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7846         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7847         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7848         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7849         * mm-util.el (mm-with-unibyte-current-buffer)
7850         (mm-find-buffer-file-coding-system):
7851         * yenc.el (yenc-decode-region): Use default-value rather than
7852         default-enable-multibyte-characters.
7853
7854 2009-09-03  Glenn Morris  <rgm@gnu.org>
7855
7856         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7857         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7858         than default-enable-multibyte-characters.
7859
7860 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7861
7862         * gnus-art.el (gnus-article-read-summary-keys):
7863         Fix gnus-buffer-configuration's value temporarily used.
7864
7865 2009-09-02  Glenn Morris  <rgm@gnu.org>
7866
7867         * gnus-util.el (gnus-float-time): New function.
7868         * gnus-delay.el (gnus-delay-article):
7869         * gnus-sum.el (gnus-thread-latest-date):
7870         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7871         * nnspool.el (nnspool-request-newgroups):
7872         Use gnus-float-time rather than time-to-seconds.
7873         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7874
7875         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7876         (gnus-header-subject-face, gnus-header-newsgroups-face)
7877         (gnus-header-name-face, gnus-header-content-face):
7878         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7879         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7880         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7881         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7882         (gnus-cite-face-11):
7883         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7884         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7885         (gnus-server-closed-face, gnus-server-denied-face)
7886         (gnus-server-offline-face):
7887         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7888         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7889         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7890         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7891         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7892         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7893         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7894         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7895         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7896         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7897         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7898         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7899         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7900         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7901         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7902         (gnus-summary-high-undownloaded-face)
7903         (gnus-summary-low-undownloaded-face)
7904         (gnus-summary-normal-undownloaded-face)
7905         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7906         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7907         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7908         (gnus-splash-face):
7909         * message.el (message-header-to-face, message-header-cc-face)
7910         (message-header-subject-face, message-header-newsgroups-face)
7911         (message-header-other-face, message-header-name-face)
7912         (message-header-xheader-face, message-separator-face)
7913         (message-cited-text-face, message-mml-face):
7914         * sieve-mode.el (sieve-control-commands-face)
7915         (sieve-action-commands-face, sieve-test-commands-face)
7916         (sieve-tagged-arguments-face):
7917         * spam.el (spam-face):
7918         Mark face aliases with "-face" in the name as obsolete.
7919
7920 2009-09-01  Glenn Morris  <rgm@gnu.org>
7921
7922         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7923         than goto-line.
7924
7925 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7928         Don't move point if the command is invoked inside the message header.
7929
7930 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7931
7932         * imap.el (imap-send-command): Simplify.
7933         (imap-wait-for-tag): point-max -> buffer-size.
7934
7935 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7936
7937         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7938         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7939         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7940         * nnir.el (nnir-swish-e-index-file):
7941         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7942         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7943         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7944         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7945         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7946         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7947
7948 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7951         Don't save excursion.
7952
7953 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7954
7955         * nnheader.el (nnheader-find-file-noselect):
7956         * mm-util.el (mm-insert-file-contents):
7957         Use (default-value 'major-mode) instead of default-major-mode.
7958
7959 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7960
7961         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7962
7963 2009-08-26  Glenn Morris  <rgm@gnu.org>
7964
7965         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7966         than placing in files.el.
7967
7968 2009-08-25  Glenn Morris  <rgm@gnu.org>
7969
7970         * nnir.el (top-level): Don't require cl at run-time.
7971         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7972         Replace cl-function substitute with gnus-replace-in-string.
7973         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7974         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7975         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7976         simplified expansions.
7977
7978 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7979
7980         * dig.el (dig): Add autoload cookie.
7981
7982 2009-08-22  Glenn Morris  <rgm@gnu.org>
7983
7984         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7985         goto-line.
7986
7987 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7988
7989         * parse-time.el (parse-time-string-chars): Save match data.
7990
7991 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7992
7993         * parse-time.el (parse-time-string-chars): Compute using character
7994         classes, to handle non-ascii characters (Bug#3190).
7995
7996 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7999
8000         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8001         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8002         (gnus-mm-display-part, gnus-mime-display-single)
8003         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8004         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8005
8006         * gnus-sum.el
8007         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8008         (gnus-summary-move-article): Add expirable mark to articles copied or
8009         moved to group that has auto-expire turned on if the option is non-nil.
8010
8011 2009-07-24  Glenn Morris  <rgm@gnu.org>
8012
8013         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8014         Fix typo.  (Bug#3903)
8015
8016 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8019         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8020         that should not be used for draft articles.
8021         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8022         that has no concern in minor mode keys.
8023         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8024         Abolish.
8025
8026 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8029         article without making inquiry to a user for unknown encoding.
8030
8031         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8032         (nnmaildir--scan): Assume i-node and device number that file-attributes
8033         returns might be cons-cell.
8034
8035         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8036
8037         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8038
8039 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * auth-source.el: Remove docs now in auth.texi.  Don't use
8042         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8043         `auth-source-hide-passwords' and use them.
8044
8045 2009-07-15  Glenn Morris  <rgm@gnu.org>
8046
8047         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8048
8049 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8052         excessive whitespace from the default values of title and description.
8053
8054 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8057         mail-fetch-field to fetch Content-Description header in order to
8058         exclude newlines.
8059
8060 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8061
8062         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8063         format used by GnuPG 2.0.11.
8064
8065 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8068         to deleted part.
8069
8070 2009-05-30  David Engster  <dengste@eml.cc>
8071
8072         * nnmairix.el: Remove old documentation in the commentary block.
8073         (nnmairix-request-group): Do not update active file for nnml back ends.
8074         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8075         end so that overview files are ignored.
8076         (nnmairix-update-groups): Make updating the groups more robust by using
8077         marks.
8078         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8079         with dollar characters in message-id.
8080
8081 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8084         2008-12-25 in dns.el.
8085
8086 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8089         could happen if the text is only composed of spaces and/or tabs.
8090
8091 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8092
8093         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8094         when sending a queued message to avoid extra mml tags.
8095
8096 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8099
8100 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8103         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8104         rmail-toggle-header for XEmacs;
8105         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8106
8107 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-dired.el: Remove autoload for gnus-setup-message.
8110         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8111         displaying Gnus logo; always use compose-mail.
8112
8113 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8116
8117 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8120         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8121         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8122         available.
8123         (gnus-nocem-epg-verify): New function.
8124
8125 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8128
8129 2009-02-15  Glenn Morris  <rgm@gnu.org>
8130
8131         * gnus-util.el (rmail-insert-rmail-file-header)
8132         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8133         autoloads.
8134         (rmail-default-rmail-file): Remove unnecessary declaration.
8135         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8136
8137 2009-02-14  Glenn Morris  <rgm@gnu.org>
8138
8139         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8140         variable (only used in gnus-util, which declares it anyway).
8141         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8142         which was only needed by gnus-art (changed to not use it any more).
8143         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8144         only used in gnus-util, which autoloads it itself.
8145         (rmail-update-summary): Fix autoload.
8146
8147         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8148         rather than rmail-output-to-rmail-file.
8149
8150 2009-02-07  Glenn Morris  <rgm@gnu.org>
8151
8152         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8153         autoload of function that no longer exists.
8154         (rmail-toggle-header): Declare.
8155         (message-forward-rmail-make-body): Handle mbox Rmail.
8156
8157 2009-01-31  Glenn Morris  <rgm@gnu.org>
8158
8159         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8160         2009-01-09 change.
8161
8162 2009-01-31  Dave Love  <fx@gnu.org>
8163
8164         * imap.el (imap-fetch-safe): Bind debug-on-error.
8165         (imap-debug): Add imap-fetch-safe.
8166
8167 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8168
8169         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8170         (auth-source-forget-all-cached): New convenience function.
8171         (auth-source-user-or-password): Accept list of modes or a single mode.
8172
8173         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8174         auth-source modes.
8175
8176         * netrc.el (netrc-machine-user-or-password): Use list of
8177         auth-source modes.
8178
8179         * nnimap.el (nnimap-open-connection): Use list of
8180         auth-source modes.
8181
8182         * nntp.el (nntp-send-authinfo): Use list of
8183         auth-source modes.
8184
8185 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8188         now.
8189
8190 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8193         coding system in XEmacs; add a workaround for XEmacs.
8194
8195         * lpath.el: Fbind coding-system-aliasee.
8196
8197 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8200         of current-language-environment.
8201
8202 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8205         available at runtime.
8206
8207 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8210
8211 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8212
8213         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8214         the greatest positive fixnum value doesn't work under an XEmacs with
8215         bignum support; use the most-positive-fixnum constant instead,
8216         available since Emacs 21.1 with cl and XEmacs 21.1.
8217
8218 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8221         XEmacs gets not to work.
8222
8223 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * mm-util.el (mm-coding-system-priorities): Allow the value like
8226         "Japanese (UTF-8)" of current-language-environment.
8227
8228 2009-01-09  Glenn Morris  <rgm@gnu.org>
8229
8230         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8231         with last-command-event.
8232
8233 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8234
8235         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8236         in the doc string.
8237
8238         * message.el (message-fix-before-sending): Amend comment.
8239
8240 2009-01-08  Dave Love  <fx@gnu.org>
8241
8242         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8243
8244 2009-01-07  David Engster  <dengste@eml.cc>
8245
8246         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8247         simplified server definitions by converting it via
8248         gnus-server-to-method.
8249
8250 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8253         parameter's operands.
8254
8255 2009-01-06  David Engster  <dengste@eml.cc>
8256
8257         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8258         primary select method (for gnus-group-mark-article-as-read).
8259
8260 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8261
8262         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8263         `(gnus)Face', not `(gnus)X-Face'.
8264
8265 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mm-util.el (mm-ucs-to-char): New function.
8268
8269         * mm-url.el (mm-url-decode-entities): Use it.
8270
8271         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8272         unicode-to-char.
8273
8274 2009-01-05  Dave Love  <fx@gnu.org>
8275
8276         * time-date.el: Require cl for `declare'.
8277
8278 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8281         Dave Love.
8282
8283 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * message.el (message-fix-before-sending): Add `eight-bit' to
8286         illegible-text check.
8287
8288 2009-01-03  Michael Olson  <mwolson@gnu.org>
8289
8290         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8291         `headers' is nil.  This can occur if the IMAP server does not have
8292         permissions to read messages from a folder, but can write new messages
8293         to the folder.
8294         (nnimap-request-article-part): Do not insert `data' if it is nil.
8295
8296         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8297         characters which will confuse `read', so skip past them.
8298
8299 2009-01-01  Dave Love  <fx@gnu.org>
8300
8301         * imap.el (imap-string-to-integer): Fix typo.
8302         (imap-fetch-safe): New function.
8303         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8304
8305         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8306
8307         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8308         (imap-parse-greeting): Fix doc strings.
8309         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8310         (imap-parse-flag-list): Make messages unique.
8311         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8312
8313         * nnimap.el: Fix author email.
8314         (nnimap-split-rule): Add FIXME comment.
8315         (nnimap-debug): Fix doc string.
8316
8317 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8320
8321 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8324         nslookup if resolv.conf isn't available.
8325         (dns-query): Rename from query-dns.
8326         (dns-query-cached): Rename from query-dns-cached.
8327
8328 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8331         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8332         to check if those variables exist (first appeared in Emacs 18.50).
8333
8334 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * mm-util.el (mm-line-number-at-pos): New function.
8337
8338         * spam-report.el (spam-report-process-queue): Use it.
8339
8340 2008-12-24  David Engster  <dengste@eml.cc>
8341
8342         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8343         parameters that haven't existed as variables as buffer-local variables.
8344
8345 2008-12-23  Dave Love  <fx@gnu.org>
8346
8347         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8348         cadar.
8349
8350         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8351         imap-starttls-p.
8352         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8353
8354 2008-12-22  Dave Love  <fx@gnu.org>
8355
8356         * imap.el: Fix author email.  Doc fixes.
8357         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8358         reply.
8359
8360 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * spam-report.el (spam-report-gmane-max-requests): New constant.
8363         (spam-report-gmane-wait): New variable.
8364         (spam-report-gmane-ham, spam-report-gmane-spam)
8365         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8366         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8367         the server.
8368
8369         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8370         Add explanations.
8371
8372         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8373         nnheader-accept-process-output and nnheader-read-timeout if available.
8374         (pop3-movemail): Use it.
8375
8376         * message.el (message-check-news-body-syntax): Fix signature check if
8377         there's an attachment.
8378
8379 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * mm-util.el: Add comments to the mm- emulating functions.
8382
8383 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8386         Reported by Stephen Berman <stephen.berman@gmx.net>.
8387
8388 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * mm-util.el (mm-substring-no-properties): New function.
8391         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8392         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8393         (mm-string-to-multibyte): Doc fix.
8394
8395         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8396
8397 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * mml.el (mml-attach-file): Strip text properties from file name.
8400         (Bug#1574)
8401
8402 2008-12-16  Glenn Morris  <rgm@gnu.org>
8403
8404         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8405
8406 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8409         knows since the charset specified might be a bogus alias that
8410         mm-charset-synonym-alist provides.
8411
8412 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8415         "ISO_8859-1".
8416
8417         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8418
8419 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * mm-util.el (mm-charset-eval-alist):
8422         Define it before mm-charset-to-coding-system.
8423         (mm-charset-to-coding-system): Add optional argument `silent';
8424         define it before mm-charset-override-alist.
8425         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8426         default value if it can be used in Emacs currently running;
8427         silence mm-charset-to-coding-system.
8428
8429 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8432         `allow-override' which says whether to use `mm-charset-override-alist'.
8433         (rfc2047-decode-encoded-words): Use it.
8434
8435         * mm-util.el (mm-charset-override-alist): Fix custom type;
8436         add `(gb2312 . gbk)' to choices.
8437
8438 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8441         fast.
8442
8443         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8444
8445         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8446
8447 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8448
8449         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8450         on links.
8451
8452         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8453
8454 2008-12-03  Lute Kamstra  <lute@gnu.org>
8455
8456         * sha1.el: Remove leading * from docstrings of defcustoms,
8457         deffaces, defconsts and defuns.
8458
8459 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8462         users' addresses that don't have domain parts.
8463         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8464         rather than message-narrow-to-head since there will be the message
8465         header separator.
8466
8467 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8468
8469         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8470         since the result is inserted in a unibyte buffer anyway.
8471         (nnimap-demule-use-string-to-multibyte): Remove.
8472         (nnimap-demule): Alias it to mm-string-to-multibyte.
8473
8474 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8477         variable for debugging bug#464 and bug#1174.
8478         (nnimap-demule): Use it.
8479
8480 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8483         score calculation correctly.
8484
8485 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8486
8487         * message.el (message-send-mail): Just set the buffer to unibyte
8488         rather than use mm-with-unibyte-current-buffer which does a lot more.
8489         (message-send-mail-partially): Don't bother with
8490         mm-with-unibyte-current-buffer since it's already been made unibyte by
8491         message-send-mail.
8492
8493 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8494
8495         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8496
8497 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8498
8499         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8500
8501 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8504         require itself and to remove `with-no-warnings'.
8505
8506 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8507
8508         * starttls.el (starttls-any-program-available): Get the name of the
8509         available TLS layer program.
8510         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8511         well as the host name in the "opening" message.
8512
8513         * auth-source.el (auth-source-cache, auth-source-do-cache)
8514         (auth-source-user-or-password): Cache passwords and logins by default,
8515         allow override with `auth-source-do-cache'.
8516         (auth-source-forget-user-or-password): Allow users to remove cache
8517         entries if needed.
8518
8519 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8520
8521         * md4.el (md4-buffer): Fix typo in docstring.
8522         (md4, md4-64): Doc fixes.
8523         (md4-pack-int32): Reflow docstring.
8524
8525 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8526
8527         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8528         condition-case to only the forward-sexp call.
8529
8530 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8531
8532         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8533         quotes contained.  Make it more robust regardless by an extra
8534         condition-case wrapper.
8535
8536 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8539
8540 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * nnml.el (nnml-request-expire-articles): Check if the function set to
8543         `nnmail-expiry-target' returns the symbol `delete'.
8544
8545         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8546
8547         * nnmail.el (nnmail-expiry-target): Fix custom type.
8548
8549 2008-10-02  Glenn Morris  <rgm@gnu.org>
8550
8551         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8552         Silence compiler warning.
8553
8554 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8555
8556         * tls.el (open-tls-stream): Show the actual command being
8557         executed, instead of the format string.
8558
8559 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * lpath.el: Fbind codepage-setup for Emacs 23.
8562
8563 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8564
8565         * mml.el (mml-menu): Don't assume mml2015 is bound.
8566
8567 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8570         exists.
8571
8572 2008-09-27  Glenn Morris  <rgm@gnu.org>
8573
8574         * gnus-util.el (mail-header-remove-comments): Autoload it.
8575
8576 2008-09-27  Andreas Schwab  <schwab@suse.de>
8577
8578         * gnus-util.el (gnus-split-references): Strip comments.
8579         (gnus-parent-id): Likewise.
8580
8581 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8582
8583         * message.el (message-confirm-send): Fix version.
8584
8585 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * message.el (message-idna-to-ascii-rhs-1): Use
8588         mail-extract-address-components rather than mail-header-parse-addresses
8589         that is an alias by default to ietf-drums-parse-addresses that does not
8590         support non-ASCII names in headers' contents.
8591
8592 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * message.el (message-confirm-send): Fix variable documentation to
8595         avoid the "y/n" wording.
8596
8597 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8598
8599         * message.el (message-set-auto-save-file-name): Save to a different
8600         filename so multiple messages (especially drafts) can be recovered.
8601
8602 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8603
8604         * message.el (message-confirm-send): Add appropriate version.
8605
8606 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8607
8608         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8609         defvar.
8610
8611 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8612
8613         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8614         (mm-pkcs7-enveloped-magic): Ditto.
8615
8616 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8617
8618         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8619         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8620
8621 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8624         default, it's better.
8625
8626 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8629         summary line gnus-number property and ignore them (with a warning
8630         message).
8631
8632 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8635         macro caddr in the interactive form since it won't be expanded.
8636
8637 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8640         `charset'; fix name of function called recursively.
8641         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8642
8643 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8646         (gnus-mime-set-charset-parameters): New function.
8647         (gnus-mime-view-part-as-charset): Use it to correctly display part
8648         specifying wrong charset.
8649
8650 2008-09-08  David Engster  <dengste@eml.cc>
8651
8652         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8653         in completing-read for back end server.
8654
8655 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * message.el (message-confirm-send): New variable to confirm sending a
8658         message.
8659         (message-send): Use it.
8660
8661 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8662
8663         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8664
8665 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8668
8669 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8672         prevent tracking too many groups.
8673         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8674         Use it.
8675
8676 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8677
8678         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8679         moving point to the bottom of the window in order to avoid recentering.
8680
8681 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8684
8685         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8686         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8687         (gnus-article-beginning-of-window): Fix calculation.
8688
8689 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-msg.el (gnus-summary-supersede-article)
8692         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8693         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8694         message header.
8695
8696 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8697
8698         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8699         pending output coming after the status change.
8700
8701 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8702
8703         * message.el:
8704         * gnus-start.el:
8705         * gnus-registry.el: Remove VMS support.
8706
8707 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8710         macro.
8711         (rfc2104-hash): Use it.
8712
8713 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8716         (gnus-summary-sort-by-most-recent-date): New commands.
8717         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8718         and menu entries.
8719
8720 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8723         don't redisplay article for raw contents; remove plural articles stuff.
8724
8725         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8726         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8727         on gnus-summary-save-article; display results properly.
8728
8729 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * lpath.el: No need to fbind ns-focus-frame.
8732
8733 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8736
8737 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-summary-save-in-pipe):
8740         Consider gnus-save-all-headers.
8741
8742 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8743
8744         * gnus-util.el (ns-focus-frame): Remove declaration.
8745         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8746         like x.
8747
8748 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8749
8750         * rfc2104.el (rfc2104-zero): Delete defconst.
8751         (rfc2104-hex-alist): Likewise.
8752         (rfc2104-hex-to-int): Delete func.
8753         (rfc2104-hexstring-to-bitstring): Likewise.
8754         (rfc2104-nybbles): New defconst.
8755         (rfc2104-hash): Rewrite for speed.
8756
8757 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * tls.el (open-tls-stream): Make it work with the 2nd argument
8760         BUFFER that is a string but does not exist as a buffer object, as
8761         mentioned in the doc-string.
8762
8763 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8766         SXEmacs.
8767
8768 2008-07-16  Glenn Morris  <rgm@gnu.org>
8769
8770         * gnus-util.el (ns-focus-frame): Declare for compiler.
8771
8772 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8775         set as a group parameter.
8776         (gnus-summary-save-in-pipe): Work when it is called independently.
8777         (gnus-summary-pipe-to-muttprint): Don't modify
8778         gnus-summary-pipe-output-default-command.
8779
8780 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8781
8782         * message.el (message-send-mail-with-sendmail):
8783         Display the error message.
8784
8785 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-art.el (gnus-default-article-saver):
8788         Add gnus-summary-save-in-pipe to choices.
8789         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8790         gnus-summary-pipe-output-default-command as the default command.
8791         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8792         instead of gnus-last-shell-command.
8793
8794         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8795         New user option.
8796         (gnus-summary-muttprint-program): Mention the value will be changed.
8797         (gnus-summary-save-article): Force showing of all headers.
8798         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8799
8800 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8801
8802         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8803
8804 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8805
8806         * nnimap.el (nnimap-id):
8807         * sieve-manage.el (sieve-manage-open): Doc fixes.
8808
8809 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8810
8811         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8812         if available.
8813
8814 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8815
8816         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8817
8818         * nnkiboze.el (nnkiboze-generate-group):
8819         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8820
8821         * nnmairix.el: Require CL.
8822
8823 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * dgnushack.el: Autoload get-display-table and put-display-table for
8826         XEmacs 21.5.
8827
8828         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8829         21.4 and SXEmacs.
8830
8831 2008-06-15  David Engster  <dengste@eml.cc>
8832
8833         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8834
8835 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8836
8837         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8838         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8839         runtime choice under XEmacs.
8840
8841         * gnus-sum.el (gnus-summary-set-display-table):
8842         Use `gnus-put-display-table', `gnus-get-display-table',
8843         `gnus-set-display-table' for the display table, instead of `aset'.
8844
8845         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8846         Use `gnus-put-display-table', `gnus-get-display-table',
8847         `gnus-set-display-table' for the display table.
8848
8849 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * nnmairix.el: Add autoloads.
8852
8853 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * nnmairix.el (nnmairix-delete-recreate-group)
8856         (nnmairix-update-and-clear-marks): Fix error messages.
8857
8858 2008-06-14  David Engster  <dengste@eml.cc>
8859
8860         * nnmairix.el: Upgrade to version 0.6.
8861         (nnmairix-group-toggle-propmarks-this-group)
8862         (nnmairix-group-toggle-readmarks-this-group)
8863         (nnmairix-group-delete-recreate-this-group)
8864         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8865         (nnmairix-remove-tick-mark-original-article): New commands.
8866         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8867         (nnmairix-propagate-marks-to-nnmairix-groups)
8868         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8869         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8870         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8871         functions needed for marks propagation and manipulation of read marks.
8872         (nnmairix-update-groups): New function.
8873         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8874         (nnmairix-determine-original-group-from-registry)
8875         (nnmairix-determine-original-group-from-path)
8876         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8877         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8878         New helper functions.
8879         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8880         keystrokes for new commands.
8881         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8882         (nnmairix-request-group): Check allow-fast group parameter.
8883         (nnmairix-request-create-group): Set allow-fast group parameter if
8884         nnmairix-allowfast-default is set.
8885         (nnmairix-close-group): Propagate marks upon closing if needed.
8886         (nnmairix-group-toggle-threads-this-group): Use new.
8887         nnmairix-group-toggle-parameter helper function.
8888         (nnmairix-search): Better check for empty search result.
8889         (nnmairix-goto-original-article): Use new helper functions for
8890         determining original article.
8891         (nnmairix-show-original-article): Make sure message-id is in brackets.
8892         (nnmairix-call-mairix-binary): Change variable name.
8893         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8894         helper function.
8895         (nnmairix-widget-toggle-activate): Fix doc string.
8896
8897 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * nnir.el: Require edmacro when compiling with XEmacs.
8900         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8901         available in Emacs 21.
8902
8903 2008-06-11  Glenn Morris  <rgm@gnu.org>
8904
8905         * gnus-util.el (x-focus-frame):
8906         * gnus.el (image-size):
8907         * mm-decode.el (image-size): Declare.
8908
8909         * gnus-picon.el (declare-function): Add compat definition.
8910         (image-size): Declare.
8911
8912         * gnus-group.el (tool-bar-map):
8913         * gnus-sum.el (tool-bar-map): Define for compiler.
8914
8915         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8916
8917         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8918
8919         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8920         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8921         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8922         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8923         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8924         * sieve-manage.el, spam-report.el, spam.el:
8925         Remove unnecessary eval-and-compile of autoloads.
8926
8927 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8928
8929         * auth-source.el: Precise Tramp doc.
8930
8931 2008-06-07  Glenn Morris  <rgm@gnu.org>
8932
8933         * nnmairix.el: Remove unnecessary eval-when-compile.
8934
8935 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * lpath.el: Fbind propertize for XEmacs 21.4.
8938
8939 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * nnir.el: Move here from ../contrib.
8942
8943 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * gnus-util.el (gnus-read-shell-command): New function.
8946         * mm-decode.el (mm-pipe-part):
8947         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8948
8949 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8952
8953 2008-06-03  Glenn Morris  <rgm@gnu.org>
8954
8955         * pop3.el (nnheader-accept-process-output): Autoload it.
8956
8957 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8960         are not 2-digit hexadecimal characters that follow `%'s.
8961
8962 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * message.el (message-bogus-recipient-p): Fix type in doc string.
8965         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8966         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8967         Improve custom options.
8968         (message-bogus-recipient-p): Adjust accordingly.
8969
8970 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8971
8972         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8973         long-form month and day names.
8974
8975 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * dgnushack.el: Autoload debug, eudc-expand-inline and
8978         pgg-snarf-keys-region for XEmacs.
8979
8980         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8981
8982         * nnmairix.el: Require edmacro when compiling with XEmacs.
8983
8984 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8987         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8988
8989 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8990
8991         * auth-source.el: Add more docs.
8992
8993         * netrc.el (netrc-machine): Always match if the port is not given.
8994
8995 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8998         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8999         retrieval faster in some cases, but might make CPU usage larger.
9000         If this has any bad side effects, we might revert this change.
9001
9002         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9003         seems to make mail retrieval much, much faster.
9004         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9005         unconditionally.
9006
9007         * gnus-draft.el (gnus-group-send-queue):
9008         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9009
9010 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9013
9014         * message.el (message-bogus-address-regexp): Fix and improve custom
9015         type.
9016         (message-setup-hook): Add message-check-recipients as custom option.
9017
9018 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-cite-function): Remove bogus autoload which crept
9021         in during merge from v5-10.
9022
9023 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9024
9025         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9026
9027         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9028
9029         * auth-source.el: Preliminary Tramp docs.
9030         (auth-sources): Change the default auth-sources to use
9031         EPA .gpg files.
9032
9033 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * nntp.el: Autoload `auth-source-user-or-password'.
9036         (nntp-send-authinfo): Use it.
9037
9038         * nnimap.el: Autoload `auth-source-user-or-password'.
9039         (nnimap-open-connection): Use it.
9040
9041         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9042         for the gnus-message function.
9043         (auth-source-user-or-password): Use it.
9044
9045 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9046
9047         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9048         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9049         (rfc2104-hash): Use it.
9050
9051 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9052
9053         * gnus-art.el (gnus-article-toggle-truncate-lines):
9054         Don't use `iff' in docstring.
9055
9056 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9057
9058         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9059
9060         * gnus-util.el (gnus-extract-address-component-name)
9061         (gnus-extract-address-component-email): Convenience functions around
9062         `gnus-extract-address-components'.
9063
9064         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9065         Use `gnus-extract-address-component-email' to fix bug of comparing full
9066         sender name to `user-mail-address'.
9067
9068 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9069
9070         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9071         catch/throw to optimize.
9072         (gnus-registry-find-keywords): Just use member to find a keyword.
9073
9074 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9075
9076         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9077         is current before calling gnus-server-prepare.
9078         (gnus-server-setup-buffer, gnus-server-update-server)
9079         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9080
9081 2008-05-04  Juri Linkov  <juri@jurta.org>
9082
9083         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9084         (mailcap-file-default-commands): Use mailcap-replace-in-string
9085         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9086         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9087
9088 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9089
9090         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9091
9092 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9093
9094         * gnus.el: Bump version to 0.11.
9095
9096 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9097
9098         * gnus.el: No Gnus v0.10 is released.
9099
9100 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9103         hooks.
9104         (gnus-update-read-articles): Speed up non-marks-using users.
9105         (gnus-use-marks): Define gnus-use-marks.
9106         (gnus-propagate-marks): Rename variable to something more sensible.
9107
9108 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9109
9110         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9111         (gmm-image-load-path-for-library): Fix typos in docstrings.
9112         (gmm-message): Reflow docstring.
9113
9114 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9115
9116         * mail-source.el (mail-source-set-1, mail-source-bind):
9117         Move auth-source code out of the macro to clean it up and fix bugs.
9118
9119 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9120
9121         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9122         by sender if it's equal to user-mail-address, it's likely to be
9123         useless.
9124
9125         * mail-source.el (mail-source-bind): Don't use user or password if they
9126         are not bound.  Unintern them if they are nil.  Don't use server unless
9127         it's bound, and default it to empty string otherwise.
9128
9129 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9130
9131         * mail-source.el: Load auth-source.el.
9132         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9133         get user name or password, if auth-sources is set up.
9134
9135         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9136         strategy of splitting with parent.
9137         (gnus-registry-split-fancy-with-parent)
9138         (gnus-registry-post-process-groups): Use it and fix prior
9139         bug (returning a list as the split result).
9140
9141         * auth-source.el (auth-sources): Remove server parameter.
9142         (auth-source-pick, auth-source-user-or-password)
9143         (auth-source-user-or-password-imap)
9144         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9145         (auth-source-user-or-password-sftp)
9146         (auth-source-user-or-password-smtp): Remove server parameter.
9147
9148 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9149
9150         * smime.el (smime-sign-region, smime-encrypt-region)
9151         (smime-decrypt-region):
9152         Remove redundant calls to `generate-new-buffer-name'.
9153
9154 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9155
9156         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9157         Don't use QP for message/rfc822.
9158         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9159
9160 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9161
9162         * sieve-manage.el (sieve-string-bytes): Remove.
9163         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9164         correct byte-length only if the process's coding-system is the same as
9165         the one used internally by Emacs to represent strings.
9166
9167 2008-04-22  Juri Linkov  <juri@jurta.org>
9168
9169         * mailcap.el (mailcap-file-default-commands): New function.
9170
9171 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * message.el (message-signature-separator, message-cite-function):
9174         Change custom version.
9175
9176 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9177
9178         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9179         commands.
9180         (tls-checktrust): Ditto.
9181
9182 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * mm-decode.el (mm-display-external): Make temp file read-only.
9185
9186 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9189         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9190         `C-c C-f d'.
9191
9192 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9193
9194         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9195
9196 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9197
9198         * gnus.el: Bump version to 0.9.
9199
9200 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus.el: No Gnus v0.8 is released.
9203
9204 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9205
9206         * mail-source.el (mail-source-value):
9207         Prefer fboundp to functionp so it works with macros as well.
9208
9209 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9210
9211         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9212         Fix last change in case the element is not even a symbol.
9213
9214 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9215
9216         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9217         Prefer fboundp to functionp so it works with macros as well.
9218
9219 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9220
9221         * auth-source.el: Add docs.
9222         (auth-sources): Modify format to support server.
9223         (auth-source-pick, auth-source-user-or-password)
9224         (auth-source-user-or-password-imap)
9225         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9226         (auth-source-user-or-password-sftp)
9227         (auth-source-user-or-password-smtp): Add server parameter.
9228
9229 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9230
9231         * gnus-registry.el: Initialize the registry when gnus-registry-install
9232         is t.
9233
9234 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * compface.el (uncompface): Make buffer unibyte.
9237
9238 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9239
9240         * mail-source.el (mail-source-value):
9241         Prefer fboundp to functionp so it works with macros as well.
9242
9243 2008-04-05  Glenn Morris  <rgm@gnu.org>
9244
9245         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9246
9247 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9248
9249         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9250         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9251
9252         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9253         multibyteness after rather than before erasing it.
9254
9255         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9256         mm-with-multibyte.
9257         (gnus-request-article-this-buffer): Make sure the proper decoding is
9258         used if gnus-original-article-buffer happens to be unibyte.
9259
9260         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9261         default-enable-multibyte-characters.
9262
9263         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9264         default-enable-multibyte-characters.
9265
9266         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9267
9268         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9269
9270 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9271
9272         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9273         Fix last change in case the element is not even a symbol.
9274
9275 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9276
9277         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9278         (imap-message-copyuid-1): Use it.
9279         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9280         J. Williams in
9281         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9282
9283         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9284         imap-enable-exchange-bug-workaround.
9285         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9286
9287 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9288
9289         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9290         a 100 byte status-checks into a 2-3MB transfer for each group.
9291         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9292         to enable bug workaround or not.
9293         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9294
9295 2008-03-31  Glenn Morris  <rgm@gnu.org>
9296
9297         * message.el (mml2015-use): Declare for compiler.
9298         (message-info): Require mml2015 when appropriate.
9299
9300 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9303         whitespace.
9304
9305 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9306
9307         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9308         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9309         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9310         (nntp-service-to-port): New function.
9311         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9312         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9313         (nntp-open-netcat-stream): New function.
9314         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9315
9316 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9317
9318         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9319
9320 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9321
9322         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9323
9324 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9325
9326         * dns.el (dns-write): Use set-buffer-multibyte.
9327
9328 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9329
9330         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9331
9332 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * message.el (message-signature-separator): Change default.
9335         Improve custom type.
9336         (message-cite-function): Change default to
9337         message-cite-original-without-signature.
9338
9339         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9340         toggle.
9341
9342         * message.el (message-check-news-body-syntax): Fix signature check.
9343         (message-setup-1): Mark buffer as unmodified _after_ running
9344         message-setup-hook and handling message-alternative-emails.
9345         (message-shorten-references): Be more strict when building list of
9346         valid references to comply with GNKSA.
9347
9348         * gnus-group.el (gnus-read-ephemeral-bug-group)
9349         (gnus-read-ephemeral-debian-bug-group)
9350         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9351
9352         * message.el (message-info): Don't use booleanp which isn't supported
9353         in Emacs 21 and XEmacs.
9354
9355 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9358         gnus-group-gmane-group-download-format.
9359         (gnus-group-read-ephemeral-gmane-group): Rename from
9360         gnus-group-read-ephemeral-gmane-group.
9361         (gnus-read-ephemeral-gmane-group-url): Rename from
9362         gnus-group-read-ephemeral-gmane-group-url.
9363         (gnus-bug-group-download-format-alist): New variable.
9364         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9365         (gnus-read-ephemeral-emacs-bug-group): New commands.
9366
9367 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9370         (gnus-visible-headers): Improve custom type.
9371
9372 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * mml.el (mml-menu): Add workarounds for XEmacs.
9375
9376         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9377         X-Boundary header.
9378
9379         * message.el (message-simplify-recipients): Fix previous commit.
9380
9381 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9382
9383         * mm-util.el (mm-set-buffer-multibyte): New function.
9384         * mm-decode.el (mm-copy-to-buffer): Use it.
9385
9386         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9387         Prefer fboundp to functionp so it works with macros as well.
9388
9389 2008-03-19  Glenn Morris  <rgm@gnu.org>
9390
9391         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9392         Accidentally removed in the sync process with Emacs.
9393
9394 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * message.el (message-alter-recipients-discard-bogus-full-name):
9397         New function.
9398         (message-alter-recipients-function): New variable.
9399         (message-get-reply-headers): Use it.
9400         (message-replace-header): New helper function.
9401         (message-recipients-without-full-name): New variable.
9402         (message-simplify-recipients): New command.
9403
9404         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9405
9406         * message.el (message-info): Handle EasyPG manual.
9407
9408         * mml.el (mml-menu): Add entry for EasyPG.
9409
9410 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9411
9412         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9413         parameter.
9414
9415         * message.el (message-disassociate-draft): Specify drafts group name
9416         fully.
9417
9418 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9421         Eliminate unnecessary duplicates from the match list.
9422
9423 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9426
9427         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9428
9429         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9430         args of `how-many' of which the XEmacs version doesn't take; declare
9431         Info-index-next as function.
9432
9433 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * gnus-score.el (gnus-score-headers): Fix handling of
9436         gnus-inhibit-slow-scoring.
9437
9438         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9439         string.
9440         (gnus-button-url-regexp): Improve handling of parenthesis.
9441         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9442         (gnus-button-handle-info-keystrokes): Handle index entries.
9443
9444 2008-03-15  Glenn Morris  <rgm@gnu.org>
9445
9446         * parse-time.el (parse-time-string): Simplify.
9447
9448 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9451         Incoming* files.
9452
9453 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9454
9455         * auth-source.el (auth-sources): Rename from auth-source-choices.
9456         (auth-source-pick): Use it.
9457
9458 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9459
9460         * binhex.el (binhex-decode-region-internal):
9461         * uudecode.el (uudecode-decode-region-internal):
9462         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9463         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9464         setting default-enable-multibyte-characters.
9465
9466 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9467
9468         * auth-source.el (auth-source-protocols)
9469         (auth-source-protocols-customize, auth-source-choices): Add and
9470         modified variable customizations and defaults.
9471         (auth-source-pick, auth-source-user-or-password)
9472         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9473         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9474         (auth-source-user-or-password-sftp)
9475         (auth-source-user-or-password-smtp): Use new variables and provide an
9476         interface to netrc.el.
9477
9478 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9481         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9482         Make sure the nntp port to specify is a string.
9483
9484 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9485
9486         * nntp.el: Use with-current-buffer.
9487         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9488         dubious mm-with-unibyte-current-buffer.
9489         (nntp-with-open-group-function): New function extracted from
9490         nntp-with-open-group macro.
9491         (nntp-with-open-group): Use the function, so it's easier to debug.
9492         Add indentation and debugging info.
9493         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9494         Recommend the use of the netcat alternatives.
9495
9496         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9497         Avoid mm-string-as-multibyte as well.
9498
9499         * nnweb.el (nnweb-insert-html):
9500         Remove use of nnheader-string-as-multibyte.
9501
9502         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9503         (nnheader-string-as-multibyte): Remove.
9504
9505         * mm-view.el: Use inhibit-read-only.
9506         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9507         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9508         or unibyte-string.
9509
9510         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9511         (mm-uu-yenc-extract): Use with-current-buffer.
9512
9513         * gnus-soup.el (gnus-soup-send-packet): Don't use
9514         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9515
9516         * nnmh.el: Use with-current-buffer.
9517         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9518         mm-string-as-multibyte on the output of mm-encode-coding-string.
9519
9520         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9521         (nnimap-request-move-article): Use with-current-buffer.
9522
9523         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9524         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9525         conversion uses string-make-unibyte rather than string-as-unibyte.
9526
9527         * gnus-msg.el: Use with-current-buffer.
9528
9529         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9530
9531 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9532
9533         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9534         string for caching if it is 'PIN.
9535
9536 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * lpath.el: Consider the case without Emacs/W3.
9539
9540 2008-03-08  Glenn Morris  <rgm@gnu.org>
9541
9542         * time-date.el (date-to-time, time-subtract, time-add)
9543         (safe-date-to-time): Doc fixes.
9544
9545 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * mail-source.el (mail-source-delete-old-incoming-confirm):
9548         Change default to nil.
9549         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9550
9551 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * lpath.el: Rearrange.
9554
9555         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9556         (gnus-article-goto-prev-page): Work for articles having ^L's.
9557
9558         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9559
9560         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9561
9562 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9563
9564         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9565         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9566         (gnus-bookmark-jump): Adjust some variable names.
9567
9568 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9569
9570         * auth-source.el: New package.
9571         (auth-source-choices): Add customization entry point variable.
9572
9573         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9574         bug.
9575
9576 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9577
9578         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9579         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9580         (gnus-registry-install-shortcuts): Rename from
9581         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9582         the `gnus-registry-mark-map' keymap dynamically from
9583         `gnus-registry-marks'.  The generated functions update the summary line
9584         when a registry mark is added or deleted, and will call
9585         `gnus-registry-install-p' (see the comments in the code).
9586         (gnus-registry-user-format-function-M): Use concat intelligently.
9587
9588         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9589         the registry mark functions.
9590
9591 2008-03-05  Glenn Morris  <rgm@gnu.org>
9592
9593         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9594         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9595         gnus-art.
9596         (top-level): No need to load own source when compiling.
9597
9598 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9601         Suggested by <chris.anderton@zetnet.co.uk>.
9602
9603 2008-03-04  Glenn Morris  <rgm@gnu.org>
9604
9605         * gnus-sum.el (top-level): No need to require gnus when compiling,
9606         since unconditionally required near start of file.
9607         (gnus-summary-display-while-building): Move definition before use.
9608
9609 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9610
9611         * gnus-registry.el (gnus-registry-user-format-function-M):
9612         Add formatting function.
9613
9614 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9615
9616         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9617         with plists.
9618         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9619         Use new format.
9620
9621 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9624         `where-is-internal' that returns a range of key sequences.
9625
9626 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9627
9628         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9629
9630         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9631         (gnus-summary-jump-to-group): Consider windows on other displayed
9632         frames as well.  Similar changes might be needed elsewhere, but that's
9633         the one I've bumped into during my use.
9634
9635         * nndoc.el (nndoc-oe-dbx-type-p):
9636         * gnus-msg.el (gnus-debug):
9637         * gnus-group.el (gnus-update-group-mark-positions):
9638         Use mm-string-to-multibyte.
9639
9640 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9643         doesn't handle NotDashEscaped.
9644
9645         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9646         (mml-dnd-attach-options): Fix typo in custom choice.
9647
9648         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9649         Change nndoc-article-type to mbox.
9650         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9651
9652         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9653         to nil, instead of html2text.
9654
9655         * imap.el (imap-debug): Add `imap-ping-server'.
9656
9657         * gnus-bookmark.el: Add FIXMEs.
9658
9659         * message.el (message-form-letter-separator)
9660         (message-send-form-letter-delay): New variables.
9661         (message-send-form-letter): Use them.  New command to send form
9662         letters.  Requested by Uwe Siart.
9663         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9664
9665 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * Update copyright years.
9668
9669 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         Sync from EMACS_22_BASE.
9672
9673         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9674
9675 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9676
9677         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9678         empty author.
9679
9680 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9681
9682         * gnus-registry.el (gnus-registry-marks): Add variable for
9683         customization of marks and their appearance.
9684         (gnus-registry-read-mark): Use it.
9685         (gnus-registry-do-marks): Add utility function to loop through
9686         `gnus-registry-marks'.
9687         (gnus-registry-install-shortcuts-and-menus): Add function to install
9688         shortcuts and menus.
9689         (gnus-registry-initialize): Use it.
9690         (gnus-registry-default-mark): Clarify documentation.
9691
9692 2008-02-29  Glenn Morris  <rgm@gnu.org>
9693
9694         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9695         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9696         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9697         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9698         Change defcustom :version from 23.0 to 23.1.
9699
9700 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * gnus-registry.el (gnus-registry-follow-group-p)
9703         (gnus-registry-post-process-groups): Add functions to aid registry
9704         splitting and improve logging.  Clarify behavior in function
9705         documentation.
9706         (gnus-registry-split-fancy-with-parent): Use them.
9707
9708 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9709
9710         * gnus-art.el: Use with-current-buffer.
9711
9712 2008-02-27  David Engster  <dengste@eml.cc>
9713
9714         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9715         Express real group name in the response.
9716
9717 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9720         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9721         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9722         autoload gnus-registry-fetch-group when compiling.
9723         (nnmairix-request-group-with-article-number-correction):
9724         Remove unreferenced argument passed to nnmairix-call-backend.
9725
9726 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9729         (mm-uu-extract): Improve face for low color ttys.
9730         Reported by Sascha Wilde.
9731
9732 2008-02-27  Glenn Morris  <rgm@gnu.org>
9733
9734         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9735         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9736         variables to defconsts.  Convert comments to doc-strings.
9737         (nnmairix-last-server, nnmairix-current-server): Convert from free
9738         variables to defvars.  Convert comments to doc-strings.
9739         (gnus-registry-fetch-group): Autoload.
9740         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9741         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9742         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9743         caddr.
9744         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9745         nnmairix-request-group-with-article-number-correction call.
9746         (nnmairix-fast, nnmairix-group): New, less general names, for free
9747         variables passed from nnmairix-request-group to
9748         nnmairix-request-group-with-article-number-correction.  Declare.
9749         (nnmairix-request-group-with-article-number-correction):
9750         Use nnmairix-fast, nnmairix-group rather than fast, group.
9751
9752 2008-02-26  David Engster  <dengste@eml.cc>
9753
9754         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9755         version 0.5.
9756
9757 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9758
9759         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9760         instead of making an extra function call.  Don't add the current group
9761         to articles only when they have the group.  Use
9762         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9763         Reported by David <de_bb@arcor.de>.
9764
9765 2008-02-24  Miles Bader  <miles@gnu.org>
9766
9767         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9768         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9769         (mm-find-mime-charset-region):
9770         * mm-bodies.el (mm-encode-body):
9771         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9772
9773 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9776         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9777
9778 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * mail-source.el (mail-source-delete-incoming): Change default.
9781         Supplement doc string.
9782
9783         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9784
9785 2008-02-14  Glenn Morris  <rgm@gnu.org>
9786
9787         * time-date.el (format-seconds): New function.
9788
9789 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * nnmail.el (nnmail-message-id-cache-file): Derive from
9792         `gnus-home-directory'.
9793
9794 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9797         Document negative prefix.
9798
9799         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9800
9801 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * message.el (message-unsent-separator): Add the Exim bounce
9804         separator.
9805
9806 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9807
9808         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9809         list.
9810         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9811         recipient/signer list.
9812
9813 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * Makefile.in (datarootdir): Define.
9816         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9817         name that might contain whitespace.
9818
9819 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9822         fbound (Emacs 23 unicode), signal an error.
9823
9824 2008-02-08  Glenn Morris  <rgm@gnu.org>
9825
9826         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9827
9828 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9829
9830         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9831         ports to the calls to `netrc-machine-user-or-password' in addition to
9832         "imap" and "imaps".
9833
9834 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9835
9836         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9837
9838         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9839
9840 2008-02-01  Kenichi Handa  <handa@m17n.org>
9841
9842         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9843         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9844         (rfc2104-hash): Convert the result of concat to unibyte string.
9845
9846 2008-02-01  Dave Love  <fx@gnu.org>
9847
9848         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9849         coding-system-for-read.
9850         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9851
9852 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9855         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9856         <hanche@math.ntnu.no>.
9857
9858 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9861
9862         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9863
9864 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9865
9866         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9867         * message.el (message-beginning-of-line): Use featurep instead of bound
9868         tests in order to resolve conditionals at compile time.
9869
9870 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9871
9872         * mail-source.el (mail-sources): Add `group' choice.
9873
9874         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9875         parameter `in-group' to control into which group the articles go.
9876         Add treatment of `group' mail-source.
9877
9878 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9881
9882         * mm-decode.el (mm-dissect-buffer): Decode description.
9883
9884         * mml.el (mml-to-mime): Encode message header first.
9885
9886 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9889         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9890
9891         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9892         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9893
9894 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9895
9896         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9897
9898 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9901         prefix keys.
9902         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9903         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9904         gnus-xmas.el.
9905
9906         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9907         (gnus-xmas-article-describe-bindings): New function.
9908         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9909         gnus-xmas-article-describe-bindings.
9910
9911         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9912
9913 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9914
9915         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9916         Add new variables for article mark management.
9917         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9918         list of extra data entries which, when present, will indicate that the
9919         article ID should not be trimmed from the registry.
9920         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9921         functions.
9922         (gnus-registry-read-mark): New function to read a mark name from the
9923         user.
9924         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9925         (gnus-registry-set-article-mark-internal): New functions to add and
9926         remove marks.
9927         (gnus-registry-get-article-marks): New function to show the marks for
9928         an article, or retrieve them for further use.
9929
9930 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9933         keys when no argument is given.
9934
9935 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * imap.el (imap-ping-server): New variable.
9938         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9939         (imap-ping-server): Minor doc string fixes.
9940
9941 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9942
9943         * imap.el (imap-ping-server): New function.
9944         (imap-opened): Call imap-ping-server.
9945
9946 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-sum.el (gnus-article-sort-by-random)
9949         (gnus-thread-sort-by-random): Fix doc strings.
9950         Reported by jidanni@jidanni.org.
9951
9952 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus-art.el (gnus-article-describe-bindings): New function.
9955         (gnus-article-read-summary-keys): Use it.
9956         (gnus-article-mode-map): Bind `C-h b' to it.
9957
9958 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9961         XEmacs.
9962         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9963         Protect against non-character events.
9964
9965         * lpath.el: Fbind map-keymap for Emacs 21.
9966
9967 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9970         New command.
9971         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9972         instead of END.  Change name of the temp file.
9973         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9974         customizable.
9975
9976 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9979         bind `S W' to gnus-article-wide-reply-with-original; set default
9980         binding to gnus-article-read-summary-send-keys.
9981         (gnus-article-read-summary-keys): Fix the order of keys; display
9982         continuation keys correctly in the echo area; describe bindings
9983         correctly when keys end with `C-h'.
9984         (gnus-article-read-summary-send-keys): New function.
9985         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9986         Work for gnus-article-read-summary-send-keys; display continuation keys
9987         correctly in the echo area.
9988         (gnus-article-reply-with-original): Ignore prefix argument.
9989         (gnus-article-wide-reply-with-original): New function.
9990
9991         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9992         Emacs 21.
9993
9994 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9997         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9998
9999 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10002         (gnus-group-read-ephemeral-gmane-group): New command.
10003
10004 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10005
10006         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10007
10008 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * message.el (message-send-mail-function): Increase custom version.
10011
10012         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10013         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10014
10015 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10016
10017         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10018         for the cases where imap-authenticate is called with a nil buffer
10019         parameter.
10020
10021 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10024         html parts correctly; support forwarded messages.
10025         (gnus-article-browse-html-article): Remove work buffers.
10026
10027         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10028         compiling.
10029         (netrc-bound-and-true-p): New macro.
10030         (netrc-parse): Use it instead of bound-and-true-p that is not available
10031         in XEmacs 21.4.
10032
10033 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10034
10035         * gnus-registry.el (gnus-registry-mark-article)
10036         (gnus-registry-article-marks): Add functionality to mark articles
10037         through the Gnus registry.
10038
10039         * encrypt.el: Clarify documentation for the new pgg method.
10040         (encrypt-file-alist): Add PGG option.
10041         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10042         functionality.  Abstract password key and messaging to external
10043         functions.
10044         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10045         (encrypt-message-method-and-cipher): Add new convenience external
10046         functions.
10047         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10048         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10049
10050         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10051         (netrc-parse): Use encrypt-file-alist to determine if
10052         encrypt-find-model or encrypt-insert-file-contents should be used.
10053
10054         * encrypt.el: Clarify documentation.  Load password-cache or
10055         password, whichever one is found first, instead of autoloading.
10056
10057 2007-12-19  Glenn Morris  <rgm@gnu.org>
10058
10059         * mml.el (message-options-set, message-narrow-to-head)
10060         (message-in-body-p, message-mail-p, message-encode-message-body):
10061         Autoload.
10062         (message-remove-header, message-narrow-to-headers-or-head)
10063         (message-subscribed-p, message-make-mail-followup-to)
10064         (message-position-on-field, message-news-p)
10065         (message-options-set-recipient, message-generate-headers)
10066         (message-sort-headers): Declare as functions.
10067
10068 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10071         convention in doc string.
10072
10073 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10076         title to html parts.
10077         (gnus-article-browse-html-article): Pass message header to it.
10078
10079         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10080
10081 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10084         or password compatible with XEmacs.
10085
10086 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10089         format document.
10090         (gnus-mime-delete-part): Don't write description line if empty.
10091         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10092
10093 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10094
10095         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10096         (gnus-summary-mark-read-and-unread-as-read)
10097         (gnus-summary-mark-current-read-and-unread-as-read)
10098         (gnus-summary-mark-unread-as-ticked): Doc fix.
10099         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10100
10101 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10104         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10105
10106 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10109         yes-or-no-p.
10110
10111 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * mm-decode.el (mm-add-meta-html-tag): New function.
10114         (mm-save-part-to-file, mm-pipe-part): Use it.
10115
10116         * gnus-art.el (gnus-article-browse-delete-temp-files):
10117         Use gnus-y-or-n-p instead of y-or-n-p.
10118         (gnus-article-browse-html-parts): Work with message/external-body; use
10119         mm-add-meta-html-tag.
10120
10121 2007-12-11  Glenn Morris  <rgm@gnu.org>
10122
10123         * gnus-cache.el: Require gnus-sum not just when compiling.
10124
10125         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10126
10127         * gnus-int.el (gnus-server-opened, gnus-status-message):
10128         Move definitions before use.
10129
10130         * mm-decode.el: Require gnus-util.
10131         (mm-remove-part): Only call delete-annotation on XEmacs.
10132
10133         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10134
10135         * nnmail.el: Require gnus-int.
10136
10137         * spam.el: Move `require's before `eval-when-compile's.
10138
10139         * gnus-ems.el (gnus-alive-p):
10140         * gnus-fun.el (message-goto-eoh):
10141         * gnus-util.el (gnus-group-name-decode):
10142         * mail-source.el (gnus-compress-sequence):
10143         * message.el (Info-goto-node, format-spec):
10144         * mm-bodies.el (message-options-get):
10145         * mm-decode.el (mm-view-pkcs7):
10146         * mm-util.el (gmm-write-region):
10147         * mml-smime.el (mml-compute-boundary)
10148         (gnus-completing-read-with-default):
10149         * mml.el (widget-button-press, gnus-make-hashtable):
10150         * mml1991.el (mm-decode-content-transfer-encoding)
10151         (mm-encode-content-transfer-encoding)
10152         (message-options-get, message-options-set):
10153         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10154         * nnfolder.el (gnus-request-group):
10155         * nnheader.el (ietf-drums-unfold-fws):
10156         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10157         * smime.el (gnus-run-mode-hooks):
10158         * spam-stat.el (gnus-message): Autoload.
10159
10160         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10161         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10162         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10163         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10164         Add declare-function compatibility definition.
10165
10166         * gnus-cache.el (nnvirtual-find-group-art):
10167         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10168         (gnus-add-image, gnus-add-wash-type):
10169         * gnus-group.el (nnkiboze-score-file):
10170         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10171         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10172         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10173         (message-tokenize-header, gnus-get-buffer-create)
10174         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10175         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10176         * gnus.el (gnus-group-decoded-name):
10177         * mail-source.el (imap-capability):
10178         * mm-bodies.el (message-options-set):
10179         * mm-decode.el (gnus-configure-windows):
10180         * mm-extern.el (message-goto-body):
10181         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10182         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10183         (epg-sub-key-validity, message-options-set):
10184         * mml.el (widget-event-point, gnus-configure-windows):
10185         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10186         * mml2015.el (epg-check-configuration, epg-configuration)
10187         (message-options-set):
10188         * nndb.el (nndb-request-article):
10189         * nnfolder.el (gnus-request-create-group):
10190         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10191         * nnmaildir.el (gnus-group-mark-article-read):
10192         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10193         * rfc1843.el (message-fetch-field):
10194         * spam.el (gnus-extract-address-components):
10195         Declare as functions.
10196
10197 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10200
10201         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10202
10203         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10204         bind show-trailing-whitespace for XEmacs.
10205
10206 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10209         new no-op macro for backward compatibility.
10210
10211         * imap.el (imap-string-to-integer): New function.
10212
10213 2007-12-09  Glenn Morris  <rgm@gnu.org>
10214
10215         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10216
10217         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10218         * message.el, mm-view.el, sieve-manage.el, smime.el:
10219         Add declare-function compatibility definition.
10220
10221         * gnus-art.el (w3-region, w3m-region, Info-menu):
10222         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10223         * gnus-sum.el (gnus-get-predicate):
10224         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10225         * message.el (mail-abbrev-in-expansion-header-p):
10226         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10227         (w3m-detect-meta-charset, w3m-region):
10228         * sieve-manage.el (password-read, password-cache-add)
10229         (password-cache-remove):
10230         * smime.el (password-read-and-add): Declare as functions.
10231
10232 2007-12-08  David Kastrup  <dak@gnu.org>
10233
10234         * gnus-sum.el (gnus-summary-simplify-subject-query):
10235         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10236         `message'.
10237
10238 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10241         it to bind idna-program, installation-directory, defined-colors, and
10242         face-attribute for XEmacs of the version that compiles defcustom forms.
10243
10244 2007-12-07  Glenn Morris  <rgm@gnu.org>
10245
10246         * gnus-art.el (article-make-date-line): Revert previous change.
10247
10248 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10251
10252 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10253
10254         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10255         Call gnus-add-to-range ranges only once with a prepared article-list.
10256
10257 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10258
10259         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10260         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10261         group names with backslashes.
10262         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10263
10264 2007-12-06  Deepak Goel  <deego3@gmail.com>
10265
10266         * gnus-art.el (article-make-date-line):
10267         * gnus-start.el (gnus-load):
10268         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10269
10270 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-art.el (gnus-use-idna)
10273         * gnus-start.el (gnus-site-init-file)
10274         * message.el (message-use-idna)
10275         * mm-uu.el (mm-uu-hide-markers)
10276         * smiley.el (smiley-style): Revert changes that suppress warnings.
10277
10278 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10281         specify charset to html source.
10282         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10283
10284 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10287         idna-program in order to suppress byte compile warning issued by XEmacs
10288         that came to byte compile the default value section of defcustom forms
10289         recently.
10290
10291         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10292         value of installation-directory.
10293
10294         * message.el (message-use-idna): Don't directly refer to the value of
10295         idna-program.
10296
10297         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10298
10299         * smiley.el (smiley-style): Don't directly call face-attribute.
10300
10301 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10304
10305         * gnus-dired.el: Reduce Gnus dependencies.
10306         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10307         Don't require.  Use autoloads instead.
10308         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10309         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10310         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10311         (gnus-dired-mode): Adjust doc string.
10312         (gnus-dired-mail-mode): New variable.
10313         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10314         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10315         (gnus-dired-mail-buffers): New function.  Return mail or message
10316         composition buffers.
10317         (gnus-dired-attach): Use it.
10318         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10319         NO-DECODE.
10320         (gnus-dired-print): Use `gnus-print-buffer' depending on
10321         `gnus-dired-mail-mode'.
10322
10323 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * rfc2047.el (rfc2047-encoded-word-regexp)
10326         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10327         explaining what regexp patterns are for.
10328
10329 2007-12-04  Glenn Morris  <rgm@gnu.org>
10330
10331         * password.el: Move to password-cache.el.
10332
10333         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10334         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10335         * mml-smime.el (password-read, password-cache-add)
10336         (password-cache-remove):
10337         No need to autoload, since mml-sec requires password.
10338
10339         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10340         * message.el (gnus-extract-address-components):
10341         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10342
10343         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10344         password.
10345
10346 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * mailcap.el: Reduce dependencies.
10349         (mail-header-parse-content-type): Autoload.
10350         (mailcap-delete-duplicates): New alias.
10351         (mailcap-mime-info): Add optional argument NO-DECODE.
10352         (mailcap-mime-types): Use mailcap-delete-duplicates.
10353
10354         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10355
10356 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10357
10358         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10359         (imap-parse-status): Upcase status-att for servers that sends them
10360         lower-case (e.g., MS Exchange 2007).
10361
10362 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10363
10364         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10365         function.
10366
10367         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10368         (gnus-uu-yenc-article): New function.
10369
10370         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10371
10372         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10373
10374 2007-12-02  Glenn Morris  <rgm@gnu.org>
10375
10376         * binhex.el (binhex): New custom group.
10377         (binhex-decoder-program, binhex-decoder-switches)
10378         (binhex-use-external): Move to the binhex custom group.
10379
10380         * uudecode.el (uudecode): New custom group.
10381         (uudecode-decoder-program, uudecode-decoder-switches)
10382         (uudecode-use-external): Move to the uudecode custom group.
10383
10384         * netrc.el (top-level): Don't load `encrypt' features.
10385         (netrc-parse): Don't use encrypt.
10386         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10387
10388         * encrypt.el: Remove file.
10389
10390 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10393         matches on patches.
10394
10395         * gnus-art.el (gnus-article-browse-html-article):
10396         Mention `mm-text-html-renderer' in the doc string.
10397
10398         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10399         string.  Add comments.
10400
10401         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10402         if rhs is ASCII.
10403
10404 2007-12-01  Glenn Morris  <rgm@gnu.org>
10405
10406         * mail-source.el (top-level): Require format-spec before
10407         eval-when-compile.
10408
10409 2007-11-30  Glenn Morris  <rgm@gnu.org>
10410
10411         * encrypt.el: Require password, rather than autoloading password-read.
10412
10413 2007-11-29  Glenn Morris  <rgm@gnu.org>
10414
10415         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10416         (sasl-make-client, sasl-next-step, sasl-step-data)
10417         (sasl-step-set-data): Declare as functions.
10418
10419 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10422
10423 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10424
10425         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10426         certs should be verified and what is to be done in the event of a
10427         verification failure.
10428
10429         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10430         caller can indicate whether the cache should be disregarded for this
10431         call.  This way the result of the call is reproducible at all times and
10432         can be considered a canonical server name for the supplied method.
10433         (gnus-agent-method-p): Canonicalize server names by pushing their
10434         method through `gnus-method-to-server' using the no-cache argument.
10435
10436         * gnus-srvr.el (gnus-server-insert-server-line):
10437         Call `gnus-method-to-server' with `no-cache' argument.
10438
10439         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10440         gnus-agent-possibly-synchronize-flags as this should be called when the
10441         server is actually being opened.
10442         (gnus-agent-possibly-synchronize-flags)
10443         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10444         flags file of an agentized server to the latter function.
10445
10446         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10447         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10448         after a connection has been established successfully.
10449
10450 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * gnus-art.el (article-display-face): Force to display face if called
10453         interactively; check if gnus-article-x-face-too-ugly matches author.
10454         (article-display-x-face): Display face even if From header is missing
10455         as article-display-face does.
10456
10457 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10458
10459         * hashcash.el (message-narrow-to-headers-or-head)
10460         (message-fetch-field, message-goto-eoh)
10461         (message-narrow-to-headers): Declare as functions.
10462
10463 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * mail-source.el (mail-sources): Default to fetch from file for
10466         compatibility with default of nnmail-spool-file.
10467
10468 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10471         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10472         to look for encoded word that should be encoded again.
10473         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10474         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10475         encoding pattern.
10476         (rfc2047-decode-region): Switch strict regexp and loose one according
10477         to rfc2047-allow-irregular-q-encoded-words.
10478
10479 2007-11-25  Romain Francoise  <romain@orebokech.com>
10480
10481         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10482
10483 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * tls.el (tls-program): Provide more custom choices from
10486         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10487         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10488
10489 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10492         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10493
10494         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10495         `nnmail-spool-file'.
10496
10497         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10498         `nnmail-spool-file'.
10499
10500         * gnus-move.el (gnus-change-server): Ditto.
10501
10502         * gnus-kill.el (gnus-batch-score): Ditto.
10503
10504         * gnus-cache.el (gnus-jog-cache): Ditto.
10505
10506         * gnus-msg.el (gnus-summary-reply):
10507         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10508
10509 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10512         version.  Minor improvement to doc strings.
10513         (tls-program): Add comment.
10514
10515 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10516
10517         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10518         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10519         mismatch between the hostname provided in the certificate and the name
10520         of the host connnecting to.
10521         (open-tls-stream): Use them.  Check certificates against trusted root
10522         certificates.
10523
10524 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus-cache.el (gnus-cache-generate-nov-databases):
10527         Use nnml-generate-nov-databases-directory instead of
10528         nnml-generate-nov-databases-1.
10529
10530 2007-11-24  Glenn Morris  <rgm@gnu.org>
10531
10532         * message.el (message-tool-bar-retro): Update for rename
10533         mail_send.xpm->mail-send.xpm.
10534
10535 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10538         `smime-ldap-search' for Emacs 22 and up.
10539
10540 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10541
10542         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10543
10544         * message.el (message-send-mail-function): Fix error convention.
10545         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10546         (message-widen-reply, message-send-mail, message-talkative-question)
10547         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10548         (message-clone-locals, message-send-news): Use with-current-buffer.
10549         (message-insert-or-toggle-importance): Remove unused var `valid'.
10550         (message-make-references): Remove unused var `new-references'.
10551         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10552
10553 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10554
10555         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10556         (spam-split-symbolic-return-positive): Reflow docstring.
10557         (spam-backends, spam-summary-exit-behavior)
10558         (spam-mark-ham-unread-before-move-from-spam-group)
10559         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10560         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10561         (spam-clear-cache, spam-backend-check, spam-install-backend)
10562         (spam-install-statistical-backend, spam-list-of-processors)
10563         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10564         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10565         (spam-check-crm114, spam-initialize, spam-unload-hook):
10566         Fix typos in docstrings.
10567
10568 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10571         been checked if they have never been read and those group levels are
10572         higher than the one that a user specified.
10573
10574 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10577         foreign groups unless a group level is specified by a user.
10578         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10579
10580 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * message.el (message-send-mail-function): Require sendmail.
10583
10584 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * message.el (message-send-mail-function): Check for smtpmail too.
10587
10588         * utf7.el (utf7-encode, utf7-decode): Use coding system
10589         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10590
10591         * message.el (message-send-mail-function): New function.
10592         (message-send-mail-function): Set default using
10593         message-send-mail-function.  Adjust doc string.
10594         (message-send-mail-with-mailclient): New function.
10595
10596 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10597
10598         * smime.el (from):
10599         * rfc2047.el (message-posting-charset):
10600         * qp.el (mm-use-ultra-safe-encoding):
10601         * pop3.el (parse-time-months):
10602         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10603         * nnml.el (files):
10604         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10605         (jka-compr-compression-info-list, ange-ftp-path-format)
10606         (efs-path-regexp):
10607         * nndiary.el (files):
10608         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10609         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10610         (epg-digest-algorithm-alist, inhibit-redisplay)
10611         (password-cache-expiry):
10612         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10613         (pgg-output-buffer, password-cache-expiry):
10614         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10615         (efs-path-regexp):
10616         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10617         (inhibit-redisplay):
10618         * mm-uu.el (file-name, start-point, end-point, entry)
10619         (gnus-newsgroup-name, gnus-newsgroup-charset):
10620         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10621         (latin-unity-ucs-list):
10622         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10623         (mm-uu-binhex-decode-function):
10624         * message.el (gnus-message-group-art, gnus-list-identifiers)
10625         (rmail-enable-mime-composing, gnus-local-organization)
10626         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10627         (gnus-read-active-file, facemenu-add-face-function)
10628         (facemenu-remove-face-function, gnus-article-decoded-p)
10629         (tool-bar-mode):
10630         * mail-source.el (display-time-mail-function):
10631         * gnus-util.el (nnmail-pathname-coding-system)
10632         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10633         (gnus-original-article-buffer, gnus-user-agent)
10634         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10635         (xemacs-codename, sxemacs-codename, emacs-program-version):
10636         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10637         * gnus-start.el (gnus-agent-covered-methods)
10638         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10639         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10640         (gnus-newsgroup-headers, gnus-group-list-mode)
10641         (gnus-group-mark-positions, gnus-newsgroup-data)
10642         (gnus-newsgroup-unreads, nnoo-state-alist)
10643         (gnus-current-select-method, mail-sources)
10644         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10645         (nnmail-spool-file, gnus-cache-active-hashtb):
10646         * gnus-mh.el (mh-lib-progs):
10647         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10648         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10649         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10650         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10651         (gnus-group-buffer):
10652         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10653         (font-lock-set-defaults):
10654         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10655         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10656         (gnus-summary-post-menu, total-parts, type, condition, length):
10657         * gnus-agent.el (gnus-agent-read-agentview):
10658         * flow-fill.el (show-trailing-whitespace):
10659         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10660         eval-and-compile wrappers for byte compiler pacifiers.
10661
10662         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10663         (mm-display-inline-fontify): Check for featurep 'xemacs not
10664         extent-list.
10665
10666         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10667         itimer-list.
10668         (mm-create-image-xemacs): Only do something for XEmacs.
10669         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10670
10671         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10672
10673         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10674         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10675
10676 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10677
10678         * nnimap.el (nnimap-split-download-body):
10679         * gnus-demon.el (gnus-demon):
10680         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10681
10682 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10685         New macros.
10686         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10687         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10688         copy data from unibyte buffer to multibyte current buffer.
10689         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10690         to copy data from unibyte current buffer to multibyte buffer.
10691         (nntp-make-process-buffer): Make process buffer unibyte.
10692
10693         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10694
10695 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10696
10697         * pop3.el (pop3-open-server): Accept and process data more robustly at
10698         connexion start to avoid spurious "POP SSL connexion failed" errors.
10699
10700 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10703         read group names.
10704
10705 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10708
10709 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10712         (nnmail-save-active): Use a unibyte buffer when saving active file,
10713         which may contain non-ASCII group names.
10714
10715         * nnml.el (nnml-request-group): Decode group names in messages.
10716
10717 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * message.el (message-citation-line-function)
10720         (message-insert-formatted-citation-line): Fix spelling of
10721         `message-insert-formated-citation-line'.
10722
10723 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10726
10727 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10730         nnmail-pathname-coding-system.
10731
10732         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10733         that a user enters; decode group names in messages.
10734
10735         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10736
10737 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10740
10741         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10742
10743         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10744         risky local variable.
10745
10746         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10747
10748 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10749
10750         * encrypt.el: Improve documentation to fix function name typo.
10751         Reported by Daiki Ueno <ueno@unixuser.org>.
10752
10753 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10756         even if the point is not in the last page of an article.
10757         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10758         back to the previous page.
10759
10760 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10763
10764 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10767
10768 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10769
10770         * message.el (message-check-news-body-syntax):
10771         Avoid mm-string-as-multibyte.
10772         (message-hide-headers): Don't assume (point-min)==1.
10773
10774 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * message.el (message-remove-blank-cited-lines): Fix if remove is
10777         given.
10778         (message-bogus-address-regexp): New variable.
10779         (message-bogus-recipient-p): New function.
10780         (message-check-recipients): New command.
10781         (message-syntax-checks): Add `bogus-recipient'.
10782         (message-fix-before-sending): Add `bogus-recipient'.
10783
10784         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10785         (gnus-treat-body-boundary): Don't test window-system.
10786
10787 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10788
10789         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10790
10791 2007-10-28  Miles Bader  <miles@gnu.org>
10792
10793         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10794         at compile-time too.
10795
10796 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-msg.el (gnus-message-setup-hook):
10799         Add `message-remove-blank-cited-lines' to options.
10800
10801 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * message.el (message-remove-blank-cited-lines): New function.
10804         Suggested by Karl Plästerer.
10805
10806 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10809         mapc.
10810
10811         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10812         (top-level): Use mapc to set functions to be traced for debugging.
10813
10814         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10815         called for effect with while loop.
10816
10817         * message.el (message-talkative-question): Replace mapcar called for
10818         effect with mapc.
10819
10820         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10821         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10822         called for effect with dolist.
10823
10824         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10825
10826         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10827         gnus-extra-headers and nnmail-extra-headers.
10828
10829         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10830         called for effect with dolist.
10831         (top-level): Use mapc to set functions to be traced for debugging.
10832
10833         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10834         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10835         dolist.
10836
10837         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10838         Replace mapcar called for effect with mapc.
10839         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10840         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10841         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10842         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10843
10844         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10845         remove-if that's a cl function.
10846
10847         * webmail.el (webmail-debug): Replace mapcar called for effect with
10848         dolist.
10849
10850         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10851         with mapc.
10852
10853 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10856         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10857         with while loop.
10858
10859         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10860         functions from article-* functions.
10861         (gnus-multi-decode-header): Replace mapcar called for effect with
10862         dolist.
10863
10864         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10865         (gnus-bookmark-show-details): Replace mapcar called for effect with
10866         while loop.
10867
10868         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10869         called for effect with while loop.
10870
10871         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10872         with dolist.
10873
10874         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10875         Replace mapcar called for effect with dolist.
10876
10877         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10878
10879         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10880         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10881         Replace mapcar called for effect with dolist.
10882         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10883         mapc.
10884
10885         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10886         Replace mapcar called for effect with dolist.
10887         (gnus-topic-list): Replace mapcar called for effect with mapc.
10888
10889         * gnus.el: Use mapc instead of mapcar to add autoloads.
10890
10891 2007-10-23  Richard Stallman  <rms@gnu.org>
10892
10893         * gnus-group.el (gnus-group-highlight): Mark as risky.
10894
10895 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus.el (gnus-server-to-method): Return method found first in
10898         gnus-newsrc-alist.
10899
10900         * gnus-art.el (gnus-article-highlight-signature)
10901         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10902         button overlay without the front stickiness.
10903
10904 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10905
10906         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10907         overview buffer needed a catch to receive its throw.
10908         (gnus-agent-flush-cache): Declare as interactive to make this function
10909         easier to use.
10910
10911 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10914         `next-line'.
10915
10916 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10919         exclude address matching message-dont-reply-to-names.
10920
10921 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-util.el (gnus-string<): New function.
10924
10925         * gnus-sum.el (gnus-article-sort-by-author)
10926         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10927
10928 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10931         the frame-focus tag is set in gnus-buffer-configuration.
10932
10933 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10936         the front stickiness.
10937
10938 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10941         url pattern; remove duplicate one.
10942         (gnus-article-extend-url-button): New function.
10943         (gnus-article-add-buttons): Use it.
10944         (gnus-button-push): Use concatenated url that it makes.
10945
10946 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10947
10948         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10949
10950 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10951
10952         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10953         Don't hardcode point-min==1.
10954
10955 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10958         Fix comment about "iso8859-1".
10959
10960 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10961
10962         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10963         ones returned from the verify-function.
10964
10965         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10966         Call mml2015-extract-cleartext-signature if extraction failed.
10967
10968 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10969
10970         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10971         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10972         failed.
10973
10974 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10977
10978 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10981         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10982         recommends to use EasyPG instead of PGG.
10983
10984         * pgg.el: Revert to revision 6.23.2.16.
10985
10986         * pgg-def.el: Revert to revision 6.6.2.14.
10987
10988         * pgg-gpg.el: Revert to revision 6.23.2.34.
10989
10990 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10991
10992         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10993         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10994         thread for both the null and zero (kill/expire thread) universal prefix
10995         cases.
10996         (gnus-summary-expire-thread): Add new function to expire a thread,
10997         using gnus-summary-kill-thread.
10998         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10999         shortcuts for gnus-summary-expire-thread.
11000         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11001         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11002
11003 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11004
11005         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11006         extras value, so an extras entry can be deleted.
11007         (gnus-registry-delete-extra-entry): Use it.
11008         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11009         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11010         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11011         storage through the gnus-registry, and provide an appropriate API for
11012         it.
11013
11014 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11017         Suggested by Leo <sdl.web@gmail.com>.
11018
11019         * gnus.el: Do.
11020
11021 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11024         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11025
11026         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11027
11028         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11029         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11030
11031 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11034         newline.
11035         (nnmbox-request-accept-article): Don't change article in source buffer;
11036         narrow to header to use message-fetch-field rather than
11037         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11038         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11039         as delimiters; make sure article ends with newline.
11040         (nnmbox-delete-mail): Correct last position of article to be deleted;
11041         ignore X-Gnus-Newsgroup header in article body.
11042         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11043         positions; make sure article ends with newline.
11044
11045         * message.el (message-display-abbrev): Don't infloop when a user
11046         inserts SPC in the beginning of header.
11047
11048         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11049         coding-system-for-read and coding-system-for-write for XEmacs having no
11050         file-coding feature.
11051
11052         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11053
11054 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11057         list of groups not followed by default.  Fix type to be regexp.
11058         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11059
11060 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11061
11062         * hmac-def.el (define-hmac-function): Switch from old-style to
11063         new-style backquotes.
11064
11065         * md4.el (md4-make-step): Likewise.
11066
11067 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11070         raw-text coding system when saving .newsrc file, which may contain
11071         non-ASCII group names.
11072
11073 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-cus.el (gnus-score-extra): New widget.
11076         (gnus-score-extra-convert): New function.
11077         (gnus-score-customize): Use it for Extra.
11078
11079 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11080
11081         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11082         (mml2015-mailcrypt-clear-verify): Use it.
11083         (mml2015-gpg-clear-verify): Use it.
11084         (mml2015-pgg-clear-verify): Use it.
11085         (mml2015-epg-clear-verify): Replace the current part with the output
11086         from GnuPG; don't extract the plaintext by itself.
11087
11088         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11089         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11090         mml2015-clear-verify-function; don't touch the armor headers or
11091         dash-escaped text here.
11092
11093 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11096         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11097         parts, or application/octet-stream as a last resort.
11098         (gnus-mime-view-part-as-type): Don't toggle display.
11099         (gnus-mime-view-part-as-charset): Don't turn off display before
11100         querying charset.
11101
11102         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11103         stuff to undisplayer function in Emacs.
11104         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11105
11106         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11107         text/calendar parts.
11108
11109 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11112         decoding text/calendar parts.
11113
11114         * message.el (message-forward-make-body-mime): Always mark body as
11115         having no illegible text; remove signed-or-encrypted argument.
11116         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11117
11118         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11119         (mml-generate-mime-1): Don't encode body if it is specified to be in
11120         raw form; don't make buffer be unibyte when inserting multibyte string.
11121
11122 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11123
11124         * sha1.el: Fix up comment style.
11125         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11126         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11127
11128         * hex-util.el: Fix up comment style.
11129         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11130
11131         * gnus-salt.el: Use with-current-buffer.
11132         (gnus-pick-setup-message): Fix long-standing typo.
11133
11134 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * imap.el (imap-logout-timeout): New variable.
11137         (imap-logout, imap-logout-wait): New functions.
11138         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11139
11140         * nnimap.el (nnimap-logout-timeout): New server variable.
11141         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11142         nnimap-logout-timeout.
11143
11144         * gnus-art.el (gnus-article-summary-command-nosave)
11145         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11146
11147 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus.el (gnus-maximum-newsgroup): New variable.
11150
11151         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11152         according to gnus-maximum-newsgroup.
11153
11154         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11155         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11156         Limit the range of articles according to gnus-maximum-newsgroup.
11157
11158 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11159
11160         * gnus-art.el (gnus-sticky-article): Fix problems described in
11161         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11162         Don't perform gnus-configure-windows here; reuse existing sticky
11163         article buffer.
11164
11165         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11166         it doesn't exist in gnus-article-mode.
11167
11168 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11171         (gnus-agent-decoded-group-name): New function.
11172         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11173         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11174
11175 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11176
11177         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11178         Add binding for gnus-sticky-article.
11179         (gnus-summary-exit): Don't kill sticky article buffers.
11180
11181         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11182         article buffer.
11183         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11184         (gnus-kill-sticky-article-buffers): New commands.
11185
11186 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * nntp.el (nntp-xref-number-is-evil): New server variable.
11189         (nntp-find-group-and-number): If it is non-nil, don't trust article
11190         numbers in the Xref header.
11191
11192 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * gnus-agent.el (gnus-agent-read-group): New function.
11195         (gnus-agent-flush-group, gnus-agent-expire-group)
11196         (gnus-agent-regenerate-group): Use it.
11197         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11198         nnmail-pathname-coding-system.
11199
11200 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11203
11204         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11205         that are unread as unread, and also as selected so that information of
11206         marks having been changed by a user may be updated when exiting group.
11207
11208 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11211
11212 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11215         calculated ignoring signature parts to gnus-treat-article.
11216
11217 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11220         a point here in order to keep the window start.
11221         (gnus-insert-mime-security-button): Make a button overlay without the
11222         front stickiness.
11223         (gnus-mime-display-security): Goto the end of a button.
11224
11225         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11226
11227 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11230         group-name-at-point.
11231         (gnus-group-completing-read): New function that offers decoded
11232         non-ASCII group names for completion.
11233         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11234         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11235         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11236         (gnus-group-fetch-control): Use it.
11237         (gnus-fetch-group): Use group-name-at-point for the initial value
11238         rather than the default value; use gnus-alive-p.
11239
11240         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11241         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11242         (gnus-summary-post-news): Use gnus-group-completing-read.
11243
11244         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11245         (gnus-read-move-group-name): Decode group name for completion.
11246
11247 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11248
11249         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11250         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11251         Yamaoka slightly modified the code).
11252
11253 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11256         (nnmail-split-incoming): Bind it.
11257
11258         * nnml.el (nnml-group-name-charset): New function.
11259         (nnml-decoded-group-name): Use it; don't decode group name if
11260         nnmail-group-names-not-encoded-p is non-nil.
11261         (nnml-encoded-group-name): New function.
11262         (nnml-group-pathname): Inline nnml-decoded-group-name.
11263         (nnml-request-expire-articles): Decode group name in message.
11264         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11265         nnmail-pathname-coding-system.
11266         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11267         not decoded ones according to nnmail-group-names-not-encoded-p.
11268         (nnml-generate-active-info): Use nnml-encoded-group-name.
11269
11270 2007-08-08  Glenn Morris  <rgm@gnu.org>
11271
11272         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11273         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11274         doc-strings and comments.
11275
11276 2007-07-25  Glenn Morris  <rgm@gnu.org>
11277
11278         * Relicense all FSF files to GPLv3 or later.
11279
11280 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-sum.el (gnus-summary-move-article):
11283         Make gnus-summary-respool-article work.
11284
11285 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11288         string.
11289
11290 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11291
11292         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11293         that should be ignored when comparing distant RSS articles with local
11294         ones.
11295         (nnrss-make-hash-index): New function.  Create a hash index according
11296         to the ignored fields.
11297         (nnrss-check-group): Use it.
11298
11299 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11302
11303         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11304
11305         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11306         the new optional argument ENCODED is non-nil.
11307         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11308         coding system for encoding group name.
11309         (gnus-group-make-rss-group): Pass un-encoded group name to
11310         gnus-group-make-group.
11311         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11312         encoded.
11313
11314         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11315         Encode group name to which articles are moved or copied.
11316         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11317         coding system for encoding Newsgroup, Followup-To and Xref headers.
11318
11319         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11320         marks; use nnheader-file-coding-system to write a file.
11321         (nnagent-retrieve-headers): Bind file-name-coding-system to
11322         nnmail-pathname-coding-system.
11323
11324         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11325
11326         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11327         (nnml-request-article, nnml-request-create-group)
11328         (nnml-request-rename-group, nnml-find-id)
11329         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11330         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11331         (nnml-save-marks): Use nnml-group-pathname instead of
11332         nnmail-group-pathname.
11333
11334         (nnml-request-create-group, nnml-request-expire-articles)
11335         (nnml-request-move-article, nnml-request-delete-group)
11336         (nnml-deletable-article-p, nnml-possibly-create-directory)
11337         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11338         (nnml-open-marks): Bind file-name-coding-system to
11339         nnmail-pathname-coding-system.
11340
11341         (nnml-request-article): Pass server argument to nnml-find-group-number.
11342         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11343         Pass server argument to nnml-possibly-create-directory.
11344         (nnml-request-accept-article): Pass server argument to
11345         nnml-active-number and nnml-save-mail.
11346         (nnml-find-group-number): Pass server argument to nnml-find-id.
11347         (nnml-request-update-info): Pass server argument to
11348         nnml-marks-changed-p.
11349
11350         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11351         (nnml-save-mail, nnml-active-number): Add server argument.
11352
11353         (nnml-request-delete-group): Warn if group is missing.
11354         (nnml-get-nov-buffer): Decode group name.
11355         (nnml-generate-active-info): Encode group name.
11356         (nnml-open-marks): Decode group name in messages.
11357
11358 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11361         if it is not specified.
11362         (gnus-article-pipe-part, gnus-article-save-part)
11363         (gnus-article-interactively-view-part, gnus-article-copy-part)
11364         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11365         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11366         (gnus-article-replace-part, gnus-article-delete-part)
11367         (gnus-article-view-part-as-type): Pass raw prefix argument to
11368         gnus-article-part-wrapper.
11369
11370 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-agent.el (gnus-agent-save-active):
11373         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11374
11375         * gnus-cache.el (gnus-cache-save-buffers)
11376         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11377         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11378         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11379         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11380         (gnus-cache-generate-active, gnus-cache-rename-group)
11381         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11382         (gnus-cache-update-overview-total-fetched-for):
11383         Bind file-name-coding-system to nnmail-pathname-coding-system.
11384         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11385         New variables.
11386         (gnus-cache-decoded-group-name): New function.
11387         (gnus-cache-file-name): Use it.
11388         (gnus-cache-generate-active): Use non-decoded group name for active.
11389
11390         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11391         right place.
11392         (gnus-write-active-file): Don't break non-ASCII group names.
11393
11394         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11395         nnmail-pathname-coding-system.
11396
11397         * lpath.el: Bind default-file-name-coding-system,
11398         file-name-coding-system and language-info-alist for XEmacs.
11399
11400         * gnus-uu.el (gnus-uu-decode-save): Typo.
11401
11402 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11405
11406 2007-07-14  David Kastrup  <dak@gnu.org>
11407
11408         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11409         finishing actions if we did not edit the article.
11410
11411 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11414         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11415         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11416         (gnus-agent-flush-group, gnus-agent-flush-cache)
11417         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11418         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11419         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11420         (gnus-agent-regenerate-group)
11421         (gnus-agent-update-files-total-fetched-for)
11422         (gnus-agent-update-view-total-fetched-for):
11423         Bind file-name-coding-system to nnmail-pathname-coding-system.
11424         (gnus-agent-group-pathname): Don't encode file names by
11425         nnmail-pathname-coding-system.
11426         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11427         coding-system-for-write instead of buffer-file-coding-system to
11428         gnus-agent-file-coding-system.
11429
11430         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11431         Decode group name.
11432
11433         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11434
11435         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11436         (gnus-read-newsrc-el-file): Make group names unibyte.
11437
11438         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11439         nnmail-pathname-coding-system.
11440
11441         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11442         (nnrss-request-delete-group): Bind file-name-coding-system to
11443         nnmail-pathname-coding-system.
11444         (nnrss-read-server-data, nnrss-read-group-data):
11445         Bind file-name-coding-system correctly.
11446         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11447
11448         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11449         (nntp-server-to-method-cache): New variable.
11450         (nntp-group-pathname): New function that decodes non-ASCII group names.
11451         (nntp-possibly-create-directory, nntp-marks-changed-p)
11452         (nntp-save-marks, nntp-open-marks): Use it.
11453         (nntp-possibly-create-directory, nntp-open-marks):
11454         Bind file-name-coding-system to nnmail-pathname-coding-system.
11455         (nntp-open-marks): Decode group names when bootstrapping marks.
11456
11457         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11458         Newsgroups and Folowup-To headers.
11459
11460 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11463         (gnus-server-closed-face, gnus-server-denied-face)
11464         (gnus-server-offline-face): Remove variable.
11465         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11466
11467         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11468         of modifying message-stack directly for XEmacs.
11469
11470         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11471         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11472         if the coding-system argument is nil for XEmacs.
11473
11474         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11475         mm-charset-override-alist.
11476
11477         * rfc2047.el: Don't require base64; require rfc2045 for the function
11478         rfc2045-encode-string.
11479         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11480         to quote the parameter value.
11481
11482 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11485         form in gnus-group-name-charset-method-alist.
11486
11487         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11488         overrides the default layout edit-form.
11489
11490         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11491
11492         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11493
11494 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11497         as unfetched articles.
11498
11499 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11502
11503 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11506         original back end that keeps marks in the local system.
11507
11508 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11511         arg of pop-to-buffer for XEmacs.
11512         (gnus-article-read-summary-keys): Ditto; don't restore window
11513         configuration if summary command ends up with neither article buffer
11514         nor summary buffer; describe bindings if summary keys end with C-h.
11515
11516 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * message.el (message-fix-before-sending): Skip raw message part to be
11519         forwarded while checking illegible text.
11520         (message-forward-make-body-mime, message-forward-make-body):
11521         Mark signed or encrypted raw message as having no illegible text.
11522
11523 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11526         (gnus-message-with-timestamp-1): New macro.
11527         (gnus-message-with-timestamp): New function.
11528         (gnus-message): Use them.
11529
11530         * nnheader.el (nnheader-message): Use them.
11531
11532 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11535         .newsrc.eld file.
11536
11537 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-agent.el (gnus-agent-fetch-headers)
11540         (gnus-agent-retrieve-headers):
11541         Bind gnus-decode-encoded-address-function to identity.
11542
11543         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11544         available also when the server returns simply a dot.
11545
11546         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11547
11548 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11551
11552 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-ems.el (gnus-x-splash): Make it work.
11555
11556         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11557         from being used.
11558
11559         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11560
11561 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11564         4th and the 5th arguments.
11565
11566         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11567         the front stickiness.
11568         (gnus-article-summary-command-nosave): Correct the order of the
11569         arguments passed to pop-to-buffer.
11570         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11571         summary command ends up with the article buffer.
11572
11573         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11574         the same faces.
11575
11576 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11577
11578         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11579
11580 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11581
11582         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11583         * gnus-sum.el (gnus-summary-highlight):
11584         * pgg.el (pgg-sign-region, pgg-sign):
11585         * mail-source.el (mail-source-delete-old-incoming-confirm):
11586         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11587
11588 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-art.el (gnus-mime-view-part-externally)
11591         (gnus-mime-view-part-internally): Fix predicate function passed to
11592         completing-read.
11593
11594         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11595
11596         * gnus.el (gnus-update-message-archive-method): Add :version.
11597
11598 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus.el (gnus-update-message-archive-method): New variable.
11601
11602         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11603         according to gnus-message-archive-method if
11604         gnus-update-message-archive-method is non-nil.
11605
11606 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11609         Suggested by Loic Dachary <loic@dachary.org>.
11610         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11611
11612 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * message.el (message-pop-to-buffer): Add switch-function argument.
11615         (message-mail): Pass switch-function argument to it.
11616
11617 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11620         Improve doc string.
11621
11622 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11625         (gnus-header-content)
11626         * gnus-cite.el (gnus-cite-10)
11627         * gnus-srvr.el (gnus-server-closed)
11628         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11629         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11630         (gnus-group-mail-3-empty, gnus-group-mail-low)
11631         (gnus-group-mail-low-empty, gnus-splash)
11632         * message.el (message-header-to, message-header-cc)
11633         (message-header-subject, message-header-other, message-header-name)
11634         (message-header-xheader, message-separator, message-cited-text)
11635         (message-mml): Lighten colors of faces used for dark background.
11636
11637 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11638
11639         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11640         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11641
11642 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11643
11644         * message.el (message-narrow-to-headers-or-head):
11645         Ignore mail-header-separator in the body.
11646
11647 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11650         same as window size.
11651
11652 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11653
11654         * message.el (message-font-lock-keywords): Use message-header-xheader
11655         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11656         ahead of the anything pattern, to get it recognised.
11657
11658 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11661         spam.el loads uses it in the compiled defadvice form.
11662
11663 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11664
11665         * gnus-sum.el (gnus-articles-to-read)
11666         (gnus-summary-insert-old-articles): Don't truncate group name for
11667         `read-string'.
11668
11669         * gnus-util.el (gnus-limit-string): Delete this function.
11670
11671         * gnus-sum.el (gnus-simplify-subject-fully):
11672         Use `truncate-string-to-width' instead.
11673
11674 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11675
11676         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11677         Tell if, on summary exit, the next group has to be selected.
11678         (gnus-summary-exit): Use it.
11679
11680 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11683         non-break space.
11684
11685 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11688         Check if group is not a directory.
11689         (nnfolder-request-expire-articles): Don't delete articles if the target
11690         group is not available.
11691
11692         * nnml.el (nnml-request-create-group): Properly check if group is not a
11693         file.
11694         (nnml-request-expire-articles): Don't delete articles if the target
11695         group is not available.
11696
11697         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11698         Don't quote characters that are within parentheses.
11699
11700 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11703         (gnus-handle-ephemeral-exit): Select article according to it.
11704
11705 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-insert-formated-citation-line): Remove newline.
11708         (message-citation-line-format): Add final \n here so that the user can
11709         avoid a blank line.
11710
11711 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11712
11713         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11714         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11715         Update lanl/arXiv support.
11716
11717 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus.el: Bump version number.
11720
11721 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * gnus.el (gnus-version-number): Bump version.
11724
11725 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11726
11727         * gnus.el: No Gnus v0.6 is released.
11728
11729 2007-04-27  Didier Verna  <didier@xemacs.org>
11730
11731         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11732         * gmm-utils.el (gmm-regexp-concat): ... here.
11733         * message.el: Don't require 'gnus-util.
11734         (message-dont-reply-to-names): Handle name change above.
11735         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11736
11737 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11740         since the initial value varies according to the system.
11741
11742 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11745
11746 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11747
11748         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11749
11750 2007-04-24  Didier Verna  <didier@xemacs.org>
11751
11752         Improve the type of gnus-ignored-from-addresses.
11753         * gnus-util.el (gnus-orify-regexp): New function.
11754         * message.el (gnus-util): Require it.
11755         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11756         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11757         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11758
11759 2007-04-24  Didier Verna  <didier@xemacs.org>
11760
11761         * gnus-sum.el:
11762         * gnus-utils.el: Fix some trailing whitespaces.
11763
11764 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11767         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11768         article's Message-ID; refer parent article in summary buffer.
11769
11770         * message.el (message-bounce): Call mime-to-mml.
11771
11772         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11773         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11774         optimize and/or forms properly.
11775
11776 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11779         URL.
11780
11781 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11784
11785 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11788         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11789         displayed of multipart/alternative part if it is invoked from summary
11790         buffer.
11791
11792         * mm-view.el (mm-inline-text-html-render-with-w3m)
11793         (mm-inline-text-html-render-with-w3m-standalone)
11794         (mm-inline-render-with-function): Use mail-parse-charset by default.
11795
11796 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11797
11798         * parse-time.el (parse-time-string-chars): Check if CHAR
11799         is less than the length of parse-time-syntax.
11800
11801 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11804         from gnus-newsgroup-processable.
11805
11806 2007-04-16  Didier Verna  <didier@xemacs.org>
11807
11808         * gnus-msg.el (gnus-configure-posting-styles):
11809         Handle message-signature-directory properly with :file syntax.
11810         Reported by "Leo".
11811
11812 2007-04-11  Didier Verna  <didier@xemacs.org>
11813
11814         New user option: message-signature-directory.
11815         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11816         * message.el (message-insert-signature): Ditto.
11817         * message.el (message-signature-file): Doc update.
11818         * message.el (message-signature-directory): New.
11819
11820 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-msg.el (gnus-inews-yank-articles):
11823         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11824
11825 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * message.el (message-yank-original): Make sure cited text ends with
11828         newline; don't exchange point and mark.
11829
11830 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11831
11832         * tls.el (open-tls-stream): Properly handle case where there
11833         is no associated buffer.
11834
11835 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11836
11837         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11838         message-yank-original, make sure (< mark TEXT point).
11839
11840 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * message.el (message-fill-column): New variable.
11843         (message-mode): Use it.  Add comment on a possible new hook.
11844
11845         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11846         (nnmail-get-new-mail): Reformat.
11847
11848         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11849
11850         * gmm-utils.el: Fix Commentary.
11851         (gmm-tool-bar-from-list): Fix typo in doc string.
11852
11853 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11854
11855         * message.el (message-yank-original): Don't switch point and mark
11856         unnecessarily to put point and mark as documented.
11857
11858 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11861         from the message heads.
11862
11863 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11864
11865         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11866         article buffer does not have a window.  This may not be the best
11867         solution but is certainly better than setting the start of the null,
11868         that is the current, window.
11869
11870 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11873         (gnus-draft-setup): Run it.
11874
11875         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11876         gnus-score-fast-scoring.  Allow regexp.
11877         (gnus-score-headers): Use it.
11878
11879         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11880         XEmacs.
11881
11882         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11883         string.
11884         (gnus-button-alist): Also catch `<f1> k ...'.
11885         (gnus-treat-display-x-face): Fix doc string.
11886
11887 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11888
11889         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11890         evaluation of gnus-extended-version to ensure correct generation of the
11891         User-Agent header when message-generate-headers-first is used.
11892
11893 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11894
11895         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11896         hashcash-path is nil.  Don't call callback with incorrect number of
11897         parameters if val is 0.
11898
11899 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * message.el (message-required-news-headers):
11902         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11903
11904 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11905
11906         * tls.el (open-tls-stream): In handshake-waiting loop,
11907         don't wait more if there is output available to process.
11908
11909 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11910
11911         * tls.el (tls-program): Doc fix.
11912
11913 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * message.el (message-generate-new-buffers): Change the meaning of the
11916         nil value; add `standard' to the choices; treat t as `unique'; improve
11917         doc string.
11918         (gnus-select-frame-set-input-focus): Autoload.
11919         (message-buffer-name): Search for the existing message buffer if
11920         message-generate-new-buffers is nil or `standard'; treat the value t of
11921         message-generate-new-buffers as `unique'.
11922         (message-pop-to-buffer): Raise the frame already displaying the message
11923         buffer; clear the echo area after querying.
11924         (message-setup): Pass the `continue' argument to compose-mail.
11925         (message-mail): Prefer `switch-function' if it is given; search for the
11926         existing message buffer if the `continue' argument is non-nil; pass
11927         continue and switch-function arguments to compose-mail by way of
11928         message-setup.
11929         (message-mail-other-window): Adjust argument of message-setup.
11930         (message-mail-other-frame): Ditto.
11931
11932 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11935         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11936         to turn font-lock on when turning gnus-message-citation-mode on.
11937
11938 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11939
11940         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11941         (mml-smime-function-alist): New variable; add epg as the backend.
11942         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11943         mml-smime- functions instead.
11944         * mm-view.el: Require smime.
11945
11946 2007-03-05  Didier Verna  <didier@xemacs.org>
11947
11948         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11949         instead of just inheritance for posting styles.
11950         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11951
11952 2007-02-24  Chris Moore  <dooglus@gmail.com>
11953
11954         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11955         * pgg-pgp.el (pgg-pgp-encrypt-region):
11956         * pgg-gpg.el (pgg-gpg-encrypt-region):
11957         Check pgg-encrypt-for-me if no other recipients.
11958
11959 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11960
11961         * tls.el (tls-certtool-program): Fix custom type.
11962
11963 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11966         and point-at-eol instead of line-(beginning|end)-position.
11967
11968         * assistant.el (assistant-parse-buffer): Ditto.
11969
11970         * netrc.el (netrc-parse-services): Ditto.
11971
11972 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11973
11974         * mml2015.el (mml2015-epg-find-usable-key): New function.
11975         (mml2015-epg-sign): Use it.
11976         (mml2015-epg-encrypt): Use it.
11977
11978 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * message.el (message-make-in-reply-to): Quote name containing
11981         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11982         if there are special characters.  Reported by NAKAJI Hiroyuki
11983         <nakaji@jp.freebsd.org>.
11984
11985 2007-02-27  Didier Verna  <didier@xemacs.org>
11986
11987         Include the group parameters as well as the topic ones in the
11988         inheritance filter process.
11989         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11990         argument GROUP-PARAMS-LIST.
11991         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11992
11993 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * nntp.el (nntp-never-echoes-commands)
11996         (nntp-open-connection-functions-never-echo-commands): New variables.
11997         (nntp-send-command): Use them.
11998
11999 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12000
12001         * mml2015.el (mml2015-epg-verify): Simplify.
12002
12003 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * mml.el (mml-content-disposition-alist): New user option.
12006         (mml-content-disposition): New function.
12007         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12008         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12009
12010 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12011
12012         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12013         verification.
12014
12015 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12016
12017         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12018         articles posted in the last 24 hours.
12019
12020 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12021
12022         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12023
12024 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12025
12026         * nntp.el (nntp-send-command): Don't wait for echoes when
12027         nntp-open-ssl-stream is used.
12028
12029 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12032         (gnus-message-add-citation-keywords)
12033         (gnus-message-remove-citation-keywords): Remove.
12034         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12035         directly, make the variables in font-lock-defaults buffer-local, add
12036         gnus-message-citation-keywords to them and then update the value of
12037         font-lock-keywords.
12038
12039 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * message.el (message-cite-original-1): Don't call
12042         gnus-article-highlight-citation.
12043
12044         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12045         citations; fix line count.
12046
12047 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12050         (gnus-message-add-citation-keywords)
12051         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12052         versions of font-lock-add-keywords and font-lock-remove-keywords to
12053         work with XEmacs correctly.
12054
12055 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-cite.el (gnus-cite-face-list): Set the values of
12058         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12059         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12060         (gnus-message-cite-prefix-regexp): New variable.
12061         (gnus-message-search-citation-line): Use it; protect against long
12062         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12063         the 0th match data for Emacs.
12064         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12065         (gnus-message-add-citation-keywords): Append keywords rather than
12066         prepending; emulate font-lock-add-keywords if it is not available.
12067         (gnus-message-remove-citation-keywords):
12068         Emulate font-lock-remove-keywords if it is not available.
12069
12070         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12071
12072         * message.el (message-cite-prefix-regexp): Set the value of
12073         gnus-message-cite-prefix-regexp.
12074
12075 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12076
12077         * nnweb.el (nnweb-google-parse-1): Update parser.
12078
12079 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12080
12081         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12082
12083 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12084
12085         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12086         regexp.
12087
12088 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12091         string-to-multibyte.
12092         (uudecode-decode-region-internal): Use it.
12093
12094         * lpath.el: Fbind string-as-multibyte for XEmacs.
12095
12096 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12099         Fix custom choice.
12100
12101         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12102
12103 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12104
12105         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12106
12107         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12108         `write-region' to respect `mm-inhibit-file-name-handlers'.
12109
12110 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12113         Use gnus-home-directory instead of "~/" or "$HOME".
12114
12115 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12116
12117         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12118         to mention filename.
12119         Add comments at beginning regarding usage.
12120         (encrypt-write-file-contents): Change interactive so a string is
12121         acceptable.  If the file has no associated model, show an error instead
12122         of a nonsense prompt.
12123
12124 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12125
12126         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12127         Thanks to Yoshihiko Yamada for kind notification of this typo.
12128
12129 2007-01-12  Kenichi Handa  <handa@m17n.org>
12130
12131         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12132         multibyte buffer.
12133
12134 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * gnus-score.el (gnus-score-fast-scoring): New variable.
12137         (gnus-score-headers): Use it.
12138
12139         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12140
12141         * message.el (message-cite-original-1):
12142         Call gnus-article-highlight-citation if requested.
12143         (message-make-from): Allow name and address as optional arguments.
12144
12145         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12146
12147         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12148         bugs to doc string.
12149         (gnus-button-alist): Add mid\\|message-id.
12150         (gnus-button-fetch-group): Extend for use in
12151         `browse-url-browser-function'.
12152         (gnus-button-url-regexp): Try to catch paired parentheses like in
12153         Wikipedia URLs.
12154
12155         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12156         Suggested by Simon Krahnke <overlord@gmx.li>.
12157
12158 2007-01-13  Romain Francoise  <romain@orebokech.com>
12159
12160         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12161         Update copyright.
12162
12163 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12164
12165         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12166
12167 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * gnus-registry.el (gnus-registry-unfollowed-groups)
12170         (gnus-registry-split-fancy-with-parent): Fix documentation.
12171
12172 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12173
12174         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12175         from nnweb groups.
12176
12177 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12178
12179         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12180         Xref urls.  Erase buffer before requesting head.
12181
12182         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12183
12184 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12187         customizable.
12188
12189 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12190
12191         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12192         no signing key is found.
12193         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12194         no encrypting and/or signing key is found.
12195
12196 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12199
12200 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12201
12202         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12203         headers read from disk with the ones newly found in the current search.
12204         This should no longer cause problems, because the article numbers in
12205         Gmane's `nov.php' output are ignored since the previous change.
12206
12207 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12208
12209         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12210
12211 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12214         replace-regexp-in-string; bind url-version; fbind display-images-p and
12215         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12216         find-face and set-itimer-function for Emacs; bind itimer-list for
12217         Emacs.
12218
12219         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12220
12221 2007-01-01  Romain Francoise  <romain@orebokech.com>
12222
12223         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12224
12225 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12226
12227         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12228         `define-minor-mode' macro definition expanded properly.
12229         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12230         exclude it there.
12231
12232         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12233         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12234         `fboundp' test.
12235         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12236         This is OK to autoload in (S)XEmacs now.
12237
12238 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12239
12240         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12241         keystroke.
12242         (gnus-summary-limit-to-singletons): Fix typo.
12243
12244         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12245         else fails.
12246
12247 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12248
12249         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12250         docstring.
12251
12252         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12253         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12254         (gnus-summary-insert-dormant-articles): Fix typo in message.
12255
12256 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12259         nil for XEmacs.
12260         (gnus-message-citation-mode): Don't autoload in XEmacs.
12261
12262         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12263
12264 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12265
12266         * nnimap.el (nnimap-expunge-search-string):
12267         Mention nnimap-search-uids-not-since-is-evil in docstring.
12268
12269 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * spam.el: Revert to make-obsolete-variable because
12272         define-obsolete-variable-alias is not supported in Emacs 21.
12273
12274         * spam.el (spam-ifile-path, spam-ifile-database-path)
12275         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12276         make-obsolete-variable.
12277         (spam-bsfilter-path, spam-bsfilter-program)
12278         (spam-spamassassin-path, spam-spamassassin-program)
12279         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12280         Don't use "path" inappropriately.
12281         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12282         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12283         variable names.
12284
12285 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12286
12287         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12288         summary buffer.
12289
12290         * password.el (password-cache-remove): Use clear-string to burn
12291         password, if available.
12292
12293 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12296
12297         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12298
12299         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12300         (gnus-message-highlight-citation): Move defcustom here from
12301         gnus-cite.el.
12302         (gnus-message-citation-mode): Autoload.
12303
12304         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12305         checks to make it compile with XEmacs.
12306         (gnus-message-citation-mode): New minor mode.
12307         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12308         (gnus-message-highlight-citation): New variables.
12309         (gnus-message-search-citation-line)
12310         (gnus-message-add-citation-keywords)
12311         (gnus-message-remove-citation-keywords)
12312         (turn-on-gnus-message-citation-mode)
12313         (turn-off-gnus-message-citation-mode): New functions.
12314
12315 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12316
12317         * gnus-cite.el: Enable highlighting of different citation levels in
12318         message-mode.
12319
12320 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * message.el (message-make-fqdn): Fix comment.
12323         (message-bogus-system-names): Add ".local".
12324
12325         * spam.el (spam-ifile-path, spam-ifile-program)
12326         (spam-ifile-database-path, spam-ifile-database)
12327         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12328         Don't use "path" inappropriately.
12329         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12330         strings.
12331         (spam-check-ifile, spam-ifile-register-with-ifile)
12332         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12333         Use new variable names.
12334
12335         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12336         (gnus-treat-display-smileys): Simplify using
12337         gnus-image-type-available-p.
12338
12339         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12340         available.
12341
12342         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12343         Use `display-images-p' if available.
12344
12345 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12348         one after turning on the buffer's multibyteness instead of decoding
12349         them directly in the unibyte buffer that causes unexpected conversion
12350         in Emacs 23 (unicode).
12351
12352 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12353
12354         * message.el (message-generate-hashcash): Fix custom type.
12355
12356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12359
12360 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12363         disconnect icons.  Add help text.
12364
12365 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12366
12367         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12368         negated to be consistent with the others we handle.
12369
12370 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12373         version of gnus-summary-buffer to something, so that we can use two
12374         article buffers at the same time.
12375
12376 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12377
12378         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12379         trigger all the extra headers.
12380         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12381         sorting.
12382
12383 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12384
12385         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12386         solid groups.
12387
12388 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12389
12390         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12391
12392 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12393
12394         * legacy-gnus-agent.el: Add Copyright notice.
12395
12396 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12397
12398         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12399
12400 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12403
12404         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12405         to make it work reliably in CVS Emacs.
12406         (gnus-summary-limit-strange-charsets-predicate)
12407         (gnus-summary-limit-to-predicate): New functions.
12408
12409 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12410
12411         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12412         specifying array size.
12413         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12414         array if it is too small.
12415         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12416         (gnus-sort-threads-loop): New function.
12417
12418 2006-12-06  Chris Moore  <dooglus@gmail.com>
12419
12420         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12421         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12422
12423 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12424
12425         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12426         options.
12427
12428 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12431         DOS-ing the recipient.
12432
12433         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12434         the headers when creating the mapping to avoid mismappings.
12435         (nnweb-gmane-create-mapping): Always nix out old mapping.
12436
12437 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12440         and mm-verify-option to never.
12441
12442 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * message.el (message-signed-or-encrypted-p): New function.
12445         (message-forward-make-body): Use it.
12446
12447         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12448         Replace encode-coding-string with mm-encode-coding-string.
12449
12450 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * nneething.el (nneething-decode-file-name):
12453         Replace decode-coding-string with mm-decode-coding-string.
12454
12455         * gnus-int.el (gnus-open-server): Say failed server's name.
12456
12457 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12458
12459         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12460         strings to a single string.  Quote `errors-file-name'.
12461         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12462         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12463         Adjust calls.  Use `shell-quote-argument'.
12464
12465 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12466
12467         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12468         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12469
12470         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12471         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12472         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12473         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12474         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12475         (gnus-subscribe-newsgroup, gnus-1):
12476         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12477         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12478         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12479         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12480
12481 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12484         keystroke.
12485         (gnus-summary-limit-to-bodies): Implement headersp.
12486
12487 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12488
12489         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12490
12491 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12494
12495 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * message.el (message-generate-hashcash): Expand range of values to
12498         include `opportunistic'.
12499         (message-send-mail): Use it.
12500
12501 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12502
12503         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12504         and comment it.
12505
12506         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12507
12508 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-util.el (gnus-extract-address-components): Improve comment.
12511
12512 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-util.el (gnus-extract-address-components): Work with address in
12515         which the name portion contains @.
12516
12517         * lpath.el: Fbind custom-autoload.
12518
12519 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * gnus.el (gnus-start): Move custom group up.
12522         (gnus-select-method): Don't autoload, but make it available for
12523         `customize-variable'.
12524         (gnus-getenv-nntpserver): Don't autoload.
12525
12526 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12527
12528         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12529
12530 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * message.el (message-sendmail-extra-arguments): New variable.
12533         (message-send-mail-with-sendmail): Use it.
12534
12535 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12538         mm-with-unibyte-current-buffer to make string unibyte.
12539
12540         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12541         mm-string-as-multibyte.
12542
12543 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12544
12545         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12546         Reported by Werner Koch <wk@gnupg.org>.
12547
12548 2006-11-14  Daiki Ueno  <ueno@p360>
12549
12550         * mml2015.el: Autoload epa-select-keys when compiling.
12551
12552 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12553
12554         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12555         message-options.
12556         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12557
12558 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12559
12560         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12561         EasyPG (< 0.0.6).
12562         (mml2015-always-trust): New user option.
12563         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12564         prompt.
12565
12566 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * nntp.el (nntp-authinfo-force): New variable.
12569         (nntp-send-authinfo): Use it.
12570
12571 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12574         decode encoded words.  Improve prompt.  Add comment about forwarding.
12575         (message-replacement-char): Move up.
12576
12577 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12578
12579         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12580         instead of gnus-intersection because arguments of gnus-sorted-nunion
12581         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12582
12583 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12584
12585         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12586         (message-simplify-subject-functions):
12587         Enable message-strip-subject-encoded-words by default.
12588
12589 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * message.el (message-strip-subject-encoded-words): New function.
12592         (message-simplify-subject-functions): New variable.
12593         (message-simplify-subject): Use it.  Fix typo in doc string.
12594         Support message-strip-subject-encoded-words.
12595
12596 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12597
12598         * gnus-diary.el (gnus-diary-delay-format-function):
12599         * nndiary.el (nndiary-reminders):
12600         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12601
12602 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-art.el (article-hide-boring-headers): Fetch date from
12605         gnus-original-article-buffer to avoid problems with localized date
12606         strings.
12607
12608 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12611
12612 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12615         New variables.
12616         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12617         (mm-charset-synonym-alist): Move some entries to
12618         mm-codepage-iso-8859-list.
12619         (mm-charset-synonym-alist, mm-charset-override-alist):
12620         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12621
12622 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12625
12626 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12629         with Emacs 21 and XEmacs.
12630
12631 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * spam.el (spam-parse-address): New function for better parsing,
12634         catching errors, etc.
12635         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12636
12637 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * mm-view.el: Add interactive arg to html2text autoload.
12640
12641 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12644
12645 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12648         New variables.
12649         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12650         (mm-charset-synonym-alist): Move some entries to
12651         mm-codepage-iso-8859-list.
12652
12653         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12654
12655 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * message.el (message-citation-line-format)
12658         (message-insert-formated-citation-line): Fix implementation of %E, %N
12659         and %n according to the doc string.
12660
12661 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12662
12663         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12664         Use car-safe to avoid bad parses.
12665
12666 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12669         names.
12670
12671         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12672
12673 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12676         header.
12677
12678         * message.el (message-draft-headers): Add Date.
12679         (message-headers-to-generate): Fix typo in docstring.
12680
12681         * nndraft.el (nndraft-required-headers): New variable.
12682         (nndraft-generate-headers): Use it.
12683
12684         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12685
12686 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12687
12688         * gnus-registry.el (gnus-registry-wash-for-keywords)
12689         (gnus-registry-find-keywords): New functions to allow easy searching of
12690         articles that are in the registry.
12691
12692 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12693
12694         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12695         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12696         Reported by Damien Elmes <damien@repose.cx>.
12697
12698 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * gnus.el (gnus-mime): Remove unused custom group.
12701
12702 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12703
12704         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12705         "blank line" when searching for end of armor headers.
12706
12707 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gmm-utils.el (gmm-write-region): Fix variable name.
12710
12711 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gmm-utils.el (gmm-write-region): New function based on compatibility
12714         code from `mm-make-temp-file'.
12715
12716         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12717
12718         * nnmaildir.el (nnmaildir--update-nov)
12719         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12720         Use `gmm-write-region'.
12721
12722 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12725         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12726
12727         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12728
12729         * message.el (message-replacement-char): New variable.
12730         (message-fix-before-sending): Use it.
12731         (message-simplify-subject): New function to remove duplicate code.
12732         (message-reply, message-followup): Use it.
12733
12734         * gnus-sum.el (gnus-summary-make-menu-bar):
12735         Clarify gnus-summary-limit-to-articles.
12736
12737 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-util.el (gnus-with-local-quit): New macro.
12740
12741         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12742
12743 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12744
12745         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12746         ignore non-string data.
12747
12748 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12749
12750         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12751         non-string data (needs to be done in the registry too).
12752
12753 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12754
12755         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12756         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12757         (gnus-registry-split-fancy-with-parent)
12758         (gnus-registry-fetch-simplified-message-subject-fast)
12759         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12760         Remove text properties on ingress into the registry and when it's saved.
12761         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12762         registry from entries with no groups.
12763
12764 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12765
12766         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12767         function to remove string properties.
12768
12769 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gmm-utils.el (gmm): Adjust custom version.
12772
12773         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12774         Adjust custom version.
12775
12776         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12777
12778 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * gnus-art.el (gnus-insert-prev-page-button)
12781         (gnus-insert-next-page-button): Simplify.  Reformat.
12782
12783 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12784
12785         * gnus-art.el (gnus-insert-prev-page-button)
12786         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12787
12788 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12789
12790         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12791
12792 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12793
12794         * gnus-art.el (gnus-insert-mime-button)
12795         (gnus-insert-mime-security-button):
12796         Apply gnus-article-button-face to MIME and security buttons.
12797
12798 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12801         readable.
12802
12803 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12806
12807 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12808
12809         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12810         `browse-url-of-file' instead of `browse-url'.
12811
12812 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12813
12814         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12815         regexp.  Articles containing quotation were cut prematurely.
12816
12817 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * message.el (message-cite-original-1): Use nobody by default for the
12820         value of From header.
12821         (message-reply): Ditto.
12822
12823 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12824
12825         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12826         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12827         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12828
12829 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12832         mails in the doc string.  Add some URLs in comment.
12833         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12834
12835 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12838         backslashes handling and the way to find boundaries of quoted strings.
12839
12840 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12841
12842         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12843         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12844         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12845         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12846
12847 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12850         doc string.
12851         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12852
12853 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * lpath.el: Fbind epg-check-configuration.
12856
12857 2006-09-06  Simon Josefsson  <jas@extundo.com>
12858
12859         * mml2015.el (mml2015-use): Doc fix, mention epg.
12860
12861 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12862
12863         * mml2015.el (mml2015-use): Default to epg, if available.
12864
12865 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12866
12867         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12868         message-sender.
12869         (mml1991-epg-encrypt): Ditto.
12870         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12871         message-sender.
12872         (mml2015-epg-encrypt): Ditto.
12873
12874 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12875
12876         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12877         several common directories.
12878
12879 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12880
12881         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12882         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12883
12884 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * gnus-art.el (article-decode-encoded-words): Make it fast.
12887
12888 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12891
12892         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12893         in quoted string into `\'.
12894
12895 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12898         Use standard-syntax-table.
12899
12900 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-art.el (gnus-decode-address-function): New variable.
12903         (article-decode-encoded-words): Use it to decode headers which are
12904         assumed to contain addresses.
12905         (gnus-mime-delete-part): Remove useless `or'.
12906
12907         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12908         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12909         (gnus-nov-parse-line): Use it to decode From header.
12910         (gnus-get-newsgroup-headers): Ditto.
12911         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12912
12913         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12914         (mail-decode-encoded-address-string): New alias.
12915
12916         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12917         New function.
12918         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12919         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12920         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12921         (rfc2047-decode-string): Ditto.
12922         (rfc2047-decode-address-region): New function.
12923         (rfc2047-decode-address-string): New function.
12924
12925 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * message.el (message-caesar-buffer-body): Allow rotating headers.
12928
12929         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12930
12931         * message.el (message-insert-formated-citation-line): Fix %f.
12932         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12933
12934 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12937         (gnus-bookmark-mouse-available-p): New macro.
12938         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12939         (gnus-bookmark-bmenu-show-infos): Use it.
12940         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12941         (gnus-bookmark-bmenu-hide-infos): Ditto.
12942         (gnus-bookmark-remove-properties): New function.
12943         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12944         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12945         (gnus-bookmark-write-file): Bind coding-system-for-write.
12946         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12947         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12948         group before selecting it.
12949         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12950         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12951         quit-window if it is not available; use gnus-mouse-2 and bind it to
12952         gnus-bookmark-bmenu-select-by-mouse.
12953         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12954         (gnus-bookmark-bmenu-select-by-mouse): New function.
12955
12956 2006-08-13  Romain Francoise  <romain@orebokech.com>
12957
12958         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12959         space.
12960
12961 2006-08-10  Romain Francoise  <romain@orebokech.com>
12962
12963         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12964         (dns-mode-soa-auto-increment-serial): New user option.
12965         (dns-mode-soa-maybe-increment-serial): New function.
12966         (dns-mode): Add the latter to `write-contents-functions'.
12967
12968 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * compface.el (uncompface): Use binary rather than raw-text-unix.
12971
12972 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * compface.el (uncompface): Make sure the eol conversion doesn't take
12975         place when communicating with the external programs.
12976         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12977
12978 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12981
12982 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12983
12984         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12985         Make it more robust by parsing author and date independently.
12986
12987 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12990
12991 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12992
12993         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12994         first matching secret key.
12995         (mml2015-epg-encrypt): Ditto.
12996
12997         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12998         first matching secret key.
12999         (mml1991-epg-encrypt): Ditto.
13000
13001         * mml2015.el (mml2015-encrypt-to-self): New user option.
13002         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13003         mml2015-epg-encrypt-to-self is set.
13004
13005         * mml1991.el (mml1991-encrypt-to-self): New variable.
13006         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13007         mml1991-epg-encrypt-to-self is set.
13008
13009         * mml2015.el (mml2015-signers): New user option.
13010         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13011         (mml2015-epg-encrypt): Allow to select signing keys.
13012
13013         * mml1991.el (mml1991-signers): New variable.
13014         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13015         (mml1991-epg-encrypt): Allow to select signing keys.
13016
13017 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * nnheader.el (nnheader-insert-head): Make it work even if the file
13020         uses CRLF for the line-break code.
13021
13022 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13023
13024         * mml2015.el: Require mml-sec instead of password.
13025         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13026         (mml2015-cache-passphrase): Inherit the default value from
13027         mml-secure-cache-passphrase.
13028         (mml2015-passphrase-cache-expiry): Inherit the default value from
13029         mml-secure-passphrase-cache-expiry.
13030
13031         * mml1991.el: Require mml-sec instead of password.
13032         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13033         (mml1991-cache-passphrase): Inherit the default value from
13034         mml-secure-cache-passphrase.
13035         (mml1991-passphrase-cache-expiry): Inherit the default value from
13036         mml-secure-passphrase-cache-expiry.
13037
13038         * mml-sec.el: Require password.
13039         (mml-secure-verbose): New user option.
13040         (mml-secure-cache-passphrase): New user option.
13041         (mml-secure-passphrase-cache-expiry): New user option.
13042
13043 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13044
13045         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13046         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13047         andreas@altroot.de (Andreas Vögele).
13048
13049         FIXME: Use `tiny change'?
13050
13051 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13052
13053         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13054         workaround for the url package included with Emacs.
13055
13056         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13057
13058 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13061         correctly.  This fixes a bug caused by the 2006-05-12 change.
13062
13063 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13064
13065         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13066         some information about the error when saying that the `bogus' mail
13067         group will be used.
13068
13069 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13072         string.
13073
13074 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13075
13076         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13077
13078 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13079
13080         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13081
13082 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13083
13084         * mml1991.el (mml1991-function-alist): Add epg.
13085         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13086         (mml1991-epg-encrypt): New functions.
13087
13088 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13089
13090         * mml2015.el (mml2015-verbose): New variable.
13091         (mml2015-cache-passphrase): Ditto.
13092         (mml2015-passphrase-cache-expiry): Ditto.
13093         (mml2015-function-alist): Add epg.
13094         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13095         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13096         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13097         New functions.
13098
13099 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13100
13101         * message.el (message-cite-original-1): Preserve region when removing
13102         quoted text due to X-No-Archive in order to avoid bogus attribution
13103         when citing multiple messages.
13104
13105 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13106
13107         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13108         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13109
13110 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * gnus-diary.el (gnus-user-format-function-d)
13113         (gnus-user-format-function-D): Autoload.
13114
13115         * imap.el (Commentary): Fix typo.
13116
13117         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13118         2006-04-22 contribution.
13119
13120 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13121
13122         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13123         It didn't really fix the bogosity I'm seeing with solid web groups.
13124
13125 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13126
13127         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13128         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13129         created using server names.  If we use the feature without declaring
13130         it, Gnus does not properly manage server and group state.
13131
13132         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13133         bound.
13134
13135 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13136
13137         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13138         looking up the method using GROUP's prefix before inventing a new one.
13139         It is used on killed/unknown groups in various places where returning
13140         an all-new method isn't expected by the caller.
13141
13142         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13143         and match semantics of gnus-group-real-prefix.
13144
13145 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * nnmail.el (nnmail-broken-references-mailers): New variable.
13148         (nnmail-ignore-broken-references): New function generalizing
13149         nnmail-fix-eudora-headers.
13150         (nnmail-fix-eudora-headers): Now obsolete.
13151
13152         * gnus-art.el (gnus-button-handle-custom):
13153         Support `customize-apropos*'.
13154
13155 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13158
13159         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13160         articles.
13161
13162 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * message.el (message-cite-reply-above): New variable.
13165         (message-yank-original): Use it.
13166
13167 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13170
13171 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13174         as read.
13175
13176         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13177
13178 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13181         (gnus-bookmark-default-file): Use gnus-directory.
13182         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13183         Remove "*" in doc string.
13184         (gnus-bookmark-write-file): Simplify.
13185         (gnus-bookmark-maybe-sort-alist): Use `when'.
13186         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13187         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13188         Add FIXME about Emacs 21 and XEmacs compatibility.
13189         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13190         compatibility.
13191         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13192         compatibility.
13193         (gnus-bookmark-menu-heading): Fix version.
13194
13195 2006-06-19  Bastien Guerry  <bzg@altern.org>
13196
13197         * gnus-bookmark.el: New file.
13198
13199 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * message.el (message-syntax-checks): Doc fix.
13202
13203 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13204
13205         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13206         unsubscribed groups as if they were killed ones.  It causes duplicate
13207         entries in gnus-newsrc-alist.
13208
13209 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * message.el (message-syntax-checks): Doc fix.
13212         (message-send-mail): Add check for continuation headers.
13213         (message-check-news-header-syntax): Fix regexp used to check for
13214         continuation headers.
13215
13216 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13219
13220 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13223
13224 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13227         default-truncate-lines.
13228
13229 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13232         to fill the utf-8 entry.
13233
13234         * lpath.el: Fbind unicode-precedence-list.
13235
13236 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13237
13238         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13239
13240 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13241
13242         * gnus-agent.el (directory-files-and-attributes): Move all the way
13243         forward (the third and final move).
13244         (gnus-agent-read-agentview): Trap reconstruction errors due to
13245         nonexistent directory.  Handle by returning nil.
13246
13247 2006-05-30  Didier Verna  <didier@xemacs.org>
13248
13249         * message.el (message-dont-reply-to-names): Update the custom type.
13250         * message.el (message-dont-reply-to-names): New defsubst: potentially
13251         convert a list of regexps into a single one.
13252         * message.el (message-get-reply-headers): Use it.
13253         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13254
13255 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-agent.el (directory-files-and-attributes): Move forward.
13258
13259 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-ml.el (gnus-mailing-list-subscribe)
13262         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13263         (gnus-mailing-list-message): Fix doc strings.
13264
13265 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13266
13267         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13268         of doing it manually.
13269
13270 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13273         comment.
13274
13275 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13276
13277         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13278         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13279         (gnus-agent-read-local): All symbols allocated in my-obarray.
13280         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13281         (gnus-agent-regenerate-group): Check numeric names to see if they are
13282         messages or groups.
13283         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13284         better way of do this...)
13285
13286         * gnus-cache.el (gnus-agent-total-fetched-for):
13287         Ignore 'dummy.group' (there should be a better way of do this...)
13288
13289 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13292         (gnus-saved-headers): Ditto.
13293         (gnus-default-article-saver): Mention functions may have properties.
13294         (gnus-article-save): Override gnus-save-all-headers and
13295         gnus-saved-headers by :headers property which saver function may have.
13296         (gnus-summary-save-in-file): Add :headers property.
13297         (gnus-summary-write-to-file): Ditto.
13298
13299         * gnus-sum.el (gnus-summary-save-article): Bind
13300         gnus-prompt-before-saving to t when saving many articles in a file;
13301         always show all headers.
13302
13303         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13304
13305 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13308         marks.
13309
13310         * message.el (message-indent-citation): Add optional arguments to allow
13311         using it outside of message buffers.
13312
13313         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13314         (gnus-article-treat-unfold-headers): Use it.
13315         (gnus-article-truncate-lines): New variable.
13316         (gnus-article-mode): Use it.
13317         (gnus-article-toggle-truncate-lines): New function.
13318
13319         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13320         Add gnus-article-toggle-truncate-lines.
13321
13322         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13323         coding system in XEmacs, use binary.
13324
13325 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13328         after-load-alist.
13329
13330         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13331         this function should save decoded articles.
13332         (gnus-summary-write-to-file): Use property to specify this function
13333         should save decoded articles and specify gnus-summary-save-in-file
13334         should be used to save articles other than the first one when saving
13335         many articles.
13336         (gnus-summary-save-body-in-file): Use property to specify this
13337         function should save decoded articles.
13338         (gnus-summary-write-body-to-file): Use property to specify this
13339         function should save decoded articles and specify
13340         gnus-summary-save-body-in-file should be used to save articles other
13341         than the first one when saving many articles.
13342
13343         * gnus-sum.el (gnus-summary-save-article): Simplify.
13344
13345 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-art.el (gnus-default-article-saver):
13348         Add gnus-summary-write-body-to-file.
13349         (gnus-article-save-coding-system): Don't use coding system object
13350         in XEmacs.
13351         (gnus-read-save-file-name): Add optional `dir-var' argument which
13352         specifies directory in which files are saved; work even if optional
13353         `variable' argument is not specified.
13354         (gnus-summary-write-to-file): Read file name.
13355         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13356         (gnus-summary-write-body-to-file): New function.
13357
13358         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13359         (gnus-summary-local-variables): Add it.
13360         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13361         (gnus-summary-save-article): Remove optional `decode' argument;
13362         determine whether to decode articles by the value of
13363         gnus-default-article-saver; when saving many files using
13364         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13365         it first and use gnus-summary-save-in-file or
13366         gnus-summary-save-body-in-file thereafter unless
13367         gnus-prompt-before-saving is always; move point to article which
13368         will be saved.
13369         (gnus-summary-save-article-file): Revert.
13370         (gnus-summary-write-article-file): Revert.
13371         (gnus-summary-save-article-body-file): Revert.
13372         (gnus-summary-write-article-body-file): New function.
13373
13374 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-art.el (gnus-default-article-saver): Doc fix.
13377         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13378         from gnus-summary-save-article-coding-system, and default to a
13379         certain coding system.
13380         (gnus-output-to-file): Add coding cookie and encode text according
13381         to gnus-article-save-coding-system; don't use mm-append-to-file.
13382
13383         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13384         gnus-art.el and rename to gnus-article-save-coding-system.
13385         (gnus-summary-save-article): Require gnus-art; don't show all
13386         headers if it decodes articles; don't add coding cookie here;
13387         don't bind mm-text-coding-system-for-write.
13388         (gnus-summary-save-article-file): Save decoded articles.
13389         (gnus-summary-write-article-file): When saving many files, use
13390         gnus-summary-write-to-file first and gnus-summary-save-in-file
13391         thereafter unless gnus-prompt-before-saving is always.
13392         (gnus-summary-save-article-body-file): Save decoded articles.
13393
13394         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13395
13396 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * nnrss.el (nnrss-check-group): Bind hash-index.
13399
13400 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13401
13402         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13403         its hash index.  Store this hash in `nnrss-group-data'.
13404         (nnrss-read-group-data): Update accordingly.
13405
13406 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13409         entry.
13410
13411         * gnus-sum.el (gnus-summary-make-menu-bar):
13412         Add gnus-article-browse-html-article.
13413
13414 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13415
13416         * gnus-sum.el (gnus-summary-mime-map):
13417         Add gnus-article-browse-html-article.
13418
13419         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13420
13421 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13424         suitable coding systems in customize.
13425
13426 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * mail-source.el (mail-sources): Fix custom type.
13429
13430 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13433         (gnus-summary-expire-articles-now): Shorten prompt.
13434
13435         * gmm-utils.el (wid-edit): Require.
13436         (defun-gmm): Rename from `gmm-defun-compat'.
13437         (gmm-image-search-load-path): Use it.
13438         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13439
13440 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-sum.el (gnus-summary-save-article-coding-system):
13443         New variable.
13444         (gnus-summary-save-article): Add optional `decode' argument.
13445         If it is set and gnus-summary-save-article-coding-system is non-nil,
13446         save decoded article.
13447         (gnus-summary-write-article-file): Save decoded article if
13448         gnus-summary-save-article-coding-system is non-nil.
13449
13450         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13451         type.
13452
13453 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13456
13457 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13460         first to test gnus-single-article-buffer which may be buffer-local.
13461
13462         * gnus-sum.el (gnus-summary-setup-buffer):
13463         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13464         group; make gnus-article-buffer, gnus-article-current, and
13465         gnus-original-article-buffer always buffer-local.
13466         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13467         group.
13468         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13469
13470 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * nnml.el (nnml-request-compact-group): Compressed files might not
13473         have .gz extension.
13474
13475 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13476
13477         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13478         (mm-copy-to-buffer): Use with-current-buffer.
13479         (mm-display-part): Simplify.
13480         (mm-inlinable-p): Add optional arg `type'.
13481
13482 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13485         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13486         Try harder to show the attachment internally or externally using
13487         gnus-mime-view-part-as-type.
13488
13489 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13490
13491         * message.el (message-from-style, message-signature-separator)
13492         (message-user-organization-file, message-send-mail-function)
13493         (message-citation-line-function, message-yank-prefix)
13494         (message-indent-citation-function, message-signature)
13495         (message-signature-file, message-signature-insert-empty-line):
13496         Remove autoloads.
13497
13498         * gnus-art.el (gnus-buttonized-mime-types):
13499         Remove "multipart/signed".  Revert 2006-04-26 change.
13500
13501 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * gnus.el (gnus-version-number): Bump version.
13504
13505 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13506
13507         * gnus.el: No Gnus v0.5 is released.
13508
13509 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13510
13511         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13512         fetching articles by message-id.
13513
13514 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * message.el (hashcash): Require hashcash as normal.
13517
13518         * ecomplete.el (ecomplete-highlight-match-line):
13519         Use point-at-eol.
13520         (ecomplete-highlight-match-line): Use `highlight', because that
13521         face exists in both Emacs and XEmacs.
13522
13523         * message.el (message-display-abbrev): Use point-at-bol.
13524
13525         * mail-source.el: Don't require timer/timer-funcs.
13526
13527         * gnus-async.el: Ditto.
13528
13529         * password.el: Ditto.
13530
13531         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13532
13533         * mm-url.el: Ditto.
13534
13535         * gnus-xmas.el: Don't require timer-funcs.
13536
13537         * mm-util.el: Require timer/timer-funcs.
13538
13539 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13540
13541         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13542         Close.
13543
13544 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13547         unibyte after clear-decrypt function runs.
13548
13549         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13550         returns as a unibyte string.
13551
13552 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * lpath.el: Revert.
13555
13556         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13557         (pgg-gpg-process-sentinel): Revert.
13558
13559         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13560         (pgg-pgp-lookup-key): Revert.
13561
13562         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13563         (pgg-pgp5-lookup-key): Revert.
13564
13565         * pgg.el (pgg-fetch-key): Revert.
13566
13567 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * lpath.el: Fbind string-as-multibyte for XEmacs.
13570
13571         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13572         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13573         (mml1991-pgg-encrypt): Ditto.
13574
13575         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13576         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13577         a multibyte buffer.
13578
13579         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13580         (pgg-pgp-lookup-key): Ditto.
13581
13582         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13583         (pgg-pgp5-lookup-key): Ditto.
13584
13585         * pgg.el (pgg-fetch-key): Ditto.
13586
13587 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * message.el (message-user-organization-file): Check several
13590         locations of the organization file.
13591
13592         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13593         Add gnus-article-view-part-as-type.
13594
13595         * gnus-art.el (gnus-article-view-part-as-type): New function.
13596
13597         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13598         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13599
13600         * mml.el: Simplify autoload.
13601         (mml-mode): defvar dnd-protocol-alist instead of using
13602         symbol-value.
13603         (mml-default-directory): New variable.
13604         (mml-minibuffer-read-file): Use it.
13605         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13606
13607         * message.el (message-citation-line-format): New variable.
13608         (message-insert-formated-citation-line): New function.
13609         (message-citation-line-function):
13610         Add `message-insert-formated-citation-line' to custom type.
13611
13612         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13613         to doc string.
13614
13615         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13616         depending on mm-verify-option.
13617
13618 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13621         binding pgg-* variables; reimplement the section which prevents
13622         MIME header from being signed.
13623         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13624         pgg-text-mode; remove a blank line at the top of body.
13625
13626         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13627         lines at the top of body; use gnus-newsgroup-charset if there's no
13628         Charset header.
13629
13630 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * message.el (message-self-insert-commands): Doc fix.
13633
13634         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13635         (mm-uu-pgp-encrypted-test): Ditto.
13636         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13637         between header and body; return application/pgp-encrypted handle
13638         if decryption failed; decode decrypted body by charset.
13639
13640         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13641         element match to application/pgp-*.
13642
13643 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13644
13645         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13646         HTML.
13647
13648 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13649
13650         * mail-source.el (mail-source-call-script): Message the error
13651         string.
13652
13653 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * gnus-util.el (gnus-byte-compile): Use it.
13656
13657 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13658
13659         * gnus-util.el (kill-empty-logs): New function.
13660
13661 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13662
13663         * message.el (message-mail-alias-type): Doc fix.
13664         (message-mail-alias-type-p): New function.
13665         (message-send): Use it.
13666         (message-mode): Ditto.
13667         (message-strip-forbidden-properties): Ditto.
13668
13669         * ecomplete.el (ecomplete-database-file-coding-system):
13670         New variable.
13671         (ecomplete-save): Use it.
13672         (ecomplete-setup): Use it.
13673
13674 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * message.el (message-self-insert-commands): New variable.
13677         (message-strip-forbidden-properties): Use it.
13678
13679 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13680
13681         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13682         that doesn't make XEmacs choke.
13683
13684 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * gnus-util.el (gnus-replace-in-string):
13687         Prefer replace-regexp-in-string over of replace-in-string.
13688
13689 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-util.el (gnus-select-frame-set-input-focus):
13692         Use select-frame-set-input-focus if it is available in XEmacs; use
13693         definition defined in Emacs 22 for old Emacsen.
13694
13695         * dgnushack.el: Autoload unmorse-region for XEmacs.
13696
13697         * lpath.el: Bind cursor-in-non-selected-windows and
13698         select-frame-set-input-focus for XEmacs.
13699
13700 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13703
13704 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * gnus-registry.el (gnus-registry-cache-save): Remove text
13707         properties when saving via the temp buffer.
13708
13709 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13710
13711         * message.el (message-generate-hashcash): Honor custom type.
13712
13713 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13714
13715         * message.el (message-generate-hashcash): Default to non-nil when
13716         hashcash is found.
13717
13718         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13719         (gnus-refer-thread-limit): Increase default to 500.
13720
13721         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13722
13723         * flow-fill.el (fill-flowed): Allow delete-space.
13724
13725 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13728         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13729         Remove autoloads.
13730
13731 2006-04-18  Simon Josefsson  <jas@extundo.com>
13732
13733         * message.el (message-generate-hashcash): Default to.
13734
13735 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13738         concatenating segments rather than before concatenating them.
13739
13740 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13743
13744 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13745
13746         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13747
13748         * message.el (message-forward-make-body-plain):
13749         Allow message-forward-ignored-headers to be a list.
13750         (message-remove-ignored-headers): Factor out into function.
13751         (message-forward-make-body-mml): Use it.
13752
13753         * imap.el (imap-quote-specials): New function.
13754         (imap-login-auth): Quote specials.
13755
13756         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13757         (rfc2231-parse-string): Allow concatanation of parameters that
13758         aren't contiguous.  The test case is
13759           (mail-header-parse-content-type "message/external-body;
13760             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13761             access-type=LOCAL-FILE;
13762             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13763
13764 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13765
13766         * nntp.el (nntp-accept-process-output): Return the value of
13767         `nnheader-accept-process-output'.
13768
13769 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13770
13771         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13772         (gnus-button-alist): Recognize more diff formats.
13773         (gnus-button-patch): Strip directory.
13774
13775 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13776
13777         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13778         Emacs 22 when setting focus.
13779
13780 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13781
13782         * gnus-art.el (gnus-article-treat-types): Do treatment of
13783         text/x-verbatim parts.
13784         (gnus-button-patch): New command.
13785
13786         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13787         addresses that contain invalid characters.
13788
13789 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13790
13791         * message.el (message-put-addresses-in-ecomplete):
13792         Use gnus-replace-in-string.
13793         (message-is-yours-p): Use the more correct
13794         mail-header-parse-address instead of
13795         mail-extract-address-components.
13796         (message-put-addresses-in-ecomplete): Fix typo.
13797
13798         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13799         keystroke.
13800
13801         * gnus-art.el (gnus-treatment-function-alist): Change order of
13802         newsgroups/generic header folding to avoid double-folding.
13803
13804         * message.el (message-hidden-headers): Add X-Draft-From.
13805
13806         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13807         New command.
13808         (gnus-summary-repeat-search-article-backward): New command.
13809
13810         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13811         groups in the parent topic.
13812
13813 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13814
13815         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13816         (spam-extra-header-to-number): Return the CRM114 number as a
13817         number instead of a string.
13818
13819 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * gnus-art.el (gnus-face-properties-alist): Move here from
13822         gnus-fun.
13823
13824         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13825
13826 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * message.el (message-strip-forbidden-properties): Only display on
13829         self-insert-command.
13830
13831         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13832         reindent.
13833         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13834
13835 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13836
13837         * smiley.el (smiley-style): Fix typo.
13838
13839 2006-03-23  Kenichi Handa  <handa@m17n.org>
13840
13841         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13842         instead of set-buffer-multibyte.
13843
13844 2006-03-23  Kenichi Handa  <handa@m17n.org>
13845
13846         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13847         buffer and then decode the buffer text if necessary.
13848         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13849         first, and after mm-encode-body, change the buffer to unibyte.
13850
13851 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13852
13853         * hashcash.el (hashcash-insert-payment-async-2):
13854         Use message-goto-eoh instead of doing it manually.
13855         (mail-add-payment): Use message-narrow-to-header instead of trying
13856         to do the same itself.
13857
13858         * message.el (message-hidden-headers): Add Face.
13859
13860         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13861         reparenting code.
13862         (gnus-summary-reparent-children): Refactored out code.
13863         (gnus-summary-thread-map): New keystroke.
13864         (gnus-summary-reparent-children): Make into command.
13865
13866         * smiley.el (smiley-style): Default to `medium' if using a large
13867         font.
13868
13869         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13870         does it itself.
13871
13872         * message.el (message-point-in-header-p): Simplify definition.
13873
13874 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13875
13876         * nnagent.el (nnagent-request-set-mark): Silence log file
13877         writing.
13878         (nnagent-request-set-mark): Use write-region instead of
13879         append-to-file.
13880
13881         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13882         strange select method.
13883
13884         * ecomplete.el (ecomplete-display-matches): Get highlightling
13885         right.
13886         (ecomplete-display-matches): Use literals.
13887         (ecomplete-display-matches): Disable message logging.
13888
13889         * message.el (message-display-abbrev): Small optimization.
13890
13891         * ecomplete.el (ecomplete-display-matches): Allow automatic
13892         display.
13893
13894         * message.el (message-strip-forbidden-properties):
13895         Display abbrevs.
13896         (message-display-abbrev): Get automatic display right.
13897
13898         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13899         keystrokes.
13900
13901 2006-04-13  Romain Francoise  <romain@orebokech.com>
13902
13903         TODO: Backport to v5-10!
13904
13905         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13906         Move here (and rename) from gnus-registry.el.
13907
13908         * gnus-registry.el: Require gnus-util.
13909         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13910
13911 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * gnus-group.el (gnus-group-catchup-current):
13914         Change if-then-else-if-then-else into cond.
13915         (gnus-group-catchup): Indent.
13916         (group-name-at-point): New function.
13917         (gnus-fetch-group): Provide default from thing at point.
13918
13919 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13920
13921         * message.el (message-display-abbrev): Fix regexp.
13922
13923         * ecomplete.el (ecomplete-highlight-match-line):
13924         Reimplement choosing.
13925         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13926         dead variables.
13927
13928         * message.el (message-newline-and-indent): Remove debugging.
13929         (message-display-abbrev): Use new implementation.
13930
13931 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-art.el (gnus-article-mode):
13934         Set cursor-in-non-selected-windows to nil.
13935
13936         * smiley.el: Revert previous change.
13937         (smiley-data-directory): defvar it before using it in the
13938         defcustom of `smiley-style'.
13939
13940 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * message.el (message-newline-and-indent): New function.
13943
13944         * ecomplete.el: Implement more bits.
13945
13946         * message.el (message-put-addresses-in-ecomplete): Clean up the
13947         string.
13948
13949         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13950
13951         * gnus-sum.el (gnus-summary-save-parts):
13952         Bind gnus-summary-save-parts-counter and use it to make unique file
13953         names.
13954
13955         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13956
13957         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13958         parameter to say whether to actually parse the individual
13959         addresses.
13960
13961         * message.el (message-put-addresses-in-ecomplete): New function.
13962         (ecomplete): Require.
13963         (message-mail-alias-type): Add ecomplete as an option.
13964
13965 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13966
13967         * flow-fill.el (fill-flowed): Remove trailing space from blank
13968         quoted lines.
13969
13970 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13971
13972         * smiley.el (smiley-style): Move definition later to avoid a
13973         compilation warning.
13974
13975 2006-04-12  Kenichi Handa  <handa@m17n.org>
13976
13977         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13978         buffer and then decode the buffer text if necessary.
13979         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13980         first, and after mm-encode-body, change the buffer to unibyte.
13981         Use mm-disable-multibyte instead of set-buffer-multibyte.
13982
13983 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13986         Content-Type header instead of Content-Disposition header.
13987         (gnus-mime-inline-part): Ditto.
13988         (gnus-mime-view-part-as-charset): Ignore charset that the part
13989         specifies.
13990
13991         * mm-decode.el (mm-display-part): Work with external parts and
13992         usual parts similarly.
13993
13994         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13995         instead of gnus-display-mime.
13996
13997         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13998         instead of with-temp-buffer.
13999
14000         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14001         tag to summarized topics part in order to encode non-ASCII text.
14002
14003 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14004
14005         * smiley.el (smiley-style): New variable.
14006         (smiley-directory): New function.
14007         (smiley-data-directory): Derive from `smiley-style' using
14008         `smiley-directory'.
14009         (smiley-regexp-alist): Add new entries.
14010
14011         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14012         (gnus-article-browse-delete-temp): Add :version.
14013
14014 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14015
14016         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14017         the sieve region.
14018
14019 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020
14021         * gnus.el (gnus-version-number): Bump version.
14022
14023 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus.el: No Gnus v0.4 is released.
14026
14027 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14028
14029         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14030         layout.
14031
14032         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14033         unknown charset.
14034
14035         * message.el (message-header-synonyms): Add Original-To to the
14036         default.
14037
14038         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14039         optional parameter.
14040
14041 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-fun.el (gnus): Require it for gnus-directory.
14044
14045 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14048
14049 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14050
14051         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14052
14053 2006-04-05  Simon Josefsson  <jas@extundo.com>
14054
14055         * password.el (password-reset): New function.
14056
14057 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14058
14059         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14060         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14061
14062 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14063
14064         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14065         Some whitespace was matched into the url, which broke browsing hits
14066         > 100 when mm-url-use-external was nil.
14067
14068 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14069
14070         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14071         Check gnus-extra-headers for 'Newsgroups.
14072
14073         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14074         bound.
14075
14076 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14077
14078         * pgg-gpg.el: Clean up process buffers every time gpg processes
14079         complete.
14080
14081 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14084         doc string.
14085
14086 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14087
14088         * pgg-gpg.el (pgg-gpg-process-filter)
14089         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14090
14091         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14092         lines, temporary fix.
14093
14094 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14097
14098 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14099
14100         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14101         default-enable-multibyte-characters.  This reverts the change from
14102         revision 6.17 which is no longer necessary because the passphrase
14103         is sent separately now.  GnuPG messages are unreadable under
14104         multibyte locales with default-enable-multibyte-characters set to
14105         nil.
14106
14107 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * message.el (message-tool-bar-gnome): Move "spell".
14110
14111 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14114         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14115         instead.
14116
14117 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14118
14119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14120         Improve newsgroups handling for NNTP overviews which don't include
14121         Newsgroups.
14122
14123 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14124
14125         * message.el (message-resend): Bind message-generate-hashcash to nil.
14126
14127 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14128
14129         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14130         when searching for already-paid recipients.
14131
14132 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14133
14134         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14135         passphrases when it is not needed.
14136         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14137         passphrase stuff from gpg, should only be necessary when you use
14138         gpg with a smartcard.
14139
14140 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * mml.el (mml-insert-mime): Ignore cached contents of
14143         message/external-body part.
14144
14145         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14146         (mm-insert-part): Ditto.
14147
14148 2006-03-23  Simon Josefsson  <jas@extundo.com>
14149
14150         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14151         Reiner.
14152         (pgg-gpg-use-agent-p): Use it again.
14153
14154 2006-03-23  Simon Josefsson  <jas@extundo.com>
14155
14156         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14157         older emacsen.
14158         (pgg-gpg-use-agent-p): Don't use it.
14159
14160 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14163         if we can.
14164
14165 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14166
14167         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14168         (pgg-gpg-update-agent): New function.
14169         (pgg-gpg-use-agent-p): New function.
14170         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14171         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14172         (pgg-gpg-sign-region): Use it.
14173
14174 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14177         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14178
14179 2006-03-21  Simon Josefsson  <jas@extundo.com>
14180
14181         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14182         <wilde@sha-bang.de>.
14183         (pgg-gpg-use-agent): New variable.
14184         (pgg-gpg-process-region): Use it.
14185         (pgg-gpg-encrypt-region): Likewise.
14186         (pgg-gpg-encrypt-symmetric-region): Likewise.
14187         (pgg-gpg-decrypt-region): Likewise.
14188         (pgg-gpg-sign-region): Likewise.
14189         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14190
14191 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14194
14195         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14196         Add comment on version.
14197
14198 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * smiley.el: Add missing test smiley.
14201
14202 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * mm-decode.el (mm-with-part): New macro.
14205         (mm-get-part): Use it; work with message/external-body as well.
14206         (mm-save-part): Treat name and filename equally.
14207
14208         * mm-extern.el (mm-extern-cache-contents): New function.
14209         (mm-inline-external-body): Use it; force the part to be displayed;
14210         move undisplayer added to the cached handle to the parent.
14211
14212         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14213         (gnus-mime-view-part-as-type): Work with message/external-body.
14214
14215         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14216
14217 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14220         images in image-load-path.  [Sync with image.el, revision 1.60, in
14221         Emacs.]
14222
14223 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14226         path rather than symbol.  Always return list of directories.
14227         Guarantee that image directory comes first.  [Sync with image.el,
14228         revision 1.59, in Emacs.]
14229
14230         * message.el (message-make-tool-bar): Adjust to new API of
14231         `gmm-image-load-path-for-library'.
14232
14233         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14234
14235         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14236
14237 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14238
14239         * gnus-art.el (gnus-article-only-boring-p):
14240         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14241         intangible text.
14242         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14243
14244 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14247         Use `defun' instead of `gmm-defun-compat'.
14248
14249 2006-03-14  Simon Josefsson  <jas@extundo.com>
14250
14251         * message.el (message-unique-id): Don't use message-number-base36
14252         if (user-uid) is a float.
14253         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14254
14255 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14258
14259         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14260         empty line between a part and a message part.
14261
14262 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * smiley.el: Add more test smileys.
14265         (smiley-data-directory, smiley-regexp-alist)
14266         (gnus-smiley-file-types): Fix doc strings.
14267         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14268         adding new elements.
14269         (smiley-mouse-map): Unused code.  Make it a comment.
14270
14271 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14274         scan latest NoCeM messages instead of old ones.
14275         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14276         delimiters that are recently used.
14277         (gnus-nocem-load-cache): Add autoload cookie.
14278
14279         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14280
14281         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14282         level which is larger than gnus-use-nocem is specified.
14283
14284         * gnus-group.el (gnus-group-get-new-news): Ditto.
14285
14286 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * gnus-util.el (gnus-tool-bar-update): New function.
14289
14290         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14291         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14292
14293         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14294
14295         * gnus-group.el (gnus-group-redraw-when-idle)
14296         (gnus-group-redraw-check): Remove.
14297         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14298
14299 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14302         if optional last element is specified in splits (FIELD VALUE...).
14303
14304 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14307         to gmm-image-load-path-for-library.  Call with no-error argument.
14308         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14309
14310         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14311
14312         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14313
14314         * gmm-utils.el (gmm-image-load-path): Remove alias.
14315
14316 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * gmm-utils.el (gmm-image-load-path): Add alias.
14319
14320         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14321         nnml-generate-nov-databases-1.
14322         (nnml-generate-nov-databases): Use it.
14323         (nnml-generate-nov-databases-directory): Document no-active
14324         argument.
14325
14326         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14327         directory if path is t.  Add no-error.
14328
14329         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14330         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14331
14332         * gnus-art.el (gnus-article-browse-delete-temp-files):
14333         Simplify resetting gnus-article-browse-html-temp-list.
14334
14335         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14336         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14337         Add example to docstring.  Rename local variables.  Move error
14338         checks to default case in cond and simplify.
14339
14340 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14343         handle is multipart when calling it recursively.
14344         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14345
14346 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14347
14348         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14349         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14350
14351 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14354         is loaded.
14355
14356         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14357         loaded.
14358
14359 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14362         to "Emacs 23 (unicode)" in doc string.
14363
14364         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14365         "Emacs 23 (unicode)" in comment.
14366
14367 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14370
14371         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14372         characters 160 through 255 in Emacs 23.
14373
14374 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14377         gnus-article-browse-html-temp.
14378         (gnus-article-browse-delete-temp): Make it customizable.
14379         Add `file'.  Adjust doc string.
14380         (gnus-article-browse-delete-temp-files): Add argument.
14381         Allow query for each file.  Adjust doc string.
14382         (gnus-article-browse-html-parts):
14383         Add `gnus-article-browse-delete-temp-files' to
14384         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14385
14386 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14387
14388         * gnus-art.el (gnus-article-browse-html-temp)
14389         (gnus-article-browse-delete-temp): New variables.
14390         (gnus-article-browse-delete-temp-files): New function.
14391         (gnus-article-browse-html-parts): Use it.
14392
14393 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14394
14395         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14396
14397         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14398         string.
14399
14400         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14401         gnus-summary-insert-new-articles when unplugged.
14402         Remove gnus-summary-search-article-forward.
14403
14404         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14405         display-visual-class instead of display-color-cells.
14406
14407 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * dgnushack.el: Autoload customize-group for XEmacs.
14410
14411         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14412         message/* containing non-ASCII text properly.
14413
14414 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * message.el: Require gmm-utils, remove autoloads.
14417         (message-tool-bar): Set default based on
14418         gmm-tool-bar-style.
14419         (message-tool-bar-gnome): Add gmm-customize-mode.
14420
14421         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14422         gmm-tool-bar-style.
14423         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14424
14425         * gnus-group.el (gnus-group-tool-bar): Set default based on
14426         gmm-tool-bar-style.
14427         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14428
14429         * gmm-utils.el (gmm-image-directory): Rename variable from
14430         gmm-image-load-path.
14431         (gmm-image-load-path): Use gmm-image-directory.
14432         (gmm-customize-mode): New function.
14433         (gmm-tool-bar-style): New variable.
14434
14435         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14436         gnus-group-redraw-line-number.
14437         (gnus-group-redraw-check): Simplify.
14438         (gnus-group-tool-bar-update): Remove redraw check.
14439         (gnus-group-make-tool-bar): Add redraw check.
14440
14441 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14442
14443         * gnus-art.el (gnus-button): Add missing parentheses.
14444
14445 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * lpath.el: Fbind line-number-at-pos.
14448
14449 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14452
14453 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-art.el (gnus-button): New face.
14456         (gnus-article-button-face): Use it.
14457
14458         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14459         Add gnus-summary-next-page.  Re-order.
14460
14461         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14462         next-node are now included.
14463         (gnus-group-redraw-line-number): New internal variable.
14464         (gnus-group-redraw-check): Helper function for updating the tool
14465         bar.
14466         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14467
14468         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14469
14470         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14471         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14472         Use it to match format of Spamassassin 3.0 and later.
14473         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14474         (spam-check-bogofilter)
14475         (spam-bogofilter-register-with-bogofilter): Fix args of
14476         `gnus-error' calls.
14477
14478 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14481         unnecessary interaction when sending queued mails.
14482         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14483
14484 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14487         first or last are nil.
14488
14489 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14490
14491         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14492
14493 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14494
14495         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14496
14497 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14498
14499         * dns.el (query-dns): Protect more against buggy tcp output.
14500
14501 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14504         nov.php.
14505
14506 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14507
14508         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14509         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14510         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14511         output on the server side.
14512         (nnweb-google-create-mapping): Update regexps and add some
14513         progress indication.
14514
14515 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * gnus-group.el (gnus-group-tool-bar-gnome):
14518         Fix gnus-agent-toggle-plugged.  Re-order icons.
14519         (gnus-group-tool-bar-gnome):
14520         Add gnus-group-{prev,next}-unread-group.
14521         (gnus-group-tool-bar-gnome): Re-order icons.
14522
14523         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14524         Move gnus-summary-insert-new-articles.
14525
14526         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14527         Fix comments.
14528
14529         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14530         also available in Emacs 21.3.
14531
14532         * message.el (message-fix-before-sending): Change "Emacs 22" to
14533         "Emacs 23 (unicode)" in comment.
14534
14535         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14536         "Emacs 23 (unicode)" in comment.
14537
14538         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14539         comment.
14540         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14541
14542         * mm-view.el (mm-fill-flowed): Add :version.
14543
14544 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14547         and load-path.
14548
14549 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * message.el: Autoload gmm-image-load-path.
14552         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14553         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14554         consitency.
14555
14556         * gmm-utils.el (gmm-image-load-path): Also search in
14557         "../etc/images".  Don't set gmm-image-load-path if we don't find
14558         the image.
14559
14560 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gmm-utils.el (gmm-image-load-path): Don't make
14563         `gmm-image-load-path' include subdirectories which the second arg
14564         `image' might specify.
14565
14566         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14567         subdirectory to icon file names.
14568
14569         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14570
14571 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14572
14573         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14574         gmm-image-load-path calls.
14575
14576         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14577
14578         * message.el (message-make-tool-bar): Ditto.
14579
14580         * mml.el (mml-preview): Add comment concerning tool bar icons.
14581
14582         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14583         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14584
14585         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14586         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14587
14588         * message.el (message-tool-bar-gnome): Use new icon names.
14589         (message-make-tool-bar): Use `gmm-image-load-path'.
14590
14591         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14592         New functions from MH-E.
14593         (gmm-image-load-path): New variable from MH-E.
14594         (gmm-image-load-path): New function from MH-E.  Add arguments
14595         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14596         *-image-load-path-called-flag.
14597
14598 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14599
14600         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14601
14602 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14603
14604         * nnimap.el (nnimap-request-move-article): Change folder back to
14605         source group before deleting.
14606
14607 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14608
14609         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14610
14611         * gnus-art.el (mm-url-insert-file-contents-external):
14612         Autoload mm-url.
14613
14614         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14615
14616 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14619         coding system which mm-charset-to-coding-system returns for a
14620         given charset is valid.
14621
14622 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14623
14624         * html2text.el (html2text-remove-tag-list):
14625         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14626
14627 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14628
14629         * gnus-cus.el: Revert 2005-10-17 change.
14630
14631 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * gnus-art.el (article-strip-banner):
14634         Call article-really-strip-banner only when the regexp match is made.
14635
14636 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-art.el (article-strip-banner):
14639         Use gnus-extract-address-components instead of
14640         mail-header-parse-addresses to make it work with non-ASCII text;
14641         remove mail-encode-encoded-word-string.
14642
14643         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14644         values which are surrounded with \"...\"; make it never cause a
14645         Lisp error; give up parsing of parameters if it failed in
14646         extracting type.
14647
14648 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14649
14650         * smime.el (smime-cert-by-ldap-1): Fix bug where
14651         `smime-ldap-search' returns results without userCertificates.
14652
14653 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14656
14657 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * spam.el (spam-check-spamassassin-headers): Adapt format for
14660         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14661         <ari@mbf.ocn.ne.jp>.
14662         (spam-list-of-processors): Add spam-use-gmane.
14663
14664 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14667         make-temp-file; make it work with XEmacs as well.
14668
14669         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14670         mm-make-temp-file.
14671
14672         * mm-decode.el (mm-display-external): Use the 3rd arg of
14673         mm-make-temp-file.
14674         (mm-create-image-xemacs): Ditto.
14675
14676 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14679         with message-narrow-to-headers.
14680         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14681         (gnus-draft-check-draft-articles): New function.
14682         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14683
14684 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * gnus-art.el (gnus-article-browse-html-parts):
14687         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14688         Don't use suffix argument for mm-make-temp-file for Emacs 21
14689         compatibility.  Remove useless `format'.
14690
14691 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14692
14693         * nnweb.el (nnweb-google-wash-article): Update regexps.
14694         (nnweb-group-alist): Use defvoo instead of defvar.
14695
14696 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14699         re-loading nn* modules.
14700
14701 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14704         for `tool-bar-mode' and don't check it's default-value.
14705
14706         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14707
14708         * message.el (message-make-tool-bar): Ditto.
14709
14710         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14711         `substring'.  Shorten tmp-file name.
14712
14713         * gnus.el: Remove bogus comment.
14714
14715 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14716
14717         * gnus-art.el (gnus-article-browse-html-parts): New function.
14718         (gnus-article-browse-html-article): New function for viewing html
14719         articles with a browser.
14720
14721 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14722
14723         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14724         in elisp.
14725         (pgg-gpg-encrypt-symmetric-region): Ditto.
14726         (pgg-gpg-sign-region): Ditto.
14727
14728         * pgg-def.el (pgg-text-mode): New variable.
14729
14730         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14731         (mml2015-pgg-encrypt): Ditto.
14732
14733         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14734         (mml1991-pgg-encrypt): Ditto.
14735
14736 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * nnfolder.el (nnfolder-insert-newsgroup-line):
14739         Use message-make-date instead of current-time-string.
14740
14741         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14742         to gnus-decoded which mm-uu might set.
14743
14744 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14747         don't decode quoted parameters; remove misimported Emacs code.
14748         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14749         (rfc2231-decode-encoded-string): Don't use split-string which
14750         behaves differently according to Emacs version; use
14751         mm-decode-coding-region to convert charset to coding-system.
14752         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14753         (rfc2231-encode-string): Remove misimported Emacs code.
14754
14755 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14758         when calling mail-header-parse-content-type.
14759         (article-de-quoted-unreadable): Ditto.
14760         (article-de-base64-unreadable): Ditto.
14761         (article-wash-html): Ditto.
14762
14763         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14764         calling mail-header-parse-content-type and
14765         mail-header-parse-content-disposition.
14766         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14767         mail-header-parse-content-type.
14768
14769         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14770         insert charset and format parameters; encode description after
14771         inserting it to buffer.
14772         (mml-insert-parameter): Fold lines properly even if a parameter is
14773         segmented into two or more lines; change the max column to 76.
14774
14775         * rfc1843.el (rfc1843-decode-article-body): Don't use
14776         ignore-errors when calling mail-header-parse-content-type.
14777
14778         * rfc2231.el (rfc2231-parse-string): Return at least type if
14779         possible; don't cause an error even if it fails in parsing of
14780         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14781         (rfc2231-encode-string): Don't break lines at the beginning, leave
14782         it to mml-insert-parameter.
14783
14784         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14785         calling mail-header-parse-content-type.
14786
14787 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * spam-report.el (spam-report-gmane-use-article-number):
14790         Improve doc string.
14791         (spam-report-gmane-internal): Check if a suitable header was found
14792         in the article.
14793
14794 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14797         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14798
14799 2006-02-05  Romain Francoise  <romain@orebokech.com>
14800
14801         Update copyright notices of all files in the gnus directory.
14802
14803 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14804
14805         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14806
14807 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14810         segmented lines of parameter value to cope with Thunderbird 1.5
14811         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14812         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14813         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14814
14815 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14816
14817         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14818         parts.
14819
14820 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14821
14822         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14823         there's only one active file for all servers.
14824         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14825         solid groups.  Gnus might have used a FAST request to select the group.
14826         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14827         and nnweb-search redundantly in the active file.
14828         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14829         (nnweb-request-create-group): Don't use ARGS.
14830         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14831         initialisations.  Let nnoo do the work.
14832
14833 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14836         Say the part has been decoded.
14837
14838         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14839
14840 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14841
14842         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14843         mailcap-viewer-test-cache when there's no 'test clause, since that
14844         will invert the meaning of a "nil" test previously determined by
14845         mailcap-mailcap-entry-passes-test.
14846
14847 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14850         compiling.
14851
14852         * gnus-sum.el: Ditto.
14853
14854         * message.el: Don't bind tool-bar-map when compiling.
14855
14856 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14859
14860 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14861
14862         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14863         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14864         current Google Groups.
14865
14866 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14869         and tool-bar-mode.
14870
14871         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14872         and tool-bar-mode.
14873
14874         * message.el (message-tool-bar-update): Simplify.
14875         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14876
14877         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14878         gnus-summary-buffer.
14879         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14880         gnus-summary-reply.
14881
14882         * gmm-utils.el (gmm): Add :version.
14883
14884 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * Makefile.in (clean): New rule.
14887         (distclean): Use it.
14888
14889 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14890
14891         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14892         Don't autoload.
14893
14894 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gmm-utils.el (gmm-verbose): Add :group.
14897
14898 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14899
14900         * message.el: Change some comments WRT tool-bars.
14901
14902         * gnus-sum.el (gnus-summary-tool-bar)
14903         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14904         (gnus-summary-tool-bar-zap-list): New variables.
14905         (gnus-summary-make-tool-bar): Complete rewrite using
14906         `gmm-tool-bar-from-list'.
14907
14908         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14909         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14910         New variables.
14911         (gnus-group-make-tool-bar): Complete rewrite using
14912         `gmm-tool-bar-from-list'.
14913         (gnus-group-tool-bar-update): New function.
14914
14915         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14916
14917 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14920         is dissected into a single part of which the type is the same as
14921         the given one; decode charset.
14922
14923 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14924
14925         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14926         into alists as symbol not string, since that's what
14927         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14928         look for.
14929
14930 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14933         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14934
14935         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14936
14937 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14940         (gnus-xmas-mime-security-button-menu): New function.
14941
14942         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14943         (gnus-mime-security-button-menu): New definition.
14944         (gnus-mime-security-button-map): Use them.
14945         (gnus-mime-security-button-menu): New function.
14946         (gnus-insert-mime-security-button): Addition to help echo.
14947         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14948         (gnus-mime-security-pipe-part): New functions.
14949
14950         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14951         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14952
14953         * mm-decode.el (mm-handle-set-disposition): Remove.
14954         (mm-handle-set-description): Remove.
14955
14956 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14959         (mm-w3m-standalone-supports-m17n-p): New function.
14960         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14961         w3m usage.
14962
14963         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14964         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14965
14966 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * message.el (message-tool-bar-zap-list):
14969         Use gmm-tool-bar-zap-list as custom type.
14970         (message-tool-bar-update): New function.
14971         (message-tool-bar, message-tool-bar-gnome)
14972         (message-tool-bar-retro): Add message-tool-bar-update.
14973         (message-tool-bar-gnome): Add flyspell-buffer.
14974
14975         * gnus-util.el (gnus-error): Describe `args'.
14976
14977         * gmm-utils.el (gmm-error): Describe `args'.
14978         (gmm-tool-bar-zap-list): New widget.
14979         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14980
14981 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14984         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14985         the number of recursive calls.
14986
14987         * mm-decode.el (mm-handle-set-disposition): New macro.
14988         (mm-handle-set-description): New macro.
14989
14990 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14993         encoding.
14994
14995 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * message.el (message-tool-bar-zap-list, message-tool-bar)
14998         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14999         (message-tool-bar-local-item-from-menu): Remove.
15000         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15001         (message-make-tool-bar): New function.
15002         (message-mode): Use `message-make-tool-bar'.
15003
15004         * gmm-utils.el: New file.
15005         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15006         (gmm-lazy): New widget copied from `nnmail.el'.
15007         (gmm-tool-bar-from-list): New function for creating customizable
15008         tool bars.
15009         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15010         output.
15011         (gmm): Add :prefix to defgroup.
15012
15013 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15014
15015         * gmm-utils.el (gmm-widget-p): New function.
15016
15017 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * mml.el (mml-attach-file): Describe `description' in doc string.
15020         (mml-menu): Add Emacs MIME manual and PGG manual.
15021
15022 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15023
15024         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15025
15026 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15027
15028         * nntp.el (nntp-end-of-line): Doc fix.
15029
15030 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15031
15032         * imap.el (imap-open): Handle case where buffer is a buffer
15033         object.
15034
15035 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15036
15037         * gnus-delay.el (gnus-delay): Don't autoload.
15038         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15039         to be re-loaded when customizing the `gnus-delay' group.
15040
15041 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15042
15043         * message.el (message-insert-citation-line): Use newlines.
15044
15045 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15046
15047         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15048         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15049         these routines, so the passphrase can be managed externally and
15050         passed in to the system.
15051         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15052         pgg-add-passphrase-to-cache function.
15053
15054         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15055         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15056         these routines, so the passphrase can be managed externally and
15057         passed in to the system.
15058         (pgg-pgp5-sign-region): Use new name of
15059         pgg-add-passphrase-to-cache function.
15060
15061 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15062
15063         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15064         part of the decoded armor to find the key-identifier.
15065         (pgg-gpg-lookup-key-owner): New function to return the
15066         human-readable identifier of a key owner.
15067         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15068         itself.
15069         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15070         the key value) if we have a key and can match it against a secret
15071         key.  Also, added a note pointing out fact that the prompt only
15072         indicates the first matching key.
15073
15074         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15075         pgg-decrypt-region.
15076         (pgg-add-passphrase-to-cache): Rename from
15077         `pgg-add-passphrase-cache' to reduce confusion (all callers
15078         changed).
15079         (pgg-remove-passphrase-from-cache): Rename from
15080         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15081         changed).
15082         (pgg-read-passphrase, pgg-add-passphrase-cache)
15083         (pgg-remove-passphrase-cache): Add informative docstrings.
15084         (pgg-decrypt): Convey provided passphrase in subordinate call to
15085         pgg-decrypt-region.
15086
15087 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15088
15089         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15090         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15091         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15092         'passphrase' argument, so the passphrase can be managed externally
15093         and then passed in to the system.
15094
15095         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15096         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15097         so the passphrase cache can be used reliably with identifiers
15098         besides a pgp packet's key id.
15099
15100         * pgg-gpg.el (pgg-gpg-encrypt-region)
15101         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15102         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15103         these routines, so the passphrase can be managed externally and
15104         passed in to the system.
15105
15106         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15107         'notruncate' argument, so the passphrase cache can be used
15108         reliably with identifiers besides a pgp packet's key id.
15109
15110 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15111
15112         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15113         symmetric encryption.
15114         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15115         encrypted session key.
15116         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15117         message ask for the passphrase in a proper way.
15118
15119         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15120         New user commands for symmetric encryption.
15121
15122 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15125
15126         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15127
15128 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15129
15130         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15131
15132 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * mm-decode.el (mm-inlined-types): Add application/pgp.
15135         (mm-automatic-display): Ditto.
15136
15137         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15138         part as text.
15139
15140 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * nnrss.el: Update copyright.
15143         (nnrss-opml-import): Query whether to subscribe to each entry.
15144
15145         * gnus-art.el:
15146         * gnus-sum.el:
15147         * gnus-xmas.el:
15148         * messagexmas.el:
15149         * mm-uu.el:
15150         * mm-view.el: Update copyright.
15151
15152 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * message.el (message-info): New function.
15155         (message-mode-menu): Add it.
15156         Update copyright.
15157
15158         * ChangeLog: Fix and update copyright.
15159
15160 2006-01-13  Romain Francoise  <romain@orebokech.com>
15161
15162         * message.el (message-forward-subject-name-subject): Prefer the
15163         address to 'nowhere' if the sender has no name.
15164         Fix typo.  Update copyright year.
15165
15166 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * gnus-art.el (article-wash-html):
15169         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15170         (gnus-article-wash-html-with-w3m-standalone): New function.
15171
15172         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15173         mm-inline-text-html-render-with-w3m-standalone.
15174         (mm-text-html-washer-alist): Map w3m-standalone to
15175         gnus-article-wash-html-with-w3m-standalone.
15176         (mm-inline-text-html-render-with-w3m-standalone): New function.
15177
15178 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15181         Improve LaTeX.
15182
15183 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15186         (nnrss-request-article): Render text/plain parts as HTML.
15187
15188         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15189         the buffer.
15190
15191 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15194         custom definition of `gnus-posting-styles'.
15195
15196         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15197         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15198
15199 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15202         Use nntp for bug archive.
15203
15204 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15207         parts.
15208         (nnrss-normalize-date): New function converts ISO 8601 date into
15209         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15210         (nnrss-check-group): Use it.
15211
15212 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15215
15216         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15217         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15218         (nnrss-insert-w3): Ditto.
15219
15220 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15223         the articles to be forwarded including the case where neither a
15224         number of articles nor a region is specified.
15225
15226 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * nnrss.el (nnrss-request-article): Fix last change; fill
15229         text/plain parts.
15230
15231 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15234         in text/plain part.
15235         (nnrss-check-group): Don't add excessive newline to dc:subject.
15236
15237 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15238
15239         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15240         article.
15241
15242 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15245         (nnml-use-compressed-files, nnml-save-mail): Support other
15246         comression programs such as bzip2.
15247
15248 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * dns.el (query-dns): Make sure we check the buffer size before
15251         removing tcp headers.
15252
15253 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15256         remove MIME buttons associated with multipart/alternative parts.
15257         (gnus-mime-display-alternative): Tag buttons using `article-type'
15258         text property.
15259
15260         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15261         associated with multipart/alternative parts.
15262
15263         * gnus-art.el (gnus-signature-separator): Fix custom type.
15264
15265         * mm-decode.el (mm-inlined-types): Fix custom type.
15266         (mm-keep-viewer-alive-types): Ditto.
15267         (mm-automatic-display): Ditto.
15268         (mm-attachment-override-types): Ditto.
15269         (mm-inline-override-types): Ditto.
15270         (mm-automatic-external-display): Ditto.
15271
15272 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * spam-report.el (spam-report-user-mail-address)
15275         (spam-report-user-agent): New variables.
15276         (spam-report-url-ping-plain): Use spam-report-user-agent.
15277
15278 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15279
15280         * gnus-art.el (gnus-button-handle-custom): Do not just use
15281         `customize-apropos' for any "M-x customize-*" button but the
15282         function called for.  Accept both the function name and its
15283         argument in order to achieve this.
15284         (gnus-button-alist): Remove support for "custom:" URL's.
15285         Pass function name to `gnus-button-handle-custom' in case of "M-x
15286         customize-*" buttons.
15287
15288 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15291         multipart/alternative and add xref to mm-discouraged-alternatives
15292         in doc string.
15293
15294         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15295         gnus-buttonized-mime-types in doc string.
15296
15297 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15300         Suggest image/.* in the doc string.
15301
15302 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15303
15304         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15305         message-marks (Debian bug #342521).
15306
15307 2005-12-12  Simon Josefsson  <jas@extundo.com>
15308
15309         * password.el (password-read-from-cache): Add.
15310         (password-read): Use it.
15311
15312 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * rfc2047.el (rfc2047-charset-to-coding-system):
15315         Recognize us-ascii as a MIME charset.
15316
15317         * mm-bodies.el (mm-decode-content-transfer-encoding):
15318         Protect against the case where the 2nd arg TYPE is nil.
15319
15320 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * pop3.el (pop3-stream-type): Fix custom version.
15323
15324         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15325
15326 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15327
15328         * mm-decode.el (mm-display-external): Add missing cdr.
15329
15330 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15333         RFC1524) if it is in mailcap or add a suffix according to
15334         mailcap-mime-extensions when generating a temp filename; postpone
15335         deleting a temp file for 2 seconds for some wrappers, shell
15336         scripts, and so on, which might exit right after having started a
15337         viewer command as a background job.
15338
15339 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * nntp.el (nntp-marks-directory): Fix custom group.
15342
15343         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15344         steps when < 10.
15345
15346         * gnus-start.el (gnus-no-server-1):
15347         Mention `gnus-level-default-subscribed' in doc string.
15348
15349 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15350
15351         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15352         parens.
15353
15354 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-xmas.el (gnus-use-toolbar): Revert.
15357         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15358         gnus-use-toolbar is default.
15359
15360         * messagexmas.el (message-use-toolbar): Revert.
15361         (message-setup-toolbar): Use global default-toolbar if
15362         message-use-toolbar is default.
15363
15364 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15367         according to default-toolbar-visible-p.
15368
15369         * messagexmas.el (message-use-toolbar): Ditto.
15370
15371 2005-11-26  Dave Love  <fx@gnu.org>
15372
15373         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15374         (tls-program, tls-success): Provide openssl alternative.
15375
15376         * starttls.el: Doc fixes.
15377         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15378         SERVICE to PORT.
15379
15380         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15381         port null or service name.
15382         (starttls-negotiate): Autoload.
15383
15384 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * message.el (message-kill-to-signature): Fix interactive spec.
15387
15388 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * pop3.el (pop3-open-server): Recognize a string as a service name.
15391
15392 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15393
15394         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15395
15396 2005-11-23  Dave Love  <fx@gnu.org>
15397
15398         Add pop3s, pop3/starttls.
15399
15400         * pop3.el (pop3-authentication-scheme): Clarify doc.
15401         (open-tls-stream, starttls-open-stream): Autoload.
15402         (pop3-stream-type): New.
15403         (pop3-open-server): Use it.
15404
15405         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15406         for POP.
15407         (mail-source-keyword-map): Add :stream for POP.
15408         (mail-source-fetch-pop): Use pop3-stream-type.
15409
15410 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15413         of current-time-string.
15414
15415 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15416
15417         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15418         date header.
15419
15420 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15421
15422         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15423         it can seriously impact performance as it bypasses the agent's
15424         local caches.
15425
15426 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15427
15428         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15429         must be explicitly online rather than "not explicitly offline" for
15430         its flags to be synchronized.
15431
15432         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15433         that gnus-uu-unmark-thread will function correctly.
15434
15435         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15436         1024K is instead displayed as 1M.
15437
15438 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15439
15440         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15441
15442 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15443
15444         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15445
15446 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15447
15448         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15449         error message to display actual error condition.
15450         (gnus-agent-save-local): Avoid saving symbols that are bound to
15451         nil as they simply result in a warning message in
15452         gnus-agent-read-local.
15453
15454 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15457         rather than make-variable-buffer-local for file-precious-flag.
15458
15459 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15460
15461         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15462         for duplicates which are removed.  The invalid sort check then
15463         triggers a rescan after the sort as sorting may have moved
15464         duplicate entries such that they can be cheaply detected.
15465
15466 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15469
15470 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15471
15472         * gnus-agent.el (gnus-agent-article-alist-save-format):
15473         Change internal variable to a custom variable.  Change default value
15474         from compressed(2) to uncompressed(1).
15475         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15476         support for uncompressed agentview files.  Taken together, reading
15477         the agentview file should now be 6-7 times faster.
15478
15479 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15480
15481         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15482         as a buffer-local variable.  This avoids creating truncated
15483         dribble files as a result of a hang up, eg.
15484
15485 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15486
15487         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15488         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15489         XEmacs.
15490
15491 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * gnus-start.el (gnus-start-draft-setup):
15494         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15495
15496         * gnus.el (gnus-splash): Change custom group.
15497         (gnus-group-get-parameter, gnus-group-parameter-value):
15498         Describe allow-list argument.
15499
15500         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15501         string.
15502
15503 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15504
15505         * gnus-art.el (gnus-default-article-saver): Add user-defined
15506         `function' to custom type.
15507
15508 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15509
15510         * imap.el (imap-open): Handle case where buffer is a buffer
15511         object.
15512
15513 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15516         long lines.
15517         (gnus-cache-delete-group): Wrap doc strings.
15518
15519         * gnus-agent.el (gnus-agent-rename-group)
15520         (gnus-agent-delete-group): Wrap doc strings.
15521
15522 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * messagexmas.el (message-use-toolbar): Change the valid values
15525         into default, top, bottom, left, and right.
15526         (message-toolbar-thickness): New variable.
15527         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15528         well.
15529         (message-setup-toolbar): Make it work.
15530
15531         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15532         (gnus-use-toolbar): Change the valid values into default, top,
15533         bottom, left, and right.
15534         (gnus-toolbar-thickness): New variable.
15535         (gnus-xmas-setup-toolbar): New function.
15536         (gnus-xmas-setup-group-toolbar): Use it.
15537         (gnus-xmas-setup-summary-toolbar): Use it.
15538
15539 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * gnus-start.el (gnus-1): Add "native" to
15542         gnus-predefined-server-alist.
15543
15544         * gnus.el (gnus-method-to-server): Don't add "native" to the
15545         lists here, because that leads to problems when
15546         gnus-select-method is bound.
15547
15548 2005-11-09  Simon Josefsson  <jas@extundo.com>
15549
15550         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15551         use (not sort-by-date) instead.
15552
15553 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15554
15555         * gnus-delay.el (gnus-delay-group): Don't autoload.
15556         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15557         to be re-loaded when customizing the `gnus-delay' group.
15558
15559 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15560
15561         * message.el: Revert last changes.
15562         (message-insert-citation-line): Use newlines.
15563
15564 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15565
15566         * message.el (message-courtesy-message)
15567         (message-mark-insert-begin, message-mark-insert-end)
15568         (message-elide-ellipsis, message-cancel-message)
15569         (message-add-header, message-change-subject)
15570         (message-cross-post-followup-to-header)
15571         (message-cross-post-insert-note, message-reduce-to-to-cc)
15572         (message-widen-reply, message-delete-not-region)
15573         (message-kill-to-signature, message-insert-signature)
15574         (message-insert-importance-high, message-insert-importance-low)
15575         (message-insert-or-toggle-importance)
15576         (message-insert-disposition-notification-to)
15577         (message-indent-citation, message-yank-original)
15578         (message-cite-original-without-signature, message-cite-original)
15579         (message-insert-citation-line, message-position-on-field)
15580         (message-fix-before-sending, message-send-mail-partially)
15581         (message-send-mail, message-send-mail-with-sendmail)
15582         (message-send-mail-with-qmail, message-send-news)
15583         (message-check-news-header-syntax, message-generate-headers)
15584         (message-insert-courtesy-copy, message-fill-address)
15585         (message-fill-header, message-shorten-references)
15586         (message-setup-1, message-cancel-news)
15587         (message-forward-make-body-plain, message-forward-make-body-mime)
15588         (message-forward-make-body-mml, message-encode-message-body)
15589         (message-forward-make-body-digest-plain)
15590         (message-forward-make-body-digest-mime)
15591         (message-use-alternative-email-as-from): Insert `hard-newline'
15592         instead of ordinary newlines.
15593
15594 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * message.el (message-generate-headers): Downcase the argument
15597         given to message-check-element.
15598
15599 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15600
15601         * nntp.el (nntp-authinfo-rejected): New error condition.
15602         (nntp-wait-for): Use new error condition to signal authentication
15603         error.
15604         (nntp-retrieve-data): Rethrow new error condition to break out of
15605         recursive call to nntp-send-authinfo.
15606
15607 2005-11-08  Romain Francoise  <romain@orebokech.com>
15608
15609         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15610         (gnus-summary-exit-map): Bind to `Z p'.
15611         (gnus-summary-make-menu-bar): Add menu item.
15612
15613 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15616         (gnus-treat-*): Add `first' in all doc strings.
15617
15618         * gnus-group.el (gnus-group-compact-group): Fix typo.
15619
15620 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus.el (gnus-parameters-case-fold-search): New variable.
15623         (gnus-parameters-get-parameter): Use it.
15624
15625         * gnus-score.el (gnus-home-score-file): Doc fix.
15626
15627 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15628
15629         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15630
15631 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * mm-util.el (mm-special-display-p): New function.
15634
15635         * mml.el (mml-preview): Use it; doc fix.
15636
15637 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15638
15639         * imap.el (imap-open): Handle case where buffer is a buffer object.
15640
15641 2005-10-29  Romain Francoise  <romain@orebokech.com>
15642
15643         * message.el (message-fix-before-sending): Fix comment.
15644
15645 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15646
15647         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15648
15649 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15650
15651         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15652         Used in gnus-score.el.
15653
15654 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15655
15656         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15657
15658 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15661         whitespace removed in revision 7.8.  Use concatenated string to
15662         protect trailing whitespace.
15663
15664 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15665
15666         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15667         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15668         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15669         Courier IMAP ("some version from 2004").  Mostly based on similar
15670         code in the same function.
15671
15672 2005-10-26  Didier Verna  <didier@xemacs.org>
15673
15674         * gnus-group.el (gnus-group-compact-group): Invalidate original
15675         article buffer.
15676         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15677         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15678         NOV database and in article itself.
15679         Invalidate article backlog.
15680
15681 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15684
15685 2005-10-26  Simon Josefsson  <jas@extundo.com>
15686
15687         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15688         part of 2004-07-25 change.
15689
15690 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * message.el (message-display-completion-list): New function.
15693         (message-expand-group): Use it; make sure the Completions buffer
15694         is modifiable.
15695 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15696
15697         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15698         user-mail-name is an empty string.
15699
15700 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15703         depending on gnus-score-decay-constant.
15704
15705         * encrypt.el (encrypt-insert-file-contents)
15706         (encrypt-write-file-contents): Don't use `gnus-message'.
15707
15708         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15709         arguments.
15710         (mm-uu-type-alist): Add message-marks and insert-marks.
15711         Pass arguments to mm-uu-verbatim-marks-extract.
15712         (mm-uu-hide-markers): New variable.
15713         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15714
15715         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15716         (gnus-convert-image-to-face-command): Use "convert" by default to
15717         allow other input image formats.
15718         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15719         accordingly.
15720
15721 2005-10-23  Simon Josefsson  <jas@extundo.com>
15722
15723         * imap.el (imap-gssapi-program): Align command line parameters
15724         with latest GNU SASL.
15725         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15726
15727 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15730         HTML.
15731         (nnslashdot-request-article): Ditto.
15732
15733         * lpath.el (featurep): Add nobreak-char-display.
15734
15735 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15736
15737         * mail-source.el (mail-source-fetch-pop): Require pop3.
15738         (mail-source-check-pop): Ditto.
15739
15740 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15743         errors.
15744
15745 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15748         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15749
15750         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15751
15752         * mm-bodies.el (mm-decode-string):
15753         Call `mm-charset-to-coding-system' with allow-override argument.
15754
15755 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15758         (rfc2047-charset-to-coding-system): New function.
15759         (rfc2047-decode-encoded-words): New function.
15760         (rfc2047-decode-region): Use them.
15761         (rfc2047-decode-cte): Remove.
15762         (rfc2047-parse-and-decode): Remove.
15763         (rfc2047-decode): Remove.
15764
15765 2005-10-15  Kenichi Handa  <handa@m17n.org>
15766
15767         * rfc2047.el (rfc2047-decode-cte): New function.
15768         (rfc2047-decode-region): Change the way to decode successive
15769         encoded-words: decode B- or Q-encoding in each encoded-word,
15770         concatenate them, and decode it as charset.
15771
15772 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * lpath.el: Fbind codepage-setup for XEmacs.
15775
15776 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15777
15778         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15779         widget-move-and-invoke.
15780         (gnus-custom-mode): Use gnus-custom-map.
15781
15782 2005-10-15  Bill Wohler  <wohler@newt.com>
15783
15784         * message.el (message-tool-bar-map): Rename image file from
15785         mail_send to mail/send.
15786
15787 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15788
15789         * message.el (message-expand-group): Pass the common
15790         prefix substring of completion to `display-completion-list'.
15791
15792 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * mml-sec.el (mml-secure-method): New internal variable.
15795         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15796         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15797         New functions using mml-secure-method.
15798
15799         * mml.el (mml-mode-map): Add key bindings for those functions.
15800         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15801         Harder <harder@myrealbox.com>.
15802         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15803         Goto end of message if point is the headers of the message.
15804
15805         * message.el (message-in-body-p): New function.
15806
15807         * assistant.el: Autoload gnus-util and netrc.
15808
15809         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15810         Use `mm-charset-override-alist' only when decoding.
15811
15812         * mm-bodies.el (mm-decode-body):
15813         Call `mm-charset-to-coding-system' with allow-override argument.
15814
15815         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15816         `filename' from Content-Disposition if Content-Type doesn't
15817         provide `name'.
15818         (gnus-mime-view-part-as-type): Set default instead of
15819         initial-input.
15820
15821 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15822
15823         * format-spec.el (format-spec): Propagate text properties of % spec.
15824
15825 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-art.el (gnus-treat-predicate): Add `first'.
15828
15829 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15832         (mm-charset-override-alist): New variable.
15833         (mm-charset-to-coding-system): Use it.
15834         (mm-codepage-setup): New helper function.
15835         (mm-charset-eval-alist): New variable.
15836         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15837         Warn about unknown charsets.
15838
15839         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15840
15841 2005-10-04  David Hansen  <david.hansen@gmx.net>
15842
15843         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15844         (nnrss-check-group): Ditto.
15845
15846 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15847
15848         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15849         Rename x-gnus-verbatim to x-verbatim.
15850         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15851
15852         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15853         x-verbatim.
15854
15855         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15856
15857         * gnus-util.el (gnus-remove-duplicates): Remove.
15858
15859         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15860         instead of gnus-remove-duplicates.
15861
15862         * message.el (message-remove-duplicates): Remove.
15863         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15864         message-remove-duplicates.
15865
15866         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15867         available, else use implementation from `delete-dups'.
15868
15869         * message.el (message-insert-expires): New function.
15870         (message-mode-map): Add key binding.
15871         (message-mode-field-menu): Add menu entry.
15872         (message-mode): Document it.
15873         (message-make-expires-date): Use `message-make-date'.
15874
15875 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15876
15877         * message.el (message-make-expires-date): New function.
15878
15879 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * Makefile.in (list-installed-shadows): New entry.
15882         (install): Use it.
15883         (remove-installed-shadows): New entry.
15884
15885         * dgnushack.el (dgnushack-default-load-path): New variable.
15886         (dgnushack-find-lisp-shadows): New function.
15887         (dgnushack-remove-lisp-shadows): New function.
15888
15889 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * Makefile.in (install-el-elc): New entry.
15892         (install): Use it so that .el files are necessarily installed.
15893
15894 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15897
15898 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15899
15900         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15901         function rather than the diff-mode.el package.
15902         (mm-display-external): Use with-current-buffer.
15903         (mm-viewer-completion-map, mm-viewer-completion-map):
15904         Move initialization inside declaration.
15905
15906 2005-09-29  Simon Josefsson  <jas@extundo.com>
15907
15908         * spam.el: Load hashcash when compiling, to avoid warnings.
15909         Don't autoload mail-check-payment.
15910         (spam-check-hashcash): Define unconditionally, since hashcash.el
15911         is part of Gnus now.  Ignore errors from payment checking.
15912
15913 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * message.el (message-bold-region, message-unbold-region):
15916         Rename from `bold-region' and `unbold-region'.
15917
15918         * message.el: Remove useless autoloads.
15919
15920 2005-09-28  Simon Josefsson  <jas@extundo.com>
15921
15922         * message.el (message-use-idna): Default to t.
15923         (message-use-idna): Test whether encoding works too.  Doc fix.
15924
15925 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * nntp.el (nntp-warn-about-losing-connection): Remove.
15928
15929 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15932         customizable.  Change default value.
15933         (mm-uu-diff-groups-regexp): Change default value.
15934         (mm-uu-type-alist): Add doc string.
15935         (mm-uu-configure): Add doc string.  Make it interactive.
15936         (mm-uu-tex-groups-regexp): New variable.
15937         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15938         (mm-uu-type-alist): Add LaTeX documents.
15939         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15940         of "text/verbatim".
15941         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15942
15943         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15944         instead of "text/verbatim".
15945
15946         * message.el (message-mark-inserted-region)
15947         (message-mark-insert-file): Use slrn style marks when called with
15948         prefix argument.
15949
15950 2005-09-27  Simon Josefsson  <jas@extundo.com>
15951
15952         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15953
15954 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15955
15956         * message.el (message-remove-duplicates): New function.
15957         Implementation borrowed from `gnus-remove-duplicates'.
15958         (message-idna-to-ascii-rhs): Also encode idna addresses in
15959         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15960         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15961         only ask about the same idna domain once per header and also tell
15962         in what header to replace the idna domain.
15963
15964         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15965         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15966         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15967         a header is decoded and not just the last one.
15968
15969 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15972         has been decoded.
15973
15974         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15975         (mm-insert-part): Don't modify text if it has been decoded.
15976
15977         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15978         decoded.
15979
15980         * mm-view.el (mm-inline-text): Don't strip text props unless
15981         decoding enriched or richtext parts.
15982
15983 2005-09-25  Romain Francoise  <romain@orebokech.com>
15984
15985         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15986         * gnus-start.el (gnus-subscribe-interactively):
15987         * gnus-uu.el (gnus-uu-grab-articles):
15988         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15989         space.
15990
15991 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15992
15993         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15994         * mm-view.el (mm-view-pkcs7-decrypt):
15995         * gnus-sum.el (gnus-summary-limit-to-extra)
15996         (gnus-summary-respool-article, gnus-read-move-group-name):
15997         * gnus-score.el (gnus-summary-increase-score):
15998         * gnus-util.el (gnus-completing-read-with-default):
15999         * gnus-art.el (gnus-read-save-file-name)
16000         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16001         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16002         * message.el (message-check-news-header-syntax):
16003         Follow convention for reading with the minibuffer.
16004
16005 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * spam-report.el (spam-report-url-ping-plain):
16008         Use gnus-extended-version as User-Agent.
16009
16010         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16011         default value is nil.
16012
16013         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16014         (mm-uu-verbatim-marks-extract): New function.
16015         (mm-uu-extract): New face.
16016         (mm-uu-copy-to-buffer): Use it.
16017
16018         * spam-report.el (spam-report-gmane-ham): Rename from
16019         `spam-report-gmane-unspam'.
16020         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16021         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16022
16023         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16024         Autoload.
16025         (spam-report-gmane-unregister-routine):
16026         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16027
16028 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16029
16030         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16031         (spam-report-gmane-unregister-routine): Add support for gmane
16032         unregistration.
16033
16034         * spam-report.el (spam-report-gmane-unspam)
16035         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16036         (spam-report-gmane): Change to take a single article and do unspam
16037         registration.
16038
16039 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16040
16041         * mm-url.el (mm-url-decode-entities): Fix regexp.
16042
16043 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16044
16045         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16046         default to nil, to be able to use Gnus at all.  If the default
16047         switches to something else, then the function should be fixed not
16048         be exceedingly slow.
16049
16050 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16053         fail hard.
16054
16055         * spam-report.el: Add better Keywords line.
16056
16057         * spam.el: Add Maintainer and better Keywords line.
16058
16059 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * gnus-art.el (gnus-article-replace-part)
16062         (gnus-mime-replace-part): New functions.
16063         (gnus-mime-action-alist, gnus-mime-button-commands)
16064         (gnus-mime-save-part-and-strip): Add file argument.
16065         (gnus-article-part-wrapper): Add interactive argument.
16066
16067         * gnus-sum.el (gnus-summary-mime-map):
16068         Add `gnus-article-replace-part'.
16069
16070 2005-09-19  Didier Verna  <didier@xemacs.org>
16071
16072         The nnml compaction feature:
16073         * nnml.el (nnml-request-compact-group): New function.
16074         * nnml.el (nnml-request-compact): New function.
16075         * gnus-int.el (gnus-request-compact-group): New function.
16076         * gnus-int.el (gnus-request-compact): New function.
16077         * gnus-group.el (gnus-group-compact-group): New function.
16078         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16079         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16080         * gnus-srvr.el (gnus-server-compact-server): New function.
16081         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16082         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16083
16084 2005-09-18  Deepak Goel  <deego@gnufans.org>
16085
16086         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16087         format spec.
16088
16089 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16092
16093 2005-09-15  Romain Francoise  <romain@orebokech.com>
16094
16095         * message.el (message-fill-paragraph): Clarify docstring.
16096
16097 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-art.el (gnus-mime-display-part): Protect against broken
16100         MIME messages.
16101
16102 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16105         before parsing header.
16106
16107 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16108
16109         * html2text.el (html2text-replace-list): Add new entities.
16110
16111 2005-09-11  Romain Francoise  <romain@orebokech.com>
16112
16113         * message.el (message-alternative-emails): Improve docstring.
16114         (message-setup-1): Call `message-use-alternative-email-as-from'
16115         after `message-setup-hook' to give it precedence over posting
16116         styles, etc.
16117         (message-use-alternative-email-as-from): Add docstring.
16118         Remove the original From header if present.
16119
16120         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16121         (nnml-save-mail): Use it.
16122
16123         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16124         articles.  Add new argument `silent'.
16125         (gnus-uu-mark-all): Report the total number of marked articles.
16126
16127 2005-09-10  Romain Francoise  <romain@orebokech.com>
16128
16129         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16130         (gnus-uu-mark-series): Likewise.
16131
16132 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16133
16134         * spam-report.el (spam-report-gmane): Fix generation of spam
16135         report URL.
16136
16137 2005-09-10  Simon Josefsson  <jas@extundo.com>
16138
16139         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16140         t, based on discussion on the ding list with Robert Epprecht
16141         <epprecht@solnet.ch>.
16142
16143 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16144
16145         * spam-report.el (spam-report-gmane): Make it work without
16146         X-Report-Spam header.  Gmane now only provides Archived-At.
16147         This is only used if `spam-report-gmane-use-article-number' is nil.
16148         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16149
16150         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16151         make `gnus-summary-sort-by-recipient' work with threading.
16152
16153         * nnweb.el (nnweb-google-wash-article): Print a message if article
16154         is not available.
16155
16156 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16157
16158         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16159         change.  Decode text/* parts content before displaying.
16160
16161 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16164
16165 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16168
16169         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16170         url-package-name, url-package-version,
16171         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16172         w3m-display-inline-images, and w3m-minor-mode-map.
16173
16174 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * message.el (message-tab-body-function): Fix mismatched custom type.
16177
16178         * gnus.el (gnus-group-change-level-function): Ditto.
16179
16180         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16181
16182         * gnus-art.el (gnus-signature-limit)
16183         (gnus-article-mime-part-function): Ditto.
16184
16185 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * mml.el (mml-mode): Silence the byte compiler.
16188
16189         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16190         using `(sit-for 0)' before moving the point to the specified part;
16191         skip unbuttonized parts.
16192         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16193         return to the summary window if gnus-auto-select-part is non-nil.
16194
16195 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16198         New variables.
16199         (mml-dnd-attach-file, mml-mode): Use them.
16200
16201         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16202         Make fetching article by MID work again for Google Groups.
16203         Add FIXME concerning gnus-group-make-web-group.
16204
16205         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16206         Don't depend on Gnus by using mail-extract-address-components if
16207         gnus-extract-address-components is not bound.
16208
16209 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16210
16211         * gnus-art.el (gnus-mime-display-security): Don't display the
16212         signature, but only the signed part.
16213
16214 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16217
16218         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16219         list, not listp.
16220
16221 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16222
16223         * mm-encode.el (mm-encode-content-transfer-encoding):
16224         Likewise when encoding.
16225
16226         * mm-bodies.el (mm-decode-content-transfer-encoding):
16227         De-canonicalize CRLF for all text content types, not just
16228         text/plain.
16229
16230 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16233         valid article; point arrow and cursor at the MIME button.
16234
16235 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16238         Suggested by Dan Christensen <jdc@uwo.ca>.
16239
16240         * mm-decode.el (mm-save-part): Enable change of prompt.
16241
16242 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16243
16244         * gnus-msg.el (gnus-inews-add-send-actions):
16245         Make `message-post-method' lambda parameter ARG `&optional'.
16246
16247 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16248
16249         * gnus-sum.el (gnus-summary-mime-map):
16250         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16251         gnus-article-jump-to-part.
16252
16253         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16254         (gnus-article-edit-part): Use it.
16255         (gnus-article-part-wrapper): Add no-handle argument.
16256         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16257         New functions.
16258
16259 2005-08-29  Romain Francoise  <romain@orebokech.com>
16260
16261         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16262         docstring.
16263         (gnus-face-from-file): Likewise.
16264
16265 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16268         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16269         non-nil.
16270         (gnus-auto-select-part): New variable.
16271         (gnus-article-jump-to-part): New function.
16272         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16273         (gnus-mime-delete-part): Allow selecting specified part after
16274         deleting or stripping parts.
16275         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16276         part if argument is bogus.
16277
16278 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16279
16280         * gnus-art.el (w3m-minor-mode-map):
16281         * gnus-spec.el (gnus-newsrc-file-version):
16282         * gnus-util.el (nnmail-active-file-coding-system)
16283         (gnus-original-article-buffer, gnus-user-agent):
16284         * gnus.el (gnus-ham-process-destinations)
16285         (gnus-parameter-ham-marks-alist)
16286         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16287         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16288         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16289         * mm-decode.el (gnus-current-window-configuration):
16290         * mm-extern.el (gnus-article-mime-handles):
16291         * mm-url.el (url-current-object, url-package-name)
16292         (url-package-version):
16293         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16294         (smime-keys, w3m-cid-retrieve-function-alist)
16295         (w3m-current-buffer, w3m-display-inline-images)
16296         (w3m-minor-mode-map):
16297         * mml-smime.el (gnus-extract-address-components):
16298         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16299         (gnus-newsrc-hashtb, message-default-charset)
16300         (message-deletable-headers, message-options)
16301         (message-posting-charset, message-required-mail-headers)
16302         (message-required-news-headers):
16303         * mml1991.el (mc-pgp-always-sign):
16304         * mml2015.el (mc-pgp-always-sign):
16305         * nnheader.el (nnmail-extra-headers):
16306         * rfc1843.el (gnus-decode-encoded-word-function)
16307         (gnus-decode-header-function, gnus-newsgroup-name):
16308         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16309
16310 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16311
16312         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16313         the end of the date treatments.
16314
16315 2005-08-15  Simon Josefsson  <jas@extundo.com>
16316
16317         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16318         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16319         Capello and Romain Francoise.
16320         (pgg-fetch-key-function): Remove, not used?
16321         (pgg-insert-url-with-w3): Require url, to get
16322         url-insert-file-contents regardless of where it is defined.
16323
16324 2005-08-13  Romain Francoise  <romain@orebokech.com>
16325
16326         * message.el (message-cite-original-1): New function.
16327         (message-cite-original): Use it.
16328         (message-cite-original-without-signature): Ditto.
16329
16330 2005-08-08  Romain Francoise  <romain@orebokech.com>
16331
16332         * message.el (message-yank-empty-prefix): New variable.
16333         (message-indent-citation): Use it.
16334         (message-cite-original-without-signature): Respect X-No-Archive.
16335
16336 2005-08-08  Simon Josefsson  <jas@extundo.com>
16337
16338         * pgg.el: Autoload url-insert-file-contents instead of loading
16339         w3/url.
16340         (pgg-insert-url-with-w3): Don't load url here.
16341
16342 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16343
16344         * message.el (message-kill-to-signature): Don't insert newline at
16345         bol.
16346         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16347
16348 2005-08-06  Romain Francoise  <romain@orebokech.com>
16349
16350         * message.el (message-user-fqdn): Fix typo in docstring.
16351
16352 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16353
16354         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16355
16356         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16357
16358 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * mm-bodies.el (mm-encode-body): Use coding system rather than
16361         charset to encode text.
16362
16363         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16364         number of charsets if utf-8 is available (XEmacs).
16365
16366 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16367
16368         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16369         taken from `gnus-button-mid-or-mail-regexp'.
16370         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16371         (gnus-button-alist): Improve regexp for domain part of the MIDs
16372         for news:localpart@domain buttons.
16373         (gnus-button-ctan-directory-regexp): Update.
16374
16375 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * sieve-manage.el (sieve-manage-interactive-login):
16378         Use make-local-variable rather than make-variable-buffer-local.
16379         (sieve-manage-open): Ditto.
16380         (sieve-manage-authenticate): Ditto.
16381
16382         * mml.el (mml-generate-mime-1): Make the content type default to
16383         text/plain if the filename is not specified.
16384
16385 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16388         instead of insert-buffer.
16389
16390         * message.el (message-yank-original): Ditto; set the mark at the
16391         end of the yanked message.
16392
16393 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16396         lines to scroll rather than to stop it.
16397
16398         * mml.el (mml-generate-default-type): Add doc string.
16399         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16400         default to application/octet-stream when determining the content
16401         type if it is not specified for the part or the mml contents; add
16402         a comment about mml-generate-default-type.
16403
16404 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16407         make it default to application/octet-stream when determining the
16408         content type if it is not specified for the external contents.
16409
16410 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16413         segmented parameter but also other parameters might be there.
16414
16415 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mm-decode.el (mm-display-external): Delete temp file, directory
16418         and buffer immediately if the external process is exited.
16419
16420 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16423         fewer lines than that of scroll-margin.
16424         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16425
16426 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-art.el (gnus-article-next-page): Revert.
16429         (gnus-article-beginning-of-window): New macro.
16430         (gnus-article-next-page-1): Use it.
16431         (gnus-article-prev-page): Ditto.
16432         (gnus-article-edit-part): Use insert-buffer-substring instead of
16433         insert-buffer.
16434         (gnus-article-edit-exit): Ditto.
16435
16436         * gnus-util.el (gnus-beginning-of-window): Remove.
16437         (gnus-end-of-window): Remove.
16438
16439         * lpath.el: Don't bind header-line-format and scroll-margin.
16440
16441 2005-07-25  Simon Josefsson  <jas@extundo.com>
16442
16443         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16444         to have the url package without w3.  Reported by Daiki Ueno
16445         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16446
16447 2005-07-20  Didier Verna  <didier@xemacs.org>
16448
16449         * gnus-diary.el: Remove the description comment (nndiary is now
16450         properly documented in the Gnus manual).
16451         Fix the spelling of "Back End".
16452         * nndiary.el: Ditto.
16453         Fix the copyright notice.
16454
16455 2005-07-18  Romain Francoise  <romain@orebokech.com>
16456
16457         * gnus-sum.el (gnus-summary-to-prefix)
16458         (gnus-summary-newsgroup-prefix): New variables.
16459         (gnus-summary-from-or-to-or-newsgroups): Use them.
16460
16461 2005-07-17  Romain Francoise  <romain@orebokech.com>
16462
16463         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16464         space as it's generally not especially interesting to the user.
16465
16466 2005-07-16  Romain Francoise  <romain@orebokech.com>
16467
16468         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16469         nil to avoid prompting and file modification if one of the
16470         messages at the top of the nnfolder file contains a copyright
16471         notice.
16472         Update copyright notice.
16473
16474         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16475         instead of `current-time-string' as the latter creates a time
16476         string that is not RFC 2822 compliant (it lacks the zone).
16477         Update copyright notice.
16478
16479 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16480
16481         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16482         for text/rtf.  Display default in prompt.  Pass default for M-n.
16483
16484         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16485
16486 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16487
16488         * gnus-msg.el (gnus-button-mailto):
16489         Remove save-selected-window-window hackery because it relies on
16490         save-selected-window internals.
16491
16492 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16495         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16496         (gnus-article-prev-page): Ditto.
16497
16498         * gnus-util.el (gnus-beginning-of-window): New function.
16499         (gnus-end-of-window): New function.
16500
16501         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16502
16503 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16504
16505         * gnus-score.el (gnus-score-edit-all-score):
16506         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16507         gnus-message.
16508
16509 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510
16511         * gnus-msg.el (gnus-button-mailto):
16512         Remove save-selected-window-window hackery because it relies on
16513         save-selected-window internals.
16514
16515 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16518         add-minor-mode.
16519         (gnus-binary-mode): Ditto.
16520
16521         * gnus-topic.el (gnus-topic-mode): Ditto.
16522
16523 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16524
16525         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16526         (gnus-article-prev-page): Take scroll-margin into consideration.
16527
16528 2005-07-04  Lute Kamstra  <lute@gnu.org>
16529
16530         Update FSF's address in GPL notices.
16531
16532 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16533
16534         * gnus.el (gnus-exit):
16535         * gnus-group.el (gnus-group-icons):
16536         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16537
16538         * gnus-nocem.el (gnus-nocem):
16539         * message.el (message-various, message-buffers, message-sending)
16540         (message-interface, message-forwarding, message-insertion)
16541         (message-headers, message-news, message-mail):
16542         * pgg-gpg.el (pgg-gpg):
16543         * pgg-parse.el (pgg-parse):
16544         * pgg-pgp.el (pgg-pgp):
16545         * pgg-pgp5.el (pgg-pgp5):
16546         * pop3.el (pop3): Finish `defgroup' description with period.
16547
16548 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * gnus-art.el (article-display-face): Improve the efficiency.
16551         (article-display-x-face): Ditto; remove grey x-face stuff.
16552
16553 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-art.el (article-display-face): Correct the position in
16556         which Faces are inserted.
16557
16558 2005-06-29  Didier Verna  <didier@xemacs.org>
16559
16560         * gnus-art.el (article-display-face): Display faces in correct
16561         order.
16562
16563 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16566         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16567         (gnus-nocem-check-article): Fetch the Type header.
16568         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16569         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16570         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16571         make sure gnus-nocem-hashtb is initialized.
16572         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16573         (gnus-nocem-unwanted-article-p): Ditto.
16574
16575         * pgg.el (pgg-verify): Return the verification result.
16576
16577 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16580         is ascii.
16581
16582 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16583
16584         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16585         `show-nonbreak-escape'.
16586
16587 2005-06-23  Lute Kamstra  <lute@gnu.org>
16588
16589         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16590
16591         * dig.el (dig-mode):
16592         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16593
16594 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16595
16596         * nnimap.el (nnimap-split-download-body): Fix spellings.
16597
16598 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16599
16600         * gnus-art.el (gnus-article-encrypt-body):
16601         * gnus-cus.el (gnus-score-customize):
16602         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16603         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16604
16605 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16606
16607         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16608         header by looking for magic "MII" at the beginnig.
16609
16610 2005-06-16  Miles Bader  <miles@gnu.org>
16611
16612         * gnus-xmas.el (gnus-xmas-group-startup-message):
16613         Use renamed gnus-splash face.
16614
16615         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16616         (assistant-field-face): New backward-compatibility alias for renamed
16617         face.
16618         (assistant-render-text): Use renamed assistant-field face.
16619
16620         * spam.el (spam): Remove "-face" suffix from face name.
16621         (spam-face): New backward-compatibility alias for renamed face.
16622         (spam-face, spam-initialize): Use renamed spam face.
16623
16624         * message.el (message-header-to, message-header-cc)
16625         (message-header-subject, message-header-newsgroups)
16626         (message-header-other, message-header-name)
16627         (message-header-xheader, message-separator, message-cited-text)
16628         (message-mml): Remove "-face" suffix from face names.
16629         (message-header-to-face, message-header-cc-face)
16630         (message-header-subject-face, message-header-newsgroups-face)
16631         (message-header-other-face, message-header-name-face)
16632         (message-header-xheader-face, message-separator-face)
16633         (message-cited-text-face, message-mml-face):
16634         New backward-compatibility aliases for renamed faces.
16635         (message-font-lock-keywords): Use renamed message faces.
16636
16637         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16638         (sieve-test-commands, sieve-tagged-arguments):
16639         Remove "-face" suffix from face names.
16640         (sieve-control-commands-face, sieve-action-commands-face)
16641         (sieve-test-commands-face, sieve-tagged-arguments-face):
16642         New backward-compatibility aliases for renamed faces.
16643         (sieve-control-commands-face, sieve-action-commands-face)
16644         (sieve-test-commands-face, sieve-tagged-arguments-face):
16645         Use renamed sieve faces.
16646
16647         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16648         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16649         (gnus-group-news-3-empty, gnus-group-news-4)
16650         (gnus-group-news-4-empty, gnus-group-news-5)
16651         (gnus-group-news-5-empty, gnus-group-news-6)
16652         (gnus-group-news-6-empty, gnus-group-news-low)
16653         (gnus-group-news-low-empty, gnus-group-mail-1)
16654         (gnus-group-mail-1-empty, gnus-group-mail-2)
16655         (gnus-group-mail-2-empty, gnus-group-mail-3)
16656         (gnus-group-mail-3-empty, gnus-group-mail-low)
16657         (gnus-group-mail-low-empty, gnus-summary-selected)
16658         (gnus-summary-cancelled, gnus-summary-high-ticked)
16659         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16660         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16661         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16662         (gnus-summary-low-undownloaded)
16663         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16664         (gnus-summary-low-unread, gnus-summary-normal-unread)
16665         (gnus-summary-high-read, gnus-summary-low-read)
16666         (gnus-summary-normal-read, gnus-splash):
16667         Remove "-face" suffix from face names.
16668         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16669         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16670         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16671         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16672         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16673         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16674         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16675         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16676         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16677         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16678         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16679         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16680         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16681         (gnus-summary-normal-ticked-face)
16682         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16683         (gnus-summary-normal-ancient-face)
16684         (gnus-summary-high-undownloaded-face)
16685         (gnus-summary-low-undownloaded-face)
16686         (gnus-summary-normal-undownloaded-face)
16687         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16688         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16689         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16690         (gnus-splash-face):
16691         New backward-compatibility aliases for renamed faces.
16692         (gnus-group-startup-message): Use renamed gnus faces.
16693
16694         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16695         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16696         (gnus-server-agent): Remove "-face" suffix from face names.
16697         (gnus-server-agent-face, gnus-server-opened-face)
16698         (gnus-server-closed-face, gnus-server-denied-face)
16699         (gnus-server-offline-face):
16700         New backward-compatibility aliases for renamed faces.
16701         (gnus-server-agent-face, gnus-server-opened-face)
16702         (gnus-server-closed-face, gnus-server-denied-face)
16703         (gnus-server-offline-face): Use renamed gnus faces.
16704
16705         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16706         Remove "-face" suffix from face names.
16707         (gnus-picon-xbm-face, gnus-picon-face):
16708         New backward-compatibility aliases for renamed faces.
16709
16710         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16711         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16712         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16713         (gnus-cite-11): Remove "-face" suffix from face names.
16714         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16715         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16716         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16717         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16718         New backward-compatibility aliases for renamed faces.
16719         (gnus-cite-attribution-face, gnus-cite-face-list)
16720         (gnus-article-boring-faces): Use renamed gnus faces.
16721
16722         * gnus-art.el (gnus-signature, gnus-header-from)
16723         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16724         (gnus-header-content): Remove "-face" suffix from face names.
16725         (gnus-signature-face, gnus-header-from-face)
16726         (gnus-header-subject-face, gnus-header-newsgroups-face)
16727         (gnus-header-name-face, gnus-header-content-face):
16728         New backward-compatibility aliases for renamed faces.
16729         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16730
16731         * gnus-sum.el (gnus-summary-selected-face)
16732         (gnus-summary-highlight): Use renamed gnus faces.
16733         * gnus-group.el (gnus-group-highlight): Likewise.
16734
16735 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16736
16737         * gnus-sieve.el (gnus-sieve-article-add-rule):
16738         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16739         * spam-stat.el (spam-stat-buffer-change-to-spam)
16740         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16741
16742         * message.el (message-is-yours-p):
16743         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16744
16745 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * mm-view.el (mm-inline-text): Withdraw the last change.
16748
16749 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16752         executing enriched-decode.
16753
16754 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16757         charset of tar files.
16758
16759 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16760
16761         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16762
16763 2005-06-04  Lute Kamstra  <lute@gnu.org>
16764
16765         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16766         information is never recorded.
16767
16768 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16769
16770         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16771
16772 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * pop3.el (pop3-apop): Run md5 in the binary mode.
16775
16776         * starttls.el (starttls-set-process-query-on-exit-flag):
16777         Use eval-and-compile.
16778
16779 2005-05-31  Simon Josefsson  <jas@extundo.com>
16780
16781         * smime.el (smime-replace-in-string): Define.
16782         (smime-cert-by-ldap-1): Use it.
16783
16784 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-art.el (article-display-x-face): Replace
16787         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16788
16789         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16790         set-process-query-on-exit-flag or process-kill-without-query.
16791
16792         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16793         loop instead of replace-regexp.
16794
16795         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16796         instead of process-kill-without-query if it is available.
16797
16798         * lpath.el: Fbind ldap-search-entries.
16799
16800         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16801         instead of find-file-hooks if it is available.
16802
16803         * mml1991.el: Bind pgg-default-user-id when compiling.
16804
16805         * mml2015.el: Bind pgg-default-user-id when compiling.
16806
16807         * nndraft.el (nndraft-request-associate-buffer):
16808         Use write-contents-functions instead of write-contents-hooks if it is
16809         available.
16810
16811         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16812         instead of find-file-hooks if it is available.
16813
16814         * nntp.el (nntp-open-connection): Replace
16815         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16816         (nntp-open-ssl-stream): Ditto.
16817         (nntp-open-tls-stream): Ditto.
16818
16819         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16820         set-process-query-on-exit-flag or process-kill-without-query.
16821         (starttls-open-stream-gnutls): Use it instead of
16822         process-kill-without-query.
16823         (starttls-open-stream): Ditto.
16824
16825 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16826
16827         * smime.el (smime-cert-by-ldap-1): Don't use
16828         replace-regexp-in-string.
16829
16830 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16831
16832         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16833
16834         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16835         in PEM format.  Adjust to the XEmacs compatibility.
16836
16837 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16840         by `string-to-number'.
16841         * gnus-agent.el (gnus-agent-regenerate-group)
16842         (gnus-agent-fetch-articles): Ditto.
16843         * gnus-art.el (gnus-button-fetch-group): Ditto.
16844         * gnus-cache.el (gnus-cache-generate-active)
16845         (gnus-cache-articles-in-group): Ditto.
16846         * gnus-group.el (gnus-group-set-current-level)
16847         (gnus-group-insert-group-line): Ditto.
16848         * gnus-score.el (gnus-score-set-expunge-below)
16849         (gnus-score-set-mark-below, gnus-summary-score-effect)
16850         (gnus-summary-score-entry): Ditto.
16851         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16852         (gnus-soup-pack): Ditto.
16853         * gnus-spec.el (gnus-xmas-format): Ditto.
16854         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16855         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16856         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16857         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16858         * nndb.el (nndb-get-remote-expire-response): Ditto.
16859         * nndiary.el (nndiary-parse-schedule-value)
16860         (nndiary-string-to-number, nndiary-request-replace-article)
16861         (nndiary-request-article): Ditto.
16862         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16863         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16864         * nneething.el (nneething-make-head): Ditto.
16865         * nnfolder.el (nnfolder-request-article)
16866         (nnfolder-retrieve-headers): Ditto.
16867         * nnheader.el (nnheader-file-to-number): Ditto.
16868         * nnkiboze.el (nnkiboze-request-article): Ditto.
16869         * nnmail.el (nnmail-process-unix-mail-format)
16870         (nnmail-process-babyl-mail-format): Ditto.
16871         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16872         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16873         (nnmh-request-create-group, nnmh-request-list-1)
16874         (nnmh-request-group, nnmh-request-article): Ditto.
16875         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16876         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16877         * nnsoup.el (nnsoup-make-active): Ditto.
16878         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16879         * nntp.el (nntp-find-group-and-number)
16880         (nntp-retrieve-headers-with-xover): Ditto.
16881         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16882         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16883         (pgg-format-key-identifier): Ditto.
16884         * pop3.el (pop3-last, pop3-stat): Ditto.
16885         * qp.el (quoted-printable-decode-region): Ditto.
16886
16887         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16888         of concat.
16889
16890 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16893
16894         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16895
16896         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16897
16898         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16899
16900         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16901
16902         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16903
16904         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16905         (gnus-carpal-mode): Ditto.
16906
16907         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16908         (gnus-browse-mode): Ditto.
16909
16910         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16911
16912         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16913
16914 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16915
16916         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16917
16918 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16919
16920         * gnus-util.el (gnus-run-mode-hooks): New function.
16921
16922         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16923
16924         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16925         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16926
16927 2005-05-27  Lute Kamstra  <lute@gnu.org>
16928
16929         * dns-mode.el (dns-mode): Specify customization group.
16930
16931 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16932
16933         * gnus-agent.el (gnus-agent-make-mode-line-string):
16934         Use mode-line-highlight as mouse-face.
16935
16936 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * canlock.el (canlock): Change the parent group to news.
16939
16940         * deuglify.el (gnus-outlook-deuglify): Add :group.
16941
16942         * dig.el (dig): Add :group.
16943
16944         * dns-mode.el (dns-mode): Add :group.
16945
16946         * encrypt.el (encrypt): Add :group.
16947
16948         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16949         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16950         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16951         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16952         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16953
16954         * gnus-diary.el (gnus-diary): Add :group.
16955
16956         * gnus.el (gnus-group-news-1-face): Add :group.
16957         (gnus-group-news-1-empty-face): Ditto.
16958         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16959         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16960         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16961         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16962         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16963         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16964         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16965         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16966         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16967         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16968         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16969         (gnus-summary-high-ticked-face): Ditto.
16970         (gnus-summary-low-ticked-face): Ditto.
16971         (gnus-summary-normal-ticked-face): Ditto.
16972         (gnus-summary-high-ancient-face): Ditto.
16973         (gnus-summary-low-ancient-face): Ditto.
16974         (gnus-summary-normal-ancient-face): Ditto.
16975         (gnus-summary-high-undownloaded-face): Ditto.
16976         (gnus-summary-low-undownloaded-face): Ditto.
16977         (gnus-summary-normal-undownloaded-face): Ditto.
16978         (gnus-summary-high-unread-face): Ditto.
16979         (gnus-summary-low-unread-face): Ditto.
16980         (gnus-summary-normal-unread-face): Ditto.
16981         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16982         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16983
16984         * hashcash.el (hashcash): New custom group.
16985         (hashcash-default-payment): Add :group.
16986         (hashcash-payment-alist): Ditto.
16987         (hashcash-default-accept-payment): Ditto.
16988         (hashcash-accept-resources): Ditto.
16989         (hashcash-path): Ditto.
16990         (hashcash-extra-generate-parameters): Ditto.
16991         (hashcash-double-spend-database): Ditto.
16992         (hashcash-in-news): Ditto.
16993
16994         * message.el (message-minibuffer-local-map): Add :group.
16995
16996         * netrc.el (netrc): Add :group.
16997
16998         * sieve-manage.el (sieve-manage-log): Add :group.
16999         (sieve-manage-default-user): Diito.
17000         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17001         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17002         (sieve-manage-authenticators): Ditto.
17003         (sieve-manage-authenticator-alist): Ditto.
17004         (sieve-manage-default-port): Ditto.
17005
17006         * sieve-mode.el (sieve-control-commands-face): Add :group.
17007         (sieve-action-commands-face): Ditto.
17008         (sieve-test-commands-face): Ditto.
17009         (sieve-tagged-arguments-face): Ditto.
17010
17011         * smime.el (smime): Add :group.
17012
17013         * spam-report.el (spam-report): Add :group.
17014
17015         * spam.el (spam, spam-face): Add :group.
17016
17017 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17018
17019         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17020         return \n.\n.\n at the end of articles.  Protect against that.
17021         (nntp-with-open-group): Allow debugging.
17022
17023         * nnheader.el (mail-header-set-extra): Make into a function
17024         because I just could't understand how to quote the list properly.
17025
17026         * dns.el (query-dns-cached): New function.
17027
17028 2005-05-26  Lute Kamstra  <lute@gnu.org>
17029
17030         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17031
17032 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17035
17036         * gnus-art.el: Don't autoload mail-extract-address-components.
17037
17038         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17039         eval-and-compile to evaluate it.
17040
17041         * hashcash.el: Don't autoload executable-find.
17042
17043         * nndb.el: Don't declare the nndb back end two or more times; don't
17044         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17045
17046         * nntp.el: Autoload format-spec instead of format; use
17047         eval-and-compile to evaluate autoload forms.
17048
17049 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17050
17051         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17052
17053 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17054
17055         * gnus.el (gnus-version-number): Bump version.
17056
17057 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17058
17059         * gnus.el: No Gnus v0.3 is released.
17060
17061 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17062
17063         * lpath.el (featurep): Bind show-nonbreak-escape.
17064
17065 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-art.el (gnus-article-edit-part): Disable undo.
17068
17069 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17072         gnus-article-date-lapsed-new-header is t if date timer is active;
17073         skip headers in which the original date value is empty.
17074         (gnus-article-save-original-date): Redefine it as a macro.
17075         (gnus-display-mime): Use it.
17076
17077 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17078
17079         * gnus-art.el (article-date-ut): Support converting date in
17080         forwarded parts as well.
17081         (gnus-article-save-original-date): New function.
17082         (gnus-display-mime): Use it.
17083
17084 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17085
17086         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17087         enclosure element of <item>.
17088
17089 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * message.el (message-kill-buffer-query): Rename from
17092         `message-kill-buffer-query-if-modified'.  Add :version.
17093
17094 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17097         window layout.
17098
17099 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * mml.el: Autoload dnd when compiling.
17102
17103 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17106         x-dnd-*.
17107
17108 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * qp.el (quoted-printable-encode-region): Save excursion.
17111
17112 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * message.el (message-kill-buffer-query-if-modified): Add new variable
17115         so the user can kill a modified message buffer quickly.
17116         (message-kill-buffer): Use it.
17117
17118 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * lpath.el: Fbind display-time-event-handler; don't fbind
17121         string-to-multibyte.
17122
17123         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17124
17125 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17128         contained in text because xml.el decodes entities) with LFs.
17129
17130 2005-04-11  Lute Kamstra  <lute@gnu.org>
17131
17132         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17133         differently.
17134
17135 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17136
17137         * mm-util.el (mm-detect-coding-region): Typo.
17138
17139 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17142
17143 2005-04-06  Deepak Goel  <deego@gnufans.org>
17144
17145         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17146         user-function allow user modifications of the scores.
17147         (spam-stat-score-buffer-user): New function, to allow
17148         user-computed modifications to the score.
17149         (spam-stat-score-buffer-user-functions): List of additional
17150         scoring functions.
17151         (spam-stat-error-holder): Global temporary error holder.
17152         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17153         variable.
17154
17155 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * gnus-registry.el (gnus-registry-clean-empty-function)
17158         (gnus-registry-trim, gnus-registry-fetch-groups)
17159         (gnus-registry-delete-group): Groups that match
17160         `gnus-registry-ignored-groups' are removed from the registry
17161         entries, not just ignored for splitting.  This helps clean up the
17162         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17163         to get all the groups a message ID is in.
17164
17165         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17166         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17167         (spam-stat-score-buffer-user-functions): Add :number custom type.
17168
17169 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17172         argument in XEmacs.
17173
17174         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17175         (nnrss-request-group): Decode group name first.
17176         (nnrss-request-article): Make a text/plain article if mml-to-mime
17177         failed.
17178         (nnrss-get-encoding): Return a compatible encoding according to
17179         nnrss-compatible-encoding-alist.
17180         (nnrss-find-el): Use consp instead of listp.
17181         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17182
17183 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17186         which Emacs 20 doesn't support.
17187         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17188
17189 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17190
17191         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17192         silence the byte compiler inside the defun.
17193
17194         * gnus-demon.el (parse-time-string): Add autoload.
17195
17196         * gnus-delay.el (parse-time-string): Add autoload.
17197
17198         * gnus-art.el (parse-time-string): Add autoload.
17199
17200         * nnultimate.el (parse-time): Require for `parse-time-string'.
17201
17202 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17205
17206         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17207
17208         * smime.el (smime-ldap-host-list): Add :version.
17209
17210 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17211
17212         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17213         pass it to `gnus-browse-read-group'.
17214         (gnus-browse-read-group): Add NUMBER argument and pass it to
17215         `gnus-group-read-ephemeral-group'.
17216
17217         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17218         argument and pass it to `gnus-group-read-group'.
17219
17220 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17221
17222         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17223         mm-xemacs-find-mime-charset-1 if we have the mule feature
17224         available at runtime.
17225
17226 2005-03-25  Werner Lemberg  <wl@gnu.org>
17227
17228         * nnmaildir.el: Replace `illegal' with `invalid'.
17229
17230 2005-03-23  Lute Kamstra  <lute@gnu.org>
17231
17232         * time-date.el: Add comment on time value formats.
17233         Don't require parse-time.
17234         (with-decoded-time-value): New macro.
17235         (encode-time-value): New function.
17236         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17237         (days-to-time): Return a valid time value when arg is huge.
17238         (time-since): Use time-subtract.
17239         (time-to-number-of-days): Use time-to-seconds.
17240
17241 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17242
17243         * gnus-start.el (gnus-display-time-event-handler):
17244         Check display-time-timer at runtime rather than only at load time
17245         in case display-time-mode is turned off in the mean time.
17246
17247 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17250         used.
17251
17252         * nneething.el (nneething-map-file-directory): Derive from
17253         `gnus-directory'.
17254
17255         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17256         the To/Cc button.
17257
17258 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * nnmaildir.el (nnmaildir-request-accept-article):
17261         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17262
17263 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17264
17265         * gnus-async.el: Require timer-funcs at compile time when in
17266         XEmacs for `run-with-idle-timer'.
17267
17268 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17269
17270         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17271         autoloaded function.
17272
17273 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17274
17275         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17276
17277 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17278
17279         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17280
17281 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17282
17283         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17284         Add gnus-expert-user to default.
17285
17286 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17287
17288         * nnimap.el (nnimap-open-server): Ditto.
17289
17290         * imap.el (imap-authenticate): Fix typo.
17291
17292 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17293
17294         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17295         buffer (since IMAP server might return FETCH response out of
17296         order, and the nntp buffer must be sorted).
17297
17298 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17299
17300         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17301         comparison on string.
17302
17303         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17304         (gnus-agent-score): Rename category keywords to match gnus-cus.
17305         (gnus-agent-summary-fetch-series): Modify to protect against
17306         gnus-agent-summary-fetch-group clearing processable flags.
17307         (gnus-agent-synchronize-group-flags): Update live group buffer as
17308         synchronization may occur due to the user toggle the plugged
17309         status.
17310         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17311         successfully downloaded.
17312         (gnus-agent-expire-group-1): Avoid using markers when the overview
17313         is in ascending order; greatly improves performance.
17314         (gnus-agent-regenerate-group):
17315         Use gnus-agent-synchronize-group-flags to reset read status in both
17316         gnus and server.
17317         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17318
17319 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17320
17321         * message.el: Don't autoload former message-utils variables.
17322         (message-strip-subject-trailing-was): Change doc string.
17323
17324         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17325         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17326         (nnweb-google-search): Add "hl=en" here.
17327         (nnweb-google-parse-1, nnweb-google-create-mapping):
17328         Don't hardcode URL.
17329
17330 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17331
17332         * message.el (message-get-reply-headers, message-followup):
17333         Mention related variables `message-use-followup-to' and
17334         `message-use-mail-followup-to', in the information buffer.
17335
17336         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17337         of broken groups(-beta).google.com.
17338
17339 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17340
17341         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17342         parameter to invoked gnus-request-move-article; remove the
17343         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17344         all at once instead of once per article.
17345         (gnus-summary-remove-process-mark): Accept a list of articles as
17346         well as a single article for processing.
17347
17348         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17349         parameter.
17350
17351         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17352
17353         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17354
17355         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17356         parameter.
17357
17358         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17359         parameter.
17360
17361         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17362         parameter and remove the gnus-sum-hint-move-is-internal variable.
17363
17364         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17365         parameter.
17366
17367         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17368         parameter.
17369
17370         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17371         parameter.
17372
17373         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17374
17375         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17376         parameter.
17377
17378         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17379         parameter.
17380
17381 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17382
17383         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17384         a more conservative way.
17385
17386 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17387
17388         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17389         buffer, so it moves the window's cursor.
17390
17391 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17392
17393         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17394         `mm-dissect-multipart' and receive the from field as an (optional)
17395         argument from `mm-dissect-multipart'.
17396         (mm-dissect-multipart): Receive the from field as an argument and
17397         pass it on when we call `mm-dissect-buffer' on MIME parts.
17398         Fixes verification/decryption of signed/encrypted MIME parts.
17399
17400 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * gnus-sum.el (gnus-summary-move-article):
17403         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17404         whatever it calls (right now, only nnimap-request-move article
17405         respects it).
17406
17407         * nnimap.el (nnimap-request-move-article):
17408         When gnus-sum-hint-move-is-internal is set, don't do the extra
17409         nnimap-request-article.
17410
17411 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17412
17413         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17414
17415         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17416         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17417
17418         * gnus-sum.el (gnus-summary-caesar-message):
17419         Apply `gnus-treat-article' after rotation.
17420
17421         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17422         doc string.
17423
17424 2005-02-22  Simon Josefsson  <jas@extundo.com>
17425
17426         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17427         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17428         <arne@arnested.dk>.
17429         (encrypt): Add password-cache and password-cache-expiry as group
17430         members.
17431
17432 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17433
17434         * smime.el (smime-ldap-host-list): Doc fix.
17435         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17436         cache) password.
17437         (smime-sign-region): Use it.
17438         (smime-decrypt-region): Use it.
17439         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17440         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17441         fails.
17442         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17443         certificate from DER to PEM format rather than calling openssl.
17444
17445         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17446
17447         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17448         for signing/encryption.
17449
17450         * mml.el (mml-parse-1): Use them.
17451
17452 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17453
17454         * nnrss.el (nnrss-verbose): Remove.
17455         (nnrss-request-group): Use `nnheader-message' instead.
17456
17457 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17458
17459         * nnrss.el (nnrss-verbose): New variable.
17460         (nnrss-request-group): Make it say nnrss is requesting a group.
17461
17462 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17465         Handle news URL with given port correctly.
17466
17467 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17470         containing special characters.
17471
17472         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17473
17474         * mml.el (mime-to-mml): Ditto.
17475
17476         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17477         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17478         (rfc2047-decode-region): Quote decoded words containing special
17479         characters when rfc2047-quote-decoded-words-containing-tspecials
17480         is non-nil.
17481
17482 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17483
17484         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17485
17486         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17487
17488 2005-02-15  Simon Josefsson  <jas@extundo.com>
17489
17490         * nnimap.el (nnimap-debug): Doc fix.
17491
17492         * imap.el (imap-debug): Doc fix.
17493
17494 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17497
17498 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17499
17500         * gnus.el (spam-contents): Improve docs for spam-contents
17501         parameter in its variable incarnation.
17502
17503 2005-02-14  Simon Josefsson  <jas@extundo.com>
17504
17505         * smime-ldap.el: Use require instead of load-library for ldap.
17506         (smime-ldap-search): Indent.
17507         (smime-ldap-search-internal): Shorten line.
17508
17509         * smime.el (smime-cert-by-dns): Add doc-string.
17510         (smime-cert-by-ldap-1): Indent.
17511
17512         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17513         mml-smime-get-dns-ldap.
17514         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17515
17516 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17517
17518         * smime.el: Require smime-ldap.
17519         (smime-ldap-host-list): New variable.
17520         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17521
17522         * mml-smime.el (mml-smime-encrypt-query): New function.
17523         (mml-smime-encrypt-query): Use it.
17524
17525         * smime-ldap.el: New file.
17526
17527 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17528
17529         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17530
17531 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17534         argument in doc string.  Make query for type more clear.
17535
17536 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus.el (gnus-group-startup-message): Search for gnus images in
17539         etc/images/gnus.
17540         * mm-util.el (mm-image-load-path): Likewise.
17541         * smiley.el (smiley-data-directory): Search for smilies in
17542         etc/images/smilies.
17543
17544 2005-02-09  Kim F. Storm  <storm@cua.dk>
17545
17546         Change Emacs release version from 21.4 to 22.1 throughout.
17547         Change Emacs development version from 21.3.50 to 22.0.50.
17548
17549 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17552
17553         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17554         non-Mule XEmacs as well.
17555         (mm-decompress-buffer): Signal an error intentionally if it does
17556         not decompress compressed data because auto-compression-mode is
17557         disabled.
17558
17559 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17560
17561         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17562         an ID in the registry even if it has no groups.
17563
17564 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17567         merge it into mm-decompress-buffer.
17568         (gnus-mime-copy-part): Use the MIME part charset, the value which
17569         a user specified or gnus-newsgroup-charset for decoding, like
17570         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17571         save-buffer what was used.  Suggested by Kevin Ryde
17572         <user42@zip.com.au>.
17573         (gnus-mime-inline-part): Allow the name parameter as well as the
17574         filename parameter; force decompressing of compressed data; always
17575         display contents being not decoded as unibyte.
17576
17577         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17578         as well as the filename parameter.
17579
17580         * mm-util.el (mm-decompress-buffer):
17581         Merge gnus-mime-jka-compr-maybe-uncompress.
17582         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17583         of compressed data.
17584
17585 2005-02-08  Simon Josefsson  <jas@extundo.com>
17586
17587         * imap.el (imap-log): Doc fix.
17588
17589 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17592         the coding cookies; decompress compressed parts.
17593
17594         * mml.el (mml-generate-mime-1): Add the charset parameter according
17595         to the value which a user specified manually or the coding cookie.
17596
17597         * mm-util.el (mm-string-to-multibyte): New function.
17598         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17599         (mm-coding-system-to-mime-charset): New function.
17600         (mm-decompress-buffer): New function.
17601         (mm-find-buffer-file-coding-system): New function.
17602
17603         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17604         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17605         parts.
17606
17607 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17608
17609         * mm-view.el (mm-display-inline-fontify): Decode a part according
17610         to the charset parameter.
17611
17612 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17615         prefix arg is neither nil nor a number, as info specifies.
17616
17617 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17620         timestamps.
17621
17622 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17623
17624         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17625         groups error checking and notify user.
17626
17627 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17628
17629         * message.el (message-send-mail-function): Check existence of
17630         sendmail-program first before using default value
17631         `message-send-mail-with-sendmail'.  Otherwise use more generic
17632         `smtpmail-send-it'.
17633
17634 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * nntp.el (nntp-request-update-info): Always return nil.
17637
17638 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17639
17640         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17641
17642 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17643
17644         * message.el (message-beginning-of-line): Change the behavior when
17645         invoked between BOL and : so that it first moves backward.
17646
17647 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17650         article buffer when editing of the article is discarded.
17651         (gnus-article-prepare): Revert.
17652
17653 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-art.el (gnus-article-prepare):
17656         Remove message-strip-forbidden-properties from the local hook.
17657
17658 2005-01-27  Simon Josefsson  <jas@extundo.com>
17659
17660         * password.el (password-cache-add): Only start one timer per key.
17661         Reported by Derek Atkins <warlord@MIT.EDU>.
17662
17663 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17664
17665         * run-at-time.el: Remove.  It is no longer needed as
17666         timer-funcs.el in the xemacs-base package has a working version of
17667         `run-at-time'.
17668
17669         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17670
17671         * password.el: Require timer-funcs instead of run-at-time in
17672         XEmacs.
17673         Remove `password-run-at-time' macro.
17674         (password-cache-add): Use `run-at-time' instead of
17675         `password-run-at-time'.
17676
17677         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17678         Remove `nnheader-cancel-function-timers' alias,
17679         `cancel-function-timers' exists in XEmacs in timer-funcs.
17680
17681         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17682         for `run-with-idle-timer'.
17683
17684         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17685         for `run-at-time'.
17686
17687         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17688         for `with-timeout'.
17689
17690         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17691         the same as for XEmacs 21.4.
17692         No need to ignore `run-with-idle-timer', this function exists in
17693         XEmacs now in timer-funcs.el in the xemacs-base package.
17694         (dgnushack-compile): No need to delete
17695         run-at-time.el from the list of files to compile because it
17696         doesn't exist anymore.
17697
17698 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17701         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17702
17703 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17704
17705         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17706         sensitively.
17707
17708 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17709
17710         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17711
17712 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17715         which will be inserted according to the multibyteness of a buffer
17716         rather than the type of contents.  Suggested by ARISAWA Akihiro
17717         <ari@mbf.ocn.ne.jp>.
17718
17719         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17720         of string which old xml.el may return rather than a string.
17721
17722 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17725
17726 2005-01-16  Simon Josefsson  <jas@extundo.com>
17727
17728         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17729         idn/idna.el isn't available.
17730         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17731         <michael@waxrat.com>.
17732
17733         * hashcash.el: Remove non-FSF copyright header.
17734
17735         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17736         (hashcash-generate-payment): Use it.
17737         (hashcash-generate-payment-async): Use it.
17738
17739 2005-01-15  Simon Josefsson  <jas@extundo.com>
17740
17741         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17742         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17743
17744         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17745         gnus-summary-idna-message.
17746         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17747         (gnus-summary-idna-message): New function.
17748
17749 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17752         gnus-novice-user.
17753
17754 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * nnrss.el (nnrss-request-delete-group): Delete entries in
17757         nnrss-group-alist as well.
17758         (nnrss-save-server-data): Insert newline.
17759
17760 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17761
17762         * gnus.el (gnus-user-agent): Use list of symbols instead of
17763         symbols.  Display full version number for (S)XEmacs.
17764         Optionally display (S)XEmacs codename.
17765
17766         * gnus-util.el (gnus-emacs-version): Update for new
17767         `gnus-user-agent'.
17768
17769         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17770         Gnus version.
17771
17772 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17775         which is unreadable in some setups.
17776
17777 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * gnus-spec.el (gnus-update-format-specifications): Flush the
17780         group format spec cache if it doesn't support decoded group names.
17781
17782 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17783
17784         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17785         Allow to apply decay on score files matching a regexp.
17786
17787 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17790         compatibility in %g and %c.
17791
17792 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17795         name for only %g and %c.
17796         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17797         of gnus-tmp-group to decoded group name.
17798         (gnus-group-make-rss-group): Exclude `/'s from group names.
17799
17800 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * nnrss.el (nnrss-get-encoding): Fix regexp.
17803
17804 2004-12-27  Simon Josefsson  <jas@extundo.com>
17805
17806         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17807         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17808         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17809
17810 2004-12-17  Kim F. Storm  <storm@cua.dk>
17811
17812         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17813
17814         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17815
17816 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17817
17818         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17819
17820 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * nnrss.el: Require rfc2047 and mml.
17823         (nnrss-file-coding-system): New variable.
17824         (nnrss-format-string): Redefine it as an inline function.
17825         (nnrss-decode-group-name): New function.
17826         (nnrss-string-as-multibyte): Remove.
17827         (nnrss-retrieve-headers): Decode group name; don't use
17828         nnrss-format-string.
17829         (nnrss-request-group): Decode group name.
17830         (nnrss-request-article): Decode group name; allow a Message-ID as
17831         well as an article number; don't use nnrss-format-string; encode a
17832         Message-ID string which may contain non-ASCII characters; use
17833         mml-to-mime to compose a MIME article.
17834         (nnrss-request-expire-articles): Decode group name.
17835         (nnrss-request-delete-group): Decode group name.
17836         (nnrss-fetch): Clarify error message.
17837         (nnrss-read-server-data): Use insert-file-contents instead of load;
17838         bind file-name-coding-system; use multibyte buffer.
17839         (nnrss-save-server-data): Bind coding-system-for-write to the
17840         value of nnrss-file-coding-system; bind file-name-coding-system;
17841         add coding cookie.
17842         (nnrss-read-group-data): Use insert-file-contents instead of load;
17843         bind file-name-coding-system; use multibyte buffer.
17844         (nnrss-save-group-data): Bind coding-system-for-write to the
17845         value of nnrss-file-coding-system; bind file-name-coding-system.
17846         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17847         make it work with non-ASCII text.
17848         (nnrss-find-el): Make it work with old xml.el as well.
17849
17850 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17851
17852         * nnrss.el (nnrss-get-encoding): New function.
17853         (nnrss-fetch): Use unibyte buffer initially; bind
17854         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17855         decode contents according to the encoding attribute.
17856         (nnrss-save-group-data): Add coding cookie.
17857         (nnrss-mime-encode-string): New function.
17858         (nnrss-check-group): Use it to encode subject and author.
17859
17860 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17861
17862         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17863         imaginary variable.
17864
17865 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17866
17867         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17868         correctly even if there are wide characters.
17869
17870 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17871
17872         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17873         downcased symbol names; make a new cache instead of reusing
17874         bbdb-hashtable.
17875
17876 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17879         concatenating segments rather than before concatenating them.
17880         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17881
17882         * message.el (message-get-reply-headers): Bind `extra'.
17883
17884 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17885
17886         * message.el (message-extra-wide-headers): New variable.
17887         (message-get-reply-headers): Use it.
17888
17889 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17892         (gnus-agent-group-pathname): Ditto.
17893
17894         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17895
17896         * gnus-group.el (gnus-group-make-group): Decode group name.
17897         (gnus-group-make-rss-group): Register the group data after opening
17898         the nnrss group.
17899
17900 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17901
17902         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17903         by expiry now get marked as read.
17904
17905 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17908
17909 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17910
17911         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17912         unify Latin characters in XEmacs.
17913         (mm-find-mime-charset-region): Use it.
17914
17915 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * gnus-util.el (gnus-delete-directory): New function.
17918
17919         * gnus-agent.el (gnus-agent-delete-group): Use it.
17920
17921         * gnus-cache.el (gnus-cache-delete-group): Use it.
17922
17923 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17926         names.
17927
17928 2004-12-16  Simon Josefsson  <jas@extundo.com>
17929
17930         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17931
17932 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17935
17936         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17937         (gnus-group-set-current-level): Decode group name.
17938
17939 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17940
17941         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17942         failed.
17943
17944 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * gnus-group.el (gnus-group-delete-group): Decode group name.
17947         (gnus-group-make-rss-group): Encode group name.
17948         (gnus-group-catchup-current): Decode group name.
17949         (gnus-group-kill-group): Decode group name.
17950
17951 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17952
17953         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17954
17955 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * gnus-group.el (gnus-group-make-rss-group):
17958         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17959
17960         * gnus-start.el (gnus-setup-news): Honor user's setting to
17961         gnus-message-archive-method.  Suggested by Lute Kamstra
17962         <lute@gnu.org>.
17963
17964 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17965
17966         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17967         global counterparts of the buffer-local variables.
17968
17969 2004-11-16  Romain Francoise  <romain@orebokech.com>
17970
17971         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17972         counterparts of the buffer-local variables.
17973
17974 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17975
17976         * message.el (message-forbidden-properties): Fix typo in doc
17977         string.
17978
17979 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17980
17981         * gnus-util.el (gnus-replace-in-string): Add doc string.
17982
17983         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17984         to avoid problems when splitting mails with many recipients.
17985
17986 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17987
17988         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17989         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17990
17991 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17992
17993         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17994         if there is no hashtable in memory or file modification time is
17995         newer than cached timestamp.
17996
17997 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17998
17999         * gnus-sum.el (gnus-summary-limit-to-recipient):
18000         Implement not-matching option.
18001
18002 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18003
18004         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18005         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18006         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18007         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18008         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18009         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18010
18011 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * message.el (message-forward-make-body-mml): Remove headers
18014         according to message-forward-ignored-headers if a message is decoded.
18015
18016 2004-12-02  Romain Francoise  <romain@orebokech.com>
18017
18018         * message.el (message-forward-make-body-plain): Always remove
18019         headers according to message-forward-ignored-headers.
18020
18021 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18022
18023         * spam.el (spam-summary-prepare-exit): Remove the
18024         gnus-summary-limit pop for now, it has problems with ham marks for
18025         me.
18026
18027 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18028
18029         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18030         correctly.
18031
18032 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18033
18034         * format-spec.el (format-spec): Message the char.
18035
18036 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18037
18038         * gnus-art.el (gnus-split-methods): Reformat comments.
18039
18040         * spam.el (spam-summary-prepare-exit): Remove article limits
18041         before exiting the summary buffer.
18042
18043 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18046         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18047
18048         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18049         order to silence the byte compiler.
18050
18051         * spam.el: Fix the way to silence the byte compiler, which
18052         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18053         bbdb-search-simple, spam-BBDB-register-routine,
18054         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18055         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18056         spam-stat-buffer-is-spam, spam-stat-load,
18057         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18058         spam-stat-save and spam-stat-split-fancy.
18059
18060 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18063         which may confuse users.
18064         (canlock-password-for-verify): Ditto.
18065
18066         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18067
18068         * gnus-art.el (gnus-emphasis-alist): Ditto.
18069
18070         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18071
18072         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18073
18074         * gnus-start.el (gnus-save-killed-list): Ditto.
18075
18076         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18077         (gnus-sum-thread-tree-root): Ditto.
18078         (gnus-sum-thread-tree-false-root): Ditto.
18079         (gnus-sum-thread-tree-single-indent): Ditto.
18080
18081         * message.el (message-courtesy-message): Ditto.
18082         (message-archive-note): Ditto.
18083         (message-subscribed-address-file): Ditto.
18084         (message-user-fqdn): Ditto.
18085
18086         * spam-report.el (spam-report-gmane-regex): Ditto.
18087
18088         * spam.el (spam-blackhole-good-server-regex): Ditto.
18089
18090 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * mml.el (mml-preview): Widen the message buffer before copying
18093         the contents to the preview buffer; sort headers before previewing.
18094
18095         * message.el (message-hidden-headers): Fix the way to avoid a bug
18096         in the `repeat' widget in Emacs 21.3 or earlier.
18097
18098 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * message.el (message-hidden-headers): Default to "^References:".
18101         Improve customization type.  Suggested by Reiner Steib
18102         <Reiner.Steib@gmx.de>.
18103
18104 2004-11-25  Romain Francoise  <romain@orebokech.com>
18105
18106         * message.el (message-strip-forbidden-properties): Remove check for
18107         obsolete `message-hidden' text property, hidden headers are not
18108         accessible in the buffer anymore.
18109
18110 2004-11-22  Romain Francoise  <romain@orebokech.com>
18111
18112         * message.el (message-header-format-alist): Add `From' in list
18113         so that it can be sorted.
18114         (message-fix-before-sending): Widen and sort headers before
18115         sending.
18116         (message-hide-headers): Use narrowing to hide headers by moving
18117         them to the top of the buffer and narrowing to the region
18118         underneath.
18119
18120 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18121
18122         * message.el (message-strip-forbidden-properties):
18123         Bind buffer-read-only (etc) to nil.
18124
18125 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18128         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18129
18130 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18131
18132         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18133
18134 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18135
18136         * dns.el (query-dns): Use sit-for to time instead of
18137         accept-process-output, since that doesn't seem to work on udp
18138         sockets.
18139
18140 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18143
18144 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18145
18146         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18147         doc string.  Improve doc string.
18148
18149 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * nntp.el (nntp-request-update-info): Return nil if
18152         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18153         may not call gnus-activate-group which uselessly issues the GROUP
18154         commands for all nntp groups and wastes time.  Reported by Romain
18155         Francoise <romain@orebokech.com>.
18156
18157         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18158
18159 2004-11-15  Simon Josefsson  <jas@extundo.com>
18160
18161         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18162         headers separately.
18163         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18164         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18165
18166 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18167
18168         * gnus-start.el (gnus-convert-old-newsrc):
18169         Assign legacy-gnus-agent to 5.10.7.
18170
18171 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18172
18173         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18174         start of the lines.
18175
18176 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18177
18178         * hashcash.el (hashcash-default-payment): Change default to 20.
18179         (hashcash-default-accept-payment): Change default to 20.
18180         (hashcash-process-alist): New variable.
18181         (hashcash-generate-payment-async): Add.
18182         (hashcash-already-paid-p): Add.
18183         (hashcash-insert-payment): Don't generate payments twice.
18184         (hashcash-insert-payment-async): Add.
18185         (hashcash-insert-payment-async-2): Add.
18186         (hashcash-cancel-async): Add.
18187         (hashcash-wait-async): Add.
18188         (hashcash-processes-running-p): Add.
18189         (hashcash-wait-or-cancel): Add.
18190         (mail-add-payment): New optional argument.  Conditionally start
18191         asynchronous calculation.
18192         (mail-add-payment-async): Add.
18193
18194         * message.el (message-send-mail): Wait for asynchronous hashcash
18195         results.  Don't clobber existing X-Hashcash headers.
18196         (message-setup-1): Call mail-add-payment-async when
18197         message-generate-hashcash is non-nil.
18198
18199 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18200
18201         * message.el (message-use-alternative-email-as-from): Examine the
18202         From header as well; use message-make-from in order to include a
18203         user's full name.
18204
18205 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18208         default; improve customization type.
18209         (gnus-emphasis-custom-with-format): New macro.
18210         (gnus-emphasis-custom-value-to-external): New function.
18211         (gnus-emphasis-custom-value-to-internal): New function.
18212
18213 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18214
18215         * dns.el (query-dns): Resolve reverse addresses.
18216
18217 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * gnus-group.el (gnus-group-get-new-news): Use it.
18220
18221         * gnus-start.el (gnus-check-reasonable-setup): New function.
18222
18223 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18226         "Args out of range" error.  Reported by Arnaud Giersch
18227         <arnaud.giersch@free.fr>.
18228
18229 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18230
18231         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18232
18233 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18234
18235         * spam.el (spam group): Add :version.
18236
18237         * pgg-def.el (pgg group): Add :version.
18238
18239 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * gnus-art.el (gnus-article-edit-article): Don't associate the
18242         article buffer with a draft file.  This is a temporary measure
18243         against the 2004-08-22 change to gnus-article-edit-mode.
18244
18245 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18248         (html2text-format-tags): Remove unused variable `attr'.
18249
18250 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18253
18254         * tls.el (tls-process-connection-type, tls-success)
18255         (tls-certtool-program): Add :version.
18256
18257         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18258         (starttls-extra-arguments, starttls-process-connection-type)
18259         (starttls-connect, starttls-failure, starttls-success): Add :version.
18260
18261         * spam-stat.el (spam-stat): Add :version.
18262
18263         * sieve.el (sieve): Add :version.
18264
18265         * sha1.el (sha1): Add :version.
18266         (sha1-use-external): Remove redundant version.
18267
18268         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18269         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18270         (nnmail-split-fancy-match-partial-words)
18271         (nnmail-split-lowercase-expanded): Add :version.
18272
18273         * nndiary.el (nndiary): Add :version.
18274
18275         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18276
18277         * mml-sec.el (mml-default-sign-method)
18278         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18279         Add :version.
18280
18281         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18282
18283         * mm-url.el (mm-url-use-external, mm-url-program)
18284         (mm-url-arguments): Add :version.
18285
18286         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18287         (mm-attachment-file-modes, mm-decrypt-option)
18288         (mm-w3m-safe-url-regexp): Add :version.
18289
18290         * message.el (message-cite-prefix-regexp)
18291         (message-sendmail-envelope-from, message-minibuffer-local-map)
18292         (message-user-fqdn, message-completion-alist): Add :version.
18293
18294         * gnus-win.el (gnus-configure-windows-hook)
18295         (gnus-use-frames-on-any-display): Add :version.
18296
18297         * gnus-art.el (gnus-article-address-banner-alist)
18298         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18299         (gnus-treat-from-picon, gnus-treat-mail-picon)
18300         (gnus-treat-x-pgp-sig): Add :version.
18301
18302         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18303         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18304         (gnus-summary-article-delete-hook)
18305         (gnus-summary-display-while-building): Add :version.
18306
18307         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18308         (gnus-get-top-new-news-hook): Add :version.
18309
18310         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18311         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18312
18313         * gnus-registry.el (gnus-registry): Add :version.
18314
18315         * gnus-spec.el (gnus-use-correct-string-widths)
18316         (gnus-make-format-preserve-properties): Add :version.
18317
18318         * gnus.el (gnus-group-charter-alist)
18319         (gnus-group-fetch-control-use-browse-url)
18320         (gnus-install-group-spam-parameters): Add :version.
18321
18322         * gnus-diary.el (gnus-diary): Add :version.
18323
18324         * gnus-delay.el (gnus-delay): Add :version.
18325
18326         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18327         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18328         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18329         Add :version.
18330
18331         * gnus-agent.el (gnus-agent-max-fetch-size)
18332         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18333         (gnus-agent-prompt-send-queue): Add :version.
18334
18335         * deuglify.el (gnus-outlook-deuglify): Add :version.
18336
18337         * html2text.el: Beautify code.  Improve doc strings.
18338         Some checkdoc cleanup.
18339         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18340
18341 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18342
18343         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18344
18345 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18346
18347         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18348         when package is loaded.
18349
18350         * spam.el (spam-summary-score-preferred-header): Add global preference
18351         for people who want to override the default SpamAssassin over
18352         Bogofilter preference (when both are set).
18353         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18354         (spam-user-format-function-S):
18355         Check spam-summary-score-preferred-header.
18356         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18357         (spam-user-format-function-S): Format the score correctly.
18358
18359 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18360
18361         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18362         signature file.  Suggested by Manoj Srivastava
18363         <srivasta@golden-gryphon.com>.
18364
18365         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18366         iso-2022-jp even in the Japanese language environment.
18367         Suggested by Jason Rumney <jasonr@gnu.org>.
18368
18369 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18372         use the same characters as the dummy marks; make it free from
18373         getting affected by the language environment.
18374         (gnus-summary-read-group-1): Update mark positions only when the
18375         format spec is updated.
18376
18377         * gnus-spec.el (gnus-update-format-specifications): Return a list
18378         of updated types.
18379
18380 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18383         of boundp to check if display-warning is available.
18384
18385 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18386
18387         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18388
18389 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18390
18391         * nnspool.el (nnspool-spool-directory): Use news-path if the
18392         news-directory variable is not bound.
18393
18394         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18395         function instead of display-warning if it is not available.
18396
18397 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18398
18399         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18400         v5-10: Use `point-at-bol'.
18401
18402 2004-10-26  Simon Josefsson  <jas@extundo.com>
18403
18404         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18405         <chenggao@gmail.com>.
18406
18407 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18408
18409         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18410         instead.
18411
18412 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18413
18414         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18415         to remove a server from the nnimap-server-buffer-alist.
18416         (nnimap-open-connection, nnimap-close-server): Use it.
18417
18418         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18419
18420 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18423         running the major-mode function.
18424
18425 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18428         dummy marks in the right way.
18429
18430 2004-10-18  David Edmondson  <dme@dme.org>
18431
18432         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18433         excessively.
18434
18435 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18436
18437         * gnus-util.el (gnus-split-references): Accept a nil references
18438         string and go on blissfully.
18439
18440         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18441         cases where the references string is non-nil but has no references.
18442
18443         * encrypt.el: Add autoload tags.
18444
18445         * spam.el (spam-resolve-registrations-routine): Remove article
18446         from unregistration list too.  Reported by David Hanak
18447         <dhanak@isis.vanderbilt.edu>
18448
18449 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18450
18451         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18452         nil.  Change custom type.
18453
18454 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18457
18458         * gnus-sum.el (gnus-summary-move-article): Use it.
18459
18460 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18461
18462         * encrypt.el: Add autoload cookies.
18463
18464         * spam.el (spam-backend-article-list-property)
18465         (spam-backend-get-article-todo-list)
18466         (spam-backend-put-article-todo-list)
18467         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18468         Resolve registrations separately.
18469         (spam-register-routine): Format comments.
18470         (spam-unregister-routine, spam-register-routine): Always call with
18471         specific-articles, no default list.
18472         (spam-summary-prepare-exit): Use the spam-classifications function.
18473
18474         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18475         gnus-encrypt.el.
18476
18477         * encrypt.el: Copied from gnus-encrypt.el.
18478
18479         * gnus-encrypt.el: Commented that it's obsolete.
18480
18481 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18482
18483         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18484         (gnus-score-save): Use it.
18485
18486         * message.el (message-bury): Use `window-dedicated-p'.
18487
18488 2004-10-15  Simon Josefsson  <jas@extundo.com>
18489
18490         * pop3.el (top-level): Don't require nnheader.
18491         (pop3-read-timeout): Add.
18492         (pop3-accept-process-output): Add.
18493         (pop3-read-response, pop3-retr): Use it.
18494
18495 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18496
18497         * spam.el (spam-register-routine): Move comment.
18498         (spam-verify-bogofilter): Use 'unknown for the initial
18499         spam-bogofilter-valid state, not 'never.
18500
18501         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18502         for netrc-machine.
18503
18504         * nnimap.el (nnimap-open-connection):
18505         Use netrc-machine-user-or-password.
18506
18507 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18508
18509         * gnus-registry.el (gnus-registry-unload-hook):
18510         Set as a variable with add-hook.
18511
18512         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18513         of news-path.
18514
18515         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18516
18517         * spam.el: Delete duplicate `provide'.
18518         (spam-unload-hook): Set as a variable with add-hook.
18519
18520 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18521
18522         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18523         in the doc string.
18524
18525         * message.el (message-ignored-news-headers)
18526         (message-ignored-supersedes-headers)
18527         (message-ignored-resent-headers)
18528         (message-forward-ignored-headers): Improve custom type.
18529
18530 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18531
18532         * message.el (message-tokenize-header): Fix 2004-09-06 change
18533         which used point-min in the wrong place.
18534
18535 2004-10-12  Simon Josefsson  <jas@extundo.com>
18536
18537         * tls.el (tls-certtool-program): New variable.
18538         (tls-certificate-information): New function, based on
18539         ssl-certificate-information.
18540
18541 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18542
18543         * compface.el: Move the version of ELisp-based uncompface program
18544         to the contrib directory because of the copyright problem.
18545
18546 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * message.el (message-kill-buffer): Raise the current frame.
18549
18550 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18551
18552         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18553
18554         * gnus.el (message-y-or-n-p): Autoload.
18555
18556         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18557         (pop3-password-required, pop3-authentication-scheme)
18558         (pop3-leave-mail-on-server): Make customizable.
18559         (pop3): New custom group.
18560         (pop3-retr): Remove `sleep-for' statements.
18561         Suggested by Dave Love <fx@gnu.org>.
18562
18563         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18564         Windows/DOS.
18565
18566         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18567         (imap-parse-body): Fix incorrect use of `assert'.
18568         Suggested by Dave Love <fx@gnu.org>.
18569
18570         * mml.el (mml-minibuffer-read-disposition): Require match.
18571         Suggested by Dave Love <fx@gnu.org>.
18572
18573 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18576         doc string.
18577
18578 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18581
18582 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18583
18584         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18585         instead of calling `mm-insert-inline', to decode text/* parts
18586         before displaying them.
18587
18588 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18589
18590         * mm-uu.el (mm-uu-text-plain-type): New variable.
18591         (mm-uu-pgp-signed-extract-1): Use it.
18592         (mm-uu-pgp-encrypted-extract-1): Use it.
18593         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18594         bind mm-uu-text-plain-type with that value.
18595         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18596         mm-uu-dissect.
18597
18598 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * gnus-group.el (gnus-update-group-mark-positions):
18601         * gnus-sum.el (gnus-update-summary-mark-positions):
18602         * message.el (message-check-news-body-syntax):
18603         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18604         of string-as-multibyte.
18605
18606 2004-10-05  Juri Linkov  <juri@jurta.org>
18607
18608         * gnus-group.el (gnus-update-group-mark-positions):
18609         * gnus-sum.el (gnus-update-summary-mark-positions):
18610         * message.el (message-check-news-body-syntax):
18611         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18612         8-bit unibyte values to a multibyte string for search functions.
18613
18614 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18615
18616         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18617         (mm-uu-dissect-text-parts): New function.
18618
18619         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18620         dissect text parts.
18621
18622         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18623         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18624
18625         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18626
18627         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18628         Use gnus-current-topics instead of gnus-current-topic.
18629
18630 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18633
18634 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18635
18636         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18637         where approriate.
18638
18639         * nnml.el (nnml-generate-active-info): do.
18640
18641         * nndiary.el (nndiary-generate-active-info): do.
18642
18643         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18644         (gnus-topic-move): do.
18645
18646         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18647         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18648
18649         * gnus-srvr.el (gnus-server-prepare)
18650         (gnus-server-open-all-servers): do.
18651
18652         * gnus-msg.el (gnus-summary-cancel-article)
18653         (gnus-summary-resend-message)
18654         (gnus-summary-mail-crosspost-complaint): do.
18655
18656         * gnus-move.el (gnus-change-server): do.
18657
18658         * gnus-group.el (gnus-group-unmark-all-groups)
18659         (gnus-group-set-current-level): do.
18660
18661 2004-10-04  Simon Josefsson  <jas@extundo.com>
18662
18663         * message.el (message-generate-hashcash): Doc fix.
18664
18665 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18666
18667         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18668         avoid infinite recursion via gnus-get-function.
18669
18670 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18671
18672         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18673
18674         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18675
18676         * nnmail.el (nnmail-split-history): do.
18677
18678         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18679         (nnml-request-delete-group): do.
18680
18681         * nnslashdot.el (nnslashdot-read-groups): do.
18682
18683         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18684         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18685
18686         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18687         (nnspool-sift-nov-with-sed): Use last.
18688         (nnspool-retrieve-headers-with-nov): Use mapc.
18689         (nnspool-request-newgroups): Use dolist.
18690         (nnspool-request-group): Use last.
18691
18692         * nntp.el (nntp-read-server-type): Use dolist.
18693
18694         * nnvirtual.el (nnvirtual-create-mapping)
18695         (nnvirtual-update-read-and-marked): Use dolist.
18696         (nnvirtual-convert-headers): Simplify.
18697
18698 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18699
18700         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18701         Add support for sync'ing tick marks.
18702
18703 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18706         there's no visible header.
18707
18708 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18709
18710         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18711         When necessary, pass full group name to gnus-request-set-marks.
18712
18713 2004-10-01  Simon Josefsson  <jas@extundo.com>
18714
18715         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18716         acroread.
18717
18718 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * spam-report.el (spam-report-gmane): Fix interactive.
18721
18722         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18723
18724         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18725         when writing file.
18726         (gnus-agent-synchronize-flags): Don't default to being
18727         interactive.
18728
18729 2004-09-30  Simon Josefsson  <jas@extundo.com>
18730
18731         * message.el (message-generate-hashcash): Add.
18732         (message-send-mail): Use it, call mail-add-payment.
18733
18734 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18737
18738 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18739
18740         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18741         gnus-requst-update-info with explicit code to sync the in-memory
18742         info read flags with the marks being sync'd to the backend.
18743
18744         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18745
18746 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18747
18748         * spam.el (spam-verify-bogofilter): Add new function.
18749         (spam-check-bogofilter)
18750         (spam-bogofilter-register-with-bogofilter): Use it.
18751         (spam-verify-bogofilter): Add small fixes.
18752
18753 2004-09-28  Simon Josefsson  <jas@extundo.com>
18754
18755         * hashcash.el (hashcash-generate-payment): Revert.
18756
18757 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18758
18759         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18760         Use gnus-extract-references instead of gnus-split-references.
18761
18762         * gnus-util.el (gnus-extract-references): Add new function, analogous
18763         to gnus-split-references but extracts only the message-ID without
18764         anything extra.
18765
18766         * hashcash.el (hashcash-generate-payment)
18767         (hashcash-check-payment): Do the right thing if hashcash-path is
18768         nil (because the hashcash program could not be found).
18769
18770         * spam.el (spam-use-hashcash): Remove comment.
18771
18772 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18773
18774         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18775         (gnus-cache-enter-article, gnus-cache-remove-article)
18776         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18777
18778         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18779
18780         * gnus-art.el (article-hide-boring-headers)
18781         (article-translate-strings, article-display-face)
18782         (gnus-article-mime-match-handle-first)
18783         (gnus-article-highlight-headers)
18784         (gnus-article-add-buttons-to-head): do.
18785
18786 2004-09-27  Simon Josefsson  <jas@extundo.com>
18787
18788         * hashcash.el: New version, from
18789         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18790         ../contrib/.
18791
18792 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18793
18794         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18795
18796 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * gnus-dup.el (gnus-dup-open): Use mapc.
18799         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18800
18801         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18802         Reported by Stefan Wiens <s.wi@gmx.net>.
18803
18804         * gnus.el (gnus-shutdown): Use dolist.
18805
18806         * gnus-undo.el (gnus-undo): Use mapc.
18807
18808         * nnrss.el (nnrss-generate-active): do.
18809
18810         * message.el (message-cite-original-without-signature)
18811         (message-cite-original): Use mapc.
18812         (message-do-actions, message-make-forward-subject): Use dolist.
18813
18814 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18815
18816         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18817         deletion to remove entire duplicate line.  Fixes merged article
18818         number bug.
18819
18820 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18821
18822         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18823         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18824         first ask if you want to open a server and then, even when you
18825         responded with no, asking if you want to synchronize the server's
18826         flags.
18827         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18828         multi-line expressions.
18829         (gnus-agent-synchronize-group-flags): New internal function.
18830         Updates marks in memory (in the info structure) AND in the
18831         backend.
18832
18833         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18834
18835         * nnagent.el (nnagent-request-set-mark):
18836         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18837         method, to ensure that synchronization updates marks in the
18838         backend and in the info (in memory) structure.
18839
18840 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18843         convention fully; don't miss the root article of a thread; make
18844         the X-Draft-From header with correct article numbers.
18845
18846 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18847
18848         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18849         unless plugged.  Disable the agent so that an open failure causes
18850         an error.
18851
18852         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18853         Revert 2004-09-21 change.  The backend must be opened while
18854         synchronizing flags even when the backend stores the flags
18855         locally.
18856
18857 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18860         in `header' match.  Reported by Svend Tollak Munkejord.
18861
18862         * message.el (message-cite-original): Fix use of
18863         `message-cite-articles-with-x-no-archive'.
18864
18865 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18868         (gnus-window-to-buffer): Ditto.
18869
18870         * mml.el (mml-preview-buffer): New variable.
18871         (mml-preview): Manage window layout with gnus-buffer-configuration.
18872
18873         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18874         X-Draft-From header even if those articles aren't quoted.
18875
18876 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18877
18878         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18879         (gnus-request-set-mark, gnus-request-update-mark): Use new
18880         g-s-t-u-l-m to decide to use backend even when unplugged.
18881
18882 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18883
18884         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18885         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18886
18887 2004-09-20  Simon Josefsson  <jas@extundo.com>
18888
18889         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18890         "utf-16-le".
18891
18892 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18893
18894         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18895
18896 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * uudecode.el (uudecode-use-external): Add :version.
18899
18900         * smime.el (smime-CA-file, smime-encrypt-cipher)
18901         (smime-dns-server): Add :version.
18902
18903         * smiley.el (gnus-smiley-file-types): Add :version.
18904
18905         * sha1.el (sha1-use-external): Add :version.
18906
18907         * pgg-def.el (pgg-query-keyserver): Add :version.
18908
18909         * nnmail.el (nnmail-fancy-expiry-targets)
18910         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18911         Add :version.
18912
18913         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18914         (nnimap-retrieve-groups-asynchronous): Add :version.
18915         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18916
18917         * mml.el (mml-content-disposition-parameters)
18918         (mml-insert-mime-headers-always): Add :version.
18919
18920         * mm-util.el (mm-coding-system-priorities): Add :version.
18921
18922         * mm-decode.el (mm-inline-text-html-with-images)
18923         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18924         (mm-verify-option): Add :version.
18925         (mm-text-html-renderer): Change :version.
18926
18927         * message.el (message-fcc-externalize-attachments)
18928         (message-required-headers, message-draft-headers)
18929         (message-subject-trailing-was-query)
18930         (message-subject-trailing-was-ask-regexp)
18931         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18932         (message-mark-insert-end, message-archive-header)
18933         (message-archive-note, message-cross-post-default)
18934         (message-cross-post-note, message-followup-to-note)
18935         (message-cross-post-note-function, message-use-mail-followup-to)
18936         (message-subscribed-address-functions)
18937         (message-subscribed-address-file, message-subscribed-addresses)
18938         (message-subscribed-regexps, message-allow-no-recipients)
18939         (message-yank-cited-prefix, message-signature-insert-empty-line)
18940         (message-hidden-headers, message-hierarchical-addresses)
18941         (message-mail-user-agent, message-use-idna)
18942         (message-valid-fqdn-regexp)
18943         (message-strip-special-text-properties, message-header-synonyms)
18944         (message-beginning-of-line, message-tab-body-function): Add :version.
18945         (message-insert-canlock, message-wide-reply-confirm-recipients):
18946         Change :version.
18947
18948         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18949         and :version.
18950         (mail-source-delete-old-incoming-confirm)
18951         (mail-source-movemail-program): Add :version.
18952
18953         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18954         (gnus-agent-cache, gnus-agent): Change :version.
18955
18956         * gnus-util.el (gnus-use-byte-compile): Change :version.
18957
18958         * gnus-sum.el (gnus-summary-make-false-root-always)
18959         (gnus-summary-default-high-score)
18960         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18961         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18962         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18963         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18964         (gnus-sum-thread-tree-single-indent)
18965         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18966         (gnus-sum-thread-tree-leaf-with-other)
18967         (gnus-sum-thread-tree-single-leaf): Add :version.
18968         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18969         (gnus-article-loose-mime): Change :version.
18970
18971         * gnus-start.el (gnus-backup-startup-file)
18972         (gnus-save-startup-file-via-temp-buffer): Add :version.
18973
18974         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18975         (gnus-server-offline-face): Add :version.
18976
18977         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18978
18979         * gnus-msg.el (gnus-gcc-externalize-attachments)
18980         (gnus-debug-files, gnus-debug-exclude-variables)
18981         (gnus-discouraged-post-methods): Change :version.
18982         (gnus-confirm-mail-reply-to-news)
18983         (gnus-confirm-treat-mail-like-news): Add :version.
18984
18985         * gnus-int.el (gnus-server-unopen-status): Add :version.
18986
18987         * gnus-group.el (gnus-group-jump-to-group-prompt)
18988         (gnus-large-ephemeral-newsgroup)
18989         (gnus-fetch-old-ephemeral-headers): Add :version.
18990
18991         * gnus-fun.el (gnus-x-face-directory)
18992         (gnus-convert-pbm-to-x-face-command)
18993         (gnus-convert-image-to-x-face-command)
18994         (gnus-convert-image-to-face-command): Add :version.
18995
18996         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18997
18998         * gnus-cite.el (gnus-cite-blank-line-after-header)
18999         (gnus-article-boring-faces): Add :version.
19000
19001         * gnus-art.el (gnus-buttonized-mime-types)
19002         (gnus-inhibit-mime-unbuttonizing)
19003         (gnus-treat-display-face)
19004         (gnus-treat-body-boundary): Change :version.
19005         (gnus-body-boundary-delimiter, gnus-picon-databases)
19006         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19007         (gnus-treat-date-english, gnus-treat-fold-headers)
19008         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19009         (gnus-treat-mail-picon, gnus-treat-wash-html)
19010         (gnus-article-encrypt-protocol)
19011         (gnus-use-idna, gnus-article-over-scroll)
19012         (gnus-mime-display-multipart-alternative-as-mixed)
19013         (gnus-mime-display-multipart-related-as-mixed)
19014         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19015         (gnus-ctan-url, gnus-button-ctan-handler)
19016         (gnus-button-handle-ctan-bogus-regexp)
19017         (gnus-button-ctan-directory-regexp)
19018         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19019         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19020         (gnus-button-man-level, gnus-button-emacs-level)
19021         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19022
19023         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19024         (gnus-agent-go-online): Change :version.
19025         (gnus-agent-expire-unagentized-dirs)
19026         (gnus-agent-auto-agentize-methods): Add :version.
19027
19028         * flow-fill.el (fill-flowed-display-column)
19029         (fill-flowed-encode-column): Add :version.
19030
19031         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19032         (gnus-outlook-deuglify-unwrap-max)
19033         (gnus-outlook-deuglify-cite-marks)
19034         (gnus-outlook-deuglify-unwrap-stop-chars)
19035         (gnus-outlook-deuglify-no-wrap-chars)
19036         (gnus-outlook-deuglify-attrib-cut-regexp)
19037         (gnus-outlook-deuglify-attrib-verb-regexp)
19038         (gnus-outlook-deuglify-attrib-end-regexp)
19039         (gnus-outlook-display-hook): Add :version.
19040
19041         * binhex.el (binhex-use-external): Add :version.
19042
19043 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19044
19045         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19046         and `invisible'.
19047
19048 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19049
19050         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19051         in gnus-registry-trim.
19052
19053 2004-09-13  Simon Josefsson  <jas@extundo.com>
19054
19055         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19056
19057         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19058
19059         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19060         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19061         <yamaoka@jpl.org>.
19062         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19063         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19064         <yamaoka@jpl.org>.
19065
19066         * sieve.el (sieve-manage-mode): Ditto.
19067
19068 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19069
19070         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19071
19072 2004-09-11  Simon Josefsson  <jas@extundo.com>
19073
19074         * dns-mode.el: Add.
19075
19076         * mm-view.el (mm-display-dns-inline): Add.
19077
19078         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19079         (mm-automatic-display): Ditto.
19080
19081         * mailcap.el (mailcap-mime-data): Add text/dns.
19082         (mailcap-mime-extensions): Map .soa to text/dns.
19083
19084 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19085
19086         * gnus-art.el (article-decode-mime-words, article-babel)
19087         (gnus-article-highlight-signature, gnus-article-add-buttons)
19088         (gnus-signature-toggle): Remove unnecessary bindings of
19089         `inhibit-read-only' inherited from v5.10 merge.
19090
19091 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19092
19093         * nntp.el (nntp): New customization group.
19094         (nntp-authinfo-file): Add customization group.
19095
19096         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19097
19098         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19099
19100         * gnus.el (to-address, to-list, subscribed)
19101         (large-newsgroup-initial): Ditto.
19102
19103         * flow-fill.el (fill-flowed-display-column)
19104         (fill-flowed-encode-column): Ditto.
19105
19106 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19107
19108         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19109         Use point-min rather than 1.
19110         (message-send-mail): Use buffer-size rather than point-max.
19111
19112         * gnus-sum.el (gnus-summary-search-article-forward):
19113         Signal a specific `search-failed' rather than a generic `error'.
19114
19115         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19116         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19117         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19118
19119 2004-09-10  Simon Josefsson  <jas@extundo.com>
19120
19121         * nndb.el (require): Remove tcp and duplicate cl.
19122
19123 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * gnus-agent.el (directory-files-and-attributes): Move forward.
19126
19127 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19128
19129         * gnus-agent.el (directory-files-and-attributes):
19130         Optionally defined to support XEmacs.
19131
19132 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19133
19134         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19135         to avoid run-time CL dependencies.
19136         (gnus-agent-unfetch-articles): New function.
19137         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19138         article numbers even when local .overview file is missing.
19139         (gnus-agent-read-article-number): New function.  Only accepts
19140         27-bit article numbers.
19141         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19142         Use gnus-agent-read-article-number.
19143         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19144         from backend while recognizing that article numbers in .overview
19145         must be valid.
19146         (gnus-agent-update-files-total-fetched-for):
19147         Use directory-files-and-attributes to improve performance.
19148         * gnus-int.el (gnus-request-move-article):
19149         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19150         improve performance.
19151
19152         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19153         some users confused by references to .newsrc when they only have a
19154         .newsrc.eld file.
19155         (gnus-convert-mark-converter-prompt)
19156         (gnus-convert-converter-needs-prompt): Fix use of property list.
19157         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19158         New function.  Used internally to only display 'gnus converting
19159         files' message when actually necessary.
19160
19161         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19162         methods now autoloaded.
19163
19164 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19167         identifiers.
19168
19169 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * gnus-picon.el: Fix indentation and closing parenthesis.
19172
19173 2004-09-01  Simon Josefsson  <jas@extundo.com>
19174
19175         * message.el (message-canlock-generate): Require sha1, not
19176         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19177         to require within a function.  Sadly, if sha1.el isn't loaded, the
19178         let binding in m-c-g will hide the defcustom definition, which is
19179         bad.)
19180
19181         * canlock.el: Require sha1, not sha1-el.
19182
19183         * message.el: Don't autoload sha1 (there is a autoload cookie in
19184         sha1.el).
19185
19186         * sha1-el.el: Rename to sha1.el.
19187
19188 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19189
19190         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19191
19192 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19193
19194         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19195
19196 2004-08-30  Kim F. Storm  <storm@cua.dk>
19197
19198         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19199
19200         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19201         Add :group 'nnimap.
19202
19203 2004-08-30  Andreas Schwab  <schwab@suse.de>
19204
19205         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19206         ?* and ?\;.
19207
19208         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19209         and ?\' to symbol instead of whitespace.
19210
19211 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19212
19213         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19214
19215         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19216         instead of re-search-forward.
19217
19218         * gnus-uu.el (gnus-uu-save-article): Ditto.
19219         (gnus-uu-post-encode-uuencode): Ditto.
19220
19221         * html2text.el (html2text-clean-list-items): Ditto.
19222         (html2text-clean-dtdd): Ditto.
19223         (html2text-format-tags): Ditto.
19224
19225         * message.el (message-send-mail-with-sendmail): Fix regexp.
19226         (message-fill-field-general): Use search-forward instead of
19227         re-search-forward.
19228         (unbold-region): Ditto.
19229
19230         * nnrss.el (nnrss-request-article): Ditto.
19231
19232         * nnslashdot.el (nnslashdot-request-article): Ditto.
19233
19234         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19235
19236         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19237         "Unrecognized menu descriptor" error in XEmacs.
19238
19239 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19240
19241         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19242         parent article of a sparse article in the thread hashtb.
19243
19244 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19245
19246         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19247         (nnmail-expand-newtext): Lowercase expanded entries if
19248         nnmail-split-lowercase-expanded is non-nil.
19249
19250 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19253
19254         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19255         of gnus-tmp-news-method into string under XEmacs.  It will be
19256         passed to gnus-correct-length which takes only a string argument.
19257
19258 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19259
19260         * gnus-util.el (gnus-bind-print-variables): New macro.
19261         (gnus-prin1): Use it.
19262         (gnus-prin1-to-string): Use it.
19263         (gnus-pp): New function.
19264         (gnus-pp-to-string): New function.
19265
19266         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19267         Replace pp-to-string with gnus-pp-to-string.
19268         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19269         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19270         * gnus-msg.el (gnus-debug): Ditto.
19271         * gnus-score.el (gnus-score-save): Ditto.
19272         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19273         gnus-pp-to-string.
19274         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19275         with gnus-pp.
19276         * score-mode.el (gnus-score-pretty-print): Ditto.
19277         * webmail.el (webmail-debug): Ditto.
19278
19279 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19280
19281         * gnus-art.el (article-display-face, article-display-x-face):
19282         Use buffer-read-only.
19283
19284 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19285
19286         * gnus-art.el (article-hide-list-identifiers):
19287         Bind inhibit-read-only as t.
19288
19289 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19290
19291         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19292
19293 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19294
19295         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19296         (gnus-narrow-to-page): Don't assume point-min == 1.
19297         (gnus-article-edit-mode): Derive from message-mode.
19298
19299         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19300         point-min == 1.
19301
19302         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19303         Disable incorrect use of `assert'.
19304
19305         * message.el (message-mode): Set comment-start-skip.
19306
19307
19308 2004-08-22  Sam Steingold  <sds@gnu.org>
19309
19310         * pop3.el (pop3-leave-mail-on-server): New user variable.
19311         (pop3-movemail): Delete mail only when it is nil.
19312
19313 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19314
19315         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19316
19317         * mml.el (mml-preview): Use `pop-to-buffer'.
19318
19319         * message.el (message-goto-mail-followup-to): Insert after "To".
19320         (message-carefully-insert-headers): Add comment.
19321
19322         * gnus.el: Remove unused variable `gnus-article-check-size'.
19323
19324         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19325
19326         * gnus-art.el (gnus-button-alist):
19327         Improve `gnus-button-handle-library' entry.
19328
19329 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19330
19331         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19332         Use downcase, since XEmacs capitalizes error messages differently.
19333
19334 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19335
19336         * nntp.el: Add (require 'gnus) due to reference to
19337         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19338
19339 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19340
19341         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19342         Bind `mm-fill-flowed'.
19343
19344         * mm-decode.el (mm-dissect-singlepart): Check it.
19345
19346 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19347
19348         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19349         'imap' for netrc parsing.
19350
19351 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19352
19353         * mailcap.el (mailcap-mime-data): Mark as risky.
19354
19355 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19358         may be included in the encoded word.
19359         (rfc2047-encode): Don't append a space if the encoded word
19360         includes close parenthesis.
19361
19362 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19365         of text within parentheses.
19366
19367 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19368
19369         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19370         (gnus-encrypt-write-file-contents): Make the password key the file
19371         name PLUS the cipher, not just the cipher.  Also remove failed
19372         passwords from the cache.
19373
19374 2004-08-06  Simon Josefsson  <jas@extundo.com>
19375
19376         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19377         Doc fix.
19378
19379 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19382         LWSP.
19383
19384 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19385
19386         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19387         Try to append in-reply-to: data to the references: header.
19388
19389         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19390         (netrc-parse): Use gnus-encrypt.el functions.
19391
19392         * gnus-encrypt.el: Add new file for encryption support; currently
19393         does only a few GPG ciphers and an internal XOR cipher.
19394
19395         * password.el: Add comments on using password-read-and-add.
19396         (password-read-and-add): Add function to read and add the
19397         password to the cache at once.
19398
19399 2004-07-28  Simon Josefsson  <jas@extundo.com>
19400
19401         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19402         parameter (but don't use it, for now).
19403
19404         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19405         instead of hard coding to nil.
19406
19407 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19410         as mm-inline-image-xemacs does.
19411
19412 2004-07-26  Simon Josefsson  <jas@extundo.com>
19413
19414         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19415         Revert part of 2004-07-17 change below.
19416
19417 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19420         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19421
19422 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19423
19424         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19425         quotes that actually start with ">" at the beginning of the
19426         lines.
19427
19428 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * rfc2047.el (rfc2047-encode-region): Fix last change.
19431         (rfc2047-encode-parameter): Remove useless concat.
19432
19433 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19436         encode special characters; fix some kind of misconfigured headers;
19437         signal a real error if debug-on-quit or debug-on-error is non-nil.
19438         (rfc2047-encode-max-chars): New variable.
19439         (rfc2047-encode-1): Use it.
19440         (rfc2047-encode-parameter): New function.
19441
19442         * mml.el (mml-insert-parameter): Remove an excessive space.
19443
19444 2004-07-17  Simon Josefsson  <jas@extundo.com>
19445
19446         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19447         Kai Grossjohann <kai@emptydomain.de>.
19448         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19449         (gnus-group-make-menu-bar): Ditto.
19450
19451         * gnus-util.el (gnus-group-server): Add.
19452
19453 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19454
19455         * message.el (message-clone-locals): Clone sendmail and smtp
19456         variables.
19457
19458 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19459
19460         * rfc2047.el (rfc2047-encode-region): Fix last change.
19461
19462 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19463
19464         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19465         characters as non-special.
19466
19467 2004-07-09  Simon Josefsson  <jas@extundo.com>
19468
19469         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19470         Users will lose all flag changes made while unplugged with
19471         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19472         good default.  See numerous reports on ding mailing list.
19473
19474 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19475
19476         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19477         add generate-head-function and generate-article-function to the
19478         rfc822-forward entry.
19479         (nndoc-rfc822-forward-generate-article): New function.
19480         (nndoc-rfc822-forward-generate-head): New function.
19481
19482         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19483
19484 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19485
19486         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19487         respect display group parameter and gnus-summary-expunge-below.
19488         (gnus-articles-to-read): Remove unused reference to display group
19489         parameter.
19490
19491 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19492
19493         * nnheader.el (nnheader-uniquify-message-id): New experimental
19494         variable.
19495         (nnheader-nov-read-message-id): Use it.
19496
19497         * spam-report.el (spam-report-gmane): Add interactive.
19498
19499 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19500
19501         * mm-encode.el (mm-content-transfer-encoding-defaults):
19502         Use qp-or-base64 for the application/* types.
19503
19504 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19505
19506         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19507
19508 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19509
19510         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19511         trim value.
19512
19513 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19514
19515         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19516         New macro and function.
19517         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19518
19519 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19522         after-load-alist.
19523
19524 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19525
19526         * gnus-group.el (gnus-group-get-new-news-this-group):
19527         Don't update info that isn't there.
19528
19529 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19530
19531         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19532         entry.
19533
19534 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19535
19536         * mm-view.el (mm-inline-render-with-function): Use multibyte
19537         buffer; decode html source by charset.
19538
19539         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19540
19541         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19542         Mule-UCS is loaded under XEmacs.
19543         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19544
19545 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19546
19547         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19548
19549 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * mm-util.el (mm-coding-system-p): Return a coding-system.
19552         (mm-mime-mule-charset-alist): Use shift_jis instead of
19553         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19554         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19555         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19556         instead of japanese-shift-jis and iso-latin-1 respectively in
19557         order to share the default value with both Emacs and XEmacs-mule.
19558         (mm-mule-charset-to-mime-charset):
19559         Make mm-coding-system-priorities effective.
19560         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19561         while predicating of candidates upon the priorities.
19562
19563 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19564
19565         * gnus-sum.el (gnus-summary-make-menu-bar):
19566         Add gnus-uu-invert-processable.
19567
19568         * gnus.el: Autoload gnus-uu-invert-processable.
19569
19570 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19571
19572         * mm-util.el (mm-with-multibyte-buffer): New macro.
19573
19574         * rfc2047.el (rfc2047-encode-string): Use it.
19575         (rfc2047-encode-region): Move point to the end of the region after
19576         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19577
19578 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19581         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19582
19583 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19586         (gnus-cite-parse): Ignore quoted envelope From_.
19587         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19588
19589 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19592         invalid addresses.
19593
19594 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19595
19596         * spam.el: Change section markers, revise TODO list.
19597         (spam-backends): Make new master list of all installed backends.
19598         (spam-summary-exit-behavior): Add new variable to determine how
19599         messages moves are done at summary exit.
19600         (spam-move-spam-nonspam-groups-only)
19601         (spam-process-ham-in-nonham-groups)
19602         (spam-process-ham-in-spam-groups): Remove variables, the
19603         spam-summary-exit-behavior variable should be used to manage this
19604         behavior.
19605         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19606         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19607         and spam-old-spam-articles.
19608         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19609         Add empty variables, placeholders for the backends they represent.
19610         (spam-set-difference): Move, unchanged.
19611         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19612         unless the user has a processor variable.
19613         (spam-classifications, spam-classification-valid-p)
19614         (spam-backend-properties, spam-backend-property-valid-p)
19615         (spam-backend-function-type-valid-p)
19616         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19617         (spam-report-articles-gmane, spam-report-articles-resend):
19618         Remove functions, they are not needed.
19619         (spam-install-backend-super, spam-backend-list)
19620         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19621         (spam-backend-function, spam-backend-ham-registration-function)
19622         (spam-backend-spam-registration-function)
19623         (spam-backend-ham-unregistration-function)
19624         (spam-backend-spam-unregistration-function)
19625         (spam-backend-statistical-p, spam-backend-mover-p)
19626         (spam-install-backend-alias, spam-install-checkonly-backend)
19627         (spam-install-mover-backend, spam-install-nocheck-backend)
19628         (spam-install-backend, spam-install-statistical-backend)
19629         (spam-install-statistical-checkonly-backend): Add backend installation
19630         support.
19631         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19632         (spam-group-processor-p): Use the new backend code and respect the
19633         summary exit behavior.
19634         (spam-mark-spam-as-expired-and-move-routine): Remove.
19635         (spam-summary-prepare): Change to use the new spam-old-articles
19636         variable.
19637         (spam-copy-or-move-routine, spam-copy-spam-routine)
19638         (spam-move-spam-routine, spam-copy-ham-routine)
19639         (spam-move-ham-routine): Add code to copy/move ham or spam.
19640         (spam-fetch-field-fast): Improve doc and code, plus allow the
19641         'number request.
19642         (spam-list-of-checks, spam-list-of-statistical-checks):
19643         Remove variables.
19644         (spam-split, spam-find-spam): Use the new backend code.
19645         (spam-registration-functions): Remove variable.
19646         (spam-unregister-routine): Add convenience wrapper.
19647         (spam-log-undo-registration, spam-register-routine)
19648         (spam-log-processing-to-registry)
19649         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19650         where possible.
19651         (spam-check-gmane-xref, spam-check-regex-headers)
19652         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19653         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19654         (spam-check-bogofilter-headers, spam-check-spamoracle)
19655         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19656         (spam-check-crm114-headers): Use the spam-split-group that
19657         spam-split prepares, no need to determine it every time.
19658
19659         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19660         to the nnheader-parse-naked-head call.
19661
19662         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19663
19664         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19665         the nnheader-nov-read-message-id call.
19666
19667 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19670         gnus-activate-group twice.  Suggested by Markus Peter
19671         <warp@spin.de>.
19672
19673 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * gnus-art.el (gnus-article-time-format): Exchange the order of
19676         day and month in the default value; fix customization type.
19677         (article-date-ut): Use add-text-properties.
19678         (article-make-date-line): Use message-make-date instead of
19679         current-time-string.
19680
19681         * message.el (message-fetch-field): Don't use set-text-properties.
19682         (message-make-date): Simplify.
19683
19684         * messagexmas.el (message-xmas-make-date): New function.
19685         (message-xmas-redefine): Defalias message-make-date to it.
19686
19687 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19690         (rfc2047-encode-region): Treat text within parentheses as special;
19691         show the original text when error has occurred.
19692
19693         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19694         already-computed method to gnus-activate-group.
19695
19696         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19697         same select-methods identical Lisp objects.
19698
19699         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19700         object when modifying the info.
19701
19702 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19705         gnus-opened-servers since it has never been opened with the new
19706         configuration yet.
19707
19708 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19709
19710         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19711         arg to nnheader-generate-fake-message-id.
19712
19713 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19714
19715         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19716         number and build a fake message ID localized to a group and
19717         article number (so it's repeatable from that point on).
19718         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19719         ID format.
19720
19721         * gnus-sum.el (gnus-get-newsgroup-headers):
19722         Call nnheader-generate-fake-message-id with the article number.
19723
19724 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19725
19726         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19727         end-of-buffer.
19728
19729 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19730
19731         * message.el (message-ignored-supersedes-headers): Add Approved.
19732
19733 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19736         goto-char.
19737         (rfc2047-encode): Fold the line before encoding.
19738
19739 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19740
19741         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19742         folding -- not all headers can be folded, and this should be done
19743         by the message composition mode.  Probably.  I think.
19744
19745 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19748         fast.
19749
19750         * gnus-ems.el (gnus-remove-image): Don't use
19751         message-text-with-property; remove only the image found first.
19752
19753         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19754         found first.
19755
19756 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19757
19758         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19759
19760 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19761
19762         * message.el (message-text-with-property): Make it fast and accept
19763         optional arguments.
19764         (message-strip-forbidden-properties): Use it.
19765         (message-fix-before-sending): Follow the m-t-w-p change.
19766
19767         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19768
19769 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19770
19771         * gnus-art.el (article-hide-headers): Don't change the buffer
19772         mistakenly when performing mml-preview even if
19773         gnus-single-article-buffer is nil.
19774
19775 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19776
19777         * message.el (message-expand-name-databases): New user option.
19778         (message-expand-name): Use it.
19779
19780 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19781
19782         * spam.el (spam-report-articles-resend)
19783         (spam-report-resend-register-routine): Allow ham reporting.
19784         (spam-report-resend-register-ham-routine): Add wrapper.
19785         (spam-registration-functions): Add ham resending functions.
19786         (spam-list-of-processors): Add ham resend processor.
19787
19788         * gnus.el (ham-resend-to): Add new group parameter.
19789         (spam-process): Add ham resend option.
19790
19791         * spam-report.el (spam-report-resend): Allow reporting ham.
19792         (spam-report-resend-ham): Add wrapper.
19793
19794 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19795
19796         * message.el (message-cite-articles-with-x-no-archive):
19797         New variable.
19798         (message-cite-original): Use it.
19799
19800 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19801
19802         * message.el (message-cite-original): Respect X-No-Archive.
19803
19804 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * gnus-art.el (article-hide-headers): Refer to the values for
19807         gnus-ignored-headers and gnus-visible-headers in the summary
19808         buffer since a user may have set them as group parameters.
19809
19810 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19811
19812         * assistant.el (assistant-node-name): Add convenience function.
19813         (assistant-render-text, assistant-render-node): Add error handling,
19814         plus handle multiple next nodes.
19815         (assistant-find-next-node): Comment out for now.
19816         (assistant-find-next-nodes): Add function, returns list of next
19817         nodes.
19818
19819 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * mail-source.el (mail-source-directory): Fix doc-string.
19822
19823 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19824
19825         * assistant.el (assistant-render-text, assistant-eval): Add :set
19826         widget type, which is different because it takes and returns a
19827         list.  Much hilarity ensues.
19828
19829 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19832
19833         * gnus-group.el (gnus-group-get-new-news-this-group):
19834         Add doc-string.
19835
19836         * gnus-start.el (gnus-activate-group): Add doc-string.
19837
19838 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19841
19842 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19843
19844         * assistant.el (assistant-render-text): Try to add a :set
19845         widget, more to come.
19846
19847         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19848         strings.
19849         (spam-report-articles-resend)
19850         (spam-register-routine): Do registration iff any articles warrant
19851         it.
19852         (spam-summary-prepare-exit): Change log message for nil group
19853         destinations.
19854
19855 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19856
19857         * spam.el (spam-report-resend-register-routine):
19858         Allow spam-report-resend-to to be a group parameter or a global value.
19859
19860 2004-05-26  Simon Josefsson  <jas@extundo.com>
19861
19862         * starttls.el: Merge with my GNUTLS based starttls.el.
19863         (starttls-gnutls-program, starttls-use-gnutls)
19864         (starttls-extra-arguments, starttls-process-connection-type)
19865         (starttls-connect, starttls-failure, starttls-success):
19866         New variables.
19867         (starttls-program, starttls-extra-args): Doc fix.
19868         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19869         New functions.
19870         (starttls-negotiate, starttls-open-stream):
19871         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19872         function if it is set.
19873
19874 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19875
19876         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19877         structured fields.
19878
19879 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19882
19883 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19884
19885         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19886         Add variable.
19887         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19888         assigning the spam-mark to new messages.
19889
19890 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19891
19892         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19893
19894 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19895
19896         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19897
19898         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19899         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19900         default.
19901
19902 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19903
19904         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19905         correct data.
19906
19907 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19908
19909         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19910         (spam-group-processor-p): Fix function.
19911         (spam-group-processor-multiple-p)
19912         (spam-group-spam-processor-report-gmane-p)
19913         (spam-group-spam-processor-report-resend-p)
19914         (spam-group-spam-processor-bogofilter-p)
19915         (spam-group-spam-processor-blacklist-p)
19916         (spam-group-spam-processor-ifile-p)
19917         (spam-group-ham-processor-ifile-p)
19918         (spam-group-spam-processor-spamoracle-p)
19919         (spam-group-spam-processor-crm114-p)
19920         (spam-group-ham-processor-bogofilter-p)
19921         (spam-group-spam-processor-stat-p)
19922         (spam-group-ham-processor-stat-p)
19923         (spam-group-ham-processor-whitelist-p)
19924         (spam-group-ham-processor-BBDB-p)
19925         (spam-group-ham-processor-spamoracle-p)
19926         (spam-group-ham-processor-copy-p): Remove functions with some
19927         prejudice against unneeded code.
19928         (spam-report-articles-resend)
19929         (spam-report-resend-register-routine): Allow the group/topic
19930         spam-resend-to value to override spam-report-resend-to.
19931         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19932         properly now.
19933
19934         * gnus.el (spam-resend-to): Add group/topic parameter.
19935         (spam-process): Move the OBSOLETE processors to the end of the
19936         choices.
19937
19938 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19939
19940         * spam-report.el (spam-report-resend-to, spam-report-resend):
19941         Start with resend-to set to nil, and then ask the user if necessary.
19942         (spam-report-resend): spam-report-resend takes a list of articles, not
19943         separate article numbers.
19944
19945 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19948         addition to emacs-w3m.
19949
19950 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19951
19952         * assistant.el (assistant-authinfo-data): New function.
19953         (assistant-eval): Eval for entire assistant.
19954
19955         * netrc.el (netrc-services-file): New variable.
19956         (netrc-parse-services): New function.
19957         (netrc-find-service-name): New function.
19958         (netrc-find-service-number): New function.
19959         (netrc-port-equal): New function.
19960         (netrc-machine): Use it.
19961
19962         * nnimap.el (nnimap-open-connection): Use netrc.
19963
19964         * gnus-util.el (gnus-netrc-get): Remove aliases.
19965
19966         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19967
19968         * assistant.el (wid-edit): Fix compilation.
19969
19970         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19971
19972 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19973
19974         * gnus-util.el (gnus-set-file-modes): New function.  (small
19975         patch).
19976
19977 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19978
19979         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19980
19981         * assistant.el (assistant-render-node): Fix up rendering and
19982         read-only text.
19983         (assistant-render-node): Reset.
19984         (assistant-make-read-only): Not sticky.
19985
19986 2004-05-20  Danny Siu  <dsiu@adobe.com>
19987
19988         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19989         centered even when gnus-auto-center-summary is t.
19990
19991 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19992
19993         * dns.el (dns-get-txt-answer): New function.
19994         (dns-read-txt): Ditto.
19995         (query-dns): Use it.
19996
19997 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20000         active for foreign groups even if the group level is higher than
20001         the specified value.
20002
20003 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20004
20005         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20006         non-active groups.
20007
20008         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20009
20010 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20011
20012         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20013
20014 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20017         (spam-crm114-header, spam-crm114-spam-switch)
20018         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20019         (spam-crm114-positive-spam-header)
20020         (spam-crm114-database-directory, spam-list-of-processors)
20021         (spam-group-spam-processor-crm114-p)
20022         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20023         (spam-generic-score, spam-list-of-checks)
20024         (spam-list-of-statistical-checks, spam-registration-functions)
20025         (spam-check-crm114-headers, spam-crm114-score)
20026         (spam-check-crm114, spam-crm114-register-with-crm114)
20027         (spam-crm114-register-spam-routine)
20028         (spam-crm114-unregister-spam-routine)
20029         (spam-crm114-register-ham-routine)
20030         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20031         From asjo@koldfront.dk (Adam Sjøgren).
20032
20033         * gnus.el: Add spam-use-crm114.
20034
20035         * spam.el (spam-list-of-processors, spam-registration-functions):
20036         Add spam-use-resend.
20037         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20038         (spam-report-articles-gmane): Add doc fix.
20039         (spam-report-articles-resend, spam-report-resend-register-routine):
20040         Add wrappers around spam-report-resend-to.
20041
20042         * spam-report.el (spam-report-resend-to, spam-report-resend):
20043         Add support for resending spam.
20044         (spam-report-gmane): Fix line length >80.
20045
20046         * gnus.el (spam-process): Add spam-use-resend.
20047
20048 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20049
20050         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20051         number of processed spam messages.
20052         (spam-ham-copy-or-move-routine): Return the number of processed
20053         ham messages.
20054         (spam-summary-prepare-exit): Use the above values to decide
20055         whether status messages shouled be displayed.
20056
20057 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20058
20059         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20060         `rfc2047-encoding-function-alist' in order to avoid conflicting
20061         with the old version.
20062         (rfc2047-encode-region): Concatenate words containing non-ASCII
20063         characters in structured fields; don't encode space-delimited
20064         ASCII words even in unstructured fields; don't break words at
20065         char-category boundaries.
20066         (rfc2047-encode-1): New function.
20067         (rfc2047-encode): Use it; encode text so that it occupies the
20068         maximum width within 76-column; work correctly on Q encoding for
20069         iso-2022-* charsets.
20070         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20071         sure not to break a line just after the header name.
20072         (rfc2047-b-encode-region): Remove.
20073         (rfc2047-b-encode-string): New function.
20074         (rfc2047-q-encode-region): Remove.
20075         (rfc2047-q-encode-string): New function.
20076
20077         * mm-util.el (mm-replace-in-string): New function.
20078
20079 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20080
20081         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20082         Really get it right.
20083         (gnus-inews-make-draft): Really.
20084
20085 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20086
20087         * nnmh.el (nnmh-request-list-1): Don't check the link count
20088         before descending.  (small patch)
20089
20090 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20091
20092         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20093         stuff.
20094
20095         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20096         Match on real group name.
20097
20098         * gnus-art.el (gnus-signature-limit): Doc fix.
20099
20100         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20101
20102         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20103
20104 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20105
20106         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20107         isn't a string.
20108
20109 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20110
20111         * gnus-draft.el (gnus-draft-send):
20112         Bind rfc2047-encode-encoded-words.
20113
20114         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20115         (rfc2047-encodable-p): Say that =? needs encoding.
20116         (rfc2047-encode-encoded-words): New variable.
20117
20118         * gnus-group.el (gnus-group-select-group): Doc fix.
20119
20120         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20121
20122         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20123         to nil.
20124
20125         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20126
20127         * nnheader.el (nnheader-get-lines-and-char): New function.
20128
20129 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20130
20131         * gnus-msg.el (gnus-summary-followup-with-original):
20132         Document yanking of region when active.
20133
20134 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20135
20136         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20137         groups if the group level is higher than the specified value.
20138
20139 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20140
20141         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20142         (gnus-group-jump-to-group): Add prefix argument using
20143         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20144         non-active group.
20145
20146         * compface.el (uncompface): Be verbose when changing
20147         `uncompface-use-external'.
20148
20149         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20150         handle manual section.
20151
20152 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20153
20154         * gnus-art.el (gnus-button-alist): Revert previous change.
20155
20156 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20157
20158         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20159
20160 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20161
20162         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20163         whether backend can accept message.
20164
20165         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20166
20167 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20168
20169         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20170         Avoid creating directory when nntp-marks-is-evil is true.
20171         Reported by Reiner Steib.
20172
20173 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * gnus-picon.el (gnus-picon-style): New variable.
20176         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20177         (gnus-picon-transform-address): Support `gnus-picon-style'.
20178         From Jesper Harder <harder@ifa.au.dk>.
20179
20180 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20181
20182         * message.el (message-fill-field): Return point.
20183         (message-generate-headers): Go to end of field.
20184
20185         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20186         stuff for non-living groups.
20187
20188 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20189
20190         * gnus-art.el (gnus-article-followup-with-original)
20191         (gnus-article-reply-with-original): gnus-mark-active-p ->
20192         gnus-region-active-p.
20193
20194 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20195
20196         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20197         only when there is spam or ham to be processed.
20198
20199 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20200
20201         * mail-source.el (mail-source-delete-crash-box): Refactor.
20202         (mail-source-fetch): Use it.
20203         (mail-source-fetch-file): Ditto.
20204         (mail-source-fetch-directory): Run postscript in loop.
20205         (mail-source-fetch-pop): Delete.
20206         (mail-source-fetch-maildir): Ditto.
20207         (mail-source-fetch-imap): Ditto.
20208
20209         * imap.el (imap-authenticators): Comment out sasl.
20210
20211         * message.el (message-skip-to-next-address): New function.
20212         (message-fill-header-address): Refactor.
20213         (message-fill-address): Use it.
20214         (message-delete-address): Use it.
20215         (message-fill-header-general): Refactor.
20216         (message-fill-field-address): Rename.
20217         (message-narrow-to-field): Find the start of the header.
20218         (message-header-format-alist): Don't pre-fill.
20219         (message-fill-header): Remove.
20220         (message-insert-header): New function.
20221         (message-shorten-references): Use it.
20222
20223         * rfc2047.el (rfc2047-field-value): Strip props.
20224
20225         * mail-parse.el (mail-header-make-address): New alias.
20226
20227         * ietf-drums.el (ietf-drums-make-address): New function.
20228
20229         * imap.el: Add compiler directives.
20230
20231         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20232
20233         * gnus-art.el (article-decode-idna-rhs): Don't use
20234         message-idna-inside-rhs-p.
20235
20236 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20237
20238         * message.el (message-idna-inside-rhs-p): Remove.
20239         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20240
20241         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20242         false positives.
20243
20244 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20245
20246         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20247
20248 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20249
20250         * nneething.el (nneething-file-name): Don't create spurious
20251         files.
20252
20253         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20254         (gnus-inews-do-gcc): Remove sleep.
20255
20256         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20257         part under point.
20258
20259         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20260         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20261
20262 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20263
20264         * spam.el (spam-summary-prepare-exit): Fix (length).
20265
20266 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20267
20268         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20269         as expired without moving it" message when there are spam
20270         messages left.
20271
20272 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20273
20274         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20275         header is not nil.
20276
20277 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20278
20279         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20280         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20281         (nntp-marks-changed-p): New arg SERVER.
20282         (nntp-request-update-info): Adjust caller.
20283
20284 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20285
20286         * nntp.el (nntp-save-marks): Pass missing arg.
20287
20288 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20289
20290         * nntp.el: Support marks.
20291         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20292         (nntp-marks-modtime, nntp-marks-directory): New variables.
20293         (nntp-request-set-mark, nntp-request-update-info)
20294         (nntp-possibly-create-directory, nntp-marks-changed-p)
20295         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20296         New functions.
20297
20298 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20299
20300         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20301         (gnus-xmas-redefine): Rename.
20302
20303         * gnus-score.el (gnus-score-insert-help):
20304         Use gnus-select-lowest-window.
20305
20306         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20307         appt-select-lowest-window and rename to gnus-select-lowest-window.
20308
20309         * gnus.el: do.
20310
20311 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20312
20313         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20314         encodings of MIME-encoded words, in order to improve
20315         interoperability with several broken MUAs.
20316
20317 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20318
20319         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20320         tags, only when charsets are not specified in headers.
20321         (mm-inline-text-html-render-with-w3m): Ditto.
20322
20323         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20324         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20325
20326 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20327
20328         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20329         instead of MIME-decoded from fields when checking
20330         `gnus-article-address-banner-alist'.
20331
20332 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20335         description rather than subject.
20336
20337 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20338
20339         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20340
20341 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20342
20343         * gnus.el (gnus-version-number): Bump.
20344
20345 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20346
20347         * gnus.el: No Gnus v0.2 is released.
20348
20349 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20350
20351         * gnus-agent.el (gnus-agent-read-agentview):
20352         Inline gnus-uncompress-range.
20353
20354 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20355
20356         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20357         `exec-installed-p'.
20358
20359 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20360
20361         * gnus.el (spam-process, spam-autodetect-methods):
20362         Add bsfilter and bsfilter-headers.
20363
20364         * spam.el (spam-bsfilter): New customize group.
20365         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20366         (spam-bsfilter-header, spam-bsfilter-probability-header)
20367         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20368         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20369         (spam-bsfilter-database-directory): New options.
20370         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20371         (spam-list-of-statistical-checks, spam-registration-functions):
20372         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20373         (spam-bsfilter-score): New command.
20374         (spam-check-bsfilter-headers, spam-check-bsfilter)
20375         (spam-bsfilter-register-with-bsfilter)
20376         (spam-bsfilter-register-spam-routine)
20377         (spam-bsfilter-unregister-spam-routine)
20378         (spam-bsfilter-register-ham-routine)
20379         (spam-bsfilter-unregister-ham-routine): New functions.
20380         (spam-generic-score): Support bsfilter; Accept an optional argument
20381         to recalcurate spam score even if scoring header has already been
20382         added.
20383         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20384         optional argument to recalcurate spam score even if scoring header
20385         has already been added.
20386
20387 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20388
20389         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20390         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20391         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20392         link is missing.
20393
20394 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20397         (html2text-get-attr): Rewrite.
20398
20399         * message.el (message-setup-1): Remove redundant put-text-property
20400         on mail-header-separator.
20401
20402 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20403
20404         * gnus-registry.el (gnus-registry-cache-whitespace)
20405         (gnus-registry-action, gnus-registry-spool-action)
20406         (gnus-registry-split-fancy-with-parent): Change message levels
20407         from 5 to 3 or 7, as needed.
20408
20409         * spam.el (spam-summary-prepare-exit)
20410         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20411         (spam-split, spam-find-spam, spam-log-undo-registration)
20412         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20413         level from 5 to 6.
20414
20415 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20416
20417         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20418         2004-03-04 change).
20419
20420 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20421
20422         * sieve-manage.el (sieve-manage-open):
20423         * nnweb.el (nnweb-insert-html):
20424         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20425         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20426         * nnspool.el (nnspool-request-group):
20427         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20428         * nnml.el (nnml-request-update-info):
20429         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20430         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20431         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20432         (nnimap-request-set-mark):
20433         * nnfolder.el (nnfolder-request-update-info):
20434         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20435         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20436         * gnus-uu.el (gnus-uu-find-articles-matching):
20437         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20438         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20439         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20440         * gnus-nocem.el (gnus-nocem-scan-groups):
20441         * gnus-int.el (gnus-start-news-server):
20442         * gnus-group.el (gnus-group-make-kiboze-group)
20443         (gnus-group-browse-foreign-server):
20444         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20445         Use mapc when appropriate.
20446
20447 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20448
20449         FIXME: Make separate entries for each person.
20450
20451         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20452         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20453         <shields@msrl.com>:
20454
20455         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20456         may need for spam sorting and scoring.
20457         (spam-user-format-function-S): Add user format function suitable for
20458         general use.
20459         (spam-article-sort-by-spam-status): Add sorting function for summary
20460         sorting.
20461         (spam-extra-header-to-number): Add function to get a score from a
20462         header.
20463         (spam-summary-score): Add function to get a numeric score from the
20464         headers.
20465         (spam-generic-score): Fix function doc, was in wrong place.
20466         (spam-initialize): Take symbols when it's run, and install the
20467         extra headers that spam-necessary-extra-headers thinks we need.
20468
20469 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20470
20471         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20472         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20473
20474 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20475
20476         * gnus-sum.el (gnus-set-global-variables)
20477         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20478         (gnus-article-get-xrefs, gnus-summary-best-group)
20479         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20480         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20481         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20482         Use with-current-buffer.
20483
20484 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20485
20486         * spam.el (spam-summary-prepare-exit): Simplify logic.
20487         (spam-fetch-article-header): Read the article header if it's not
20488         available.
20489         (spam-list-articles): Simplify logic.
20490         (spam-filelist-register-routine): Fix bug with unregister-list.
20491
20492         * gnus-registry.el: Fix comments at beginning.
20493
20494 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20495
20496         * message.el (message-cater-to-broken-inn): Remove.
20497         (message-shorten-references): Make sure the total folded length of
20498         References is shorter than 998 characters to cater to a bug in INN
20499         2.3.  Also, don't pretend that references aren't folded -- this
20500         hasn't worked for a while.
20501
20502 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20503
20504         * gnus-agent.el (gnus-agentize):
20505         gnus-agent-send-mail-real-function no longer set to current value
20506         of message-send-mail-function but rather a lambda that calls
20507         message-send-mail-function.  The change makes the agent real-time
20508         responsive to user changes to message-send-mail-function.
20509
20510 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20511
20512         * legacy-gnus-agent.el
20513         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20514         help from Florian Weimer <fw@deneb.enyo.de>
20515
20516 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * nnmail.el (nnmail-cache-insert): Revert last change.
20519
20520 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20521
20522         * nnmail.el (nnmail-cache-insert): Always check whether
20523         nnmail-cache-ignore-groups matches a group name.
20524
20525 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20526
20527         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20528         (spam-find-spam, spam-log-processing-to-registry)
20529         (spam-log-registered-p, spam-log-unregistration-needed-p)
20530         (spam-log-undo-registration): Use gnus-message instead of
20531         gnus-error, none of these errors are fatal.
20532
20533         * gnus-registry.el (gnus-registry-clean-empty-function)
20534         (gnus-registry-clean-empty): Remove only empty entries without
20535         extra data.
20536
20537 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20538
20539         * spam-stat.el (spam-stat-buffer-change-to-spam)
20540         (spam-stat-buffer-change-to-non-spam): Change (error) to
20541         (gnus-message 8) invocation.
20542
20543 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20544
20545         * nntp.el (nntp-via-netcat-command): New variable.
20546         (nntp-via-netcat-switches): New variable.
20547         (nntp-open-via-rlogin-and-netcat): New function.
20548         (nntp-open-connection-function): Doc fix.
20549         (nntp-telnet-command): Doc fix.
20550         (nntp-end-of-line): Doc fix.
20551         (nntp-via-rlogin-command): Doc fix.
20552         (nntp-via-user-name): Doc fix.
20553         (nntp-via-address): Doc fix.
20554
20555 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20558         error in Emacs 21.1.
20559
20560 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20561
20562         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20563
20564 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20565
20566         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20567         (gnus-agent-with-refreshed-group): New macro.
20568         (gnus-agent-rename-group): New function.
20569         (gnus-agent-delete-group): New function.
20570         (gnus-agent-save-group-info): Use gnus-command-method when
20571         `method' parameter is nil.  Don't write nil entries into the
20572         active file.
20573         (gnus-agent-get-group-info): New function.
20574         (gnus-agent-fetch-articles):
20575         Use gnus-agent-update-files-total-fetched-for to increment disk space
20576         used.
20577         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20578         Use gnus-agent-update-view-total-fetched-for to increment disk space
20579         used.
20580         (gnus-agent-get-local): Add optional parameters to avoid calling
20581         gnus-group-real-name and gnus-find-method-for-group.
20582         (gnus-agent-set-local): Delete stored entry if either min, or max,
20583         are nil.
20584         (gnus-agent-fetch-session): Reworded error/quit messages.
20585         On quit, use gnus-agent-regenerate-group to record existance of any
20586         articles fetched to disk before the quit occurred.
20587         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20588         gnus-agent-update-view-total-fetched-for, and
20589         gnus-agent-update-files-total-fetched-for to decrement disk space
20590         used.
20591         (gnus-agent-retrieve-headers):
20592         Use gnus-agent-update-view-total-fetched-for to increment disk space
20593         used.
20594         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20595         with gnus-agent-update-files-total-fetched-for to decrement disk
20596         space and fresh group buffer.
20597         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20598         (gnus-agent-need-update-total-fetched-for): New variable.
20599         (gnus-agent-update-files-total-fetched-for): New function.
20600         (gnus-agent-update-view-total-fetched-for): New function.
20601         (gnus-agent-total-fetched-for): New function.
20602
20603         * gnus-cache.el (gnus-cache-save-buffers):
20604         Use gnus-cache-update-overview-total-fetched-for to change disk space
20605         used by this group.
20606         (gnus-cache-possibly-enter-article):
20607         Use gnus-cache-update-file-total-fetched-for to increment disk space
20608         used by this group.
20609         (gnus-cache-possibly-remove-article):
20610         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20611         used by this group.
20612         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20613         (gnus-cache-rename-group): New function.
20614         (gnus-cache-delete-group): New function.
20615         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20616         (gnus-cache-need-update-total-fetched-for): New variable.
20617         (gnus-cache-with-refreshed-group): New macro.
20618         (gnus-cache-update-file-total-fetched-for): New function.
20619         (gnus-cache-update-overview-total-fetched-for): New function.
20620         (gnus-cache-rename-group-total-fetched-for): New function.
20621         (gnus-cache-delete-group-total-fetched-for): New function.
20622         (gnus-cache-total-fetched-for): New function.
20623
20624         * gnus-group.el: Require gnus-sum and autoload functions to
20625         resolve warnings when gnus-group.el compiled alone.
20626         (gnus-group-line-format): Documented new %F.
20627         (size of Fetched data) group line format; identifies disk space
20628         used by agent and cache.
20629         (gnus-group-line-format-alist): Defined new F format.
20630         (gnus-total-fetched-for): New function.
20631         (gnus-group-delete-group): No longer update
20632         gnus-cache-active-altered as gnus-request-delete-group now keeps
20633         the cache in sync.
20634         (gnus-group-list-active): Let the agent store a server's active
20635         list if currently plugged.
20636
20637         * gnus-int.el (gnus-request-delete-group):
20638         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20639         local disk in sync with the server.
20640         (gnus-request-rename-group):
20641         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20642         local disk in sync with the server.
20643
20644         * gnus-start.el (gnus-get-unread-articles):
20645         Cosmetic simplification to logic.
20646
20647         * gnus-util.el (gnus-rename-file): New function.
20648
20649 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20650
20651         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20652
20653 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20654
20655         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20656         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20657
20658 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20659
20660         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20661         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20662
20663 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20664
20665         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20666
20667 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20668
20669         * spam.el (spam-set-difference): Add function to replace
20670         gnus-set-difference in spam.el.
20671         (spam-summary-prepare-exit): Use spam-set-difference.
20672
20673 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20674
20675         * gnus-registry.el (gnus-registry-cache-file): Update to use
20676         gnus-dribble-directory OR gnus-home-directory OR ~.
20677         (gnus-registry-split-fancy-with-parent): Fix doc.
20678
20679 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20680
20681         * message.el (message-exchange-point-and-mark):
20682         Use message-mark-active-p.  Suggested by Jesper Harder
20683         <harder@ifa.au.dk>.
20684
20685 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * message.el (message-exchange-point-and-mark): Don't activate
20688         region if it was inactive.  Suggested by Hiroshi Fujishima
20689         <pooh@nature.tsukuba.ac.jp>.
20690
20691 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus-art.el (article-display-face): Display Faces in the same
20694         order as X-Faces.
20695
20696 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20697
20698         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20699
20700 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20703         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20704         (gnus-article-mime-hierarchy): Remove.
20705         (gnus-article-mime-hierarchy-next): Remove.
20706         (gnus-article-mode): Revert 2004-03-19 change.
20707         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20708         (gnus-insert-mime-button): Revert 2004-03-19 change.
20709         (gnus-mime-accumulate-hierarchy): Remove.
20710         (gnus-mime-enter-multipart): Remove.
20711         (gnus-mime-leave-multipart): Remove.
20712         (gnus-mime-display-part): Revert 2004-03-19 change.
20713         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20714
20715         * mml.el (mml-preview): Revert 2004-03-19 change.
20716
20717 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20718
20719         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20720
20721 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20722
20723         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20724         t while entering a file name using the mm-with-multibyte macro.
20725         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20726
20727         * mm-util.el (mm-with-multibyte): New macro.
20728
20729 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20732         New user option.
20733         (gnus-mime-multipart-functions): Doc and customization fix.
20734         (gnus-article-mime-hierarchy): New variable.
20735         (gnus-article-mime-hierarchy-next): New variable.
20736         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20737         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20738         gnus-article-mime-hierarchy-next to nil.
20739         (gnus-insert-mime-button): Show hierarchy numbers.
20740         (gnus-mime-accumulate-hierarchy): New function.
20741         (gnus-mime-enter-multipart): New function.
20742         (gnus-mime-leave-multipart): New function.
20743         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20744         (gnus-mime-display-alternative): Show hierarchy numbers.
20745
20746         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20747         gnus-article-mime-hierarchy-next to nil.
20748
20749 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20750
20751         * dns.el: Don't require gnus-xmas.
20752
20753 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20754
20755         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20756         inline PGP.
20757         (mml-menu): Disable mml-quote-region if mark is inactive.
20758
20759 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20762         when the group's active is not available.
20763
20764 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20767         error.
20768
20769 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * imap.el (imap-store-password): New variable.
20772         (imap-interactive-login): Use it.
20773         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20774
20775 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20776
20777         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20778         window-start and hscroll to summary window.
20779
20780 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20781
20782         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20783         conversion message to newsrc-dribble when an actual conversion is
20784         performed.
20785
20786 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20787
20788         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20789
20790 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * mm-decode.el (mm-complicated-handles): New function reviving
20793         former definition of mm-multiple-handles.
20794
20795         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20796         (gnus-mime-delete-part): Use it.
20797
20798 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20799
20800         * gnus-agent.el (gnus-agent-read-local):
20801         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20802         avoid the implicit assumption that they will always be equal.
20803         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20804         coding-system-for-write, as the with-temp-file macro first prints
20805         to a buffer then saves the buffer.
20806
20807 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20808
20809         * gnus-art.el (gnus-article-edit-part): New function.
20810         (gnus-mime-save-part-and-strip): Use it; do query instead of
20811         signaling an error; don't use mm-multiple-handles.
20812         (gnus-mime-delete-part): Ditto.
20813
20814 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20815
20816         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20817         old file versions.
20818         (gnus-group-prepare-hook): Remove function that converted list
20819         form of gnus-agent-expire-days to group properties.
20820
20821         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20822         (gnus-request-accept-article): Re-indented.
20823
20824         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20825         converters to handle old agent file formats.  Add logic for a
20826         "backup before upgrading warning".
20827         (gnus-convert-mark-converter-prompt): Developers can mark
20828         functions as needing (default), or not needing,
20829         gnus-convert-old-newsrc's "backup before upgrading warning".
20830         (gnus-convert-converter-needs-prompt): Tests whether the user
20831         should be protected from potentially irreversable changes by the
20832         function.
20833
20834         * legacy-gnus-agent.el: New.  Provides converters that are only
20835         loaded when gnus-convert-old-newsrc needs to call them.
20836
20837 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * mail-source.el (mail-source-touch-pop): Doc fix.
20840
20841         * message.el (message-smtpmail-send-it): Doc fix.
20842
20843 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20844
20845         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20846
20847         * nnmail.el (nnmail-split-fancy): do.
20848
20849         * gnus-kill.el (gnus-kill, gnus-execute): do.
20850
20851 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20852
20853         * gnus-sum.el (gnus-widget-reversible-match)
20854         (gnus-widget-reversible-to-internal)
20855         (gnus-widget-reversible-to-external): New functions.
20856         (gnus-widget-reversible): New widget.
20857         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20858
20859 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20860
20861         * gnus-sum.el (gnus-thread-sort-functions)
20862         (gnus-article-sort-functions): Document `(not F)' items.
20863
20864 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20865
20866         * spam.el (spam-use-gmane-xref): Add new backend.
20867         (spam-gmane-xref-spam-group): Add variable to control the name of the
20868         Gmane spam group.
20869         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20870         (spam-regex-headers-spam, spam-regex-headers-ham)
20871         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20872         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20873         backends and checks.
20874         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20875
20876         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20877         an autodetect method.
20878
20879 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20880
20881         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20882         articles are being added to a group.
20883         (gnus-request-replace-article): Inform the agent that articles
20884         need to be uncached as the cached contents are no longer valid.
20885
20886 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * binhex.el: Don't autoload executable-find.
20889
20890         * canlock.el: Don't autoload mail-fetch-field.
20891
20892         * dgnushack.el: Autoload c-mode for XEmacs.
20893
20894         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20895
20896         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20897         rmail-dont-reply-to and rmail-output.
20898
20899         * gnus-score.el: Don't autoload ffap-string-at-point.
20900
20901         * gnus-setup.el: Don't autoload sc-cite-original.
20902
20903         * imap.el: Don't autoload base64-decode-string,
20904         base64-encode-string and md5.
20905
20906         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20907         and rmail-msg-restore-non-pruned-header.
20908
20909         * mm-decode.el: Don't autoload executable-find.
20910
20911         * mm-url.el: Don't autoload executable-find.
20912
20913         * mm-view.el: Don't autoload diff-mode.
20914
20915         * nndb.el: Don't autoload news-reply-mode, news-setup,
20916         cancel-timer and telnet.
20917
20918         * password.el: Don't autoload run-at-time for Emacs.
20919
20920         * sha1-el.el: Don't autoload executable-find.
20921
20922         * sieve-mode.el: Don't autoload c-mode.
20923
20924         * uudecode.el: Don't autoload executable-find.
20925
20926 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20927
20928         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20929         (gnus-agent-possibly-alter-active): Avoid null in numeric
20930         comparison.
20931         (gnus-agent-set-local): Refuse to save null in local object table.
20932         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20933         list of articles that will be marked as unread.
20934
20935 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20938
20939 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20940
20941         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20942         language tags.
20943
20944 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20945
20946         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20947         Don't bind "obarray".
20948
20949         * gnus-sum.el (gnus-thread-sort-functions):
20950         Add `gnus-thread-sort-by-most-recent-number' and
20951         `gnus-thread-sort-by-most-recent-date'.
20952         Reported by Kai Grossjohann <kai@emptydomain.de>.
20953
20954 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20957
20958 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20959
20960         * gnus-cus.el (gnus-agent-customize-category):
20961         Remove ignore-errors macro reference that required cl to be loaded at
20962         run-time.
20963
20964         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20965         single-interval range of the form (min . max).  Previously the
20966         range had to look like ((min . max)).  Likewise, return
20967         (min . max) rather than ((min . max)).
20968         (gnus-range-map): Use gnus-range-normalize to accept
20969         single-interval range.
20970
20971         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20972         the cache, but not the agent, now appear with their usual face.
20973
20974         * dgnushack.el (loaddir): New variable that is bound to the
20975         directory containing the dgnushack.el file. Use loaddir, rather
20976         than srcdir, to update load-path. Change lets dgnushack compile
20977         code in directories other than GNUS/lisp.
20978
20979 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * lpath.el: Don't bind w3m-safe-url-regexp.
20982
20983         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20984         w3m-safe-url-regexp variable buffer-local.
20985
20986         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20987
20988 2004-02-27  Simon Josefsson  <jas@extundo.com>
20989
20990         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20991         gnus-group-real-prefix.
20992         (gnus-summary-move-article): Use it, instead of
20993         gnus-group-real-prefix.
20994
20995 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * lpath.el: Bind w3m-safe-url-regexp.
20998
20999         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21000         w3m-safe-url-regexp variable buffer-local and set it as the value
21001         of mm-w3m-safe-url-regexp.
21002
21003         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21004
21005         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21006         parsing gnus-posting-styles when the message is not for replying.
21007
21008         * dgnushack.el: Autoload sgml-mode for XEmacs.
21009
21010         * nnrss.el (nnrss-opml-export):
21011         Use mm-set-buffer-file-coding-system instead of
21012         set-buffer-file-coding-system.
21013
21014 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21015
21016         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21017         of checkdoc.el).
21018         * nnrss.el: do.
21019         * gnus-mlspl.el: do.
21020         * gnus-ml.el: do.
21021         * gnus-srvr.el: do.
21022
21023         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21024
21025 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21026
21027         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21028         Corrections to custom-manual links.
21029
21030         * gnus-art.el (gnus-article): Ditto.
21031
21032         * mm-decode.el (mime-display, mime-security): Ditto.
21033
21034 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21035
21036         * flow-fill.el: Typo.
21037
21038 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21039
21040         * spam-wash.el: New file.
21041
21042 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21043
21044         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21045
21046 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21047
21048         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21049         to be run with new-articles as LIST1, not LIST2.
21050         (spam-registration-functions): Add spam-use-ham-copy as a nil
21051         registration backend.
21052
21053 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21054
21055         * spam-stat.el (spam-stat-washing-hook): New option.
21056         (spam-stat-buffer-words): Use it.
21057         (spam-stat-process-directory, spam-stat-test-directory):
21058         Use insert-file-contents-literally.
21059         (spam-stat-coding-system): New variable.
21060         (spam-stat-load, spam-stat-save): Use it.
21061
21062 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * spam-report.el (spam-report-plug-agent):
21065         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21066
21067 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21068
21069         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21070         Allow / in mailto URLs.
21071
21072 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21073
21074         * spam-report.el (spam-report-process-queue): Fix interactive use.
21075         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21076         (spam-report-unplug-agent): Doc fixes.
21077         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21078         (spam-report-agentize, spam-report-deagentize): Autoload.
21079
21080 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21081
21082         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21083
21084         * message.el (message-setup-fill-variables): Add mml tags to
21085         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21086         <ajk@iu.edu>.
21087         (message-mode): Don't modify paragraph-separate there.
21088
21089 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21090
21091         * compface.el (uncompface-use-external): Default to undecided.
21092         (uncompface-use-external-threshold): New variable.
21093         (uncompface-float-time): New macro.
21094         (uncompface): Determine whether to use the external decoder if
21095         uncompface-use-external is undecided.
21096
21097 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21098
21099         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21100         after images.
21101
21102         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21103
21104 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21105
21106         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21107
21108         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21109
21110         * gnus-sum.el (gnus-summary-limit-to-age)
21111         (gnus-summary-limit-children): do.
21112
21113         * gnus-int.el (gnus-request-scan): do.
21114
21115         * gnus-group.el (gnus-group-suspend): do.
21116
21117         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21118
21119         * gnus-cite.el (gnus-cite-parse-attributions): do.
21120
21121         * gnus-agent.el (gnus-summary-set-agent-mark)
21122         (gnus-agent-regenerate-group): do.
21123
21124         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21125
21126         * binhex.el (binhex-decode-region-internal): do.
21127
21128 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21129
21130         * gnus-fun.el (gnus-face-properties-alist): New user option.
21131         (gnus-display-x-face-in-from): Use it.
21132
21133         * gnus-art.el (article-display-face): Ditto.
21134
21135         * compface.el (uncompface-use-external): Default to nil.
21136
21137 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21138
21139         * nntp.el (nntp-erase-buffer): New function.
21140         (nntp-retrieve-data, nntp-send-command)
21141         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21142         (nntp-possibly-change-group): Use it.
21143
21144         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21145         Use with-current-buffer.
21146
21147 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21148
21149         * compface.el: Merge the ELisp-based uncompface program.
21150         (compface): New customization group.
21151         (uncompface-use-external): New user option.
21152         (uncompface): Call uncompface-internal if uncompface-use-external
21153         is nil.
21154         (uncompface-internal): New function.  Note that there are also
21155         some other functions and variables added for this function.
21156
21157 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21158
21159         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21160         if necessary.
21161
21162 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21163
21164         * spam-report.el (spam-report-unplug-agent)
21165         (spam-report-plug-agent, spam-report-deagentize)
21166         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21167         Add support for the Agent in spam-report: when unplugged, report to a
21168         file; when plugged, submit all the requests.
21169
21170         * spam.el (spam-register-routine): Fix message about
21171         registration.
21172
21173 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21174
21175         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21176         dependencies.
21177         (rfc2047-encode): Use it.
21178
21179         * gnus-art.el (gnus-button-marker-list): Move before first
21180         reference.
21181
21182         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21183         (imap-parse-body): Fix format string mismatch.
21184
21185         * gnus-score.el (gnus-summary-increase-score): do.
21186
21187         * nnrss.el (nnrss-close): New function.
21188
21189 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21190
21191         * nnrss.el (nnrss-make-filename): New function.
21192         (nnrss-request-delete-group, nnrss-read-server-data)
21193         (nnrss-save-server-data, nnrss-read-group-data)
21194         (nnrss-save-group-data): Use it.
21195         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21196         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21197         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21198
21199 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21200
21201         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21202
21203 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21204
21205         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21206         files.
21207
21208         * message.el (message-generate-headers-first): Don't quote nil
21209         and t in docstrings.
21210
21211         * imap.el (imap-id): do.
21212
21213         * gnus-agent.el (gnus-agent-consider-all-articles)
21214         (gnus-agent-queue-mail): do.
21215
21216 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21217
21218         * spam-report.el (spam-report-process-queue): New function.
21219         Process requests from `spam-report-requests-file'.
21220         (spam-report-process-queue): Doc fix.
21221
21222 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21223
21224         * spam.el (spam-register-routine)
21225         (spam-log-processing-to-registry, spam-log-registered-p)
21226         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21227         Change "check" to "spam-check" for semi-clarity.
21228
21229 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21230
21231         * pop3.el: Require nnheader.
21232
21233         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21234
21235         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21236
21237         * gnus-picon.el: Require cl.
21238
21239         * gnus-fun.el: Require gnus-ems and gnus-util.
21240
21241         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21242
21243         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21244
21245         * gnus-art.el (gnus-article-edit-mode): Define before first
21246         reference.
21247
21248 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21249
21250         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21251         (gnus-uu-post-encoded): Use point-at-bol.
21252
21253         * gnus-topic.el (gnus-group-active-topic-p): do.
21254
21255         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21256
21257         * gnus-group.el (gnus-group-kill-region): do.
21258
21259         * gnus-art.el (article-date-ut): do.
21260
21261         * message.el (message-fetch-field): Remove redundant
21262         case-fold-search binding.
21263         (message-narrow-to-field): Simplify.
21264
21265 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21266
21267         * spam.el (spam-directory): Derive from `gnus-directory'.
21268
21269         * spam-report.el (spam-report-url-to-file)
21270         (spam-report-requests-file): New function and variable for offline
21271         reporting.
21272         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21273         and user defined function.
21274         (spam-report-url-ping-mm-url): Remove doubled slash.
21275
21276 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21277
21278         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21279
21280 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21281
21282         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21283         Fix format string mismatch.
21284
21285         * sieve.el (sieve-deactivate-all): do.
21286
21287         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21288
21289         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21290
21291         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21292
21293         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21294
21295 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21296
21297         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21298         the list of checks.
21299
21300 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21301
21302         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21303         padding.
21304
21305 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21306
21307         * mm-view.el (mm-fill-flowed): New variable.
21308         (mm-inline-text): Use it.
21309
21310 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21311
21312         * spam.el (spam-spamassassin-register-ham-routine)
21313         (spam-spamassassin-register-spam-routine): Fix function names.
21314
21315 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21316
21317         * gnus.el (gnus-tmp-grouplens): Remove.
21318         (gnus-summary-line-format): Remove grouplens.
21319
21320         * gnus-group.el (gnus-group-line-format): Ditto.
21321
21322         * gnus-spec.el (gnus-format-specs): Ditto.
21323         (gnus-update-format-specifications): Flush the group format spec
21324         cache if there's the grouplens stuff.
21325         (gnus-parse-simple-format): Replace %l with the empty string.
21326
21327 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21328
21329         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21330         omission.
21331
21332 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21333
21334         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21335         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21336
21337 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21338
21339         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21340         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21341         New macros and functions.
21342         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21343         Handle > NLINK_MAX messages.
21344         * nnmaildir.el (nnmaildir-request-set-mark):
21345         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21346
21347 2004-01-25  Alex Schroeder  <alex@gnu.org>
21348
21349         * spam-stat.el (spam-stat-process-directory-age): New option.
21350         (spam-stat-process-directory): Use it.
21351
21352 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21353
21354         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21355         (spam-stat-save): Accept prefix argument.
21356
21357 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21358
21359         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21360         links" error.
21361
21362 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21365         the rest of the and/or forms.
21366
21367 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21368
21369         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21370         compatibility with old .newsrc.eld files.
21371
21372         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21373
21374         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21375
21376         * gnus-start.el (gnus-1): do.
21377
21378         * gnus-group.el (gnus-group-line-format-alist): do.
21379
21380         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21381
21382         * gnus-gl.el: Remove.
21383
21384 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21385
21386         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21387         marks consisting of a single range {for example, (3 . 5)} rather
21388         than a list of a single range { ((3 . 5)) }.
21389
21390 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21391
21392         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21393         Use with-current-buffer.
21394         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21395         avoid consing a string.
21396
21397         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21398         Remove obsolete entries for big5 and gb2312.
21399
21400 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21401
21402         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21403         uncompressed list.
21404
21405 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21406
21407         * spam-stat.el (spam-stat-strip-xref): New function.
21408         (spam-stat-process-directory): Use it.
21409
21410         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21411         here -- it's done in message-fetch-field.
21412
21413 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21414
21415         * gnus-agent.el (gnus-agent-queue-mail)
21416         (gnus-agent-prompt-send-queue): New variables.
21417         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21418         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21419         "nndraft:queue" along to gnus-draft-send.
21420         Use gnus-agent-prompt-send-queue.
21421         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21422         is "nndraft:queue".  Suggested by Gaute Strokkenes
21423         <gs234@srcf.ucam.org>
21424
21425         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21426         (agent-enable-undownloaded-faces): Add.
21427         (gnus-agent-cat-groups): Use eval-and-compile, not
21428         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21429         method of gnus-agent-cat-groups even when the buffer has been
21430         evaled.
21431         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21432         delete gnus-agent-save-active-1.
21433         (gnus-agent-save-groups): Delete.  Identical to
21434         gnus-agent-save-active.
21435         (gnus-agent-write-active): No longer adjust agent's copy of active
21436         file as agent's adjustments are now stored in their own
21437         file.  Remove optional parameter.
21438         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21439         servers.  Add use of min/max range limits from server's local
21440         file.
21441         (gnus-agent-save-alist): Remove unused optional argument.
21442         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21443         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21444         (gnus-agent-set-local): A per-server file that keeps min/max range
21445         limits for articles known to the agent.  Provides a fast mechanism
21446         for altering many active ranges.
21447         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21448         active file (local makes it unnecessary).
21449         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21450
21451         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21452         (agent-enable-undownloaded-faces): Add.
21453
21454         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21455         disable it when sending to "nndraft:queue".
21456         (gnus-group-send-queue): Add safety check to avoid sending queue
21457         when unplugged.
21458
21459         * gnus-group.el (gnus-group-catchup): Use new
21460         gnus-sequence-of-unread-articles, not
21461         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21462         numbers of articles.  Use gnus-range-map to avoid having to
21463         uncompress the unread list.
21464         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21465         Fix invalid ange-ftp reference.
21466
21467         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21468         (gnus-sorted-range-intersection): Intersection of two ranges
21469         without requiring that they first be uncompressed.
21470
21471         * gnus-start.el (gnus-activate-group): Unless blocked by the
21472         caller, possibly expand the active range to include both cached
21473         and agentized articles.
21474         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21475         multiple version-dependent converters.
21476         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21477         gnus-agent-save-active.
21478         (gnus-save-newsrc-file): Save dirty agent range limits.
21479
21480         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21481         gnus-agent-possibly-alter-active.
21482         (gnus-adjust-marked-articles): Faster handling of simple lists.
21483
21484 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21485
21486         * spam-stat.el (spam-stat-test-directory): New optional argument
21487         displays a list of files detected.  Suggested by Andrew Cohen
21488         <cohen@andy.bu.edu>.
21489         (spam-stat-buffer-words-with-scores): Don't narrow and change
21490         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21491
21492 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21493
21494         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21495         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21496         (spam-spamassassin-arguments)
21497         (spam-spamassassin-spam-flag-header)
21498         (spam-spamassassin-positive-spam-flag-header)
21499         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21500         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21501         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21502         (spam-list-of-processors, spam-list-of-checks)
21503         (spam-list-of-statistical-checks, spam-registration-functions)
21504         (spam-check-spamassassin-headers, spam-check-spamassassin)
21505         (spam-spamassassin-score)
21506         (spam-spamassassin-register-with-sa-learn)
21507         (spam-spamassassin-register-spam-routine)
21508         (spam-spamassassin-register-ham-routine)
21509         (spam-assassin-register-spam-routine)
21510         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21511         (spam-bogofilter-score): Fix to show article before scoring.
21512
21513 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21514
21515         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21516         default scoring function.
21517         (spam-generic-score): Call spam-spamassassin-score if
21518         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21519         spam-bogofilter-score otherwise.
21520
21521         * gnus.el (spam-process, spam-autodetect-methods):
21522         Add spamassassin and spamassassin-headers.
21523
21524 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21525
21526         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21527         Suppress unnecessary messages.
21528
21529 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21530
21531         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21532         make-hash-table.
21533
21534 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21535
21536         * canlock.el (base64-encode-string): Don't autoload it.
21537
21538 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21539
21540         * run-at-time.el: Remove useless (require 'itimer),
21541         eval-and-compile and (featurep 'xemacs).
21542
21543 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21544
21545         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21546         GROUP is a virtual group.
21547
21548 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21549
21550         * gnus.el: Autoload `message-y-or-n-p'.
21551
21552 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21553
21554         * pgg-parse.el: Remove unnecessary (require 'custom).
21555
21556         * pgg-def.el: do.
21557
21558         * nnmail.el: do.
21559
21560         * gnus-undo.el: do.
21561
21562         * gnus-picon.el: do.
21563
21564         * gnus-util.el: do.
21565
21566 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21567
21568         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21569
21570 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21573         handle, as well as a list.
21574
21575         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21576         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21577         (mm-w3m-cid-retrieve): Simplify.
21578
21579 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21580
21581         * message.el (message-kill-to-signature): Allow prefix arg to
21582         specify number of lines to keep before signature.
21583
21584 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21585
21586         * message.el (message-kill-to-signature): Change docstring.
21587
21588 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21589
21590         * canlock.el: Always require sha1-el.
21591         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21592
21593         * message.el: Autoload sha1 only when compiling.
21594
21595         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21596         eudc-expand-inline for XEmacs.
21597
21598 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21599
21600         * message.el (message-canlock-generate): Require sha1-el.
21601
21602 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21603
21604         * message.el (message-expand-name): Silence the byte compiler.
21605
21606         * lpath.el: Add detect-coding-system.
21607
21608         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21609         cus-edit.
21610
21611 2004-01-13  Simon Josefsson  <jas@extundo.com>
21612
21613         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21614         Invoke gnus-score-mode.
21615         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21616
21617         * gnus-range.el (gnus-compress-sequence): Doc fix.
21618         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21619
21620 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21621
21622         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21623
21624 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21625
21626         * spam.el (spam-get-article-as-string): Update to use
21627         gnus-request-article-this-buffer, much simpler.
21628         (spam-get-article-as-buffer): Remove.
21629
21630 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21631
21632         * message.el (message-expand-name): Use EUDC if the user uses that.
21633
21634 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21635
21636         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21637         character for the encoding to avoid consing a string.
21638
21639         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21640         unnecessarily.
21641
21642         * mm-util.el (mm-replace-chars-in-string): Remove.
21643
21644         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21645         of mm-replace-chars-in-string.
21646
21647 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21648
21649         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21650
21651         * mm-util.el (mm-subst-char-in-string): Support inplace.
21652
21653         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21654         a new string in every iteration.  Use shy groups.
21655
21656 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21657
21658         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21659         * gnus-soup.el (gnus-soup-group-brew):
21660         * gnus-msg.el (gnus-put-message):
21661         * gnus-move.el (gnus-group-move-group-to-server):
21662         * gnus-kill.el (gnus-batch-score):
21663         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21664         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21665         (gnus-group-update-group, gnus-group-read-group)
21666         (gnus-group-make-group, gnus-group-make-help-group)
21667         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21668         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21669         (gnus-group-sort-by-unread, gnus-group-catchup)
21670         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21671         (gnus-group-yank-group, gnus-group-set-info)
21672         (gnus-group-list-groups):
21673         * gnus.el (gnus-generate-new-group-name):
21674         * gnus-delay.el (gnus-delay-send-queue):
21675         * nnvirtual.el (nnvirtual-catchup-group):
21676         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21677         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21678         (gnus-group-prepare-topics, gnus-topic-check-topology):
21679         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21680         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21681         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21682         (gnus-group-make-articles-read):
21683         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21684         (gnus-group-change-level, gnus-kill-newsgroup)
21685         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21686         (gnus-get-unread-articles, gnus-make-articles-unread)
21687         (gnus-make-ascending-articles-unread): Use accessor
21688         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21689         to get group information for improved readability.
21690
21691
21692 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21693
21694         * gnus-art.el (article-decode-mime-words, article-babel)
21695         (gnus-article-highlight-signature, gnus-article-add-buttons)
21696         (gnus-signature-toggle): Use gnus-with-article-buffer.
21697
21698         * gnus-art.el (gnus-article-highlight-headers)
21699         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21700
21701         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21702         (gnus-article-set-globals, gnus-request-article-this-buffer)
21703         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21704         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21705         (gnus-mime-display-alternative): Use with-current-buffer.
21706
21707 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21708
21709         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21710         also under 80 char limit, and call gnus-error if needed.
21711         (spam-fetch-article-header): Fix - it was a
21712         buffer-local variable (gnus-newsgroup-data).
21713         (spam-find-spam): Use spam-generate-fake-headers, forget about
21714         spam-insert-fake-headers.
21715         (spam-insert-fake-headers): Remove.
21716
21717 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21718
21719         * deuglify.el (gnus-article-outlook-unwrap-lines)
21720         (gnus-outlook-rearrange-article)
21721         (gnus-outlook-repair-attribution-outlook)
21722         (gnus-outlook-repair-attribution-block)
21723         (gnus-outlook-repair-attribution-other): Remove redundant
21724         save-excursion.
21725
21726 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21727
21728         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21729         (spam-fetch-field-subject-fast)
21730         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21731         (spam-fetch-article-header): Add functions to deal with Gnus
21732         internals for fast retrieval of article header data.
21733         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21734
21735 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21736
21737         * pop3.el (pop3-md5): Remove.
21738         (pop3-apop): Replace pop3-md5 with md5.
21739
21740         * mm-bodies.el: base64 is always built-in.
21741
21742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21743         Use with-current-buffer.
21744
21745 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * canlock.el (canlock-insert-header): Remove excessive grouping in
21748         regexp.
21749
21750         * gnus-sum.el (gnus-summary-read-document): Ditto.
21751
21752         * gnus-uu.el (gnus-uu-part-number): Ditto.
21753
21754         * html2text.el (html2text-remove-tags): Ditto.
21755         (html2text-format-tags): Ditto.
21756         (html2text-format-single-elements): Ditto.
21757
21758         * mml.el (mml-parse-1): Ditto.
21759
21760 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21761
21762         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21763
21764         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21765
21766         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21767
21768         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21769
21770 2003-11-15  Simon Josefsson  <jas@extundo.com>
21771
21772         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21773         (pgg-gpg-lookup-key): Use regexp match instead of
21774         split-string (split-string is different between emacs 21.2 and
21775         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21776
21777 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21778
21779         * gnus-art.el (gnus-mime-view-all-parts)
21780         (gnus-article-part-wrapper, gnus-article-view-part):
21781         Use with-current-buffer.
21782
21783 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21784
21785         * spam.el (spam-disable-spam-split-during-ham-respool)
21786         (spam-spamoracle-database, spam-cache-lookups)
21787         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21788         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21789         (spam-group-ham-marks, spam-group-spam-marks)
21790         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21791         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21792         also add spam-use-blackholes to the statistical checks.
21793         (spam-fetch-field-fast): Add interface to fetching fields, may
21794         become a macro.
21795         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21796         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21797         (spam-insert-fake-headers): Fake an article when needed.
21798         (spam-find-spam): Fake article when possible.
21799         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21800         (spam-check-bogofilter-headers): Use message-fetch-field instead
21801         of nnmail-fetch-field.
21802
21803 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21804
21805         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21806
21807 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21808
21809         * spam.el (spam-split): Do not require spam-use-CHECK to be
21810         enabled if that check is passed to spam-split explicitly; also
21811         fix so 'spam doesn't get converted to spam-split-group when
21812         spam-split-symbolic-return is t.
21813         (spam-find-spam): Find registrations of the article and use those
21814         instead of re-running spam-split to find the spam/ham
21815         classification of the article.
21816         (spam-log-processing-to-registry, spam-log-registered-p)
21817         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21818         Use gnus-error instead of gnus-message.
21819         (spam-log-registration-type): Add function to determine the
21820         classification of a message based on registry entries; will
21821         return nil if both 'spam and 'ham are found.
21822         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21823         a reasonably fast local cache without the loading errors.
21824         (spam-cache-lookups): Set to t by default.
21825         (spam-find-spam): Don't try to guess spam-cache-lookups.
21826         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21827         spam-caches entry.
21828         (spam-filelist-build-cache, spam-filelist-check-cache):
21829         Fix caching of whitelist/blacklist entries.
21830         (spam-check-whitelist, spam-check-blacklist):
21831         Invoke spam-from-listed-p with a type, not a cache variable.
21832         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21833
21834 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21835
21836         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21837
21838         * nnmail.el (nnmail-split-fancy): do.
21839
21840         * mml.el (mml-parse): do.
21841
21842         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21843         (gnus-score-adaptive): do.
21844
21845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21846
21847         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21848         (gnus-mime-button-map): Don't set keymap parent.
21849         (gnus-button-ctan-directory-regexp): Use shy grouping.
21850         (gnus-prev-page-map): Don't set keymap parent.
21851         (gnus-prev-page-map): Remove duplicated one.
21852         (gnus-next-page-map): Don't set keymap parent.
21853         (gnus-mime-security-button-map): Ditto.
21854
21855         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21856         version number.
21857
21858         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21859
21860 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21861
21862         * canlock.el (canlock-sha1-function): Remove.
21863         (canlock-sha1-function-for-verify): Remove.
21864         (canlock-openssl-program): Remove.
21865         (canlock-openssl-args): Remove.
21866         (canlock-ignore-errors): Remove.
21867         (canlock-sha1-with-openssl): Remove.
21868         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21869         (canlock-verify): Don't use canlock-ignore-errors.
21870
21871         * sha1-el.el (sha1-string-external): Make it can return a string
21872         in binary form.
21873         (sha1-region-external): Ditto.
21874         (sha1-string-internal): Ditto.
21875         (sha1-region-internal): Ditto.
21876         (sha1-region): Ditto.
21877         (sha1-string): Ditto.
21878         (sha1): Ditto.
21879
21880 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21881
21882         * spam.el (spam-report-articles-gmane): New command.
21883
21884 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21885
21886         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21887
21888         * run-at-time.el (run-at-time-saved): Remove.
21889         (run-at-time): Doc fix.
21890
21891 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21892
21893         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21894         (gnus-summary-limit-map): Add it.
21895         (gnus-summary-make-menu-bar): do.
21896
21897 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21898
21899         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21900         Make attempt at some caching support (done for BBDB only now).
21901         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21902         addresses to be checked.
21903         (spam-clear-cache-BBDB): Add function, to be invoked by
21904         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21905         (spam-check-BBDB): Check and use the caches, if
21906         spam-cache-lookups is on, remove superfluous (provide).
21907
21908 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21909
21910         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21911
21912 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21913
21914         * run-at-time.el (run-at-time-saved): Move to after the definition
21915         of `run-at-time'.
21916
21917         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21918
21919 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21922         mm-w3m-local-map-property.
21923
21924         * mm-view.el (mm-w3m-mode-map): Remove.
21925         (mm-w3m-local-map-property): Remove.
21926         (mm-inline-text-html-render-with-w3m): Don't use
21927         mm-w3m-local-map-property.
21928
21929 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21930
21931         * run-at-time.el: New file.
21932
21933         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21934         under Emacs.
21935
21936         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21937         of gnus-set-text-properties.
21938
21939         * gnus-uu.el (gnus-uu-save-article): Ditto.
21940
21941         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21942
21943         * gnus-cite.el (gnus-cite-parse): Ditto.
21944
21945         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21946         of gnus-.
21947
21948         * gnus-xmas.el (run-at-time): Require run-at-time.
21949
21950         * gnus.el: Change calls to nnheader-run-at-time and
21951         password-run-at-time throughout to use run-at-time directly.
21952
21953         * password.el: Remove definition of run-at-time.
21954
21955         * nnheaderxm.el: Remove definition of run-at-time.
21956
21957 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21958
21959         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21960         in prompt.
21961
21962 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21963
21964         * messagexmas.el (message-xmas-redefine): Alias
21965         `message-make-caesar-translation-table' to
21966         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21967         version.
21968
21969         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21970         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21971         `gnus-xmas-set-text-properties'.
21972         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21973         `gnus-xmas-completing-read'.
21974         (gnus-xmas-completing-read): Removed.
21975         (gnus-xmas-open-network-stream): Removed.
21976
21977         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21978         XEmacs version.
21979
21980         * dns.el (dns-make-network-process): Use `open-network-stream'
21981         instead of `gnus-xmas-open-network-stream'.
21982
21983         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21984
21985         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21986
21987 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21988
21989         * gnus-art.el (gnus-mime-display-alternative)
21990         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21991         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21992         Don't use gnus-local-map-property.
21993
21994         * gnus-util.el (gnus-local-map-property): Remove.
21995
21996         * mm-view.el (mm-view-pkcs7-decrypt):
21997         Replace gnus-completing-read-maybe-default with completing-read.
21998
21999         * gnus-util.el (gnus-completing-read): do.
22000         (gnus-completing-read-maybe-default): Remove.
22001
22002 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22003
22004         * password.el: Only autoload `run-at-time' if not XEmacs.
22005         Only autoload the itimer functions if XEmacs.
22006
22007 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22010         XEmacsen.
22011
22012         * dgnushack.el: Autoload executable-find for XEmacs.
22013
22014 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22015
22016         * gnus-art.el (gnus-read-string): Remove.
22017         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22018         read-string.
22019
22020 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22021
22022         * netrc.el: Autoload password-read.
22023         (netrc): Add configuration group.
22024         (netrc-encoding-method, netrc-openssl-path):
22025         Add variables for encoding and decoding of files with symmetric
22026         ciphers.
22027         (netrc-encode): Add assistant function to encode a file with
22028         netrc-encoding-method.
22029         (netrc-parse): Add interactive parameter, added optional
22030         decoding if netrc-encoding-method is non-nil but otherwise
22031         behavior is standard.
22032         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22033         Do s/encode/encrypt/ everywhere.
22034
22035         * spam.el: Remove executable-find autoload.
22036
22037 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22038
22039         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22040
22041         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22042
22043 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22044
22045         * gnus-art.el (gnus-treat-ansi-sequences)
22046         (article-treat-ansi-sequences): New variable and function.
22047         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22048
22049         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22050         Use it.
22051
22052 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22053
22054         * mm-util.el (mm-quote-arg): Remove.
22055
22056         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22057         shell-quote-argument.
22058
22059         * gnus-uu.el (gnus-uu-command): do.
22060
22061         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22062
22063         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22064         with make-char.
22065
22066         * mm-util.el (mm-make-char): Remove.
22067
22068         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22069         add-minor-mode.
22070
22071         * gnus-undo.el (gnus-undo-mode): do.
22072
22073         * gnus-topic.el (gnus-topic-mode): do.
22074
22075         * gnus-sum.el (gnus-dead-summary-mode): do.
22076
22077         * gnus-start.el (gnus-slave-mode): do.
22078
22079         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22080
22081         * gnus-ml.el (gnus-mailing-list-mode): do.
22082
22083         * gnus-gl.el (gnus-grouplens-mode): do.
22084
22085         * gnus-draft.el (gnus-draft-mode): do.
22086
22087         * gnus-dired.el (gnus-dired-mode): do.
22088
22089         * gnus-ems.el (gnus-add-minor-mode): Remove.
22090
22091         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22092         Replace gnus-char-width with char-width.
22093
22094         * gnus-ems.el (gnus-char-width): Remove.
22095
22096         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22097         Replace gnus-char-width with char-width.
22098
22099         * gnus-ems.el (gnus-char-width): Remove.
22100
22101         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22102         definition.
22103         Remove Emacs 20 hash table compatibility code.
22104
22105         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22106         20 compatibility code.
22107
22108         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22109
22110         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22111
22112         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22113         Replace with point-at-{eol,bol}.
22114
22115         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22116
22117         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22118
22119         * flow-fill.el (fill-flowed-point-at-bol)
22120         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22121
22122         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22123         Replace with point-at-{eol,bol} throughout all files.
22124
22125 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22126
22127         * ntlm.el (ntlm-string-as-unibyte): New macro.
22128         (ntlm-build-auth-response): Use it.
22129
22130         Remove Emacs 20 stuff:
22131         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22132         (butlast, mapc, remove): Remove the compiler macros.
22133         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22134         of delq and copy-sequence.
22135         * gnus-art.el (popup-menu): Remove the compiler macro.
22136         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22137         Emacs 20.
22138
22139 2004-01-05  Simon Josefsson  <jas@extundo.com>
22140
22141         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22142         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22143         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22144         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22145         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22146         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22147         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22148         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22149         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22150         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22151         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22152         string-xor into ntlm-string-xor.
22153         Suggested by Jesper Harder <harder@myrealbox.com>.
22154
22155         * ntlm.el: Don't include poem.
22156
22157         * md4.el (print-int32, print-string-hexa): Remove.
22158         Suggested by Jesper Harder <harder@myrealbox.com>.
22159
22160         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22161
22162         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22163         probably breaks emacs with DL patch, but do we care? Is anyone
22164         still using the DL stuff?)
22165
22166         * sieve-manage.el: Use the password package.
22167         (sieve-manage-read-passwd): Remove.
22168         (sieve-manage-interactive-login): Use password.  Re-add
22169         condition-case around loop.
22170
22171         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22172         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22173         Use the password package.
22174
22175 2003-02-19  Simon Josefsson  <jas@extundo.com>
22176
22177         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22178         token.
22179
22180 2002-08-07  Simon Josefsson  <jas@extundo.com>
22181
22182         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22183         (sieve-manage-authenticators):
22184         (sieve-manage-authenticator-alist): Add some SASL mechs.
22185         (sieve-sasl-auth): New function.
22186         (sieve-manage-cram-md5-auth):
22187         (sieve-manage-plain-auth): Rewrite using SASL library.
22188         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22189         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22190         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22191         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22192
22193 2004-01-05  Simon Josefsson  <jas@extundo.com>
22194
22195         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22196         New files.
22197
22198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22199
22200         * gnus-group.el (gnus-no-groups-message): Update.
22201
22202         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22203
22204 2003-11-09  Simon Josefsson  <jas@extundo.com>
22205
22206         * imap.el: Support for ID IMAP extension (RFC 2971).
22207         (imap-local-variables): Add imap-id.
22208         (imap-id): New variable.
22209         (imap-id): New function.
22210         (imap-parse-response): Parse untagged ID response.
22211         * nnimap.el (nnimap-id): New variable.
22212         (nnimap-open-connection): Use it.
22213
22214 2003-12-28  Simon Josefsson  <jas@extundo.com>
22215
22216         * gnus-score.el (gnus-score-edit-all-score): New.
22217         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22218
22219 2004-01-04  Simon Josefsson  <jas@extundo.com>
22220
22221         * password.el: Add.
22222
22223 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22224
22225         * dns.el (dns-query-types): Fix typo.
22226         (dns-query-types): New function.
22227         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22228         PTR and SOA replies, see RFC 1035.
22229
22230 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22231
22232         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22233
22234         * Move to Changelog.2.
22235
22236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22237
22238         * gnus.el (gnus-version-number): Bump version.
22239
22240 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22241
22242         * gnus.el: No Gnus v0.1 is released.
22243
22244 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22245
22246         * gnus.el: No Gnus v0.0 is released.
22247
22248 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22249
22250         * gnus.el (gnus-version-number): Bump.
22251         (gnus-version): No.
22252
22253 See ChangeLog.2 for earlier changes.
22254
22255   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22256
22257   This file is part of GNU Emacs.
22258
22259   GNU Emacs is free software: you can redistribute it and/or modify
22260   it under the terms of the GNU General Public License as published by
22261   the Free Software Foundation, either version 3 of the License, or
22262   (at your option) any later version.
22263
22264   GNU Emacs is distributed in the hope that it will be useful,
22265   but WITHOUT ANY WARRANTY; without even the implied warranty of
22266   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22267   GNU General Public License for more details.
22268
22269   You should have received a copy of the GNU General Public License
22270   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22271
22272 ;; Local Variables:
22273 ;; coding: utf-8
22274 ;; fill-column: 79
22275 ;; add-log-time-zone-rule: t
22276 ;; End: